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+e9afc7ccd5ba2553acad713398a13835ab73bf06 (497607105c7335385cf071134849ec0b128c31b9) 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-33533 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 > 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 Merging remotes/origin/master commit e9afc7ccd5ba2553acad713398a13835ab73bf06 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 Checking out Revision 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 (PR-725) > 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 e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 # timeout=10 Commit message: "Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk b8374e34fffbde3c70e2bea7e0b3316df3a17caf # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:39 ========================================================= 02:41:39 EdgeX Global Pipelines Version Info 02:41:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:40 ------------------- 02:41:40 stable info: 02:41:40 ------------------- 02:41:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:40 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:40 Message: update stable to v1.0.186 02:41:41 ------------------- 02:41:41 experimental info: 02:41:41 ------------------- 02:41:41 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:41 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:41:41 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6abee68 [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:45 provisioning config files... 02:41:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6279238077550883095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:45 ---> docker-login.sh 02:41:45 nexus3.edgexfoundry.org:10001 02:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:46 Configure a credential helper to remove this warning. See 02:41:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:46 02:41:46 Login Succeeded 02:41:46 nexus3.edgexfoundry.org:10002 02:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:46 Configure a credential helper to remove this warning. See 02:41:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:46 02:41:46 Login Succeeded 02:41:46 nexus3.edgexfoundry.org:10003 02:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:46 Configure a credential helper to remove this warning. See 02:41:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:46 02:41:46 Login Succeeded 02:41:46 nexus3.edgexfoundry.org:10004 02:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:46 Configure a credential helper to remove this warning. See 02:41:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:46 02:41:46 Login Succeeded 02:41:46 docker.io 02:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:47 Configure a credential helper to remove this warning. See 02:41:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:47 02:41:47 Login Succeeded 02:41:47 ---> docker-login.sh ends [Pipeline] } 02:41:47 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:48 + git log --format=format:%s -1 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [Pipeline] echo 02:41:48 GIT_COMMIT: 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757, Commit Message: Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD [Pipeline] echo 02:41:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:49 02:41:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:49 latest: Pulling from edgex-devops/git-semver 02:41:49 31603596830f: Pulling fs layer 02:41:49 2a8b12db71e7: Pulling fs layer 02:41:49 6ca5941a6612: Pulling fs layer 02:41:49 ecc8261a40a4: Pulling fs layer 02:41:49 ecc8261a40a4: Waiting 02:41:49 2a8b12db71e7: Verifying Checksum 02:41:49 2a8b12db71e7: Download complete 02:41:49 31603596830f: Download complete 02:41:49 ecc8261a40a4: Verifying Checksum 02:41:49 ecc8261a40a4: Download complete 02:41:49 6ca5941a6612: Verifying Checksum 02:41:49 6ca5941a6612: Download complete 02:41:50 31603596830f: Pull complete 02:41:50 2a8b12db71e7: Pull complete 02:41:50 6ca5941a6612: Pull complete 02:41:51 ecc8261a40a4: Pull complete 02:41:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:51 prd-centos7-docker-4c-2g-33533 does not seem to be running inside a container 02:41:51 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:53 $ docker top 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:54 [ssh-agent] Looking for ssh-agent implementation... 02:41:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:54 $ docker exec 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent 02:41:54 SSH_AUTH_SOCK=/tmp/ssh-TFA6byViO58D/agent.13 02:41:54 SSH_AGENT_PID=19 02:41:54 Running ssh-add (command line suppressed) 02:41:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7207186107196651981.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7207186107196651981.key) 02:41:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:55 + git tag --points-at HEAD [Pipeline] } 02:41:55 $ docker exec --env ******** --env ******** 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent -k 02:41:55 unset SSH_AUTH_SOCK; 02:41:55 unset SSH_AGENT_PID; 02:41:55 echo Agent pid 19 killed; 02:41:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:55 [ssh-agent] Looking for ssh-agent implementation... 02:41:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:55 $ docker exec 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent 02:41:55 SSH_AUTH_SOCK=/tmp/ssh-EY1ExlzLIXlA/agent.50 02:41:55 SSH_AGENT_PID=55 02:41:55 Running ssh-add (command line suppressed) 02:41:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4762044160073274221.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4762044160073274221.key) 02:41:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:56 + git semver init 02:41:56 # -> Open(): unable to determine branch for HEAD 02:41:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:41:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:41:56 # $SEMVER_REMOTE_NAME = origin 02:41:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:56 # $SEMVER_USER_NAME = edgex-jenkins 02:41:56 # $SEMVER_BRANCH = PR-725 02:41:56 # $SEMVER_TEMP = /tmp/semver-017986429 02:41:56 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:41:57 # '/tmp/semver-017986429' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:41:57 # -> Force: false 02:41:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:41:57 $ docker exec --env ******** --env ******** 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent -k 02:41:57 unset SSH_AUTH_SOCK; 02:41:57 unset SSH_AGENT_PID; 02:41:57 echo Agent pid 55 killed; 02:41:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:57 + git semver [Pipeline] } 02:41:57 $ docker stop --time=1 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 02:41:59 $ docker rm -f 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 [Pipeline] // withDockerContainer [Pipeline] sh 02:41:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:00 Stashed 1 file(s) [Pipeline] echo 02:42:00 [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:15 Still waiting to schedule task 02:42:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:15 Still waiting to schedule task 02:42:15 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 02:44:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33534 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:17 Running in /w/workspace/device-sdk-go/33 [Pipeline] { [Pipeline] checkout 02:44:22 using credential edgex-jenkins-ssh 02:44:22 Cloning the remote Git repository 02:44:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:22 > git init /w/workspace/device-sdk-go/33 # timeout=10 02:44:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:22 > git --version # timeout=10 02:44:22 > git --version # 'git version 2.17.1' 02:44:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:24 Merging remotes/origin/master commit e9afc7ccd5ba2553acad713398a13835ab73bf06 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:44:24 Merge succeeded, producing f49bcd8726ccbd04d7c91edfd61f827371134ac2 02:44:24 Checking out Revision f49bcd8726ccbd04d7c91edfd61f827371134ac2 (PR-725) 02:44:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:23 > 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:24 > git config core.sparsecheckout # timeout=10 02:44:24 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:44:24 > git remote # timeout=10 02:44:24 > git config --get remote.origin.url # timeout=10 02:44:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:24 > git merge e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 02:44:24 > git rev-parse HEAD^{commit} # timeout=10 02:44:24 > git config core.sparsecheckout # timeout=10 02:44:24 > git checkout -f f49bcd8726ccbd04d7c91edfd61f827371134ac2 # timeout=10 02:44:29 Commit message: "Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD" 02:44:29 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:29 > git rev-list --no-walk b8374e34fffbde3c70e2bea7e0b3316df3a17caf # timeout=10 02:44:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:32 + true 02:44:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:34 provisioning config files... 02:44:34 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/33@tmp/config4322572024434359674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:34 ---> docker-login.sh 02:44:34 nexus3.edgexfoundry.org:10001 02:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:35 Configure a credential helper to remove this warning. See 02:44:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:35 02:44:35 Login Succeeded 02:44:35 nexus3.edgexfoundry.org:10002 02:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:36 Configure a credential helper to remove this warning. See 02:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:36 02:44:36 Login Succeeded 02:44:36 nexus3.edgexfoundry.org:10003 02:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:37 Configure a credential helper to remove this warning. See 02:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:37 02:44:37 Login Succeeded 02:44:37 nexus3.edgexfoundry.org:10004 02:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:37 Configure a credential helper to remove this warning. See 02:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:37 02:44:37 Login Succeeded 02:44:37 docker.io 02:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:38 Configure a credential helper to remove this warning. See 02:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:38 02:44:38 Login Succeeded 02:44:38 ---> docker-login.sh ends [Pipeline] } 02:44:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:38 ========================================================= 02:44:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:39 + 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:39 Sending build context to Docker daemon 2.397MB 02:44:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:39 Step 2/8 : FROM ${BASE} 02:44:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:39 5f621e34cdf4: Pulling fs layer 02:44:39 a4357932f1b6: Pulling fs layer 02:44:39 18c013af1878: Pulling fs layer 02:44:39 00ac8860ef70: Pulling fs layer 02:44:39 63d7cb157983: Pulling fs layer 02:44:39 b116817d02f9: Pulling fs layer 02:44:39 745a02a5169b: Pulling fs layer 02:44:39 745a02a5169b: Waiting 02:44:39 00ac8860ef70: Waiting 02:44:39 b116817d02f9: Waiting 02:44:39 63d7cb157983: Waiting 02:44:39 18c013af1878: Verifying Checksum 02:44:39 18c013af1878: Download complete 02:44:39 a4357932f1b6: Download complete 02:44:39 63d7cb157983: Verifying Checksum 02:44:39 63d7cb157983: Download complete 02:44:39 b116817d02f9: Verifying Checksum 02:44:39 b116817d02f9: Download complete 02:44:40 5f621e34cdf4: Verifying Checksum 02:44:40 5f621e34cdf4: Download complete 02:44:41 5f621e34cdf4: Pull complete 02:44:42 a4357932f1b6: Pull complete 02:44:42 18c013af1878: Pull complete 02:44:43 745a02a5169b: Download complete 02:44:44 00ac8860ef70: Verifying Checksum 02:44:44 00ac8860ef70: Download complete 02:44:54 00ac8860ef70: Pull complete 02:44:54 63d7cb157983: Pull complete 02:44:54 b116817d02f9: Pull complete 02:44:58 745a02a5169b: Pull complete 02:44:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:44:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:44:58 ---> b7e6874047d6 02:44:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:00 Running on prd-centos7-docker-4c-2g-33535 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:45:00 Running in /w/workspace/device-sdk-go/33 [Pipeline] { [Pipeline] checkout 02:45:01 ---> Running in 641eed629547 02:45:01 Removing intermediate container 641eed629547 02:45:01 ---> 9039a20b200b 02:45:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:01 ---> Running in e108fc4bb035 02:45:02 using credential edgex-jenkins-ssh 02:45:02 Cloning the remote Git repository 02:45:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:03 > git init /w/workspace/device-sdk-go/33 # timeout=10 02:45:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:03 > git --version # timeout=10 02:45:03 > git --version # 'git version 2.24.3' 02:45:03 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:04 Removing intermediate container e108fc4bb035 02:45:04 ---> acb0430602d7 02:45:04 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:45:04 ---> Running in bdd8206683c8 02:45:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:04 > 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:05 Merging remotes/origin/master commit e9afc7ccd5ba2553acad713398a13835ab73bf06 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:05 Merge succeeded, producing 0ab32e953a9c29a6ec18072e58f0fcf6ace74868 02:45:05 Checking out Revision 0ab32e953a9c29a6ec18072e58f0fcf6ace74868 (PR-725) 02:45:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:05 > git config core.sparsecheckout # timeout=10 02:45:05 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:45:05 > git remote # timeout=10 02:45:05 > git config --get remote.origin.url # timeout=10 02:45:05 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:05 > git merge e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 02:45:05 > git rev-parse HEAD^{commit} # timeout=10 02:45:05 > git config core.sparsecheckout # timeout=10 02:45:05 > git checkout -f 0ab32e953a9c29a6ec18072e58f0fcf6ace74868 # timeout=10 02:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:07 (1/6) Installing libc-dev (0.7.2-r3) 02:45:07 (2/6) Installing libsodium (1.0.18-r0) 02:45:07 (3/6) Installing pkgconf (1.7.2-r0) 02:45:07 (4/6) Installing libsodium-dev (1.0.18-r0) 02:45:07 (5/6) Installing libzmq (4.3.3-r0) 02:45:07 (6/6) Installing zeromq-dev (4.3.3-r0) 02:45:07 Executing busybox-1.31.1-r19.trigger 02:45:07 OK: 144 MiB in 45 packages 02:45:08 Commit message: "Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD" 02:45:08 First time build. Skipping changelog. 02:45:09 Removing intermediate container bdd8206683c8 02:45:09 ---> 76598ada0566 02:45:09 Step 6/8 : WORKDIR /device-sdk-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 02:45:09 ---> Running in 9a5b0d1cd028 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:09 Removing intermediate container 9a5b0d1cd028 02:45:09 ---> b25c1c406c5a 02:45:09 Step 7/8 : COPY . . 02:45:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:08 > git rev-list --no-walk b8374e34fffbde3c70e2bea7e0b3316df3a17caf # timeout=10 02:45:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:10 + sudo service docker restart 02:45:10 + true 02:45:10 Redirecting to /bin/systemctl restart docker.service 02:45:10 ---> 6b00d83ca3ee 02:45:10 Step 8/8 : RUN go mod download 02:45:11 ---> Running in d31daf4ee4ff [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:11 provisioning config files... 02:45:11 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/33@tmp/config346107682721327670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:12 ---> docker-login.sh 02:45:12 nexus3.edgexfoundry.org:10001 02:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:12 Configure a credential helper to remove this warning. See 02:45:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:12 02:45:12 Login Succeeded 02:45:12 nexus3.edgexfoundry.org:10002 02:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:12 Configure a credential helper to remove this warning. See 02:45:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:12 02:45:12 Login Succeeded 02:45:12 nexus3.edgexfoundry.org:10003 02:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:13 Configure a credential helper to remove this warning. See 02:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:13 02:45:13 Login Succeeded 02:45:13 nexus3.edgexfoundry.org:10004 02:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:13 Configure a credential helper to remove this warning. See 02:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:13 02:45:13 Login Succeeded 02:45:13 docker.io 02:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:13 Configure a credential helper to remove this warning. See 02:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:13 02:45:13 Login Succeeded 02:45:13 ---> docker-login.sh ends [Pipeline] } 02:45:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:13 ========================================================= 02:45:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:14 + 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:45:14 Sending build context to Docker daemon 2.398MB 02:45:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:14 Step 2/8 : FROM ${BASE} 02:45:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:14 188c0c94c7c5: Pulling fs layer 02:45:14 0ef7d3d256c8: Pulling fs layer 02:45:14 de9db76c5a1d: Pulling fs layer 02:45:14 bca2f99d35d6: Pulling fs layer 02:45:14 93359f2a8cfa: Pulling fs layer 02:45:14 7c6f9722023f: Pulling fs layer 02:45:14 a35cf1a2eb13: Pulling fs layer 02:45:14 93359f2a8cfa: Waiting 02:45:14 7c6f9722023f: Waiting 02:45:14 a35cf1a2eb13: Waiting 02:45:14 bca2f99d35d6: Waiting 02:45:14 de9db76c5a1d: Verifying Checksum 02:45:14 de9db76c5a1d: Download complete 02:45:14 0ef7d3d256c8: Verifying Checksum 02:45:14 0ef7d3d256c8: Download complete 02:45:14 93359f2a8cfa: Verifying Checksum 02:45:14 93359f2a8cfa: Download complete 02:45:14 188c0c94c7c5: Verifying Checksum 02:45:14 188c0c94c7c5: Download complete 02:45:14 7c6f9722023f: Verifying Checksum 02:45:14 7c6f9722023f: Download complete 02:45:14 188c0c94c7c5: Pull complete 02:45:15 0ef7d3d256c8: Pull complete 02:45:15 de9db76c5a1d: Pull complete 02:45:16 a35cf1a2eb13: Verifying Checksum 02:45:16 a35cf1a2eb13: Download complete 02:45:17 bca2f99d35d6: Verifying Checksum 02:45:17 bca2f99d35d6: Download complete 02:45:22 bca2f99d35d6: Pull complete 02:45:22 93359f2a8cfa: Pull complete 02:45:22 7c6f9722023f: Pull complete 02:45:27 a35cf1a2eb13: Pull complete 02:45:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:27 ---> a62c8e92a672 02:45:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:27 ---> Running in 690513dd2d1c 02:45:27 Removing intermediate container 690513dd2d1c 02:45:27 ---> 11c6a0e1b407 02:45:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:27 ---> Running in b57d739499dc 02:45:28 Removing intermediate container b57d739499dc 02:45:28 ---> 3bba0fe2d6b8 02:45:28 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:45:28 ---> Running in eb5939799e00 02:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:31 (1/6) Installing libc-dev (0.7.2-r3) 02:45:31 (2/6) Installing libsodium (1.0.18-r0) 02:45:31 (3/6) Installing pkgconf (1.7.2-r0) 02:45:31 (4/6) Installing libsodium-dev (1.0.18-r0) 02:45:31 (5/6) Installing libzmq (4.3.3-r0) 02:45:31 (6/6) Installing zeromq-dev (4.3.3-r0) 02:45:31 Executing busybox-1.31.1-r19.trigger 02:45:31 OK: 167 MiB in 45 packages 02:45:32 Removing intermediate container eb5939799e00 02:45:32 ---> 6b3bfd10207c 02:45:32 Step 6/8 : WORKDIR /device-sdk-go 02:45:32 ---> Running in bd43f12619b7 02:45:32 Removing intermediate container bd43f12619b7 02:45:32 ---> f245ea7f705b 02:45:32 Step 7/8 : COPY . . 02:45:33 ---> 61e081c72afe 02:45:33 Step 8/8 : RUN go mod download 02:45:33 ---> Running in 64d324822ff6 02:45:37 Removing intermediate container d31daf4ee4ff 02:45:37 ---> bfb83c0636ce 02:45:37 Successfully built bfb83c0636ce 02:45:37 Successfully tagged ci-base-image-arm64:latest [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-33534 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/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@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 ******** ci-base-image-arm64 cat 02:45:40 $ docker top dd8ae086bf226f950d3f48c67daef81e95026183fad739df9285ae2a5ae97b4d -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:41 + go version 02:45:41 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:41 $ docker stop --time=1 dd8ae086bf226f950d3f48c67daef81e95026183fad739df9285ae2a5ae97b4d 02:45:43 $ docker rm -f dd8ae086bf226f950d3f48c67daef81e95026183fad739df9285ae2a5ae97b4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:44 + docker inspect -f . ci-base-image-arm64 02:45:44 . [Pipeline] withDockerContainer 02:45:44 prd-ubuntu18.04-docker-arm64-4c-16g-33534 does not seem to be running inside a container 02:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@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 ******** ci-base-image-arm64 cat 02:45:46 $ docker top a0120be9f66d22fafde67db4fa594e0169f1e5feb309714495ec2dc4650ecae4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:47 + make test 02:45:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:55 Removing intermediate container 64d324822ff6 02:45:55 ---> b259584eefcb 02:45:55 Successfully built b259584eefcb 02:45:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:45:56 + docker inspect -f . ci-base-image-x86_64 02:45:56 . [Pipeline] withDockerContainer 02:45:56 prd-centos7-docker-4c-2g-33535 does not seem to be running inside a container 02:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@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 ******** ci-base-image-x86_64 cat 02:45:57 $ docker top 292f0a517c7d769a8e69ab691dacf97d22527c84b6c7862455c1a780744eadfd -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:57 + go version 02:45:57 go version go1.15.5 linux/amd64 [Pipeline] } 02:45:57 $ docker stop --time=1 292f0a517c7d769a8e69ab691dacf97d22527c84b6c7862455c1a780744eadfd 02:45:59 $ docker rm -f 292f0a517c7d769a8e69ab691dacf97d22527c84b6c7862455c1a780744eadfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:00 + docker inspect -f . ci-base-image-x86_64 02:46:00 . [Pipeline] withDockerContainer 02:46:00 prd-centos7-docker-4c-2g-33535 does not seem to be running inside a container 02:46:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@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 ******** ci-base-image-x86_64 cat 02:46:00 $ docker top a2804d2f3d09926beb339a2e3e55152f81cab99b5709e07f6ef5806e5dd71ba1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:01 + make test 02:46:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:09 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:09 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:46:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:46:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.092s coverage: 28.1% of statements 02:46:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.063s coverage: 78.9% of statements 02:46:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.064s coverage: 7.8% of statements 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:46:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.081s coverage: 32.5% of statements 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:46:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.106s coverage: 57.1% of statements 02:46:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.231s coverage: 6.6% of statements 02:46:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 02:46:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:46:35 GO111MODULE=on go vet ./... 02:46:50 gofmt -l . 02:46:50 [ "`gofmt -l .`" = "" ] 02:46:50 ./bin/test-attribution-txt.sh 02:46:51 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:46:51 $ docker stop --time=1 a2804d2f3d09926beb339a2e3e55152f81cab99b5709e07f6ef5806e5dd71ba1 02:46:53 $ docker rm -f a2804d2f3d09926beb339a2e3e55152f81cab99b5709e07f6ef5806e5dd71ba1 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:46:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:46:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:58 + ls -al . 02:46:58 total 188 02:46:58 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 10 02:46 . 02:46:58 drwxrwxr-x. 4 jenkins jenkins 30 Apr 10 02:45 .. 02:46:58 drwxrwxr-x. 2 jenkins jenkins 64 Apr 10 02:45 bin 02:46:58 -rw-r--r--. 1 jenkins jenkins 99750 Apr 10 02:46 coverage.out 02:46:58 -rw-rw-r--. 1 jenkins jenkins 987 Apr 10 02:45 Dockerfile.build 02:46:58 -rw-rw-r--. 1 jenkins jenkins 140 Apr 10 02:45 .dockerignore 02:46:58 drwxrwxr-x. 5 jenkins jenkins 62 Apr 10 02:45 example 02:46:58 drwxrwxr-x. 8 jenkins jenkins 179 Apr 10 02:45 .git 02:46:58 drwxrwxr-x. 2 jenkins jenkins 103 Apr 10 02:45 .github 02:46:58 -rw-rw-r--. 1 jenkins jenkins 138 Apr 10 02:45 .gitignore 02:46:58 -rw-r--r--. 1 jenkins jenkins 572 Apr 10 02:46 go.mod 02:46:58 -rw-r--r--. 1 jenkins jenkins 20726 Apr 10 02:46 go.sum 02:46:58 drwxrwxr-x. 14 jenkins jenkins 207 Apr 10 02:45 internal 02:46:58 -rw-rw-r--. 1 jenkins jenkins 894 Apr 10 02:45 Jenkinsfile 02:46:58 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 10 02:45 LICENSE 02:46:58 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 10 02:45 Makefile 02:46:58 drwxrwxr-x. 4 jenkins jenkins 26 Apr 10 02:45 openapi 02:46:58 drwxrwxr-x. 5 jenkins jenkins 50 Apr 10 02:45 pkg 02:46:58 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 10 02:45 README.md 02:46:58 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 10 02:45 RELEASE-NOTES.txt 02:46:58 drwxrwxr-x. 4 jenkins jenkins 54 Apr 10 02:45 snap 02:46:58 -rw-rw-r--. 1 jenkins jenkins 5 Apr 10 02:41 VERSION 02:46:58 -rw-rw-r--. 1 jenkins jenkins 222 Apr 10 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:46:58 + 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=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 --label arch=amd64 --label version=0.0.0 . 02:46:58 Sending build context to Docker daemon 2.499MB 02:46:58 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:46:58 Step 2/23 : FROM ${BASE} AS builder 02:46:58 ---> b259584eefcb 02:46:58 Step 3/23 : WORKDIR /device-sdk-go 02:46:59 ---> Running in 63576ea28085 02:46:59 Removing intermediate container 63576ea28085 02:46:59 ---> 608e3ee2d91f 02:46:59 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:59 ---> Running in 7da1de97a82a 02:46:59 Removing intermediate container 7da1de97a82a 02:46:59 ---> 41b64c166b39 02:46:59 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:59 ---> Running in 9380363a2e40 02:47:01 Removing intermediate container 9380363a2e40 02:47:01 ---> 7498c32b5a30 02:47:01 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:47:01 ---> Running in d98d19727a71 02:47:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:02 OK: 167 MiB in 45 packages 02:47:03 Removing intermediate container d98d19727a71 02:47:03 ---> 1b8202381c37 02:47:03 Step 7/23 : COPY . . 02:47:04 ---> c36a9e011822 02:47:04 Step 8/23 : RUN go mod download 02:47:04 ---> Running in 634ed40fb386 02:47:05 Removing intermediate container 634ed40fb386 02:47:05 ---> 62fa91b80ace 02:47:05 Step 9/23 : RUN make build 02:47:05 ---> Running in 1bbe8ed3e7a5 02:47:05 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:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.127s coverage: 28.1% of statements 02:47:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.192s coverage: 78.9% of statements 02:47:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.149s coverage: 7.8% of statements 02:47:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:47:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:11 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.285s coverage: 32.5% of statements 02:47:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.303s coverage: 57.1% of statements 02:47:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.307s coverage: 6.6% of statements 02:47:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.148s coverage: 5.0% of statements 02:47:15 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:15 GO111MODULE=on go vet ./... 02:47:18 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:47:18 Removing intermediate container 1bbe8ed3e7a5 02:47:18 ---> 1ce88af7538d 02:47:18 Step 10/23 : FROM alpine:3.12 02:47:19 3.12: Pulling from library/alpine 02:47:19 532819f3e44c: Pulling fs layer 02:47:19 532819f3e44c: Verifying Checksum 02:47:19 532819f3e44c: Download complete 02:47:19 532819f3e44c: Pull complete 02:47:19 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:47:19 Status: Downloaded newer image for alpine:3.12 02:47:19 ---> 7230e588e954 02:47:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:19 ---> Running in 756d9fc8e34d 02:47:20 Removing intermediate container 756d9fc8e34d 02:47:20 ---> 9e77de9df662 02:47:20 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:20 ---> Running in 9bdc60f1ea3e 02:47:21 Removing intermediate container 9bdc60f1ea3e 02:47:21 ---> 0059ff6d6a5d 02:47:21 Step 13/23 : RUN apk add --update --no-cache zeromq 02:47:21 ---> Running in da643f2e3f1f 02:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:22 (1/5) Installing libgcc (9.3.0-r2) 02:47:22 (2/5) Installing libsodium (1.0.18-r0) 02:47:22 (3/5) Installing libstdc++ (9.3.0-r2) 02:47:23 (4/5) Installing libzmq (4.3.3-r0) 02:47:23 (5/5) Installing zeromq (4.3.3-r0) 02:47:23 Executing busybox-1.31.1-r20.trigger 02:47:23 OK: 8 MiB in 19 packages 02:47:23 Removing intermediate container da643f2e3f1f 02:47:23 ---> 559df7b5c612 02:47:23 Step 14/23 : WORKDIR / 02:47:23 ---> Running in e3c2bf2871ca 02:47:24 Removing intermediate container e3c2bf2871ca 02:47:24 ---> 4df52532f9cf 02:47:24 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:47:24 ---> decce8073f36 02:47:24 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:47:25 ---> ef1ea4a92777 02:47:25 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:47:25 ---> 3fb1c1df0762 02:47:25 Step 18/23 : EXPOSE 49990 02:47:26 ---> Running in f1a8fdf63acc 02:47:26 Removing intermediate container f1a8fdf63acc 02:47:26 ---> 6fda4cfd7664 02:47:26 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:47:26 ---> Running in e9d1a7c6e242 02:47:26 Removing intermediate container e9d1a7c6e242 02:47:26 ---> 62b30aabf367 02:47:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:26 ---> Running in cbaccfd9590b 02:47:26 Removing intermediate container cbaccfd9590b 02:47:26 ---> 5c03be6666e3 02:47:26 Step 21/23 : LABEL arch=amd64 02:47:26 ---> Running in 6a6022c27987 02:47:26 Removing intermediate container 6a6022c27987 02:47:26 ---> c4d83dce74b4 02:47:26 Step 22/23 : LABEL git_sha=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 02:47:27 ---> Running in 40942de7a60e 02:47:27 Removing intermediate container 40942de7a60e 02:47:27 ---> e528d7cf074b 02:47:27 Step 23/23 : LABEL version=0.0.0 02:47:27 ---> Running in bc6538e4aabf 02:47:27 Removing intermediate container bc6538e4aabf 02:47:27 ---> 08f5dd392a56 02:47:27 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:47:27 Successfully built 08f5dd392a56 02:47:27 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:47:28 ---> job-cost.sh 02:47:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jQa1 02:47:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:48:03 gofmt -l . 02:48:03 [ "`gofmt -l .`" = "" ] 02:48:03 ./bin/test-attribution-txt.sh 02:48:03 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:48:03 $ docker stop --time=1 a0120be9f66d22fafde67db4fa594e0169f1e5feb309714495ec2dc4650ecae4 02:48:05 $ docker rm -f a0120be9f66d22fafde67db4fa594e0169f1e5feb309714495ec2dc4650ecae4 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:07 Warning: overwriting stash ‘coverage-report’ 02:48:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:08 + ls -al . 02:48:08 total 224 02:48:08 drwxrwxr-x 10 jenkins jenkins 4096 Apr 10 02:48 . 02:48:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 02:44 .. 02:48:08 -rw-rw-r-- 1 jenkins jenkins 140 Apr 10 02:44 .dockerignore 02:48:08 drwxrwxr-x 8 jenkins jenkins 4096 Apr 10 02:44 .git 02:48:08 drwxrwxr-x 2 jenkins jenkins 4096 Apr 10 02:44 .github 02:48:08 -rw-rw-r-- 1 jenkins jenkins 138 Apr 10 02:44 .gitignore 02:48:08 -rw-rw-r-- 1 jenkins jenkins 987 Apr 10 02:44 Dockerfile.build 02:48:08 -rw-rw-r-- 1 jenkins jenkins 894 Apr 10 02:44 Jenkinsfile 02:48:08 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 10 02:44 LICENSE 02:48:08 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 10 02:44 Makefile 02:48:08 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 10 02:44 README.md 02:48:08 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 10 02:44 RELEASE-NOTES.txt 02:48:08 -rw-rw-r-- 1 jenkins jenkins 5 Apr 10 02:41 VERSION 02:48:08 drwxrwxr-x 2 jenkins jenkins 4096 Apr 10 02:44 bin 02:48:08 -rw-r--r-- 1 jenkins jenkins 99750 Apr 10 02:47 coverage.out 02:48:08 drwxrwxr-x 5 jenkins jenkins 4096 Apr 10 02:44 example 02:48:08 -rw-r--r-- 1 jenkins jenkins 572 Apr 10 02:48 go.mod 02:48:08 -rw-r--r-- 1 jenkins jenkins 20726 Apr 10 02:48 go.sum 02:48:08 drwxrwxr-x 14 jenkins jenkins 4096 Apr 10 02:44 internal 02:48:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 02:44 openapi 02:48:08 drwxrwxr-x 5 jenkins jenkins 4096 Apr 10 02:44 pkg 02:48:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 02:44 snap 02:48:08 -rw-rw-r-- 1 jenkins jenkins 222 Apr 10 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:48:09 + 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=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 --label arch=arm64 --label version=0.0.0 . 02:48:09 Sending build context to Docker daemon 2.498MB 02:48:09 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:48:09 Step 2/23 : FROM ${BASE} AS builder 02:48:09 ---> bfb83c0636ce 02:48:09 Step 3/23 : WORKDIR /device-sdk-go 02:48:10 ---> Running in fbb6cc407519 02:48:10 lf-activate-venv(): INFO: Adding /tmp/venv-jQa1/bin to PATH 02:48:10 INFO: No Stack... 02:48:10 Removing intermediate container fbb6cc407519 02:48:10 ---> a6c916f5732f 02:48:10 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:10 ---> Running in c97c1278b09a 02:48:11 Removing intermediate container c97c1278b09a 02:48:11 ---> 368e3011a5df 02:48:11 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:11 ---> Running in 2ba91c423e09 02:48:12 INFO: Retrieving Pricing Info for: v1-standard-2 02:48:12 INFO: Archiving Costs [Pipeline] sh 02:48:12 + cat /w/workspace/device-sdk-go/33/archives/cost.csv 02:48:12 + cut -d, -f6 [Pipeline] lock 02:48:13 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] 02:48:13 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] did not exist. Created. 02:48:13 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:13 + echo total: 0.029999999329447746 [Pipeline] stash 02:48:13 Stashed 1 file(s) [Pipeline] } 02:48:13 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 02:48:14 Removing intermediate container 2ba91c423e09 02:48:14 ---> d443e1858cf3 02:48:14 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:48:14 ---> Running in d7394943388a [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:16 OK: 144 MiB in 45 packages 02:48:17 Removing intermediate container d7394943388a 02:48:17 ---> a86ad45b86b6 02:48:17 Step 7/23 : COPY . . 02:48:18 ---> 73bf922d47c1 02:48:18 Step 8/23 : RUN go mod download 02:48:18 ---> Running in 5df10ad2155a 02:48:21 Removing intermediate container 5df10ad2155a 02:48:21 ---> f39e99372429 02:48:21 Step 9/23 : RUN make build 02:48:21 ---> Running in 982f374c84b5 02:48:22 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:54 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:48:56 Removing intermediate container 982f374c84b5 02:48:56 ---> 104b09bbe424 02:48:56 Step 10/23 : FROM alpine:3.12 02:48:57 3.12: Pulling from library/alpine 02:48:57 9a219e8acc52: Pulling fs layer 02:48:57 9a219e8acc52: Verifying Checksum 02:48:57 9a219e8acc52: Download complete 02:48:57 9a219e8acc52: Pull complete 02:48:57 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:48:57 Status: Downloaded newer image for alpine:3.12 02:48:57 ---> d75e27dfc0a0 02:48:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:58 ---> Running in 87c5d08c2243 02:48:58 Removing intermediate container 87c5d08c2243 02:48:58 ---> a45f1d287f12 02:48:58 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:58 ---> Running in 9614837135a2 02:49:01 Removing intermediate container 9614837135a2 02:49:01 ---> 7066a7ff9ce4 02:49:01 Step 13/23 : RUN apk add --update --no-cache zeromq 02:49:01 ---> Running in 08be3eb56912 02:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:03 (1/5) Installing libgcc (9.3.0-r2) 02:49:03 (2/5) Installing libsodium (1.0.18-r0) 02:49:03 (3/5) Installing libstdc++ (9.3.0-r2) 02:49:04 (4/5) Installing libzmq (4.3.3-r0) 02:49:04 (5/5) Installing zeromq (4.3.3-r0) 02:49:04 Executing busybox-1.31.1-r20.trigger 02:49:04 OK: 8 MiB in 19 packages 02:49:05 Removing intermediate container 08be3eb56912 02:49:05 ---> 83b151b6ce4e 02:49:05 Step 14/23 : WORKDIR / 02:49:05 ---> Running in e9b66f675a4b 02:49:06 Removing intermediate container e9b66f675a4b 02:49:06 ---> e4eb9079cdd5 02:49:06 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:49:07 ---> 69e23835f02b 02:49:07 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:49:08 ---> 1559f963a39f 02:49:08 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:49:09 ---> 4dbfac0a018c 02:49:09 Step 18/23 : EXPOSE 49990 02:49:09 ---> Running in 8bcb9faea48a 02:49:09 Removing intermediate container 8bcb9faea48a 02:49:09 ---> 1b8ec2fb7512 02:49:09 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:49:09 ---> Running in 5cb6643c89fe 02:49:10 Removing intermediate container 5cb6643c89fe 02:49:10 ---> ff113de2f396 02:49:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:10 ---> Running in b494c9bf2517 02:49:10 Removing intermediate container b494c9bf2517 02:49:10 ---> 143bf2cc026e 02:49:10 Step 21/23 : LABEL arch=arm64 02:49:10 ---> Running in 180694d1f2c5 02:49:11 Removing intermediate container 180694d1f2c5 02:49:11 ---> 1e564cb32419 02:49:11 Step 22/23 : LABEL git_sha=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 02:49:11 ---> Running in 2cdc6753ec6e 02:49:12 Removing intermediate container 2cdc6753ec6e 02:49:12 ---> 05fecda19053 02:49:12 Step 23/23 : LABEL version=0.0.0 02:49:12 ---> Running in bb5643306935 02:49:12 Removing intermediate container bb5643306935 02:49:12 ---> 66081e6e99cf 02:49:12 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:49:12 Successfully built 66081e6e99cf 02:49:12 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:13 ---> job-cost.sh 02:49:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NnKu 02:49:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:51:29 lf-activate-venv(): INFO: Adding /tmp/venv-NnKu/bin to PATH 02:51:29 INFO: No Stack... 02:51:29 INFO: Retrieving Pricing Info for: lf-standard-4 02:51:29 INFO: Archiving Costs [Pipeline] sh 02:51:29 + + cat /w/workspace/device-sdk-go/33/archives/cost.csvcut -d, -f6 02:51:29 [Pipeline] lock 02:51:29 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] 02:51:29 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] did not exist. Created. 02:51:29 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:30 /w/workspace/device-sdk-go/33@tmp/durable-e7cf5dd1/script.sh: 1: /w/workspace/device-sdk-go/33@tmp/durable-e7cf5dd1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:51:30 + echo total: 0.20999999344348907 [Pipeline] stash 02:51:30 Warning: overwriting stash ‘stack-cost’ 02:51:30 Stashed 1 file(s) [Pipeline] } 02:51:30 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-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:51:32 provisioning config files... 02:51:32 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config1953097647684173178tmp [Pipeline] { [Pipeline] sh 02:51:32 + set +x 02:51:32 + curl -s https://codecov.io/bash 02:51:32 + bash -s -- 02:51:32 02:51:32 _____ _ 02:51:32 / ____| | | 02:51:32 | | ___ __| | ___ ___ _____ __ 02:51:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:32 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:32 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:32 Bash-20210309-2b87ace 02:51:32 02:51:32 02:51:32 ==> git version 2.24.3 found 02:51:32 ==> 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:51:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:51:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:51:32 ==> Jenkins CI detected. 02:51:32 project root: . 02:51:32 --> token set from env 02:51:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:32 ==> Running gcov in . (disable via -X gcov) 02:51:32 ==> Python coveragepy not found 02:51:32 ==> Searching for coverage reports in: 02:51:32 + . 02:51:32 -> Found 1 reports 02:51:32 ==> Detecting git/mercurial file structure 02:51:32 ==> Reading reports 02:51:32 + ./coverage.out bytes=99750 02:51:32 ==> Appending adjustments 02:51:32 https://docs.codecov.io/docs/fixing-reports 02:51:33 + Found adjustments 02:51:33 ==> Gzipping contents 02:51:33 16K /tmp/codecov.CUWBco.gz 02:51:33 ==> Uploading reports 02:51:33 url: https://codecov.io 02:51:33 query: branch=PR-725&commit=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:33 -> Pinging Codecov 02:51:33 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:33 -> Uploading to 02:51:33 https://storage.googleapis.com/codecov/v4/raw/2021-04-10/7E55EF52A471D76F132DFD9A03CDDE97/6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757/166f4e42-b141-4947-85e8-38e4b9130da8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210410T025133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d912f937fd3a96a4133872fe4bbc77e8ee59b46e80867cf5a5e0451d928f647 02:51:33 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:33 Dload Upload Total Spent Left Speed 02:51:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13513 0 0 100 13513 0 32297 --:--:-- --:--:-- --:--:-- 32250 02:51:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [Pipeline] } 02:51:34 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:51:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:37 ---> package-listing.sh 02:51:37 ++ facter osfamily 02:51:37 ++ tr '[:upper:]' '[:lower:]' 02:51:37 + OS_FAMILY=redhat 02:51:37 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:37 + START_PACKAGES=/tmp/packages_start.txt 02:51:37 + END_PACKAGES=/tmp/packages_end.txt 02:51:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:37 + PACKAGES=/tmp/packages_start.txt 02:51:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:37 + PACKAGES=/tmp/packages_end.txt 02:51:37 + case "${OS_FAMILY}" in 02:51:37 + rpm -qa 02:51:37 + sort 02:51:41 + '[' -f /tmp/packages_start.txt ']' 02:51:41 + '[' -f /tmp/packages_end.txt ']' 02:51:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:41 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:51:41 + 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:51:41 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:51:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:41 02:51:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:42 alpine: Pulling from edgex-lftools-log-publisher 02:51:42 df20fa9351a1: Pulling fs layer 02:51:42 36b3adc4ff6f: Pulling fs layer 02:51:42 8ad3a11d3b57: Pulling fs layer 02:51:42 46f8f816bc3b: Pulling fs layer 02:51:42 93b61091891f: Pulling fs layer 02:51:42 93b9cdb0e59b: Pulling fs layer 02:51:42 5e14af77c1be: Pulling fs layer 02:51:42 01666e4c0597: Pulling fs layer 02:51:42 aa168da1d23b: Pulling fs layer 02:51:42 46f8f816bc3b: Waiting 02:51:42 93b61091891f: Waiting 02:51:42 93b9cdb0e59b: Waiting 02:51:42 5e14af77c1be: Waiting 02:51:42 01666e4c0597: Waiting 02:51:42 36b3adc4ff6f: Download complete 02:51:42 46f8f816bc3b: Verifying Checksum 02:51:42 46f8f816bc3b: Download complete 02:51:42 df20fa9351a1: Verifying Checksum 02:51:42 df20fa9351a1: Download complete 02:51:42 93b9cdb0e59b: Verifying Checksum 02:51:42 93b9cdb0e59b: Download complete 02:51:42 5e14af77c1be: Verifying Checksum 02:51:42 93b61091891f: Verifying Checksum 02:51:42 93b61091891f: Download complete 02:51:42 01666e4c0597: Verifying Checksum 02:51:42 01666e4c0597: Download complete 02:51:42 df20fa9351a1: Pull complete 02:51:42 8ad3a11d3b57: Verifying Checksum 02:51:42 8ad3a11d3b57: Download complete 02:51:43 36b3adc4ff6f: Pull complete 02:51:43 8ad3a11d3b57: Pull complete 02:51:43 46f8f816bc3b: Pull complete 02:51:43 93b61091891f: Pull complete 02:51:44 93b9cdb0e59b: Pull complete 02:51:44 5e14af77c1be: Pull complete 02:51:44 01666e4c0597: Pull complete 02:51:44 aa168da1d23b: Verifying Checksum 02:51:44 aa168da1d23b: Download complete 02:51:51 aa168da1d23b: Pull complete 02:51:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:51:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:51:51 prd-centos7-docker-4c-2g-33533 does not seem to be running inside a container 02:51:51 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:55 $ docker top b9deb453a48f79b5cf3ef63901795925c9c1362f01c9770de24432373230045b -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:56 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:56 + mkdir -p /var/log/sa [Pipeline] sh 02:51:56 + ls /var/log/sa-host 02:51:56 + sadf -c /var/log/sa-host/sa10 02:51:56 file_magic: OK 02:51:56 HZ: Using current value: 100 02:51:56 file_header: OK 02:51:56 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:51:56 Statistics: 02:51:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:56 File successfully converted to sysstat format version 12.2.1 02:51:56 + sadf -c /var/log/sa-host/sa23 02:51:56 file_magic: OK 02:51:56 HZ: Using current value: 100 02:51:56 file_header: OK 02:51:56 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:51:56 Statistics: 02:51:56 Hnuu...uuuununununu... 02:51:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:57 provisioning config files... 02:51:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6475789163660103867tmp [Pipeline] { [Pipeline] echo 02:51:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:57 ---> create-netrc.sh [Pipeline] } 02:51:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:51:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:58 ---> python-tools-install.sh [Pipeline] echo 02:51:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:58 ---> sudo-logs.sh 02:51:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:51:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:58 ---> job-cost.sh 02:51:58 lf-activate-venv: SKIPPING 02:51:58 DEBUG: total: 0.20999999344348907 02:51:58 INFO: Retrieving Stack Cost... 02:51:59 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:00 INFO: Archiving Costs [Pipeline] echo 02:52:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:00 ---> logs-deploy.sh 02:52:00 lf-activate-venv: SKIPPING 02:52:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/33 02:52:00 INFO: archiving workspace using pattern(s): 02:52:02 Archives upload complete. 02:52:02 INFO: archiving logs to Nexus 02:52:03 ---> uname -a: 02:52:03 Linux prd-centos7-docker-4c-2g-33533.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:03 02:52:03 02:52:03 ---> lscpu: 02:52:03 Architecture: x86_64 02:52:03 CPU op-mode(s): 32-bit, 64-bit 02:52:03 Byte Order: Little Endian 02:52:03 Address sizes: 40 bits physical, 48 bits virtual 02:52:03 CPU(s): 4 02:52:03 On-line CPU(s) list: 0-3 02:52:03 Thread(s) per core: 1 02:52:03 Core(s) per socket: 1 02:52:03 Socket(s): 4 02:52:03 NUMA node(s): 1 02:52:03 Vendor ID: GenuineIntel 02:52:03 CPU family: 6 02:52:03 Model: 44 02:52:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:52:03 Stepping: 1 02:52:03 CPU MHz: 2933.436 02:52:03 BogoMIPS: 5866.87 02:52:03 Virtualization: VT-x 02:52:03 Hypervisor vendor: KVM 02:52:03 Virtualization type: full 02:52:03 L1d cache: 128 KiB 02:52:03 L1i cache: 128 KiB 02:52:03 L2 cache: 16 MiB 02:52:03 L3 cache: 64 MiB 02:52:03 NUMA node0 CPU(s): 0-3 02:52:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:52:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:52:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:52:03 Vulnerability Meltdown: Mitigation; PTI 02:52:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:52:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:52:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:52:03 Vulnerability Srbds: Not affected 02:52:03 Vulnerability Tsx async abort: Not affected 02:52:03 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:03 02:52:03 02:52:03 ---> nproc: 02:52:03 4 02:52:03 02:52:03 02:52:03 ---> df -h: 02:52:03 Filesystem Size Used Available Use% Mounted on 02:52:03 overlay 50.0G 7.3G 42.7G 15% / 02:52:03 tmpfs 64.0M 0 64.0M 0% /dev 02:52:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:52:03 shm 64.0M 0 64.0M 0% /dev/shm 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:52:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:52:03 02:52:03 02:52:03 ---> free -m: 02:52:03 total used free shared buff/cache available 02:52:03 Mem: 1837 714 102 0 1020 1018 02:52:03 Swap: 1023 1 1022 02:52:03 02:52:03 02:52:03 ---> ip addr: 02:52:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:52:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:52:03 inet 127.0.0.1/8 scope host lo 02:52:03 valid_lft forever preferred_lft forever 02:52:03 inet6 ::1/128 scope host 02:52:03 valid_lft forever preferred_lft forever 02:52:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:52:03 link/ether fa:16:3e:0a:f9:94 brd ff:ff:ff:ff:ff:ff 02:52:03 inet 10.30.122.229/23 brd 10.30.123.255 scope global dynamic eth0 02:52:03 valid_lft 85742sec preferred_lft 85742sec 02:52:03 inet6 fe80::f816:3eff:fe0a:f994/64 scope link 02:52:03 valid_lft forever preferred_lft forever 02:52:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:52:03 link/ether 02:42:d0:a3:d8:c7 brd ff:ff:ff:ff:ff:ff 02:52:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:52:03 valid_lft forever preferred_lft forever 02:52:03 inet6 fe80::42:d0ff:fea3:d8c7/64 scope link 02:52:03 valid_lft forever preferred_lft forever 02:52:03 02:52:03 02:52:03 ---> sar -b -r -n DEV: 02:52:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/10/21 _x86_64_ (4 CPU) 02:52:03 02:52:03 02:40:52 LINUX RESTART (4 CPU) 02:52:03 02:52:03 02:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:52:03 02:43:01 9.08 0.05 9.02 0.00 1.63 171.05 0.00 02:52:03 02:44:01 0.47 0.00 0.47 0.00 0.00 6.88 0.00 02:52:03 02:45:01 0.32 0.00 0.32 0.00 0.00 3.18 0.00 02:52:03 02:46:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 02:52:03 02:47:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 02:52:03 02:48:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 02:52:03 02:49:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 02:52:03 02:50:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 02:52:03 02:51:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 02:52:03 Average: 1.25 0.01 1.24 0.00 0.18 21.86 0.00 02:52:03 02:52:03 02:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:52:03 02:43:01 125068 0 619564 32.93 2620 1134292 1108460 37.83 416488 1140544 20 02:52:03 02:44:01 127196 0 617428 32.81 2620 1134300 1061852 36.24 426188 1129192 8 02:52:03 02:45:01 127220 0 617400 32.81 2620 1134304 1062020 36.24 427376 1128940 8 02:52:03 02:46:01 126648 0 617912 32.84 2620 1134364 1062008 36.24 427272 1128960 24 02:52:03 02:47:01 127592 0 617020 32.79 2620 1134312 1061924 36.24 419120 1136412 8 02:52:03 02:48:01 128060 0 616548 32.77 2620 1134316 1061852 36.24 418764 1136408 12 02:52:03 02:49:01 128248 0 616356 32.76 2620 1134320 1061852 36.24 418896 1136408 8 02:52:03 02:50:01 128044 0 616556 32.77 2620 1134324 1061852 36.24 418904 1136408 20 02:52:03 02:51:01 127688 0 616904 32.79 2620 1134332 1061852 36.24 418908 1136412 12 02:52:03 Average: 127307 0 617299 32.81 2620 1134318 1067075 36.42 421324 1134409 13 02:52:03 02:52:03 02:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:52:03 02:43:01 eth0 111.51 76.30 76.44 86.30 0.00 0.00 0.00 0.00 02:52:03 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:44:01 eth0 0.70 0.08 0.06 0.04 0.00 0.00 0.00 0.00 02:52:03 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:45:01 eth0 1.05 0.45 0.32 0.21 0.00 0.00 0.00 0.00 02:52:03 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:46:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 02:52:03 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:47:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 02:52:03 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:48:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:52:03 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:49:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:50:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:52:03 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:03 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 Average: eth0 12.53 8.50 8.46 9.51 0.00 0.00 0.00 0.00 02:52:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:03 02:52:03 02:52:03 ---> sar -P ALL: 02:52:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/10/21 _x86_64_ (4 CPU) 02:52:03 02:52:03 02:40:52 LINUX RESTART (4 CPU) 02:52:03 02:52:03 02:42:02 CPU %user %nice %system %iowait %steal %idle 02:52:03 02:43:01 all 1.88 0.00 0.49 0.03 0.03 97.57 02:52:03 02:43:01 0 1.77 0.00 0.43 0.00 0.02 97.78 02:52:03 02:43:01 1 2.45 0.00 0.51 0.05 0.03 96.96 02:52:03 02:43:01 2 2.02 0.00 0.51 0.02 0.02 97.43 02:52:03 02:43:01 3 1.29 0.00 0.53 0.03 0.03 98.11 02:52:03 02:44:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:52:03 02:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:52:03 02:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:52:03 02:44:01 2 0.05 0.00 0.07 0.00 0.00 99.88 02:52:03 02:44:01 3 0.47 0.00 0.03 0.00 0.00 99.50 02:52:03 02:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:03 02:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:03 02:45:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:52:03 02:45:01 2 0.05 0.00 0.03 0.02 0.00 99.90 02:52:03 02:45:01 3 0.47 0.00 0.02 0.00 0.00 99.52 02:52:03 02:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:52:03 02:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:03 02:46:01 1 0.07 0.00 0.03 0.00 0.00 99.90 02:52:03 02:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:52:03 02:46:01 3 0.52 0.00 0.03 0.00 0.02 99.43 02:52:03 02:47:01 all 0.18 0.00 0.09 0.00 0.02 99.72 02:52:03 02:47:01 0 0.07 0.00 0.07 0.00 0.02 99.85 02:52:03 02:47:01 1 0.07 0.00 0.07 0.00 0.02 99.85 02:52:03 02:47:01 2 0.07 0.00 0.10 0.00 0.02 99.82 02:52:03 02:47:01 3 0.52 0.00 0.12 0.00 0.02 99.35 02:52:03 02:48:01 all 0.16 0.00 0.04 0.00 0.01 99.80 02:52:03 02:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:52:03 02:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:52:03 02:48:01 2 0.52 0.00 0.07 0.00 0.00 99.42 02:52:03 02:48:01 3 0.07 0.00 0.03 0.00 0.00 99.90 02:52:03 02:49:01 all 0.14 0.00 0.04 0.00 0.00 99.82 02:52:03 02:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:03 02:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:52:03 02:49:01 2 0.50 0.00 0.05 0.00 0.00 99.45 02:52:03 02:49:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:52:03 02:50:01 all 0.05 0.00 0.04 0.00 0.00 99.91 02:52:03 02:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:52:03 02:50:01 1 0.12 0.00 0.05 0.00 0.00 99.83 02:52:03 02:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:03 02:50:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:52:03 02:51:01 all 0.10 0.00 0.03 0.00 0.00 99.86 02:52:03 02:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:03 02:51:01 1 0.32 0.00 0.05 0.00 0.00 99.63 02:52:03 02:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:03 02:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:03 Average: all 0.33 0.00 0.09 0.00 0.01 99.57 02:52:03 Average: 0 0.22 0.00 0.07 0.00 0.01 99.71 02:52:03 Average: 1 0.34 0.00 0.09 0.01 0.01 99.55 02:52:03 Average: 2 0.37 0.00 0.10 0.00 0.00 99.52 02:52:03 Average: 3 0.38 0.00 0.10 0.00 0.01 99.52 02:52:03 02:52:03 02:52:03