Pull request #615 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from adbd9df6a525e5764bdbc0c3b5256baca477c201+929f8c55784e6be67c9085c42060e26da0220a27 (235c41b410996c6d3d112c01c69d653633851742) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3596’ is offline; ‘prd-centos7-docker-4c-2g-3605’ is offline; ‘prd-centos7-docker-4c-2g-3607’ is offline; ‘prd-centos7-docker-4c-2g-3608’ is offline; ‘prd-centos7-docker-4c-2g-3633’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3601’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3628’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3635 in /w/workspace/dgexfoundry_device-sdk-go_PR-615 [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-615 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/615/head:refs/remotes/origin/PR-615 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 929f8c55784e6be67c9085c42060e26da0220a27 into PR head commit adbd9df6a525e5764bdbc0c3b5256baca477c201 Merge succeeded, producing adbd9df6a525e5764bdbc0c3b5256baca477c201 Checking out Revision adbd9df6a525e5764bdbc0c3b5256baca477c201 (PR-615) > git config core.sparsecheckout # timeout=10 > git checkout -f adbd9df6a525e5764bdbc0c3b5256baca477c201 # 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 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f adbd9df6a525e5764bdbc0c3b5256baca477c201 # timeout=10 Commit message: "Merge branch 'master' into fix-discovery" > git rev-list --no-walk 0e0b0410d63d35786fd3be0dc7c0f41f4d7c84e9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:54:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:54:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:54:24 ========================================================= 04:54:24 EdgeX Global Pipelines Version Info 04:54:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:54:27 ------------------- 04:54:27 stable info: 04:54:27 ------------------- 04:54:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:54:27 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 04:54:27 Message: update stable to v1.0.131 04:54:28 ------------------- 04:54:28 experimental info: 04:54:28 ------------------- 04:54:28 Commited By: **** collab-it+edgex@linuxfoundation.org 04:54:28 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 04:54:28 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:54:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:54:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:54:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:54:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:54:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:54:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-615 [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-615 [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-615 [Pipeline] echo 04:54:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = adbd9df6a525e5764bdbc0c3b5256baca477c201 [Pipeline] echo 04:54:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = adbd9df [Pipeline] echo 04:54:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:54:32 + git log --format=format:%s -1 adbd9df6a525e5764bdbc0c3b5256baca477c201 [Pipeline] echo 04:54:33 GIT_COMMIT: adbd9df6a525e5764bdbc0c3b5256baca477c201, Commit Message: Merge branch 'master' into fix-discovery [Pipeline] echo 04:54:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:54:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:34 04:54:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:54:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:34 latest: Pulling from edgex-devops/git-semver 04:54:34 31603596830f: Pulling fs layer 04:54:34 2a8b12db71e7: Pulling fs layer 04:54:34 6ca5941a6612: Pulling fs layer 04:54:34 ecc8261a40a4: Pulling fs layer 04:54:34 ecc8261a40a4: Waiting 04:54:34 2a8b12db71e7: Verifying Checksum 04:54:34 2a8b12db71e7: Download complete 04:54:35 31603596830f: Verifying Checksum 04:54:35 31603596830f: Download complete 04:54:36 ecc8261a40a4: Verifying Checksum 04:54:36 ecc8261a40a4: Download complete 04:54:36 31603596830f: Pull complete 04:54:36 2a8b12db71e7: Pull complete 04:54:36 6ca5941a6612: Verifying Checksum 04:54:36 6ca5941a6612: Download complete 04:54:37 6ca5941a6612: Pull complete 04:54:38 ecc8261a40a4: Pull complete 04:54:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:54:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:54:38 prd-centos7-docker-4c-2g-3635 does not seem to be running inside a container 04:54:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-615 -v /w/workspace/dgexfoundry_device-sdk-go_PR-615:/w/workspace/dgexfoundry_device-sdk-go_PR-615:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:54:40 $ docker top 01757c6dc55976abe411b1e92981505b9a69b4abb4f2c004d251087e80388972 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:54:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:54:41 [ssh-agent] Looking for ssh-agent implementation... 04:54:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:54:41 $ docker exec 01757c6dc55976abe411b1e92981505b9a69b4abb4f2c004d251087e80388972 ssh-agent 04:54:42 SSH_AUTH_SOCK=/tmp/ssh-9cSEMVcit3gK/agent.12 04:54:42 SSH_AGENT_PID=18 04:54:42 Running ssh-add (command line suppressed) 04:54:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp/private_key_7183919304012293783.key (/w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp/private_key_7183919304012293783.key) 04:54:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:54:42 + git describe --exact-match --tags HEAD 04:54:42 fatal: no tag exactly matches 'adbd9df6a525e5764bdbc0c3b5256baca477c201' [Pipeline] } 04:54:42 $ docker exec --env ******** --env ******** 01757c6dc55976abe411b1e92981505b9a69b4abb4f2c004d251087e80388972 ssh-agent -k 04:54:43 unset SSH_AUTH_SOCK; 04:54:43 unset SSH_AGENT_PID; 04:54:43 echo Agent pid 18 killed; 04:54:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:54:43 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:54:43 This usually means this commit has not been tagged. [Pipeline] sshagent 04:54:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:54:43 [ssh-agent] Looking for ssh-agent implementation... 04:54:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:54:43 $ docker exec 01757c6dc55976abe411b1e92981505b9a69b4abb4f2c004d251087e80388972 ssh-agent 04:54:44 SSH_AUTH_SOCK=/tmp/ssh-j8VxFDK4jPDY/agent.47 04:54:44 SSH_AGENT_PID=52 04:54:44 Running ssh-add (command line suppressed) 04:54:44 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp/private_key_5169043260274424263.key (/w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp/private_key_5169043260274424263.key) 04:54:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:54:44 + git semver init 04:54:44 # -> Open(): unable to determine branch for HEAD 04:54:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-615/.git 04:54:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-615 04:54:44 # $SEMVER_REMOTE_NAME = origin 04:54:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:54:44 # $SEMVER_USER_NAME = edgex-jenkins 04:54:44 # $SEMVER_BRANCH = PR-615 04:54:44 # $SEMVER_TEMP = /tmp/semver-909235348 04:54:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:54:46 # '/tmp/semver-909235348' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-615/.semver' 04:54:46 # -> Force: false 04:54:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-615/.semver [Pipeline] } 04:54:46 $ docker exec --env ******** --env ******** 01757c6dc55976abe411b1e92981505b9a69b4abb4f2c004d251087e80388972 ssh-agent -k 04:54:46 unset SSH_AUTH_SOCK; 04:54:46 unset SSH_AGENT_PID; 04:54:46 echo Agent pid 52 killed; 04:54:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:54:47 + git semver [Pipeline] } 04:54:47 $ docker stop --time=1 01757c6dc55976abe411b1e92981505b9a69b4abb4f2c004d251087e80388972 04:54:49 $ docker rm -f 01757c6dc55976abe411b1e92981505b9a69b4abb4f2c004d251087e80388972 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:54:50 Stashed 43 file(s) [Pipeline] echo 04:54:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 04:54:50 Archived original 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 04:55:06 Still waiting to schedule task 04:55:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:55:06 Still waiting to schedule task 04:55:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:57:38 Running on prd-centos7-docker-4c-2g-3637 in /w/workspace/dgexfoundry_device-sdk-go_PR-615 [Pipeline] { [Pipeline] ws 04:57:38 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 04:57:41 using credential edgex-jenkins-ssh 04:57:41 Cloning the remote Git repository 04:57:41 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:57:41 > git init /w/workspace/device-sdk-go/3 # timeout=10 04:57:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:57:41 > git --version # timeout=10 04:57:41 > git --version # 'git version 2.16.5' 04:57:41 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:42 Merging remotes/origin/master commit 929f8c55784e6be67c9085c42060e26da0220a27 into PR head commit adbd9df6a525e5764bdbc0c3b5256baca477c201 04:57:42 Merge succeeded, producing adbd9df6a525e5764bdbc0c3b5256baca477c201 04:57:42 Checking out Revision adbd9df6a525e5764bdbc0c3b5256baca477c201 (PR-615) 04:57:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:57:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:57:42 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:57:42 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/615/head:refs/remotes/origin/PR-615 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:57:42 > git config core.sparsecheckout # timeout=10 04:57:42 > git checkout -f adbd9df6a525e5764bdbc0c3b5256baca477c201 # timeout=10 04:57:42 > git remote # timeout=10 04:57:42 > git config --get remote.origin.url # timeout=10 04:57:42 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:42 > git merge 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 04:57:42 > git rev-parse HEAD^{commit} # timeout=10 04:57:42 > git config core.sparsecheckout # timeout=10 04:57:42 > git checkout -f adbd9df6a525e5764bdbc0c3b5256baca477c201 # timeout=10 04:57:46 Commit message: "Merge branch 'master' into fix-discovery" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:57:47 ========================================================= 04:57:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:57:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:57:48 + 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 . 04:57:48 Sending build context to Docker daemon 3.518MB 04:57:48 Step 1/8 : ARG BASE=golang:1.15-alpine 04:57:48 Step 2/8 : FROM ${BASE} 04:57:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:57:48 df20fa9351a1: Pulling fs layer 04:57:48 ed8968b2872e: Pulling fs layer 04:57:48 a92cc7c5fd73: Pulling fs layer 04:57:48 e871e8e8d7a9: Pulling fs layer 04:57:48 e73272ec9a57: Pulling fs layer 04:57:48 1e910a182e73: Pulling fs layer 04:57:48 4e634b169226: Pulling fs layer 04:57:48 e73272ec9a57: Waiting 04:57:48 1e910a182e73: Waiting 04:57:48 4e634b169226: Waiting 04:57:48 e871e8e8d7a9: Waiting 04:57:48 a92cc7c5fd73: Verifying Checksum 04:57:48 a92cc7c5fd73: Download complete 04:57:48 ed8968b2872e: Download complete 04:57:48 e73272ec9a57: Download complete 04:57:48 1e910a182e73: Verifying Checksum 04:57:48 1e910a182e73: Download complete 04:57:49 df20fa9351a1: Verifying Checksum 04:57:49 df20fa9351a1: Download complete 04:57:50 df20fa9351a1: Pull complete 04:57:50 ed8968b2872e: Pull complete 04:57:50 a92cc7c5fd73: Pull complete 04:57:52 4e634b169226: Verifying Checksum 04:57:52 4e634b169226: Download complete 04:57:52 e871e8e8d7a9: Verifying Checksum 04:57:52 e871e8e8d7a9: Download complete 04:57:58 e871e8e8d7a9: Pull complete 04:57:58 e73272ec9a57: Pull complete 04:57:58 1e910a182e73: Pull complete 04:58:03 4e634b169226: Pull complete 04:58:03 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 04:58:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:58:03 ---> f7629b54cfaa 04:58:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:58:03 ---> Running in f69e27e0f821 04:58:03 Removing intermediate container f69e27e0f821 04:58:03 ---> 94f3175d59ac 04:58:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:03 ---> Running in 8bcad9f8fd52 04:58:04 Removing intermediate container 8bcad9f8fd52 04:58:04 ---> 2d6a745ec275 04:58:04 Step 5/8 : RUN apk add --no-cache make git 04:58:04 ---> Running in b1be5b299361 04:58:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:58:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:58:07 OK: 166 MiB in 39 packages 04:58:08 Removing intermediate container b1be5b299361 04:58:08 ---> 1b0745fca5a6 04:58:08 Step 6/8 : WORKDIR /device-sdk-go 04:58:08 ---> Running in 91c9f29b6ee6 04:58:08 Removing intermediate container 91c9f29b6ee6 04:58:08 ---> 759aec575435 04:58:08 Step 7/8 : COPY . . 04:58:09 ---> 32f77988bf46 04:58:09 Step 8/8 : RUN go mod download 04:58:09 ---> Running in e123e6b689a3 04:58:27 Removing intermediate container e123e6b689a3 04:58:27 ---> 13dfa9dcbb3d 04:58:27 Successfully built 13dfa9dcbb3d 04:58:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:58:28 + docker inspect -f . ci-base-image-x86_64 04:58:28 . [Pipeline] withDockerContainer 04:58:28 prd-centos7-docker-4c-2g-3637 does not seem to be running inside a container 04:58:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:58:29 $ docker top 80ab2307a8b85877c35d2fabd26e567a4bd4bb042c5e236098da875752fea18d -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:29 + go version 04:58:29 go version go1.15.2 linux/amd64 [Pipeline] } 04:58:29 $ docker stop --time=1 80ab2307a8b85877c35d2fabd26e567a4bd4bb042c5e236098da875752fea18d 04:58:31 $ docker rm -f 80ab2307a8b85877c35d2fabd26e567a4bd4bb042c5e236098da875752fea18d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:58:32 + docker inspect -f . ci-base-image-x86_64 04:58:32 . [Pipeline] withDockerContainer 04:58:32 prd-centos7-docker-4c-2g-3637 does not seem to be running inside a container 04:58:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:58:32 $ docker top cc55bd8455172b384803e1e96f342730ed9164a25eb67c21f318a73d194c103d -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:33 + make test 04:58:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:58:41 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:58:55 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:58:55 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:58:55 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:58:55 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 21.6% of statements 04:58:56 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.427s coverage: 97.1% of statements 04:59:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3638 in /w/workspace/dgexfoundry_device-sdk-go_PR-615 [Pipeline] { [Pipeline] ws 04:59:01 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 04:59:06 using credential edgex-jenkins-ssh 04:59:06 Cloning the remote Git repository 04:59:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:59:06 > git init /w/workspace/device-sdk-go/3 # timeout=10 04:59:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:59:06 > git --version # timeout=10 04:59:06 > git --version # 'git version 2.17.1' 04:59:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:59:08 Merging remotes/origin/master commit 929f8c55784e6be67c9085c42060e26da0220a27 into PR head commit adbd9df6a525e5764bdbc0c3b5256baca477c201 04:59:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:59:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:59:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:59:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:59:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/615/head:refs/remotes/origin/PR-615 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:59:08 > git config core.sparsecheckout # timeout=10 04:59:08 > git checkout -f adbd9df6a525e5764bdbc0c3b5256baca477c201 # timeout=10 04:59:08 > git remote # timeout=10 04:59:08 > git config --get remote.origin.url # timeout=10 04:59:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:08 > git merge 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 04:59:08 > git rev-parse HEAD^{commit} # timeout=10 04:59:08 Merge succeeded, producing adbd9df6a525e5764bdbc0c3b5256baca477c201 04:59:08 Checking out Revision adbd9df6a525e5764bdbc0c3b5256baca477c201 (PR-615) 04:59:08 > git config core.sparsecheckout # timeout=10 04:59:08 > git checkout -f adbd9df6a525e5764bdbc0c3b5256baca477c201 # timeout=10 04:59:13 Commit message: "Merge branch 'master' into fix-discovery" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:59:14 ========================================================= 04:59:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:59:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:59:15 + 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 . 04:59:16 Sending build context to Docker daemon 3.518MB 04:59:16 Step 1/8 : ARG BASE=golang:1.15-alpine 04:59:16 Step 2/8 : FROM ${BASE} 04:59:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:59:17 b538f80385f9: Pulling fs layer 04:59:17 74f711af9a0d: Pulling fs layer 04:59:17 99f96fe45779: Pulling fs layer 04:59:17 8529a6b9a6be: Pulling fs layer 04:59:17 45590311c82a: Pulling fs layer 04:59:17 69ca0ff8b7b3: Pulling fs layer 04:59:17 209524e5b208: Pulling fs layer 04:59:17 8529a6b9a6be: Waiting 04:59:17 45590311c82a: Waiting 04:59:17 69ca0ff8b7b3: Waiting 04:59:17 209524e5b208: Waiting 04:59:17 99f96fe45779: Verifying Checksum 04:59:17 99f96fe45779: Download complete 04:59:17 74f711af9a0d: Verifying Checksum 04:59:17 74f711af9a0d: Download complete 04:59:17 45590311c82a: Download complete 04:59:17 69ca0ff8b7b3: Download complete 04:59:17 b538f80385f9: Verifying Checksum 04:59:17 b538f80385f9: Download complete 04:59:17 b538f80385f9: Pull complete 04:59:18 74f711af9a0d: Pull complete 04:59:19 99f96fe45779: Pull complete 04:59:20 209524e5b208: Verifying Checksum 04:59:20 209524e5b208: Download complete 04:59:21 8529a6b9a6be: Verifying Checksum 04:59:21 8529a6b9a6be: Download complete 04:59:28 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.066s coverage: 9.4% of statements 04:59:28 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.9% of statements 04:59:28 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:59:28 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.217s coverage: 39.9% of statements 04:59:28 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:59:28 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.296s coverage: 65.4% of statements 04:59:28 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:59:28 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:59:28 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:59:28 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 04:59:28 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.074s coverage: 52.6% of statements 04:59:28 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 04:59:28 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.378s coverage: 68.9% of statements 04:59:28 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 04:59:28 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:59:28 GO111MODULE=on go vet ./... 04:59:33 8529a6b9a6be: Pull complete 04:59:33 45590311c82a: Pull complete 04:59:33 69ca0ff8b7b3: Pull complete 04:59:34 gofmt -l . 04:59:34 [ "`gofmt -l .`" = "" ] 04:59:34 ./bin/test-attribution-txt.sh 04:59:35 ./bin/test-go-mod-tidy.sh [Pipeline] stash 04:59:35 Stashed 1 file(s) [Pipeline] } 04:59:35 $ docker stop --time=1 cc55bd8455172b384803e1e96f342730ed9164a25eb67c21f318a73d194c103d 04:59:36 209524e5b208: Pull complete 04:59:36 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 04:59:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:59:36 ---> 5bddaf1c2fca 04:59:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:59:37 $ docker rm -f cc55bd8455172b384803e1e96f342730ed9164a25eb67c21f318a73d194c103d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:59:39 ---> Running in 7d80d6c115d1 04:59:39 Removing intermediate container 7d80d6c115d1 04:59:39 ---> e213407c7e3d 04:59:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:59:39 ---> Running in 15ae5c6bcd5a 04:59:39 + ls -al . 04:59:39 total 192 04:59:39 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 04:59 . 04:59:39 drwxrwxr-x. 4 jenkins jenkins 28 Oct 6 04:57 .. 04:59:39 drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 04:57 bin 04:59:39 -rw-r--r--. 1 jenkins jenkins 111040 Oct 6 04:59 coverage.out 04:59:39 -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 04:57 Dockerfile.build 04:59:39 -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 04:57 .dockerignore 04:59:39 drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 04:57 example 04:59:39 drwxrwxr-x. 8 jenkins jenkins 179 Oct 6 04:57 .git 04:59:39 drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 04:57 .github 04:59:39 -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 04:57 .gitignore 04:59:39 -rw-r--r--. 1 jenkins jenkins 517 Oct 6 04:59 go.mod 04:59:39 -rw-r--r--. 1 jenkins jenkins 13652 Oct 6 04:59 go.sum 04:59:39 drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 04:57 internal 04:59:39 -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 04:57 Jenkinsfile 04:59:39 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 04:57 LICENSE 04:59:39 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 04:57 Makefile 04:59:39 drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 04:57 openapi 04:59:39 drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 04:57 pkg 04:59:39 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 04:57 README.md 04:59:39 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 04:57 RELEASE-NOTES.txt 04:59:39 drwxrwxr-x. 3 jenkins jenkins 58 Oct 6 04:57 .semver 04:59:39 drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 04:57 snap 04:59:39 -rw-rw-r--. 1 jenkins jenkins 5 Oct 6 04:54 VERSION 04:59:39 -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 04:57 version.go [Pipeline] isUnix [Pipeline] sh 04:59:39 + 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=adbd9df6a525e5764bdbc0c3b5256baca477c201 --label arch=amd64 --label version=0.0.0 . 04:59:40 Sending build context to Docker daemon 3.63MB 04:59:40 Step 1/24 : ARG BASE=golang:1.15-alpine 04:59:40 Step 2/24 : FROM ${BASE} AS builder 04:59:40 ---> 13dfa9dcbb3d 04:59:40 Step 3/24 : ARG MAKE='make build' 04:59:40 ---> Running in bf5cf903c023 04:59:40 Removing intermediate container bf5cf903c023 04:59:40 ---> 4aabd3bdc443 04:59:40 Step 4/24 : WORKDIR /device-sdk-go 04:59:40 ---> Running in fead9c4942fa 04:59:40 Removing intermediate container fead9c4942fa 04:59:40 ---> 3bdd2c42f305 04:59:40 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:59:41 ---> Running in af55a8e77647 04:59:41 Removing intermediate container af55a8e77647 04:59:41 ---> 3ada29cc5b13 04:59:41 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:41 ---> Running in 8ed70ec0c0e0 04:59:42 Removing intermediate container 15ae5c6bcd5a 04:59:42 ---> aece1ef8f2b6 04:59:42 Step 5/8 : RUN apk add --no-cache make git 04:59:42 ---> Running in 7c570e02bede 04:59:42 Removing intermediate container 8ed70ec0c0e0 04:59:42 ---> 58e3ff910e85 04:59:42 Step 7/24 : RUN apk add --update --no-cache make git 04:59:42 ---> Running in 84a54312c037 04:59:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:59:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:59:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:59:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:59:44 OK: 166 MiB in 39 packages 04:59:45 Removing intermediate container 84a54312c037 04:59:45 ---> a7eb1469a0c1 04:59:45 Step 8/24 : COPY . . 04:59:45 OK: 142 MiB in 39 packages 04:59:46 ---> 59a517394828 04:59:46 Step 9/24 : RUN ${MAKE} 04:59:46 ---> Running in 099e8a3284b2 04:59:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:59:46 Removing intermediate container 7c570e02bede 04:59:46 ---> b905f7340aac 04:59:46 Step 6/8 : WORKDIR /device-sdk-go 04:59:46 ---> Running in 8c16eef97284 04:59:47 Removing intermediate container 8c16eef97284 04:59:47 ---> 67d240ec3955 04:59:47 Step 7/8 : COPY . . 04:59:48 ---> bf8c1465b853 04:59:48 Step 8/8 : RUN go mod download 04:59:48 ---> Running in 8af8d1844cda 04:59:54 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:59:56 Removing intermediate container 099e8a3284b2 04:59:56 ---> e2539d091ddc 04:59:56 Step 10/24 : FROM scratch 04:59:56 ---> 04:59:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:59:56 ---> Running in f559cb20973f 04:59:56 Removing intermediate container f559cb20973f 04:59:56 ---> 43028f95b353 04:59:56 Step 12/24 : ENV APP_PORT=49990 04:59:56 ---> Running in 0f46740c9d09 04:59:57 Removing intermediate container 0f46740c9d09 04:59:57 ---> 09610c9b4e65 04:59:57 Step 13/24 : EXPOSE $APP_PORT 04:59:57 ---> Running in 553c83ca454f 04:59:57 Removing intermediate container 553c83ca454f 04:59:57 ---> 3e9a4243eb2f 04:59:57 Step 14/24 : WORKDIR / 04:59:57 ---> Running in 5dcf085ce4cb 04:59:57 Removing intermediate container 5dcf085ce4cb 04:59:57 ---> 6108ac3e5812 04:59:57 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:59:57 ---> 86787a56b29a 04:59:57 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:59:58 ---> af54714f4692 04:59:58 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:59:58 ---> 3321080f1d36 04:59:58 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:59:58 ---> 911a61e04404 04:59:58 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:59:58 ---> b794931c6bc2 04:59:58 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:59:58 ---> Running in b84b7c1193e4 04:59:59 Removing intermediate container b84b7c1193e4 04:59:59 ---> 967303c1807d 04:59:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:59:59 ---> Running in 62f921addc3e 04:59:59 Removing intermediate container 62f921addc3e 04:59:59 ---> 3952feaae735 04:59:59 Step 22/24 : LABEL arch=amd64 04:59:59 ---> Running in b66224d4c2fa 04:59:59 Removing intermediate container b66224d4c2fa 04:59:59 ---> b812ab20cc4f 04:59:59 Step 23/24 : LABEL git_sha=adbd9df6a525e5764bdbc0c3b5256baca477c201 04:59:59 ---> Running in d696de27bfdf 04:59:59 Removing intermediate container d696de27bfdf 04:59:59 ---> 6a04be2825c3 04:59:59 Step 24/24 : LABEL version=0.0.0 04:59:59 ---> Running in 8f1009b61e89 04:59:59 Removing intermediate container 8f1009b61e89 04:59:59 ---> d93bded6f2db 04:59:59 [Warning] One or more build-args [ARCH] were not consumed 04:59:59 Successfully built d93bded6f2db 04:59:59 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] } 05:00:10 Removing intermediate container 8af8d1844cda 05:00:10 ---> 3a1812857cb4 05:00:10 Successfully built 3a1812857cb4 05:00:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:00:11 + docker inspect -f . ci-base-image-arm64 05:00:11 . [Pipeline] withDockerContainer 05:00:11 prd-ubuntu18.04-docker-arm64-4c-16g-3638 does not seem to be running inside a container 05:00:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:00:13 $ docker top 107efa744383487b7a26f6a9ebf80067809a847d11c3e58953992eb6455f2c2c -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:14 + go version 05:00:14 go version go1.15.2 linux/arm64 [Pipeline] } 05:00:14 $ docker stop --time=1 107efa744383487b7a26f6a9ebf80067809a847d11c3e58953992eb6455f2c2c 05:00:16 $ docker rm -f 107efa744383487b7a26f6a9ebf80067809a847d11c3e58953992eb6455f2c2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:17 + docker inspect -f . ci-base-image-arm64 05:00:17 . [Pipeline] withDockerContainer 05:00:18 prd-ubuntu18.04-docker-arm64-4c-16g-3638 does not seem to be running inside a container 05:00:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:00:19 $ docker top 5511da369f122e0c08d228d7bce20057b3077305fab2d9c19c5cfeb354d21715 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:21 + make test 05:00:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:00:43 ? github.com/edgexfoundry/device-sdk-go [no test files] 05:01:22 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 05:01:22 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 05:01:22 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 05:01:22 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.148s coverage: 21.6% of statements 05:01:26 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.181s coverage: 97.1% of statements 05:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.132s coverage: 9.4% of statements 05:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.122s coverage: 21.9% of statements 05:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 05:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.555s coverage: 39.9% of statements 05:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 05:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.771s coverage: 65.4% of statements 05:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 05:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 05:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 05:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 05:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.184s coverage: 52.6% of statements 05:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 05:01:58 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.676s coverage: 68.9% of statements 05:01:58 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 05:01:58 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 05:01:58 GO111MODULE=on go vet ./... 05:02:25 gofmt -l . 05:02:25 [ "`gofmt -l .`" = "" ] 05:02:25 ./bin/test-attribution-txt.sh 05:02:25 ./bin/test-go-mod-tidy.sh [Pipeline] stash 05:02:25 Warning: overwriting stash ‘coverage-report’ 05:02:26 Stashed 1 file(s) [Pipeline] } 05:02:26 $ docker stop --time=1 5511da369f122e0c08d228d7bce20057b3077305fab2d9c19c5cfeb354d21715 05:02:28 $ docker rm -f 5511da369f122e0c08d228d7bce20057b3077305fab2d9c19c5cfeb354d21715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:02:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:02:30 + ls -al . 05:02:30 total 232 05:02:30 drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 05:02 . 05:02:30 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:59 .. 05:02:30 -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 04:59 .dockerignore 05:02:30 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 04:59 .git 05:02:30 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 04:59 .github 05:02:30 -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 04:59 .gitignore 05:02:30 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 04:59 .semver 05:02:30 -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 04:59 Dockerfile.build 05:02:30 -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 04:59 Jenkinsfile 05:02:30 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 04:59 LICENSE 05:02:30 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 04:59 Makefile 05:02:30 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 04:59 README.md 05:02:30 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 04:59 RELEASE-NOTES.txt 05:02:30 -rw-rw-r-- 1 jenkins jenkins 5 Oct 6 04:54 VERSION 05:02:30 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 04:59 bin 05:02:30 -rw-r--r-- 1 jenkins jenkins 111040 Oct 6 05:01 coverage.out 05:02:30 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:59 example 05:02:30 -rw-r--r-- 1 jenkins jenkins 517 Oct 6 05:02 go.mod 05:02:30 -rw-r--r-- 1 jenkins jenkins 13652 Oct 6 05:02 go.sum 05:02:30 drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 04:59 internal 05:02:30 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:59 openapi 05:02:30 drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 04:59 pkg 05:02:30 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:59 snap 05:02:30 -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 04:59 version.go [Pipeline] isUnix [Pipeline] sh 05:02:31 + 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=adbd9df6a525e5764bdbc0c3b5256baca477c201 --label arch=arm64 --label version=0.0.0 . 05:02:31 Sending build context to Docker daemon 3.63MB 05:02:31 Step 1/24 : ARG BASE=golang:1.15-alpine 05:02:31 Step 2/24 : FROM ${BASE} AS builder 05:02:31 ---> 3a1812857cb4 05:02:31 Step 3/24 : ARG MAKE='make build' 05:02:32 ---> Running in 87c2e44aa959 05:02:32 Removing intermediate container 87c2e44aa959 05:02:32 ---> 0e323d8ab833 05:02:32 Step 4/24 : WORKDIR /device-sdk-go 05:02:32 ---> Running in e481f21cfc1f 05:02:33 Removing intermediate container e481f21cfc1f 05:02:33 ---> 84776bc2edd2 05:02:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:02:33 ---> Running in f2ab36426c0f 05:02:33 Removing intermediate container f2ab36426c0f 05:02:33 ---> 12f65529a6ab 05:02:33 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:02:33 ---> Running in c6a28d12e6e8 05:02:36 Removing intermediate container c6a28d12e6e8 05:02:36 ---> af05791dd643 05:02:36 Step 7/24 : RUN apk add --update --no-cache make git 05:02:36 ---> Running in 0446d6d98d70 05:02:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:02:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:02:39 OK: 142 MiB in 39 packages 05:02:40 Removing intermediate container 0446d6d98d70 05:02:40 ---> d3b27088e198 05:02:40 Step 8/24 : COPY . . 05:02:41 ---> e326c3375b7f 05:02:41 Step 9/24 : RUN ${MAKE} 05:02:42 ---> Running in ff7b3f22d255 05:02:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:03:10 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:03:10 Removing intermediate container ff7b3f22d255 05:03:10 ---> 8a6f263512d2 05:03:10 Step 10/24 : FROM scratch 05:03:10 ---> 05:03:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:03:10 ---> Running in d44f9ec0345d 05:03:10 Removing intermediate container d44f9ec0345d 05:03:10 ---> 088dba4c7ebc 05:03:10 Step 12/24 : ENV APP_PORT=49990 05:03:10 ---> Running in 89f846f0e4ff 05:03:10 Removing intermediate container 89f846f0e4ff 05:03:10 ---> c590b21e3439 05:03:10 Step 13/24 : EXPOSE $APP_PORT 05:03:10 ---> Running in cb62210fbd69 05:03:11 Removing intermediate container cb62210fbd69 05:03:11 ---> 63b73c61eec0 05:03:11 Step 14/24 : WORKDIR / 05:03:11 ---> Running in a1aa038f7a54 05:03:11 Removing intermediate container a1aa038f7a54 05:03:11 ---> ee62cc37bbe0 05:03:11 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:03:13 ---> 5de9d3b82812 05:03:13 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:03:13 ---> fdffbfcdc333 05:03:13 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:03:14 ---> 07d75d42f3e0 05:03:14 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:03:14 ---> bea59c710cc6 05:03:14 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:03:15 ---> 37983a973e24 05:03:15 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:03:15 ---> Running in e0c00f930f3c 05:03:16 Removing intermediate container e0c00f930f3c 05:03:16 ---> a940e571751c 05:03:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:03:16 ---> Running in 20fec0aa4919 05:03:16 Removing intermediate container 20fec0aa4919 05:03:16 ---> 449da4f84b90 05:03:16 Step 22/24 : LABEL arch=arm64 05:03:16 ---> Running in f7a39163d79d 05:03:17 Removing intermediate container f7a39163d79d 05:03:17 ---> 51650b9bb8f7 05:03:17 Step 23/24 : LABEL git_sha=adbd9df6a525e5764bdbc0c3b5256baca477c201 05:03:17 ---> Running in 2e27cbadcf78 05:03:18 Removing intermediate container 2e27cbadcf78 05:03:18 ---> b256731b3df0 05:03:18 Step 24/24 : LABEL version=0.0.0 05:03:18 ---> Running in 274ceb7f8cc3 05:03:18 Removing intermediate container 274ceb7f8cc3 05:03:18 ---> bacf03faae8f 05:03:18 [Warning] One or more build-args [ARCH] were not consumed 05:03:18 Successfully built bacf03faae8f 05:03:18 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] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 05:03:20 provisioning config files... 05:03:20 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp/config7022326837554140731tmp [Pipeline] { [Pipeline] sh 05:03:21 + set +x 05:03:21 + bash -s -- 05:03:21 + curl -s https://codecov.io/bash 05:03:21 05:03:21 _____ _ 05:03:21 / ____| | | 05:03:21 | | ___ __| | ___ ___ _____ __ 05:03:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:03:21 | |___| (_) | (_| | __/ (_| (_) \ V / 05:03:21 \_____\___/ \__,_|\___|\___\___/ \_/ 05:03:21 Bash-20200917-4e8f14b 05:03:21 05:03:21 05:03:21 ==> Jenkins CI detected. 05:03:21 project root: . 05:03:21 Fixing merge commit SHA 05:03:21 --> token set from env 05:03:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:03:21 ==> Running gcov in . (disable via -X gcov) 05:03:21 ==> Python coveragepy not found 05:03:21 ==> Searching for coverage reports in: 05:03:21 + . 05:03:21 -> Found 1 reports 05:03:21 ==> Detecting git/mercurial file structure 05:03:21 ==> Reading reports 05:03:21 + ./coverage.out bytes=111040 05:03:21 ==> Appending adjustments 05:03:21 https://docs.codecov.io/docs/fixing-reports 05:03:22 + Found adjustments 05:03:22 ==> Gzipping contents 05:03:22 ==> Uploading reports 05:03:22 url: https://codecov.io 05:03:22 query: branch=PR-615&commit=929f8c55784e6be67c9085c42060e26da0220a27&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-615%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=615&job=&cmd_args= 05:03:22 -> Pinging Codecov 05:03:22 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-615&commit=929f8c55784e6be67c9085c42060e26da0220a27&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-615%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=615&job=&cmd_args= 05:03:23 -> Uploading to 05:03:23 https://storage.googleapis.com/codecov/v4/raw/2020-10-06/7E55EF52A471D76F132DFD9A03CDDE97/929f8c55784e6be67c9085c42060e26da0220a27/5ce81b9f-ebd6-42db-bb1c-82888e20bc73.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201006%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201006T050322Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=90e87873c6d097669df1592672523b362bd29eabd0b3bdfc516f67ab0b55a707 05:03:23 % Total % Received % Xferd Average Speed Time Time Time Current 05:03:23 Dload Upload Total Spent Left Speed 05:03:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18325 0 0 100 18325 0 30382 --:--:-- --:--:-- --:--:-- 30389 100 18325 0 0 100 18325 0 30370 --:--:-- --:--:-- --:--:-- 30339 05:03:23 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/929f8c55784e6be67c9085c42060e26da0220a27 [Pipeline] } 05:03:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 05:03:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:03:29 ---> package-listing.sh 05:03:29 ++ facter osfamily 05:03:29 ++ tr '[:upper:]' '[:lower:]' 05:03:29 + OS_FAMILY=redhat 05:03:29 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-615 05:03:29 + START_PACKAGES=/tmp/packages_start.txt 05:03:29 + END_PACKAGES=/tmp/packages_end.txt 05:03:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:03:29 + PACKAGES=/tmp/packages_start.txt 05:03:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-615 ']' 05:03:29 + PACKAGES=/tmp/packages_end.txt 05:03:29 + case "${OS_FAMILY}" in 05:03:29 + rpm -qa 05:03:29 + sort 05:03:36 + '[' -f /tmp/packages_start.txt ']' 05:03:36 + '[' -f /tmp/packages_end.txt ']' 05:03:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:03:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-615 ']' 05:03:36 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-615/archives/ 05:03:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-615/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:03:36 provisioning config files... 05:03:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-615@tmp/config1330518287009896718tmp [Pipeline] { [Pipeline] echo 05:03:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:03:37 ---> create-netrc.sh [Pipeline] } 05:03:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:03:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:03:37 ---> python-tools-install.sh 05:03:37 Generating Requirements File 05:05:29 Python 3.6.8 05:05:29 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 05:05:29 appdirs==1.4.3 05:05:29 argcomplete==1.12.1 05:05:29 aspy.yaml==1.3.0 05:05:29 attrs==19.3.0 05:05:29 Babel==2.8.0 05:05:29 beautifulsoup4==4.8.2 05:05:29 boto3==1.11.6 05:05:29 botocore==1.14.6 05:05:29 bs4==0.0.1 05:05:29 cachetools==4.1.1 05:05:29 certifi==2019.11.28 05:05:29 cffi==1.14.3 05:05:29 cfgv==2.0.1 05:05:29 chardet==3.0.4 05:05:29 click==7.1 05:05:29 cliff==3.4.0 05:05:29 cmd2==1.3.11 05:05:29 colorama==0.4.3 05:05:29 cryptography==3.1.1 05:05:29 debtcollector==2.2.0 05:05:29 decorator==4.4.2 05:05:29 defusedxml==0.6.0 05:05:29 Deprecated==1.2.7 05:05:29 distlib==0.3.1 05:05:29 distro==1.2.0 05:05:29 dnspython==1.16.0 05:05:29 docker==4.2.0 05:05:29 docutils==0.15.2 05:05:29 dogpile.cache==1.0.2 05:05:29 email-validator==1.0.5 05:05:29 filelock==3.0.12 05:05:29 future==0.18.2 05:05:29 google-auth==1.22.1 05:05:29 httplib2==0.17.0 05:05:29 identify==1.4.11 05:05:29 idna==2.9 05:05:29 importlib-metadata==1.7.0 05:05:29 importlib-resources==1.5.0 05:05:29 iso8601==0.1.13 05:05:29 Jinja2==2.11.1 05:05:29 jmespath==0.10.0 05:05:29 jsonpatch==1.26 05:05:29 jsonpointer==2.0 05:05:29 jsonschema==3.2.0 05:05:29 keystoneauth1==4.2.1 05:05:29 kubernetes==11.0.0 05:05:29 lftools==0.34.2 05:05:29 lxml==4.5.0 05:05:29 MarkupSafe==0.23 05:05:29 msgpack==1.0.0 05:05:29 multi-key-dict==2.0.3 05:05:29 munch==2.5.0 05:05:29 netaddr==0.8.0 05:05:29 netifaces==0.10.9 05:05:29 niet==1.4.2 05:05:29 nodeenv==1.3.5 05:05:29 oauth2client==4.1.3 05:05:29 oauthlib==3.1.0 05:05:29 openstacksdk==0.50.0 05:05:29 os-client-config==2.1.0 05:05:29 os-service-types==1.7.0 05:05:29 osc-lib==2.2.1 05:05:29 oslo.config==8.3.2 05:05:29 oslo.context==3.1.1 05:05:29 oslo.i18n==5.0.1 05:05:29 oslo.log==4.4.0 05:05:29 oslo.serialization==4.0.1 05:05:29 oslo.utils==4.6.0 05:05:29 packaging==20.4 05:05:29 pbr==5.4.4 05:05:29 pluggy==0.13.1 05:05:29 prettytable==0.7.2 05:05:29 py==1.9.0 05:05:29 pyasn1==0.4.8 05:05:29 pyasn1-modules==0.2.8 05:05:29 pycparser==2.20 05:05:29 pygerrit2==2.0.10 05:05:29 PyGithub==1.46 05:05:29 pyinotify==0.9.6 05:05:29 PyJWT==1.7.1 05:05:29 pyparsing==2.4.7 05:05:29 pyperclip==1.8.0 05:05:29 pyroute2==0.4.13 05:05:29 pyrsistent==0.15.7 05:05:29 PySocks==1.6.8 05:05:29 python-cinderclient==7.2.0 05:05:29 python-dateutil==2.8.1 05:05:29 python-heatclient==2.2.1 05:05:29 python-jenkins==1.7.0 05:05:29 python-keystoneclient==4.1.1 05:05:29 python-magnumclient==3.2.1 05:05:29 python-novaclient==17.2.1 05:05:29 python-openstackclient==5.4.0 05:05:29 python-swiftclient==3.10.1 05:05:29 pytz==2020.1 05:05:29 PyYAML==5.3 05:05:29 requests==2.23.0 05:05:29 requests-oauthlib==1.3.0 05:05:29 requestsexceptions==1.4.0 05:05:29 rfc3986==1.4.0 05:05:29 rpm==4.11.3 05:05:29 rsa==4.0 05:05:29 ruamel.yaml==0.16.10 05:05:29 ruamel.yaml.clib==0.2.0 05:05:29 s3transfer==0.3.3 05:05:29 shade==1.27.2 05:05:29 simplejson==3.17.2 05:05:29 six==1.14.0 05:05:29 soupsieve==2.0 05:05:29 stevedore==3.2.2 05:05:29 tabulate==0.8.6 05:05:29 toml==0.10.0 05:05:29 tox==3.20.0 05:05:29 tqdm==4.43.0 05:05:29 urllib3==1.25.8 05:05:29 virtualenv==20.0.33 05:05:29 wcwidth==0.2.5 05:05:29 websocket-client==0.57.0 05:05:29 wrapt==1.12.1 05:05:29 xdg==3.0.2 05:05:29 xmltodict==0.12.0 05:05:29 yq==2.11.1 05:05:29 zipp==3.3.0 05:05:29 Cache entry deserialization failed, entry ignored 05:05:29 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:05:29 Python 2.7.5 05:05:29 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 05:05:29 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:05:29 ansible==2.9.7 05:05:29 Babel==0.9.6 05:05:29 backports.ssl-match-hostname==3.5.0.1 05:05:29 beautifulsoup4==4.4.1 05:05:29 bodhi==2.11.0 05:05:29 bodhi-client==2.11.0 05:05:29 CCColUtils==1.4 05:05:29 cffi==1.6.0 05:05:29 chardet==2.2.1 05:05:29 click==6.7 05:05:29 cloud-init==18.5 05:05:29 configobj==4.7.2 05:05:29 cryptography==1.7.2 05:05:29 decorator==3.4.0 05:05:29 distro==1.2.0 05:05:29 enum34==1.0.4 05:05:29 fedpkg==1.38 05:05:29 futures==3.1.1 05:05:29 gitdb==0.6.4 05:05:29 GitPython==1.0.1 05:05:29 html5lib==0.999 05:05:29 httplib2==0.9.2 05:05:29 idna==2.4 05:05:29 iniparse==0.4 05:05:29 ipaddress==1.0.16 05:05:29 IPy==0.75 05:05:29 javapackages==1.0.0 05:05:29 Jinja2==2.7.2 05:05:29 jmespath==0.9.4 05:05:29 jsonpatch==1.2 05:05:29 jsonpointer==1.9 05:05:29 kerberos==1.1 05:05:29 kitchen==1.1.1 05:05:29 langtable==0.0.31 05:05:29 lockfile==0.9.1 05:05:29 lxml==3.2.1 05:05:29 MarkupSafe==0.11 05:05:29 munch==2.0.2 05:05:29 offtrac==0.1.0 05:05:29 openidc-client==0.6.0 05:05:29 packagedb-cli==2.14.1 05:05:29 paramiko==2.1.1 05:05:29 perf==0.1 05:05:29 ply==3.4 05:05:29 policycoreutils-default-encoding==0.1 05:05:29 prettytable==0.7.2 05:05:29 pyasn1==0.1.9 05:05:29 pycparser==2.14 05:05:29 pycurl==7.19.0 05:05:29 pygobject==3.22.0 05:05:29 pygpgme==0.3 05:05:29 pyliblzma==0.5.3 05:05:29 pyOpenSSL==0.13.1 05:05:29 pyparsing==1.5.6 05:05:29 pyserial==2.6 05:05:29 python-augeas==0.5.0 05:05:29 python-bugzilla==2.3.0 05:05:29 python-dateutil==1.5 05:05:29 python-fedora==0.10.0 05:05:29 python-linux-procfs==0.4.9 05:05:29 python-yubico==1.2.3 05:05:29 pyudev==0.15 05:05:29 pyusb==1.0.0b1 05:05:29 pyxattr==0.5.1 05:05:29 PyYAML==3.10 05:05:29 requests==2.6.0 05:05:29 requests-kerberos==0.7.0 05:05:29 rpkg==1.60 05:05:29 schedutils==0.4 05:05:29 seobject==0.1 05:05:29 sepolicy==1.1 05:05:29 six==1.9.0 05:05:29 smmap==0.9.0 05:05:29 urlgrabber==3.10 05:05:29 urllib3==1.10.2 05:05:29 virtualenv==15.1.0 05:05:29 yum-langpacks==0.4.2 05:05:29 yum-metadata-parser==1.1.4 [Pipeline] echo 05:05:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:05:30 ---> sudo-logs.sh 05:05:30 Archiving 'sudo' log.. [Pipeline] echo 05:05:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:05:30 ---> job-cost.sh 05:05:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1V5l 05:05:43 Cache entry deserialization failed, entry ignored 05:05:43 Cache entry deserialization failed, entry ignored 05:05:44 Cache entry deserialization failed, entry ignored 05:05:44 Cache entry deserialization failed, entry ignored 05:05:44 Cache entry deserialization failed, entry ignored 05:05:45 Cache entry deserialization failed, entry ignored 05:05:45 Cache entry deserialization failed, entry ignored 05:05:45 Cache entry deserialization failed, entry ignored 05:05:45 Cache entry deserialization failed, entry ignored 05:05:45 Cache entry deserialization failed, entry ignored 05:05:46 Cache entry deserialization failed, entry ignored 05:05:46 Cache entry deserialization failed, entry ignored 05:05:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:06:28 lf-activate-venv(): INFO: Adding /tmp/venv-1V5l/bin to PATH 05:06:28 INFO: No Stack... 05:06:28 INFO: Retrieving Pricing Info for: v1-standard-2 05:06:28 INFO: Archiving Costs [Pipeline] echo 05:06:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:06:28 ---> logs-deploy.sh 05:06:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-615/3 05:06:28 INFO: archiving workspace using pattern(s): 05:06:31 Archives upload complete. 05:06:31 INFO: archiving logs to Nexus 05:06:33 ---> uname -a: 05:06:33 Linux prd-centos7-docker-4c-2g-3635.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 05:06:33 05:06:33 05:06:33 ---> lscpu: 05:06:33 Architecture: x86_64 05:06:33 CPU op-mode(s): 32-bit, 64-bit 05:06:33 Byte Order: Little Endian 05:06:33 CPU(s): 4 05:06:33 On-line CPU(s) list: 0-3 05:06:33 Thread(s) per core: 1 05:06:33 Core(s) per socket: 1 05:06:33 Socket(s): 4 05:06:33 NUMA node(s): 1 05:06:33 Vendor ID: GenuineIntel 05:06:33 CPU family: 6 05:06:33 Model: 44 05:06:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:06:33 Stepping: 1 05:06:33 CPU MHz: 2933.438 05:06:33 BogoMIPS: 5866.87 05:06:33 Virtualization: VT-x 05:06:33 Hypervisor vendor: KVM 05:06:33 Virtualization type: full 05:06:33 L1d cache: 32K 05:06:33 L1i cache: 32K 05:06:33 L2 cache: 4096K 05:06:33 L3 cache: 16384K 05:06:33 NUMA node0 CPU(s): 0-3 05:06:33 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 05:06:33 05:06:33 05:06:33 ---> nproc: 05:06:33 4 05:06:33 05:06:33 05:06:33 ---> df -h: 05:06:33 Filesystem Size Used Avail Use% Mounted on 05:06:33 devtmpfs 887M 0 887M 0% /dev 05:06:33 tmpfs 919M 0 919M 0% /dev/shm 05:06:33 tmpfs 919M 17M 903M 2% /run 05:06:33 tmpfs 919M 0 919M 0% /sys/fs/cgroup 05:06:33 /dev/vda1 50G 7.3G 43G 15% / 05:06:33 tmpfs 184M 0 184M 0% /run/user/1001 05:06:33 tmpfs 184M 0 184M 0% /run/user/0 05:06:33 05:06:33 05:06:33 ---> free -m: 05:06:33 total used free shared buff/cache available 05:06:33 Mem: 1837 632 75 16 1129 1008 05:06:33 Swap: 1023 1 1022 05:06:33 05:06:33 05:06:33 ---> ip addr: 05:06:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 05:06:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:06:33 inet 127.0.0.1/8 scope host lo 05:06:33 valid_lft forever preferred_lft forever 05:06:33 inet6 ::1/128 scope host 05:06:33 valid_lft forever preferred_lft forever 05:06:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 05:06:33 link/ether fa:16:3e:21:cf:c3 brd ff:ff:ff:ff:ff:ff 05:06:33 inet 10.30.123.195/23 brd 10.30.123.255 scope global dynamic eth0 05:06:33 valid_lft 85619sec preferred_lft 85619sec 05:06:33 inet6 fe80::f816:3eff:fe21:cfc3/64 scope link 05:06:33 valid_lft forever preferred_lft forever 05:06:33 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 05:06:33 link/ether 02:42:09:92:bc:0f brd ff:ff:ff:ff:ff:ff 05:06:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:06:33 valid_lft forever preferred_lft forever 05:06:33 inet6 fe80::42:9ff:fe92:bc0f/64 scope link 05:06:33 valid_lft forever preferred_lft forever 05:06:33 05:06:33 05:06:33 ---> sar -b -r -n DEV: 05:06:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 05:06:33 05:06:33 04:53:09 AM LINUX RESTART 05:06:33 05:06:33 04:54:01 AM tps rtps wtps bread/s bwrtn/s 05:06:33 04:55:01 AM 64.12 20.36 43.75 5435.90 4941.01 05:06:33 04:56:01 AM 3.41 0.00 3.41 0.00 110.35 05:06:33 04:57:01 AM 0.42 0.00 0.42 0.00 5.88 05:06:33 04:58:02 AM 0.28 0.00 0.28 0.00 3.86 05:06:33 04:59:01 AM 0.20 0.00 0.20 0.00 2.96 05:06:33 05:00:01 AM 0.27 0.00 0.27 0.00 3.25 05:06:33 05:01:01 AM 0.33 0.07 0.27 0.80 3.59 05:06:33 05:02:01 AM 0.42 0.08 0.33 1.60 6.20 05:06:33 05:03:01 AM 0.30 0.00 0.30 0.00 2.76 05:06:33 05:04:01 AM 63.98 54.93 9.05 4658.32 646.82 05:06:33 05:05:01 AM 56.87 5.96 50.92 773.24 6957.87 05:06:33 05:06:02 AM 85.75 19.21 66.54 805.73 7389.51 05:06:33 Average: 23.06 8.40 14.66 974.77 1674.63 05:06:33 05:06:33 04:54:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:06:33 04:55:01 AM 165512 1716044 91.20 2620 1117056 1126492 38.45 426788 1127664 120 05:06:33 04:56:01 AM 176280 1705276 90.63 2620 1117060 1059864 36.17 423332 1121808 20 05:06:33 04:57:01 AM 174588 1706968 90.72 2620 1117068 1060168 36.18 426920 1119772 8 05:06:33 04:58:02 AM 174304 1707252 90.74 2620 1117116 1060084 36.18 430364 1117108 28 05:06:33 04:59:01 AM 174972 1706584 90.70 2620 1117076 1059952 36.17 434664 1112032 8 05:06:33 05:00:01 AM 171776 1709780 90.87 2620 1117080 1060108 36.18 456448 1093500 8 05:06:33 05:01:01 AM 171184 1710372 90.90 2620 1117084 1062544 36.26 457124 1093500 8 05:06:33 05:02:01 AM 172616 1708940 90.83 2620 1117232 1060436 36.19 451520 1097728 8 05:06:33 05:03:01 AM 172500 1709056 90.83 2620 1117240 1060436 36.19 451652 1097728 12 05:06:33 05:04:01 AM 83860 1797696 95.54 2620 1149968 1103816 37.67 497276 1128620 26016 05:06:33 05:05:01 AM 73004 1808552 96.12 2620 1098576 1120672 38.25 522484 1082972 78552 05:06:33 05:06:02 AM 88448 1793108 95.30 2620 1069176 1103684 37.67 524772 1034852 54200 05:06:33 Average: 149920 1731636 92.03 2620 1114311 1078188 36.80 458612 1102274 13249 05:06:33 05:06:33 04:54:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 05:06:33 04:55:01 AM eth0 239.34 197.59 926.98 107.28 0.00 0.00 0.00 05:06:33 04:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:55:01 AM docker0 10.53 7.55 1.30 19.28 0.00 0.00 0.00 05:06:33 04:56:01 AM eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 05:06:33 04:56:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:56:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:57:01 AM eth0 0.72 0.28 0.29 0.19 0.00 0.00 0.00 05:06:33 04:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:57:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:58:02 AM eth0 1.13 0.25 0.32 0.19 0.00 0.00 0.00 05:06:33 04:58:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:58:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:59:01 AM eth0 0.49 0.17 0.14 0.01 0.00 0.00 0.00 05:06:33 04:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 04:59:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:00:01 AM eth0 1.28 0.40 0.45 0.28 0.00 0.00 0.00 05:06:33 05:00:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:00:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:01:01 AM eth0 0.57 0.40 0.30 0.21 0.00 0.00 0.00 05:06:33 05:01:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:01:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:02:01 AM eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 05:06:33 05:02:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:02:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:03:01 AM eth0 0.55 0.08 0.04 0.01 0.00 0.00 0.00 05:06:33 05:03:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:03:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:04:01 AM eth0 46.77 28.39 232.13 9.66 0.00 0.00 0.00 05:06:33 05:04:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:04:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:05:01 AM eth0 72.40 46.49 605.58 5.99 0.00 0.00 0.00 05:06:33 05:05:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:05:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:06:02 AM eth0 33.90 25.88 127.42 8.54 0.00 0.00 0.00 05:06:33 05:06:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 05:06:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 Average: eth0 33.20 25.04 158.02 11.05 0.00 0.00 0.00 05:06:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:33 Average: docker0 0.88 0.63 0.11 1.61 0.00 0.00 0.00 05:06:33 05:06:33 05:06:33 ---> sar -P ALL: 05:06:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 05:06:33 05:06:33 04:53:09 AM LINUX RESTART 05:06:33 05:06:33 04:54:01 AM CPU %user %nice %system %iowait %steal %idle 05:06:33 04:55:01 AM all 11.05 0.00 4.29 2.47 10.07 72.13 05:06:33 04:55:01 AM 0 11.56 0.00 4.73 3.11 10.42 70.17 05:06:33 04:55:01 AM 1 10.97 0.00 4.10 1.10 9.60 74.23 05:06:33 04:55:01 AM 2 13.22 0.00 4.33 3.94 9.92 68.59 05:06:33 04:55:01 AM 3 8.46 0.00 4.01 1.74 10.32 75.47 05:06:33 04:56:01 AM all 0.11 0.00 0.08 0.00 0.25 99.56 05:06:33 04:56:01 AM 0 0.07 0.00 0.07 0.00 0.18 99.68 05:06:33 04:56:01 AM 1 0.07 0.00 0.10 0.00 0.38 99.45 05:06:33 04:56:01 AM 2 0.30 0.00 0.10 0.00 0.23 99.37 05:06:33 04:56:01 AM 3 0.03 0.00 0.07 0.00 0.18 99.72 05:06:33 04:57:01 AM all 0.12 0.00 0.04 0.00 0.22 99.61 05:06:33 04:57:01 AM 0 0.13 0.00 0.03 0.00 0.12 99.72 05:06:33 04:57:01 AM 1 0.02 0.00 0.03 0.00 0.12 99.83 05:06:33 04:57:01 AM 2 0.07 0.00 0.05 0.00 0.48 99.40 05:06:33 04:57:01 AM 3 0.28 0.00 0.02 0.00 0.17 99.53 05:06:33 04:58:02 AM all 0.06 0.00 0.03 0.00 0.39 99.51 05:06:33 04:58:02 AM 0 0.02 0.00 0.07 0.00 0.53 99.39 05:06:33 04:58:02 AM 1 0.02 0.00 0.03 0.00 0.38 99.57 05:06:33 04:58:02 AM 2 0.00 0.00 0.02 0.00 0.35 99.63 05:06:33 04:58:02 AM 3 0.20 0.00 0.03 0.00 0.33 99.43 05:06:33 04:59:01 AM all 0.09 0.00 0.04 0.00 0.33 99.54 05:06:33 04:59:01 AM 0 0.02 0.00 0.02 0.00 0.12 99.85 05:06:33 04:59:01 AM 1 0.15 0.00 0.00 0.00 0.27 99.58 05:06:33 04:59:01 AM 2 0.00 0.00 0.03 0.00 0.19 99.78 05:06:33 04:59:01 AM 3 0.19 0.00 0.08 0.00 0.74 98.99 05:06:33 05:00:01 AM all 0.08 0.00 0.06 0.00 0.36 99.50 05:06:33 05:00:01 AM 0 0.03 0.00 0.02 0.00 0.17 99.78 05:06:33 05:00:01 AM 1 0.25 0.00 0.03 0.00 0.63 99.09 05:06:33 05:00:01 AM 2 0.03 0.00 0.03 0.00 0.27 99.67 05:06:33 05:00:01 AM 3 0.03 0.00 0.18 0.00 0.37 99.42 05:06:33 05:01:01 AM all 0.10 0.00 0.03 0.00 0.79 99.07 05:06:33 05:01:01 AM 0 0.02 0.00 0.02 0.00 0.48 99.49 05:06:33 05:01:01 AM 1 0.21 0.00 0.05 0.00 1.58 98.16 05:06:33 05:01:01 AM 2 0.17 0.00 0.03 0.00 0.79 99.01 05:06:33 05:01:01 AM 3 0.02 0.00 0.02 0.00 0.33 99.64 05:06:33 05:02:01 AM all 0.13 0.00 0.05 0.00 0.15 99.68 05:06:33 05:02:01 AM 0 0.02 0.00 0.03 0.00 0.03 99.92 05:06:33 05:02:01 AM 1 0.07 0.00 0.08 0.00 0.20 99.65 05:06:33 05:02:01 AM 2 0.42 0.00 0.05 0.00 0.27 99.27 05:06:33 05:02:01 AM 3 0.02 0.00 0.02 0.00 0.05 99.92 05:06:33 05:03:01 AM all 0.08 0.00 0.03 0.00 0.44 99.44 05:06:33 05:03:01 AM 0 0.13 0.00 0.03 0.00 0.28 99.55 05:06:33 05:03:01 AM 1 0.05 0.00 0.03 0.00 0.46 99.45 05:06:33 05:03:01 AM 2 0.10 0.00 0.02 0.02 0.51 99.35 05:06:33 05:03:01 AM 3 0.05 0.00 0.03 0.00 0.53 99.39 05:06:33 05:04:01 AM all 6.24 0.00 1.23 2.52 6.67 83.35 05:06:33 05:04:01 AM 0 5.88 0.00 0.95 0.06 7.53 85.58 05:06:33 05:04:01 AM 1 2.92 0.00 0.93 2.82 6.39 86.94 05:06:33 05:04:01 AM 2 11.04 0.00 1.76 2.18 6.51 78.50 05:06:33 05:04:01 AM 3 5.26 0.00 1.31 5.05 6.23 82.16 05:06:33 05:05:01 AM all 15.28 0.00 2.13 0.32 3.79 78.48 05:06:33 05:05:01 AM 0 29.52 0.00 2.54 0.27 4.55 63.13 05:06:33 05:05:01 AM 1 13.97 0.00 2.87 0.19 2.81 80.16 05:06:33 05:05:01 AM 2 7.10 0.00 1.29 0.50 4.52 86.60 05:06:33 05:05:01 AM 3 11.38 0.00 1.87 0.30 3.32 83.12 05:06:33 05:06:33 05:05:01 AM CPU %user %nice %system %iowait %steal %idle 05:06:33 05:06:02 AM all 14.92 0.00 2.74 0.86 3.68 77.80 05:06:33 05:06:02 AM 0 21.09 0.00 2.66 0.12 3.17 72.96 05:06:33 05:06:02 AM 1 14.08 0.00 2.69 0.55 3.83 78.84 05:06:33 05:06:02 AM 2 15.03 0.00 3.47 1.91 4.29 75.30 05:06:33 05:06:02 AM 3 9.65 0.00 2.12 0.88 3.40 83.95 05:06:33 Average: all 3.99 0.00 0.89 0.52 2.26 92.34 05:06:33 Average: 0 5.54 0.00 0.91 0.29 2.30 90.96 05:06:33 Average: 1 3.54 0.00 0.91 0.40 2.23 92.92 05:06:33 Average: 2 3.93 0.00 0.93 0.71 2.36 92.08 05:06:33 Average: 3 2.95 0.00 0.81 0.67 2.17 93.39 05:06:33 05:06:33 05:06:33