Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+0004bfda3add5d207eecfa44332d420db602e0f7 (2dfb10940b114abb1e6320580ef503f7d9612b47) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33384 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0004bfda3add5d207eecfa44332d420db602e0f7 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing b8374e34fffbde3c70e2bea7e0b3316df3a17caf Checking out Revision b8374e34fffbde3c70e2bea7e0b3316df3a17caf (PR-725) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8374e34fffbde3c70e2bea7e0b3316df3a17caf # timeout=10 Commit message: "Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk f6731ffe8fccd19843bb0a171d57cc80aae64ce0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:44 ========================================================= 02:41:44 EdgeX Global Pipelines Version Info 02:41:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:46 ------------------- 02:41:46 stable info: 02:41:46 ------------------- 02:41:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:46 Message: update stable to v1.0.186 02:41:46 ------------------- 02:41:46 experimental info: 02:41:46 ------------------- 02:41:46 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:41:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b8374e34fffbde3c70e2bea7e0b3316df3a17caf [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b8374e3 [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:50 provisioning config files... 02:41:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config247516964436737776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:51 ---> docker-login.sh 02:41:51 nexus3.edgexfoundry.org:10001 02:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:51 Configure a credential helper to remove this warning. See 02:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:51 02:41:51 Login Succeeded 02:41:51 nexus3.edgexfoundry.org:10002 02:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:51 Configure a credential helper to remove this warning. See 02:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:51 02:41:51 Login Succeeded 02:41:51 nexus3.edgexfoundry.org:10003 02:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:52 Configure a credential helper to remove this warning. See 02:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:52 02:41:52 Login Succeeded 02:41:52 nexus3.edgexfoundry.org:10004 02:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:52 Configure a credential helper to remove this warning. See 02:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:52 02:41:52 Login Succeeded 02:41:52 docker.io 02:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:52 Configure a credential helper to remove this warning. See 02:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:52 02:41:52 Login Succeeded 02:41:52 ---> docker-login.sh ends [Pipeline] } 02:41:52 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 02:41:53 + git log --format=format:%s -1 b8374e34fffbde3c70e2bea7e0b3316df3a17caf [Pipeline] echo 02:41:53 GIT_COMMIT: b8374e34fffbde3c70e2bea7e0b3316df3a17caf, Commit Message: Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD [Pipeline] echo 02:41:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:54 02:41:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:54 latest: Pulling from edgex-devops/git-semver 02:41:54 31603596830f: Pulling fs layer 02:41:54 2a8b12db71e7: Pulling fs layer 02:41:54 6ca5941a6612: Pulling fs layer 02:41:54 ecc8261a40a4: Pulling fs layer 02:41:54 ecc8261a40a4: Waiting 02:41:54 2a8b12db71e7: Verifying Checksum 02:41:54 2a8b12db71e7: Download complete 02:41:55 31603596830f: Verifying Checksum 02:41:55 31603596830f: Download complete 02:41:55 ecc8261a40a4: Verifying Checksum 02:41:55 ecc8261a40a4: Download complete 02:41:55 6ca5941a6612: Verifying Checksum 02:41:55 6ca5941a6612: Download complete 02:41:55 31603596830f: Pull complete 02:41:55 2a8b12db71e7: Pull complete 02:41:56 6ca5941a6612: Pull complete 02:41:57 ecc8261a40a4: Pull complete 02:41:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:57 prd-centos7-docker-4c-2g-33384 does not seem to be running inside a container 02:41:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:58 $ docker top 955e11e36fbc155f3075e9a9ffc9183603501b11d99fb25258e0ba394d6a6a6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:59 [ssh-agent] Looking for ssh-agent implementation... 02:41:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:59 $ docker exec 955e11e36fbc155f3075e9a9ffc9183603501b11d99fb25258e0ba394d6a6a6e ssh-agent 02:41:59 SSH_AUTH_SOCK=/tmp/ssh-qocTEPhT7g8h/agent.11 02:41:59 SSH_AGENT_PID=16 02:41:59 Running ssh-add (command line suppressed) 02:41:59 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_320182481115790385.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_320182481115790385.key) 02:41:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:00 + git tag --points-at HEAD [Pipeline] } 02:42:00 $ docker exec --env ******** --env ******** 955e11e36fbc155f3075e9a9ffc9183603501b11d99fb25258e0ba394d6a6a6e ssh-agent -k 02:42:00 unset SSH_AUTH_SOCK; 02:42:00 unset SSH_AGENT_PID; 02:42:00 echo Agent pid 16 killed; 02:42:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:00 [ssh-agent] Looking for ssh-agent implementation... 02:42:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:00 $ docker exec 955e11e36fbc155f3075e9a9ffc9183603501b11d99fb25258e0ba394d6a6a6e ssh-agent 02:42:00 SSH_AUTH_SOCK=/tmp/ssh-GG9cWxsPeHUB/agent.45 02:42:00 SSH_AGENT_PID=50 02:42:00 Running ssh-add (command line suppressed) 02:42:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7528254846106671998.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7528254846106671998.key) 02:42:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:01 + git semver init 02:42:01 # -> Open(): unable to determine branch for HEAD 02:42:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:42:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:42:01 # $SEMVER_REMOTE_NAME = origin 02:42:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:01 # $SEMVER_USER_NAME = edgex-jenkins 02:42:01 # $SEMVER_BRANCH = PR-725 02:42:01 # $SEMVER_TEMP = /tmp/semver-219878712 02:42:01 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:02 # '/tmp/semver-219878712' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:42:02 # -> Force: false 02:42:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:42:02 $ docker exec --env ******** --env ******** 955e11e36fbc155f3075e9a9ffc9183603501b11d99fb25258e0ba394d6a6a6e ssh-agent -k 02:42:02 unset SSH_AUTH_SOCK; 02:42:02 unset SSH_AGENT_PID; 02:42:02 echo Agent pid 50 killed; 02:42:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:02 + git semver [Pipeline] } 02:42:03 $ docker stop --time=1 955e11e36fbc155f3075e9a9ffc9183603501b11d99fb25258e0ba394d6a6a6e 02:42:04 $ docker rm -f 955e11e36fbc155f3075e9a9ffc9183603501b11d99fb25258e0ba394d6a6a6e [Pipeline] // withDockerContainer [Pipeline] sh 02:42:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:05 Stashed 1 file(s) [Pipeline] echo 02:42:05 [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 02:42:21 Still waiting to schedule task 02:42:21 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:21 Still waiting to schedule task 02:42:21 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 02:44:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33385 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:11 Running in /w/workspace/device-sdk-go/32 [Pipeline] { [Pipeline] checkout 02:44:17 using credential edgex-jenkins-ssh 02:44:17 Cloning the remote Git repository 02:44:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:17 > git init /w/workspace/device-sdk-go/32 # timeout=10 02:44:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:17 > git --version # timeout=10 02:44:17 > git --version # 'git version 2.17.1' 02:44:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:19 Merging remotes/origin/master commit 0004bfda3add5d207eecfa44332d420db602e0f7 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:44:19 Merge succeeded, producing 83a68fec3a03eb96e3504b8829a9f19698b72faa 02:44:19 Checking out Revision 83a68fec3a03eb96e3504b8829a9f19698b72faa (PR-725) 02:44:19 > git config core.sparsecheckout # timeout=10 02:44:19 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:44:19 > git remote # timeout=10 02:44:19 > git config --get remote.origin.url # timeout=10 02:44:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:19 > git merge 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 02:44:19 > git rev-parse HEAD^{commit} # timeout=10 02:44:19 > git config core.sparsecheckout # timeout=10 02:44:19 > git checkout -f 83a68fec3a03eb96e3504b8829a9f19698b72faa # timeout=10 02:44:24 Commit message: "Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD" 02:44:24 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:24 > git rev-list --no-walk f6731ffe8fccd19843bb0a171d57cc80aae64ce0 # timeout=10 02:44:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:26 + + truesudo 02:44:26 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:29 provisioning config files... 02:44:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/32@tmp/config7297410852439687113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:30 ---> docker-login.sh 02:44:30 nexus3.edgexfoundry.org:10001 02:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:31 Configure a credential helper to remove this warning. See 02:44:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:31 02:44:31 Login Succeeded 02:44:31 nexus3.edgexfoundry.org:10002 02:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:31 Configure a credential helper to remove this warning. See 02:44:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:31 02:44:31 Login Succeeded 02:44:31 nexus3.edgexfoundry.org:10003 02:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:32 Configure a credential helper to remove this warning. See 02:44:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:32 02:44:32 Login Succeeded 02:44:32 nexus3.edgexfoundry.org:10004 02:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:33 Configure a credential helper to remove this warning. See 02:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:33 02:44:33 Login Succeeded 02:44:33 docker.io 02:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:33 Configure a credential helper to remove this warning. See 02:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:33 02:44:33 Login Succeeded 02:44:33 ---> docker-login.sh ends [Pipeline] } 02:44:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:34 ========================================================= 02:44:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:34 + 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 . 02:44:34 Sending build context to Docker daemon 2.407MB 02:44:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:34 Step 2/8 : FROM ${BASE} 02:44:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:35 5f621e34cdf4: Pulling fs layer 02:44:35 a4357932f1b6: Pulling fs layer 02:44:35 18c013af1878: Pulling fs layer 02:44:35 00ac8860ef70: Pulling fs layer 02:44:35 63d7cb157983: Pulling fs layer 02:44:35 b116817d02f9: Pulling fs layer 02:44:35 745a02a5169b: Pulling fs layer 02:44:35 00ac8860ef70: Waiting 02:44:35 b116817d02f9: Waiting 02:44:35 745a02a5169b: Waiting 02:44:35 63d7cb157983: Waiting 02:44:35 18c013af1878: Verifying Checksum 02:44:35 18c013af1878: Download complete 02:44:35 a4357932f1b6: Download complete 02:44:35 63d7cb157983: Verifying Checksum 02:44:35 63d7cb157983: Download complete 02:44:35 5f621e34cdf4: Verifying Checksum 02:44:35 b116817d02f9: Verifying Checksum 02:44:35 b116817d02f9: Download complete 02:44:36 5f621e34cdf4: Pull complete 02:44:36 a4357932f1b6: Pull complete 02:44:37 18c013af1878: Pull complete 02:44:38 745a02a5169b: Verifying Checksum 02:44:38 745a02a5169b: Download complete 02:44:39 00ac8860ef70: Download complete 02:44:49 00ac8860ef70: Pull complete 02:44:49 63d7cb157983: Pull complete 02:44:49 b116817d02f9: Pull complete 02:44:54 745a02a5169b: Pull complete 02:44:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:44:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:44:54 ---> b7e6874047d6 02:44:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:56 ---> Running in cfe0f10ef6fa 02:44:56 Removing intermediate container cfe0f10ef6fa 02:44:56 ---> ad2a85d8edfc 02:44:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:56 ---> Running in 2c7fa12d78ed 02:44:58 Removing intermediate container 2c7fa12d78ed 02:44:58 ---> 3928b5658bca 02:44:58 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:44:59 ---> Running in 8855e5eb0e4b 02:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:01 (1/6) Installing libc-dev (0.7.2-r3) 02:45:01 (2/6) Installing libsodium (1.0.18-r0) 02:45:01 (3/6) Installing pkgconf (1.7.2-r0) 02:45:01 (4/6) Installing libsodium-dev (1.0.18-r0) 02:45:02 (5/6) Installing libzmq (4.3.3-r0) 02:45:02 (6/6) Installing zeromq-dev (4.3.3-r0) 02:45:02 Executing busybox-1.31.1-r19.trigger 02:45:02 OK: 144 MiB in 45 packages 02:45:03 Removing intermediate container 8855e5eb0e4b 02:45:03 ---> 35514ec36851 02:45:03 Step 6/8 : WORKDIR /device-sdk-go 02:45:03 ---> Running in ea2ed51b43b9 02:45:04 Removing intermediate container ea2ed51b43b9 02:45:04 ---> 9059df936278 02:45:04 Step 7/8 : COPY . . 02:45:05 ---> a17ac294704f 02:45:05 Step 8/8 : RUN go mod download 02:45:05 ---> Running in 70355c0a8b7f 02:45:32 Removing intermediate container 70355c0a8b7f 02:45:32 ---> 56554ff1dd70 02:45:32 Successfully built 56554ff1dd70 02:45:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:45:32 + docker inspect -f . ci-base-image-arm64 02:45:32 . [Pipeline] withDockerContainer 02:45:32 prd-ubuntu18.04-docker-arm64-4c-16g-33385 does not seem to be running inside a container 02:45:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/32 -v /w/workspace/device-sdk-go/32:/w/workspace/device-sdk-go/32:rw,z -v /w/workspace/device-sdk-go/32@tmp:/w/workspace/device-sdk-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:34 $ docker top a68faab21d072e9a75f9da704719a44674cb89fca75a4c92113856a9f482259c -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:35 + go version 02:45:35 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:35 $ docker stop --time=1 a68faab21d072e9a75f9da704719a44674cb89fca75a4c92113856a9f482259c 02:45:37 $ docker rm -f a68faab21d072e9a75f9da704719a44674cb89fca75a4c92113856a9f482259c 02:45:37 Running on prd-centos7-docker-4c-2g-33386 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 02:45:37 Running in /w/workspace/device-sdk-go/32 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:38 + docker inspect -f . ci-base-image-arm64 02:45:38 . [Pipeline] withDockerContainer 02:45:38 prd-ubuntu18.04-docker-arm64-4c-16g-33385 does not seem to be running inside a container 02:45:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/32 -v /w/workspace/device-sdk-go/32:/w/workspace/device-sdk-go/32:rw,z -v /w/workspace/device-sdk-go/32@tmp:/w/workspace/device-sdk-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:40 $ docker top 845e542f385ac8f04b831ef453df0da74320484949a3c278f1a2b8756bd438b7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:41 + make test 02:45:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:46 using credential edgex-jenkins-ssh 02:45:46 Cloning the remote Git repository 02:45:46 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:46 > git init /w/workspace/device-sdk-go/32 # timeout=10 02:45:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:46 > git --version # timeout=10 02:45:46 > git --version # 'git version 2.24.3' 02:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:48 Merging remotes/origin/master commit 0004bfda3add5d207eecfa44332d420db602e0f7 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:48 Merge succeeded, producing 5edea210ddd9cb0f6b98b2c780781a3ed7c5afdb 02:45:48 Checking out Revision 5edea210ddd9cb0f6b98b2c780781a3ed7c5afdb (PR-725) 02:45:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:48 > git config core.sparsecheckout # timeout=10 02:45:48 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:45:48 > git remote # timeout=10 02:45:48 > git config --get remote.origin.url # timeout=10 02:45:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:48 > git merge 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 02:45:48 > git rev-parse HEAD^{commit} # timeout=10 02:45:48 > git config core.sparsecheckout # timeout=10 02:45:49 > git checkout -f 5edea210ddd9cb0f6b98b2c780781a3ed7c5afdb # timeout=10 02:45:53 Commit message: "Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD" 02:45:53 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:53 > git rev-list --no-walk f6731ffe8fccd19843bb0a171d57cc80aae64ce0 # timeout=10 02:45:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:56 + sudo service docker restart 02:45:56 + true 02:45:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:58 provisioning config files... 02:45:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/32@tmp/config8437239614824362362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:59 ---> docker-login.sh 02:45:59 nexus3.edgexfoundry.org:10001 02:46:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:01 Configure a credential helper to remove this warning. See 02:46:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:01 02:46:01 Login Succeeded 02:46:01 nexus3.edgexfoundry.org:10002 02:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:02 Configure a credential helper to remove this warning. See 02:46:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:02 02:46:02 Login Succeeded 02:46:02 nexus3.edgexfoundry.org:10003 02:46:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:03 Configure a credential helper to remove this warning. See 02:46:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:03 02:46:03 Login Succeeded 02:46:03 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:03 nexus3.edgexfoundry.org:10004 02:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:04 Configure a credential helper to remove this warning. See 02:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:04 02:46:04 Login Succeeded 02:46:04 docker.io 02:46:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:06 Configure a credential helper to remove this warning. See 02:46:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:06 02:46:06 Login Succeeded 02:46:06 ---> docker-login.sh ends [Pipeline] } 02:46:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:07 ========================================================= 02:46:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:08 + 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 . 02:46:09 Sending build context to Docker daemon 2.408MB 02:46:09 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:09 Step 2/8 : FROM ${BASE} 02:46:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:09 188c0c94c7c5: Pulling fs layer 02:46:09 0ef7d3d256c8: Pulling fs layer 02:46:09 de9db76c5a1d: Pulling fs layer 02:46:09 bca2f99d35d6: Pulling fs layer 02:46:09 93359f2a8cfa: Pulling fs layer 02:46:09 7c6f9722023f: Pulling fs layer 02:46:09 a35cf1a2eb13: Pulling fs layer 02:46:09 bca2f99d35d6: Waiting 02:46:09 93359f2a8cfa: Waiting 02:46:09 7c6f9722023f: Waiting 02:46:09 a35cf1a2eb13: Waiting 02:46:09 de9db76c5a1d: Verifying Checksum 02:46:09 de9db76c5a1d: Download complete 02:46:09 0ef7d3d256c8: Verifying Checksum 02:46:09 0ef7d3d256c8: Download complete 02:46:10 93359f2a8cfa: Verifying Checksum 02:46:10 93359f2a8cfa: Download complete 02:46:10 7c6f9722023f: Verifying Checksum 02:46:10 7c6f9722023f: Download complete 02:46:10 188c0c94c7c5: Verifying Checksum 02:46:10 188c0c94c7c5: Download complete 02:46:11 188c0c94c7c5: Pull complete 02:46:12 0ef7d3d256c8: Pull complete 02:46:12 de9db76c5a1d: Pull complete 02:46:18 a35cf1a2eb13: Verifying Checksum 02:46:18 a35cf1a2eb13: Download complete 02:46:21 bca2f99d35d6: Verifying Checksum 02:46:21 bca2f99d35d6: Download complete 02:46:41 bca2f99d35d6: Pull complete 02:46:41 93359f2a8cfa: Pull complete 02:46:41 7c6f9722023f: Pull complete 02:46:49 a35cf1a2eb13: Pull complete 02:46:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:49 ---> a62c8e92a672 02:46:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:49 ---> Running in a4313edfbf54 02:46:49 Removing intermediate container a4313edfbf54 02:46:49 ---> 889a0819e160 02:46:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:50 ---> Running in 74ddbab56432 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:52 Removing intermediate container 74ddbab56432 02:46:52 ---> ee87a0e4046b 02:46:52 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:46:52 ---> Running in 89ed46020e01 02:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:55 (1/6) Installing libc-dev (0.7.2-r3) 02:46:55 (2/6) Installing libsodium (1.0.18-r0) 02:46:55 (3/6) Installing pkgconf (1.7.2-r0) 02:46:56 (4/6) Installing libsodium-dev (1.0.18-r0) 02:46:56 (5/6) Installing libzmq (4.3.3-r0) 02:46:56 (6/6) Installing zeromq-dev (4.3.3-r0) 02:46:56 Executing busybox-1.31.1-r19.trigger 02:46:56 OK: 167 MiB in 45 packages 02:46:57 Removing intermediate container 89ed46020e01 02:46:57 ---> 9f7180cf705f 02:46:57 Step 6/8 : WORKDIR /device-sdk-go 02:46:57 ---> Running in 78e300751e5c 02:46:58 Removing intermediate container 78e300751e5c 02:46:58 ---> 835662c41f69 02:46:58 Step 7/8 : COPY . . 02:47:00 ---> 1c7211098908 02:47:00 Step 8/8 : RUN go mod download 02:47:00 ---> Running in 73f302c873b4 02:47:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.131s coverage: 28.1% of statements 02:47:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.203s coverage: 78.9% of statements 02:47:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.204s coverage: 7.8% of statements 02:47:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:47:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.216s coverage: 32.5% of statements 02:47:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.328s coverage: 57.1% of statements 02:47:08 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.084s coverage: 6.6% of statements 02:47:08 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.146s coverage: 5.0% of statements 02:47:08 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:08 GO111MODULE=on go vet ./... 02:47:40 Removing intermediate container 73f302c873b4 02:47:40 ---> f5356f991256 02:47:40 Successfully built f5356f991256 02:47:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:47:41 + docker inspect -f . ci-base-image-x86_64 02:47:41 . [Pipeline] withDockerContainer 02:47:42 prd-centos7-docker-4c-2g-33386 does not seem to be running inside a container 02:47:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/32 -v /w/workspace/device-sdk-go/32:/w/workspace/device-sdk-go/32:rw,z -v /w/workspace/device-sdk-go/32@tmp:/w/workspace/device-sdk-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:47:44 $ docker top a812c417b8a650b96dcbde44883241b5f85ea28d5262a9d87d81400f0dfb642e -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:46 + go version 02:47:46 go version go1.15.5 linux/amd64 [Pipeline] } 02:47:46 $ docker stop --time=1 a812c417b8a650b96dcbde44883241b5f85ea28d5262a9d87d81400f0dfb642e 02:47:48 $ docker rm -f a812c417b8a650b96dcbde44883241b5f85ea28d5262a9d87d81400f0dfb642e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:49 + docker inspect -f . ci-base-image-x86_64 02:47:49 . [Pipeline] withDockerContainer 02:47:49 prd-centos7-docker-4c-2g-33386 does not seem to be running inside a container 02:47:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/32 -v /w/workspace/device-sdk-go/32:/w/workspace/device-sdk-go/32:rw,z -v /w/workspace/device-sdk-go/32@tmp:/w/workspace/device-sdk-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:47:51 $ docker top aa8b2f69464f925966888c3086c8ee036e5675ba3d08ea00c52a57b89617d5fb -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:53 + make test 02:47:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:56 gofmt -l . 02:47:56 [ "`gofmt -l .`" = "" ] 02:47:56 ./bin/test-attribution-txt.sh 02:47:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:56 $ docker stop --time=1 845e542f385ac8f04b831ef453df0da74320484949a3c278f1a2b8756bd438b7 02:47:58 $ docker rm -f 845e542f385ac8f04b831ef453df0da74320484949a3c278f1a2b8756bd438b7 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:04 + ls -al . 02:48:04 total 224 02:48:04 drwxrwxr-x 10 jenkins jenkins 4096 Apr 9 02:47 . 02:48:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 02:44 .. 02:48:04 -rw-rw-r-- 1 jenkins jenkins 140 Apr 9 02:44 .dockerignore 02:48:04 drwxrwxr-x 8 jenkins jenkins 4096 Apr 9 02:44 .git 02:48:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 02:44 .github 02:48:04 -rw-rw-r-- 1 jenkins jenkins 138 Apr 9 02:44 .gitignore 02:48:04 -rw-rw-r-- 1 jenkins jenkins 987 Apr 9 02:44 Dockerfile.build 02:48:04 -rw-rw-r-- 1 jenkins jenkins 894 Apr 9 02:44 Jenkinsfile 02:48:04 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 9 02:44 LICENSE 02:48:04 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 9 02:44 Makefile 02:48:04 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 9 02:44 README.md 02:48:04 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 9 02:44 RELEASE-NOTES.txt 02:48:04 -rw-rw-r-- 1 jenkins jenkins 5 Apr 9 02:42 VERSION 02:48:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 02:44 bin 02:48:04 -rw-r--r-- 1 jenkins jenkins 99750 Apr 9 02:47 coverage.out 02:48:04 drwxrwxr-x 5 jenkins jenkins 4096 Apr 9 02:44 example 02:48:04 -rw-r--r-- 1 jenkins jenkins 572 Apr 9 02:47 go.mod 02:48:04 -rw-r--r-- 1 jenkins jenkins 20726 Apr 9 02:47 go.sum 02:48:04 drwxrwxr-x 14 jenkins jenkins 4096 Apr 9 02:44 internal 02:48:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 02:44 openapi 02:48:04 drwxrwxr-x 5 jenkins jenkins 4096 Apr 9 02:44 pkg 02:48:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 02:44 snap 02:48:04 -rw-rw-r-- 1 jenkins jenkins 222 Apr 9 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:48:04 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b8374e34fffbde3c70e2bea7e0b3316df3a17caf --label arch=arm64 --label version=0.0.0 . 02:48:05 Sending build context to Docker daemon 2.508MB 02:48:05 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:48:05 Step 2/23 : FROM ${BASE} AS builder 02:48:05 ---> 56554ff1dd70 02:48:05 Step 3/23 : WORKDIR /device-sdk-go 02:48:05 ---> Running in 38f9f29c1a59 02:48:05 Removing intermediate container 38f9f29c1a59 02:48:05 ---> 78fb806bb560 02:48:05 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:05 ---> Running in a2f80738b34a 02:48:06 Removing intermediate container a2f80738b34a 02:48:06 ---> 6b67ec93287c 02:48:06 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:06 ---> Running in 57fdbb215171 02:48:08 Removing intermediate container 57fdbb215171 02:48:08 ---> 05d1fede2449 02:48:08 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:48:08 ---> Running in fbde1652f337 02:48:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:11 OK: 144 MiB in 45 packages 02:48:12 Removing intermediate container fbde1652f337 02:48:12 ---> 2d4bb02b5d30 02:48:12 Step 7/23 : COPY . . 02:48:13 ---> aa6862854da8 02:48:13 Step 8/23 : RUN go mod download 02:48:13 ---> Running in 59b3a5d4e678 02:48:16 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:48:16 Removing intermediate container 59b3a5d4e678 02:48:16 ---> 59748626d2ca 02:48:16 Step 9/23 : RUN make build 02:48:16 ---> Running in 3f6330848ce0 02:48:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:48:49 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:48:52 Removing intermediate container 3f6330848ce0 02:48:52 ---> 48f3f4c0282a 02:48:52 Step 10/23 : FROM alpine:3.12 02:48:52 3.12: Pulling from library/alpine 02:48:52 9a219e8acc52: Pulling fs layer 02:48:52 9a219e8acc52: Download complete 02:48:53 9a219e8acc52: Pull complete 02:48:53 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:48:53 Status: Downloaded newer image for alpine:3.12 02:48:53 ---> d75e27dfc0a0 02:48:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:53 ---> Running in 4d291e3c09fa 02:48:54 Removing intermediate container 4d291e3c09fa 02:48:54 ---> 31adb81f1dd0 02:48:54 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:54 ---> Running in 6bb49504e6a5 02:48:56 Removing intermediate container 6bb49504e6a5 02:48:56 ---> 7f1928e031f2 02:48:56 Step 13/23 : RUN apk add --update --no-cache zeromq 02:48:56 ---> Running in d07c44d94d34 02:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:59 (1/5) Installing libgcc (9.3.0-r2) 02:48:59 (2/5) Installing libsodium (1.0.18-r0) 02:48:59 (3/5) Installing libstdc++ (9.3.0-r2) 02:48:59 (4/5) Installing libzmq (4.3.3-r0) 02:48:59 (5/5) Installing zeromq (4.3.3-r0) 02:48:59 Executing busybox-1.31.1-r20.trigger 02:48:59 OK: 8 MiB in 19 packages 02:49:00 Removing intermediate container d07c44d94d34 02:49:00 ---> a3d18b369106 02:49:00 Step 14/23 : WORKDIR / 02:49:00 ---> Running in ed75e4ab701d 02:49:01 Removing intermediate container ed75e4ab701d 02:49:01 ---> a5229721f3c2 02:49:01 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:49:02 ---> 8fd62d35d5b3 02:49:02 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:49:03 ---> a2ba535211d9 02:49:03 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:49:04 ---> b9db72d74ec8 02:49:04 Step 18/23 : EXPOSE 49990 02:49:04 ---> Running in 4f0bd059ea4c 02:49:04 Removing intermediate container 4f0bd059ea4c 02:49:04 ---> 7029dc69e507 02:49:04 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:49:04 ---> Running in 26712d56dcdd 02:49:05 Removing intermediate container 26712d56dcdd 02:49:05 ---> 2f5a1ed4c5e1 02:49:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:05 ---> Running in b6a425f891b2 02:49:05 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:49:05 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:49:05 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:49:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:49:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:49:05 Removing intermediate container b6a425f891b2 02:49:05 ---> 54f817f23769 02:49:05 Step 21/23 : LABEL arch=arm64 02:49:05 ---> Running in 168bb6054127 02:49:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.129s coverage: 28.1% of statements 02:49:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.143s coverage: 78.9% of statements 02:49:06 Removing intermediate container 168bb6054127 02:49:06 ---> a15249f857f9 02:49:06 Step 22/23 : LABEL git_sha=b8374e34fffbde3c70e2bea7e0b3316df3a17caf 02:49:06 ---> Running in 81c12e50d769 02:49:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.116s coverage: 7.8% of statements 02:49:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:49:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.249s coverage: 32.5% of statements 02:49:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:49:07 Removing intermediate container 81c12e50d769 02:49:07 ---> 7b56db46e875 02:49:07 Step 23/23 : LABEL version=0.0.0 02:49:07 ---> Running in c5ed34d7ae4f 02:49:07 Removing intermediate container c5ed34d7ae4f 02:49:07 ---> 2b493659f727 02:49:07 [Warning] One or more build-args [MAKE ARCH] were not consumed 02:49:07 Successfully built 2b493659f727 02:49:07 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:49:08 ---> job-cost.sh 02:49:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-94Ob 02:49:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.460s coverage: 57.1% of statements 02:49:11 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.389s coverage: 6.6% of statements 02:49:11 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.225s coverage: 5.0% of statements 02:49:11 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:49:11 GO111MODULE=on go vet ./... 02:49:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:49:51 gofmt -l . 02:49:51 [ "`gofmt -l .`" = "" ] 02:49:51 ./bin/test-attribution-txt.sh 02:49:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:54 $ docker stop --time=1 aa8b2f69464f925966888c3086c8ee036e5675ba3d08ea00c52a57b89617d5fb 02:49:57 $ docker rm -f aa8b2f69464f925966888c3086c8ee036e5675ba3d08ea00c52a57b89617d5fb [Pipeline] // withDockerContainer [Pipeline] sh 02:49:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:59 Warning: overwriting stash ‘coverage-report’ 02:50:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:50:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:50:01 + ls -al . 02:50:01 total 188 02:50:01 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 9 02:49 . 02:50:01 drwxrwxr-x. 4 jenkins jenkins 30 Apr 9 02:45 .. 02:50:01 drwxrwxr-x. 2 jenkins jenkins 64 Apr 9 02:45 bin 02:50:01 -rw-r--r--. 1 jenkins jenkins 99750 Apr 9 02:49 coverage.out 02:50:01 -rw-rw-r--. 1 jenkins jenkins 987 Apr 9 02:45 Dockerfile.build 02:50:01 -rw-rw-r--. 1 jenkins jenkins 140 Apr 9 02:45 .dockerignore 02:50:01 drwxrwxr-x. 5 jenkins jenkins 62 Apr 9 02:45 example 02:50:01 drwxrwxr-x. 8 jenkins jenkins 179 Apr 9 02:45 .git 02:50:01 drwxrwxr-x. 2 jenkins jenkins 103 Apr 9 02:45 .github 02:50:01 -rw-rw-r--. 1 jenkins jenkins 138 Apr 9 02:45 .gitignore 02:50:01 -rw-r--r--. 1 jenkins jenkins 572 Apr 9 02:49 go.mod 02:50:01 -rw-r--r--. 1 jenkins jenkins 20726 Apr 9 02:49 go.sum 02:50:01 drwxrwxr-x. 14 jenkins jenkins 207 Apr 9 02:45 internal 02:50:01 -rw-rw-r--. 1 jenkins jenkins 894 Apr 9 02:45 Jenkinsfile 02:50:01 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 9 02:45 LICENSE 02:50:01 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 9 02:45 Makefile 02:50:01 drwxrwxr-x. 4 jenkins jenkins 26 Apr 9 02:45 openapi 02:50:01 drwxrwxr-x. 5 jenkins jenkins 50 Apr 9 02:45 pkg 02:50:01 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 9 02:45 README.md 02:50:01 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 9 02:45 RELEASE-NOTES.txt 02:50:01 drwxrwxr-x. 4 jenkins jenkins 54 Apr 9 02:45 snap 02:50:01 -rw-rw-r--. 1 jenkins jenkins 5 Apr 9 02:42 VERSION 02:50:01 -rw-rw-r--. 1 jenkins jenkins 222 Apr 9 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:50:02 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b8374e34fffbde3c70e2bea7e0b3316df3a17caf --label arch=amd64 --label version=0.0.0 . 02:50:03 Sending build context to Docker daemon 2.509MB 02:50:03 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:50:03 Step 2/23 : FROM ${BASE} AS builder 02:50:03 ---> f5356f991256 02:50:03 Step 3/23 : WORKDIR /device-sdk-go 02:50:04 ---> Running in fe5fb825b6bf 02:50:04 Removing intermediate container fe5fb825b6bf 02:50:04 ---> 1a0f5430ba87 02:50:04 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:04 ---> Running in 68f265c84240 02:50:04 Removing intermediate container 68f265c84240 02:50:04 ---> 07b8c24347d2 02:50:04 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:05 ---> Running in 74e052e09d8f 02:50:06 Removing intermediate container 74e052e09d8f 02:50:06 ---> cd738dccd86b 02:50:06 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:50:06 ---> Running in 18d1049100f6 02:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:50:08 OK: 167 MiB in 45 packages 02:50:10 Removing intermediate container 18d1049100f6 02:50:10 ---> b3f4288f9991 02:50:10 Step 7/23 : COPY . . 02:50:11 ---> 4bb8bfec6a8e 02:50:11 Step 8/23 : RUN go mod download 02:50:11 ---> Running in 6a8797b19acc 02:50:14 Removing intermediate container 6a8797b19acc 02:50:14 ---> 894ab15edf57 02:50:14 Step 9/23 : RUN make build 02:50:14 ---> Running in 0bd98a7d32bc 02:50:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:50:44 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:50:45 Removing intermediate container 0bd98a7d32bc 02:50:45 ---> c690999a4b3f 02:50:45 Step 10/23 : FROM alpine:3.12 02:50:46 3.12: Pulling from library/alpine 02:50:46 532819f3e44c: Pulling fs layer 02:50:46 532819f3e44c: Verifying Checksum 02:50:46 532819f3e44c: Download complete 02:50:47 532819f3e44c: Pull complete 02:50:47 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:50:47 Status: Downloaded newer image for alpine:3.12 02:50:47 ---> 7230e588e954 02:50:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:47 ---> Running in 2d6167524257 02:50:48 Removing intermediate container 2d6167524257 02:50:48 ---> 01a7ff597c8e 02:50:48 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:48 ---> Running in fbe893a74e2f 02:50:49 Removing intermediate container fbe893a74e2f 02:50:49 ---> af800e4fb5ed 02:50:49 Step 13/23 : RUN apk add --update --no-cache zeromq 02:50:49 ---> Running in 545f1b0fa45b 02:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:50:51 (1/5) Installing libgcc (9.3.0-r2) 02:50:51 (2/5) Installing libsodium (1.0.18-r0) 02:50:51 (3/5) Installing libstdc++ (9.3.0-r2) 02:50:52 (4/5) Installing libzmq (4.3.3-r0) 02:50:52 (5/5) Installing zeromq (4.3.3-r0) 02:50:52 Executing busybox-1.31.1-r20.trigger 02:50:52 OK: 8 MiB in 19 packages 02:50:54 Removing intermediate container 545f1b0fa45b 02:50:54 ---> f54b4063c1ea 02:50:54 Step 14/23 : WORKDIR / 02:50:54 ---> Running in 89bc90bfbde1 02:50:54 Removing intermediate container 89bc90bfbde1 02:50:54 ---> db700c6ef3a0 02:50:54 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:50:55 ---> c4f2d67b27b7 02:50:55 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:50:56 ---> c985de404412 02:50:56 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:50:57 ---> 2d43a6597a4e 02:50:57 Step 18/23 : EXPOSE 49990 02:50:57 ---> Running in fedeae03a8d3 02:50:57 Removing intermediate container fedeae03a8d3 02:50:57 ---> 417e1f74ddb8 02:50:57 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:50:57 ---> Running in fe41e28c5a7d 02:50:57 Removing intermediate container fe41e28c5a7d 02:50:57 ---> f7058cad7217 02:50:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:57 ---> Running in c0cc339c279c 02:50:58 Removing intermediate container c0cc339c279c 02:50:58 ---> 4c8426f16b05 02:50:58 Step 21/23 : LABEL arch=amd64 02:50:58 ---> Running in 999c3c45bf5b 02:50:59 Removing intermediate container 999c3c45bf5b 02:50:59 ---> f4ead19aa343 02:50:59 Step 22/23 : LABEL git_sha=b8374e34fffbde3c70e2bea7e0b3316df3a17caf 02:50:59 ---> Running in 538f7ea092ea 02:51:00 Removing intermediate container 538f7ea092ea 02:51:00 ---> 21a3f8e02e29 02:51:00 Step 23/23 : LABEL version=0.0.0 02:51:00 ---> Running in 50e795d51135 02:51:00 Removing intermediate container 50e795d51135 02:51:00 ---> 52781dcac907 02:51:00 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:51:00 Successfully built 52781dcac907 02:51:00 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:51:01 ---> job-cost.sh 02:51:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-athb 02:51:24 lf-activate-venv(): INFO: Adding /tmp/venv-94Ob/bin to PATH 02:51:24 INFO: No Stack... 02:51:24 INFO: Retrieving Pricing Info for: lf-standard-4 02:51:24 INFO: Archiving Costs [Pipeline] sh 02:51:24 + cat /w/workspace/device-sdk-go/32/archives/cost.csv 02:51:24 + cut -d, -f6 [Pipeline] lock 02:51:24 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] 02:51:24 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] did not exist. Created. 02:51:24 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:25 + echo total: 0.20999999344348907 [Pipeline] stash 02:51:25 Stashed 1 file(s) [Pipeline] } 02:51:25 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:51:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:52:14 lf-activate-venv(): INFO: Adding /tmp/venv-athb/bin to PATH 02:52:14 INFO: No Stack... 02:52:14 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:14 INFO: Archiving Costs [Pipeline] sh 02:52:15 + cat /w/workspace/device-sdk-go/32/archives/cost.csv 02:52:15 + cut -d, -f6 [Pipeline] lock 02:52:15 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] 02:52:15 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] did not exist. Created. 02:52:15 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:52:15 /w/workspace/device-sdk-go/32@tmp/durable-39d8b700/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 02:52:16 + echo total: 0.029999999329447746 [Pipeline] stash 02:52:16 Warning: overwriting stash ‘stack-cost’ 02:52:16 Stashed 1 file(s) [Pipeline] } 02:52:16 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:52:18 provisioning config files... 02:52:18 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config8148289126804692229tmp [Pipeline] { [Pipeline] sh 02:52:18 + set +x 02:52:18 + curl -s https://codecov.io/bash 02:52:18 + bash -s -- 02:52:18 02:52:18 _____ _ 02:52:18 / ____| | | 02:52:18 | | ___ __| | ___ ___ _____ __ 02:52:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:52:18 | |___| (_) | (_| | __/ (_| (_) \ V / 02:52:18 \_____\___/ \__,_|\___|\___\___/ \_/ 02:52:18 Bash-20210309-2b87ace 02:52:18 02:52:18 02:52:18 ==> git version 2.24.3 found 02:52:18 ==> 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 02:52:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:52:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:52:18 ==> Jenkins CI detected. 02:52:18 project root: . 02:52:18 --> token set from env 02:52:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:52:18 ==> Running gcov in . (disable via -X gcov) 02:52:18 ==> Python coveragepy not found 02:52:18 ==> Searching for coverage reports in: 02:52:18 + . 02:52:18 -> Found 1 reports 02:52:18 ==> Detecting git/mercurial file structure 02:52:18 ==> Reading reports 02:52:18 + ./coverage.out bytes=99750 02:52:18 ==> Appending adjustments 02:52:18 https://docs.codecov.io/docs/fixing-reports 02:52:19 + Found adjustments 02:52:19 ==> Gzipping contents 02:52:19 16K /tmp/codecov.nqYEEX.gz 02:52:19 ==> Uploading reports 02:52:19 url: https://codecov.io 02:52:19 query: branch=PR-725&commit=b8374e34fffbde3c70e2bea7e0b3316df3a17caf&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:52:19 -> Pinging Codecov 02:52:19 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=b8374e34fffbde3c70e2bea7e0b3316df3a17caf&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:52:19 -> Uploading to 02:52:19 https://storage.googleapis.com/codecov/v4/raw/2021-04-09/7E55EF52A471D76F132DFD9A03CDDE97/b8374e34fffbde3c70e2bea7e0b3316df3a17caf/f2af440c-f80f-4487-be68-5c93ae064de9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T025219Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a043fdbb8aca2c207bfb34e9649acf7e9224b48dea72866a965110fff25d49f0 02:52:19 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:19 Dload Upload Total Spent Left Speed 02:52:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13491 0 0 100 13491 0 33947 --:--:-- --:--:-- --:--:-- 33982 02:52:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b8374e34fffbde3c70e2bea7e0b3316df3a17caf [Pipeline] } 02:52:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:52:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:52:23 ---> package-listing.sh 02:52:23 ++ facter osfamily 02:52:23 ++ tr '[:upper:]' '[:lower:]' 02:52:23 + OS_FAMILY=redhat 02:52:23 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:52:23 + START_PACKAGES=/tmp/packages_start.txt 02:52:23 + END_PACKAGES=/tmp/packages_end.txt 02:52:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:52:23 + PACKAGES=/tmp/packages_start.txt 02:52:23 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:52:23 + PACKAGES=/tmp/packages_end.txt 02:52:23 + case "${OS_FAMILY}" in 02:52:23 + rpm -qa 02:52:23 + sort 02:52:28 + '[' -f /tmp/packages_start.txt ']' 02:52:28 + '[' -f /tmp/packages_end.txt ']' 02:52:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:52:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:52:28 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:52:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:52:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:52:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:52:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:29 02:52:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:52:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:29 alpine: Pulling from edgex-lftools-log-publisher 02:52:29 df20fa9351a1: Pulling fs layer 02:52:29 36b3adc4ff6f: Pulling fs layer 02:52:29 8ad3a11d3b57: Pulling fs layer 02:52:29 46f8f816bc3b: Pulling fs layer 02:52:29 93b61091891f: Pulling fs layer 02:52:29 93b9cdb0e59b: Pulling fs layer 02:52:29 5e14af77c1be: Pulling fs layer 02:52:29 01666e4c0597: Pulling fs layer 02:52:29 aa168da1d23b: Pulling fs layer 02:52:29 93b9cdb0e59b: Waiting 02:52:29 5e14af77c1be: Waiting 02:52:29 01666e4c0597: Waiting 02:52:29 aa168da1d23b: Waiting 02:52:29 46f8f816bc3b: Waiting 02:52:29 93b61091891f: Waiting 02:52:29 36b3adc4ff6f: Download complete 02:52:29 46f8f816bc3b: Download complete 02:52:29 df20fa9351a1: Verifying Checksum 02:52:29 df20fa9351a1: Download complete 02:52:30 93b9cdb0e59b: Verifying Checksum 02:52:30 93b9cdb0e59b: Download complete 02:52:30 5e14af77c1be: Verifying Checksum 02:52:30 5e14af77c1be: Download complete 02:52:30 01666e4c0597: Verifying Checksum 02:52:30 01666e4c0597: Download complete 02:52:30 93b61091891f: Verifying Checksum 02:52:30 93b61091891f: Download complete 02:52:30 df20fa9351a1: Pull complete 02:52:30 36b3adc4ff6f: Pull complete 02:52:30 8ad3a11d3b57: Verifying Checksum 02:52:30 8ad3a11d3b57: Download complete 02:52:31 8ad3a11d3b57: Pull complete 02:52:31 46f8f816bc3b: Pull complete 02:52:32 aa168da1d23b: Verifying Checksum 02:52:32 aa168da1d23b: Download complete 02:52:33 93b61091891f: Pull complete 02:52:33 93b9cdb0e59b: Pull complete 02:52:33 5e14af77c1be: Pull complete 02:52:33 01666e4c0597: Pull complete 02:52:40 aa168da1d23b: Pull complete 02:52:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:52:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:52:40 prd-centos7-docker-4c-2g-33384 does not seem to be running inside a container 02:52:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:52:44 $ docker top 18e08e1bbf97672ce582a77104191a214abb2dbb86bffc4051373541c8edfaf1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:44 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:45 + mkdir -p /var/log/sa [Pipeline] sh 02:52:45 + ls /var/log/sa-host 02:52:45 + sadf -c /var/log/sa-host/sa09 02:52:45 file_magic: OK 02:52:45 HZ: Using current value: 100 02:52:45 file_header: OK 02:52:45 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 02:52:45 Statistics: 02:52:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:45 File successfully converted to sysstat format version 12.2.1 02:52:45 + sadf -c /var/log/sa-host/sa23 02:52:45 file_magic: OK 02:52:45 HZ: Using current value: 100 02:52:45 file_header: OK 02:52:45 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 02:52:45 Statistics: 02:52:45 Hnuu...uuuununununu... 02:52:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:46 provisioning config files... 02:52:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config2394402464388157549tmp [Pipeline] { [Pipeline] echo 02:52:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:46 ---> create-netrc.sh [Pipeline] } 02:52:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:52:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:47 ---> python-tools-install.sh [Pipeline] echo 02:52:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:47 ---> sudo-logs.sh 02:52:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:52:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:47 ---> job-cost.sh 02:52:47 lf-activate-venv: SKIPPING 02:52:47 DEBUG: total: 0.029999999329447746 02:52:47 INFO: Retrieving Stack Cost... 02:52:48 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:49 INFO: Archiving Costs [Pipeline] echo 02:52:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:49 ---> logs-deploy.sh 02:52:49 lf-activate-venv: SKIPPING 02:52:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/32 02:52:49 INFO: archiving workspace using pattern(s): 02:52:51 Archives upload complete. 02:52:51 INFO: archiving logs to Nexus 02:52:52 ---> uname -a: 02:52:52 Linux prd-centos7-docker-4c-2g-33384.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:52:52 02:52:52 02:52:52 ---> lscpu: 02:52:52 Architecture: x86_64 02:52:52 CPU op-mode(s): 32-bit, 64-bit 02:52:52 Byte Order: Little Endian 02:52:52 Address sizes: 40 bits physical, 48 bits virtual 02:52:52 CPU(s): 4 02:52:52 On-line CPU(s) list: 0-3 02:52:52 Thread(s) per core: 1 02:52:52 Core(s) per socket: 1 02:52:52 Socket(s): 4 02:52:52 NUMA node(s): 1 02:52:52 Vendor ID: GenuineIntel 02:52:52 CPU family: 6 02:52:52 Model: 44 02:52:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:52:52 Stepping: 1 02:52:52 CPU MHz: 2933.438 02:52:52 BogoMIPS: 5866.87 02:52:52 Virtualization: VT-x 02:52:52 Hypervisor vendor: KVM 02:52:52 Virtualization type: full 02:52:52 L1d cache: 128 KiB 02:52:52 L1i cache: 128 KiB 02:52:52 L2 cache: 16 MiB 02:52:52 L3 cache: 64 MiB 02:52:52 NUMA node0 CPU(s): 0-3 02:52:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:52:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:52:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:52:52 Vulnerability Meltdown: Mitigation; PTI 02:52:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:52:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:52:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:52:52 Vulnerability Srbds: Not affected 02:52:52 Vulnerability Tsx async abort: Not affected 02:52:52 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 02:52:52 02:52:52 02:52:52 ---> nproc: 02:52:52 4 02:52:52 02:52:52 02:52:52 ---> df -h: 02:52:52 Filesystem Size Used Available Use% Mounted on 02:52:52 overlay 50.0G 7.3G 42.7G 15% / 02:52:52 tmpfs 64.0M 0 64.0M 0% /dev 02:52:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:52:52 shm 64.0M 0 64.0M 0% /dev/shm 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:52:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:52:52 02:52:52 02:52:52 ---> free -m: 02:52:52 total used free shared buff/cache available 02:52:52 Mem: 1837 727 104 0 1005 1005 02:52:52 Swap: 1023 1 1022 02:52:52 02:52:52 02:52:52 ---> ip addr: 02:52:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:52:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:52:52 inet 127.0.0.1/8 scope host lo 02:52:52 valid_lft forever preferred_lft forever 02:52:52 inet6 ::1/128 scope host 02:52:52 valid_lft forever preferred_lft forever 02:52:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:52:52 link/ether fa:16:3e:61:d4:4d brd ff:ff:ff:ff:ff:ff 02:52:52 inet 10.30.123.193/23 brd 10.30.123.255 scope global dynamic eth0 02:52:52 valid_lft 85696sec preferred_lft 85696sec 02:52:52 inet6 fe80::f816:3eff:fe61:d44d/64 scope link 02:52:52 valid_lft forever preferred_lft forever 02:52:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:52:52 link/ether 02:42:70:2f:05:16 brd ff:ff:ff:ff:ff:ff 02:52:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:52:52 valid_lft forever preferred_lft forever 02:52:52 inet6 fe80::42:70ff:fe2f:516/64 scope link 02:52:52 valid_lft forever preferred_lft forever 02:52:52 02:52:52 02:52:52 ---> sar -b -r -n DEV: 02:52:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 02:52:52 02:52:52 02:40:58 LINUX RESTART (4 CPU) 02:52:52 02:52:52 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:52:52 02:43:01 14.64 2.25 12.39 0.00 187.15 317.92 0.00 02:52:52 02:44:01 0.38 0.00 0.38 0.00 0.00 5.20 0.00 02:52:52 02:45:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 02:52:52 02:46:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 02:52:52 02:47:02 0.25 0.00 0.25 0.00 0.00 3.58 0.00 02:52:52 02:48:01 0.32 0.00 0.32 0.00 0.00 3.96 0.00 02:52:52 02:49:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 02:52:52 02:50:01 0.18 0.00 0.18 0.00 0.00 1.35 0.00 02:52:52 02:51:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 02:52:52 02:52:01 0.43 0.00 0.43 0.00 0.00 4.58 0.00 02:52:52 Average: 1.73 0.23 1.50 0.00 18.75 34.92 0.00 02:52:52 02:52:52 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:52:52 02:43:01 123768 0 627524 33.35 2620 1127632 1099672 37.53 455332 1101308 8 02:52:52 02:44:01 129956 0 621332 33.02 2620 1127636 1075152 36.69 451992 1099400 12 02:52:52 02:45:01 128940 0 622340 33.08 2620 1127644 1075332 36.70 450140 1102328 8 02:52:52 02:46:01 129472 0 621808 33.05 2620 1127644 1075308 36.70 450056 1102328 8 02:52:52 02:47:02 130020 0 621252 33.02 2620 1127652 1075224 36.70 449580 1102368 8 02:52:52 02:48:01 129996 0 621272 33.02 2620 1127656 1075200 36.69 449340 1102368 20 02:52:52 02:49:01 130356 0 620908 33.00 2620 1127660 1075152 36.69 449096 1102364 12 02:52:52 02:50:01 130332 0 620928 33.00 2620 1127664 1075152 36.69 449100 1102364 0 02:52:52 02:51:01 130456 0 620796 32.99 2620 1127672 1075152 36.69 449104 1102368 8 02:52:52 02:52:01 127048 0 624200 33.17 2620 1127676 1075224 36.70 452184 1102328 8 02:52:52 Average: 129034 0 622236 33.07 2620 1127654 1077657 36.78 450592 1101952 9 02:52:52 02:52:52 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:52:52 02:43:01 eth0 137.46 99.10 115.62 105.72 0.00 0.00 0.00 0.00 02:52:52 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:43:01 docker0 9.11 6.09 1.28 24.84 0.00 0.00 0.00 0.00 02:52:52 02:44:01 eth0 0.65 0.10 0.06 0.04 0.00 0.00 0.00 0.00 02:52:52 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:45:01 eth0 1.28 0.50 0.33 0.21 0.00 0.00 0.00 0.00 02:52:52 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:46:01 eth0 0.53 0.38 0.27 0.20 0.00 0.00 0.00 0.00 02:52:52 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:47:02 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:52:52 02:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:48:01 eth0 0.17 0.08 0.07 0.01 0.00 0.00 0.00 0.00 02:52:52 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:52 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:52 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:52:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:52:52 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 Average: eth0 14.10 10.09 11.68 10.65 0.00 0.00 0.00 0.00 02:52:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:52 Average: docker0 0.91 0.61 0.13 2.49 0.00 0.00 0.00 0.00 02:52:52 02:52:52 02:52:52 ---> sar -P ALL: 02:52:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 02:52:52 02:52:52 02:40:58 LINUX RESTART (4 CPU) 02:52:52 02:52:52 02:42:01 CPU %user %nice %system %iowait %steal %idle 02:52:52 02:43:01 all 1.89 0.00 0.82 0.06 0.00 97.23 02:52:52 02:43:01 0 1.66 0.00 0.90 0.03 0.00 97.40 02:52:52 02:43:01 1 2.50 0.00 0.75 0.12 0.00 96.63 02:52:52 02:43:01 2 2.02 0.00 0.84 0.05 0.00 97.09 02:52:52 02:43:01 3 1.35 0.00 0.80 0.05 0.00 97.79 02:52:52 02:44:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:52 02:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:52:52 02:44:01 1 0.47 0.00 0.02 0.00 0.00 99.52 02:52:52 02:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:52 02:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:52 02:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 02:52:52 02:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:52:52 02:45:01 1 0.47 0.00 0.03 0.00 0.00 99.50 02:52:52 02:45:01 2 0.08 0.00 0.08 0.00 0.00 99.83 02:52:52 02:45:01 3 0.08 0.00 0.05 0.00 0.00 99.87 02:52:52 02:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:52:52 02:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:52 02:46:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:52:52 02:46:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:52:52 02:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:52 02:47:02 all 0.16 0.00 0.03 0.00 0.00 99.80 02:52:52 02:47:02 0 0.02 0.00 0.03 0.00 0.02 99.93 02:52:52 02:47:02 1 0.53 0.00 0.03 0.00 0.00 99.43 02:52:52 02:47:02 2 0.07 0.00 0.05 0.00 0.00 99.88 02:52:52 02:47:02 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:52 02:48:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:52:52 02:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:52:52 02:48:01 1 0.56 0.00 0.03 0.00 0.00 99.41 02:52:52 02:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:52 02:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:52 02:49:01 all 0.16 0.00 0.03 0.00 0.00 99.80 02:52:52 02:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:52 02:49:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:52:52 02:49:01 2 0.05 0.00 0.05 0.00 0.02 99.88 02:52:52 02:49:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:52 02:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 02:52:52 02:50:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:52:52 02:50:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:52:52 02:50:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:52:52 02:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:52 02:51:01 all 0.13 0.00 0.03 0.00 0.00 99.84 02:52:52 02:51:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:52:52 02:51:01 1 0.43 0.00 0.03 0.00 0.00 99.53 02:52:52 02:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:52 02:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:52 02:52:01 all 0.03 0.00 0.04 0.00 0.00 99.93 02:52:52 02:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:52 02:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:52:52 02:52:01 2 0.03 0.00 0.08 0.00 0.00 99.88 02:52:52 02:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:52 Average: all 0.31 0.00 0.11 0.01 0.00 99.57 02:52:52 Average: 0 0.19 0.00 0.11 0.00 0.00 99.70 02:52:52 Average: 1 0.65 0.00 0.10 0.01 0.00 99.23 02:52:52 Average: 2 0.25 0.00 0.13 0.01 0.00 99.61 02:52:52 Average: 3 0.17 0.00 0.11 0.01 0.00 99.72 02:52:52 02:52:52 02:52:52