Pull request #868 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 219c7518a31b5f569417646e0f2f0291fbee0f15+0004bfda3add5d207eecfa44332d420db602e0f7 (e6ab23763c547712a13deb83fc44d0743528ee02) 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:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-33278 in /w/workspace/dgexfoundry_device-sdk-go_PR-868 [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-868 # 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 Merging remotes/origin/master commit 0004bfda3add5d207eecfa44332d420db602e0f7 into PR head commit 219c7518a31b5f569417646e0f2f0291fbee0f15 Merge succeeded, producing 229ed817099d8650948204a1cc16d7e092cf3239 Checking out Revision 229ed817099d8650948204a1cc16d7e092cf3239 (PR-868) 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/868/head:refs/remotes/origin/PR-868 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 219c7518a31b5f569417646e0f2f0291fbee0f15 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 229ed817099d8650948204a1cc16d7e092cf3239 # timeout=10 Commit message: "Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD" > git rev-list --no-walk 219c7518a31b5f569417646e0f2f0291fbee0f15 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:13:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:13:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:13:37 ========================================================= 08:13:37 EdgeX Global Pipelines Version Info 08:13:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:13:38 ------------------- 08:13:38 stable info: 08:13:38 ------------------- 08:13:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:13:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:13:38 Message: update stable to v1.0.186 08:13:39 ------------------- 08:13:39 experimental info: 08:13:39 ------------------- 08:13:39 Commited By: **** collab-it+edgex@linuxfoundation.org 08:13:39 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 08:13:39 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:13:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:13:39 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:13:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:13:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-868 [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-868 [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-868 [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 229ed817099d8650948204a1cc16d7e092cf3239 [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 229ed81 [Pipeline] echo 08:13:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:13:43 provisioning config files... 08:13:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp/config1125340959075246902tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:13:43 ---> docker-login.sh 08:13:43 nexus3.edgexfoundry.org:10001 08:13:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:43 Configure a credential helper to remove this warning. See 08:13:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:43 08:13:43 Login Succeeded 08:13:43 nexus3.edgexfoundry.org:10002 08:13:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:43 Configure a credential helper to remove this warning. See 08:13:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:43 08:13:43 Login Succeeded 08:13:43 nexus3.edgexfoundry.org:10003 08:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:44 Configure a credential helper to remove this warning. See 08:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:44 08:13:44 Login Succeeded 08:13:44 nexus3.edgexfoundry.org:10004 08:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:44 Configure a credential helper to remove this warning. See 08:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:44 08:13:44 Login Succeeded 08:13:44 docker.io 08:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:44 Configure a credential helper to remove this warning. See 08:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:44 08:13:44 Login Succeeded 08:13:44 ---> docker-login.sh ends [Pipeline] } 08:13:44 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 08:13:45 + git log --format=format:%s -1 229ed817099d8650948204a1cc16d7e092cf3239 [Pipeline] echo 08:13:45 GIT_COMMIT: 229ed817099d8650948204a1cc16d7e092cf3239, Commit Message: Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD [Pipeline] echo 08:13:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:13:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:13:46 08:13:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:13:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:13:46 latest: Pulling from edgex-devops/git-semver 08:13:46 31603596830f: Pulling fs layer 08:13:46 2a8b12db71e7: Pulling fs layer 08:13:46 6ca5941a6612: Pulling fs layer 08:13:46 ecc8261a40a4: Pulling fs layer 08:13:46 ecc8261a40a4: Waiting 08:13:46 2a8b12db71e7: Verifying Checksum 08:13:46 2a8b12db71e7: Download complete 08:13:46 31603596830f: Download complete 08:13:46 ecc8261a40a4: Verifying Checksum 08:13:46 ecc8261a40a4: Download complete 08:13:46 6ca5941a6612: Download complete 08:13:47 31603596830f: Pull complete 08:13:47 2a8b12db71e7: Pull complete 08:13:48 6ca5941a6612: Pull complete 08:13:48 ecc8261a40a4: Pull complete 08:13:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:13:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:13:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:13:48 prd-centos7-docker-4c-2g-33278 does not seem to be running inside a container 08:13:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-868 -v /w/workspace/dgexfoundry_device-sdk-go_PR-868:/w/workspace/dgexfoundry_device-sdk-go_PR-868:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-868@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:13:51 $ docker top 1baf6bbd41ec40aa3333085c6aa4b4cbb4a11f6431f50b28a57c7aaa7b76499d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:13:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:13:51 [ssh-agent] Looking for ssh-agent implementation... 08:13:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:13:51 $ docker exec 1baf6bbd41ec40aa3333085c6aa4b4cbb4a11f6431f50b28a57c7aaa7b76499d ssh-agent 08:13:51 SSH_AUTH_SOCK=/tmp/ssh-nxddULDhQlWG/agent.11 08:13:51 SSH_AGENT_PID=16 08:13:51 Running ssh-add (command line suppressed) 08:13:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp/private_key_4918103695521551188.key (/w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp/private_key_4918103695521551188.key) 08:13:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:13:52 + git tag --points-at HEAD [Pipeline] } 08:13:52 $ docker exec --env ******** --env ******** 1baf6bbd41ec40aa3333085c6aa4b4cbb4a11f6431f50b28a57c7aaa7b76499d ssh-agent -k 08:13:52 unset SSH_AUTH_SOCK; 08:13:52 unset SSH_AGENT_PID; 08:13:52 echo Agent pid 16 killed; 08:13:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:13:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:13:52 [ssh-agent] Looking for ssh-agent implementation... 08:13:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:13:52 $ docker exec 1baf6bbd41ec40aa3333085c6aa4b4cbb4a11f6431f50b28a57c7aaa7b76499d ssh-agent 08:13:52 SSH_AUTH_SOCK=/tmp/ssh-lcyKYc39JA4L/agent.44 08:13:52 SSH_AGENT_PID=49 08:13:52 Running ssh-add (command line suppressed) 08:13:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp/private_key_1836637506366975989.key (/w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp/private_key_1836637506366975989.key) 08:13:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:13:53 + git semver init 08:13:53 # -> Open(): unable to determine branch for HEAD 08:13:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-868/.git 08:13:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-868 08:13:53 # $SEMVER_REMOTE_NAME = origin 08:13:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:13:53 # $SEMVER_USER_NAME = edgex-jenkins 08:13:53 # $SEMVER_BRANCH = PR-868 08:13:53 # $SEMVER_TEMP = /tmp/semver-976483260 08:13:53 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:13:54 # '/tmp/semver-976483260' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-868/.semver' 08:13:54 # -> Force: false 08:13:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-868/.semver [Pipeline] } 08:13:54 $ docker exec --env ******** --env ******** 1baf6bbd41ec40aa3333085c6aa4b4cbb4a11f6431f50b28a57c7aaa7b76499d ssh-agent -k 08:13:54 unset SSH_AUTH_SOCK; 08:13:54 unset SSH_AGENT_PID; 08:13:54 echo Agent pid 49 killed; 08:13:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:13:55 + git semver [Pipeline] } 08:13:55 $ docker stop --time=1 1baf6bbd41ec40aa3333085c6aa4b4cbb4a11f6431f50b28a57c7aaa7b76499d 08:13:56 $ docker rm -f 1baf6bbd41ec40aa3333085c6aa4b4cbb4a11f6431f50b28a57c7aaa7b76499d [Pipeline] // withDockerContainer [Pipeline] sh 08:13:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:13:57 Stashed 1 file(s) [Pipeline] echo 08:13:57 [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 08:14:13 Still waiting to schedule task 08:14:13 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:14:13 Still waiting to schedule task 08:14:13 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 08:16:33 Running on prd-centos7-docker-4c-2g-33282 in /w/workspace/dgexfoundry_device-sdk-go_PR-868 [Pipeline] { [Pipeline] ws 08:16:33 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 08:16:35 using credential edgex-jenkins-ssh 08:16:35 Cloning the remote Git repository 08:16:35 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:16:35 > git init /w/workspace/device-sdk-go/2 # timeout=10 08:16:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:16:35 > git --version # timeout=10 08:16:35 > git --version # 'git version 2.24.3' 08:16:35 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:37 Merging remotes/origin/master commit 0004bfda3add5d207eecfa44332d420db602e0f7 into PR head commit 219c7518a31b5f569417646e0f2f0291fbee0f15 08:16:37 Merge succeeded, producing fd904b45c7d03cb309332d7073bb3afb2372a2b7 08:16:37 Checking out Revision fd904b45c7d03cb309332d7073bb3afb2372a2b7 (PR-868) 08:16:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:16:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:16:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:16:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/868/head:refs/remotes/origin/PR-868 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:16:36 > git config core.sparsecheckout # timeout=10 08:16:36 > git checkout -f 219c7518a31b5f569417646e0f2f0291fbee0f15 # timeout=10 08:16:36 > git remote # timeout=10 08:16:37 > git config --get remote.origin.url # timeout=10 08:16:37 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:37 > git merge 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 08:16:37 > git rev-parse HEAD^{commit} # timeout=10 08:16:37 > git config core.sparsecheckout # timeout=10 08:16:37 > git checkout -f fd904b45c7d03cb309332d7073bb3afb2372a2b7 # timeout=10 08:16:40 Commit message: "Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD" 08:16:40 > git rev-list --no-walk 219c7518a31b5f569417646e0f2f0291fbee0f15 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:16:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:16:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:16:42 + sudo service docker restart 08:16:42 + true 08:16:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:16:44 provisioning config files... 08:16:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config5575474058586276474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:16:44 ---> docker-login.sh 08:16:44 nexus3.edgexfoundry.org:10001 08:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:44 Configure a credential helper to remove this warning. See 08:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:44 08:16:44 Login Succeeded 08:16:44 nexus3.edgexfoundry.org:10002 08:16:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:45 Configure a credential helper to remove this warning. See 08:16:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:45 08:16:45 Login Succeeded 08:16:45 nexus3.edgexfoundry.org:10003 08:16:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:45 Configure a credential helper to remove this warning. See 08:16:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:45 08:16:45 Login Succeeded 08:16:45 nexus3.edgexfoundry.org:10004 08:16:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:45 Configure a credential helper to remove this warning. See 08:16:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:45 08:16:45 Login Succeeded 08:16:45 docker.io 08:16:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:45 Configure a credential helper to remove this warning. See 08:16:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:45 08:16:45 Login Succeeded 08:16:45 ---> docker-login.sh ends [Pipeline] } 08:16:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:16:46 ========================================================= 08:16:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:16:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:16:46 + 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 . 08:16:46 Sending build context to Docker daemon 2.397MB 08:16:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:16:46 Step 2/8 : FROM ${BASE} 08:16:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:16:46 188c0c94c7c5: Pulling fs layer 08:16:46 0ef7d3d256c8: Pulling fs layer 08:16:46 de9db76c5a1d: Pulling fs layer 08:16:46 bca2f99d35d6: Pulling fs layer 08:16:46 93359f2a8cfa: Pulling fs layer 08:16:46 7c6f9722023f: Pulling fs layer 08:16:46 a35cf1a2eb13: Pulling fs layer 08:16:46 93359f2a8cfa: Waiting 08:16:46 7c6f9722023f: Waiting 08:16:46 a35cf1a2eb13: Waiting 08:16:46 bca2f99d35d6: Waiting 08:16:46 de9db76c5a1d: Verifying Checksum 08:16:46 de9db76c5a1d: Download complete 08:16:46 0ef7d3d256c8: Verifying Checksum 08:16:46 0ef7d3d256c8: Download complete 08:16:46 93359f2a8cfa: Verifying Checksum 08:16:46 93359f2a8cfa: Download complete 08:16:46 7c6f9722023f: Verifying Checksum 08:16:46 7c6f9722023f: Download complete 08:16:46 188c0c94c7c5: Download complete 08:16:47 188c0c94c7c5: Pull complete 08:16:47 0ef7d3d256c8: Pull complete 08:16:47 de9db76c5a1d: Pull complete 08:16:49 a35cf1a2eb13: Verifying Checksum 08:16:49 a35cf1a2eb13: Download complete 08:16:49 bca2f99d35d6: Verifying Checksum 08:16:49 bca2f99d35d6: Download complete 08:16:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33281 in /w/workspace/dgexfoundry_device-sdk-go_PR-868 [Pipeline] { [Pipeline] ws 08:16:53 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 08:16:54 bca2f99d35d6: Pull complete 08:16:55 93359f2a8cfa: Pull complete 08:16:55 7c6f9722023f: Pull complete 08:16:58 using credential edgex-jenkins-ssh 08:16:59 Cloning the remote Git repository 08:16:59 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:16:59 > git init /w/workspace/device-sdk-go/2 # timeout=10 08:16:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:16:59 > git --version # timeout=10 08:16:59 > git --version # 'git version 2.17.1' 08:16:59 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:00 a35cf1a2eb13: Pull complete 08:17:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:17:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:17:00 ---> a62c8e92a672 08:17:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:17:00 ---> Running in 7b6ddbc1aebe 08:17:00 Removing intermediate container 7b6ddbc1aebe 08:17:00 ---> 068a950066e9 08:17:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:00 ---> Running in 88929caad31e 08:17:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:17:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:17:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:17:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/868/head:refs/remotes/origin/PR-868 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:17:01 Merging remotes/origin/master commit 0004bfda3add5d207eecfa44332d420db602e0f7 into PR head commit 219c7518a31b5f569417646e0f2f0291fbee0f15 08:17:01 Removing intermediate container 88929caad31e 08:17:01 ---> d4690663ab41 08:17:01 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 08:17:01 Merge succeeded, producing 2cc9e48442c6f418835ea05d6518309cc5073702 08:17:01 Checking out Revision 2cc9e48442c6f418835ea05d6518309cc5073702 (PR-868) 08:17:02 ---> Running in 99808b048301 08:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:01 > git config core.sparsecheckout # timeout=10 08:17:01 > git checkout -f 219c7518a31b5f569417646e0f2f0291fbee0f15 # timeout=10 08:17:01 > git remote # timeout=10 08:17:01 > git config --get remote.origin.url # timeout=10 08:17:01 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:01 > git merge 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 08:17:01 > git rev-parse HEAD^{commit} # timeout=10 08:17:01 > git config core.sparsecheckout # timeout=10 08:17:01 > git checkout -f 2cc9e48442c6f418835ea05d6518309cc5073702 # timeout=10 08:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:03 (1/6) Installing libc-dev (0.7.2-r3) 08:17:03 (2/6) Installing libsodium (1.0.18-r0) 08:17:03 (3/6) Installing pkgconf (1.7.2-r0) 08:17:03 (4/6) Installing libsodium-dev (1.0.18-r0) 08:17:03 (5/6) Installing libzmq (4.3.3-r0) 08:17:03 (6/6) Installing zeromq-dev (4.3.3-r0) 08:17:03 Executing busybox-1.31.1-r19.trigger 08:17:03 OK: 167 MiB in 45 packages 08:17:04 Removing intermediate container 99808b048301 08:17:04 ---> 9698a338a5fb 08:17:04 Step 6/8 : WORKDIR /device-sdk-go 08:17:04 ---> Running in 6b105cf2f61a 08:17:04 Removing intermediate container 6b105cf2f61a 08:17:04 ---> fabc423eb0b2 08:17:04 Step 7/8 : COPY . . 08:17:06 ---> bb459c812883 08:17:06 Step 8/8 : RUN go mod download 08:17:06 ---> Running in f3d7d32bf9dc 08:17:06 Commit message: "Merge commit '0004bfda3add5d207eecfa44332d420db602e0f7' into HEAD" 08:17:06 > git rev-list --no-walk 219c7518a31b5f569417646e0f2f0291fbee0f15 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:17:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:17:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:17:08 + sudo service docker restart 08:17:08 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:17:11 provisioning config files... 08:17:11 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config4707287134740484678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:17:11 ---> docker-login.sh 08:17:11 nexus3.edgexfoundry.org:10001 08:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:13 Configure a credential helper to remove this warning. See 08:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:13 08:17:13 Login Succeeded 08:17:13 nexus3.edgexfoundry.org:10002 08:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:13 Configure a credential helper to remove this warning. See 08:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:13 08:17:13 Login Succeeded 08:17:13 nexus3.edgexfoundry.org:10003 08:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:14 Configure a credential helper to remove this warning. See 08:17:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:14 08:17:14 Login Succeeded 08:17:14 nexus3.edgexfoundry.org:10004 08:17:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:14 Configure a credential helper to remove this warning. See 08:17:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:14 08:17:14 Login Succeeded 08:17:14 docker.io 08:17:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:15 Configure a credential helper to remove this warning. See 08:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:15 08:17:15 Login Succeeded 08:17:15 ---> docker-login.sh ends [Pipeline] } 08:17:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:17:15 ========================================================= 08:17:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:17:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:17:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:17:16 Sending build context to Docker daemon 2.409MB 08:17:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:17:16 Step 2/8 : FROM ${BASE} 08:17:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:17:16 5f621e34cdf4: Pulling fs layer 08:17:16 a4357932f1b6: Pulling fs layer 08:17:16 18c013af1878: Pulling fs layer 08:17:16 00ac8860ef70: Pulling fs layer 08:17:16 63d7cb157983: Pulling fs layer 08:17:16 b116817d02f9: Pulling fs layer 08:17:16 745a02a5169b: Pulling fs layer 08:17:16 00ac8860ef70: Waiting 08:17:16 63d7cb157983: Waiting 08:17:16 b116817d02f9: Waiting 08:17:16 745a02a5169b: Waiting 08:17:16 18c013af1878: Download complete 08:17:16 a4357932f1b6: Verifying Checksum 08:17:16 a4357932f1b6: Download complete 08:17:16 63d7cb157983: Verifying Checksum 08:17:16 63d7cb157983: Download complete 08:17:16 b116817d02f9: Verifying Checksum 08:17:16 b116817d02f9: Download complete 08:17:16 5f621e34cdf4: Verifying Checksum 08:17:16 5f621e34cdf4: Download complete 08:17:17 5f621e34cdf4: Pull complete 08:17:17 a4357932f1b6: Pull complete 08:17:18 18c013af1878: Pull complete 08:17:19 745a02a5169b: Verifying Checksum 08:17:19 745a02a5169b: Download complete 08:17:20 00ac8860ef70: Download complete 08:17:28 Removing intermediate container f3d7d32bf9dc 08:17:28 ---> 0e53b60e88d5 08:17:28 Successfully built 0e53b60e88d5 08:17:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:17:28 + docker inspect -f . ci-base-image-x86_64 08:17:28 . [Pipeline] withDockerContainer 08:17:28 prd-centos7-docker-4c-2g-33282 does not seem to be running inside a container 08:17:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:17:29 $ docker top 591986e6dba53f120140add98b363ded30d0eed52177eb117ec52ae4f28ed871 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:30 + go version 08:17:30 go version go1.15.5 linux/amd64 [Pipeline] } 08:17:30 $ docker stop --time=1 591986e6dba53f120140add98b363ded30d0eed52177eb117ec52ae4f28ed871 08:17:30 00ac8860ef70: Pull complete 08:17:30 63d7cb157983: Pull complete 08:17:31 b116817d02f9: Pull complete 08:17:31 $ docker rm -f 591986e6dba53f120140add98b363ded30d0eed52177eb117ec52ae4f28ed871 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:32 + docker inspect -f . ci-base-image-x86_64 08:17:32 . [Pipeline] withDockerContainer 08:17:32 prd-centos7-docker-4c-2g-33282 does not seem to be running inside a container 08:17:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:17:33 $ docker top e09ada2dd7faba9ece26fe50063e033455b2b358adf9efe12f4616be4b6c15a8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:33 + make test 08:17:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:17:35 745a02a5169b: Pull complete 08:17:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:17:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:17:35 ---> b7e6874047d6 08:17:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:17:38 ---> Running in 960b667e38ee 08:17:38 Removing intermediate container 960b667e38ee 08:17:38 ---> 56300051591f 08:17:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:38 ---> Running in 062d3c07270b 08:17:41 Removing intermediate container 062d3c07270b 08:17:41 ---> 692c8a1b6dd1 08:17:41 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 08:17:41 ---> Running in 90def68cdaca 08:17:41 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:17:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:45 (1/6) Installing libc-dev (0.7.2-r3) 08:17:45 (2/6) Installing libsodium (1.0.18-r0) 08:17:45 (3/6) Installing pkgconf (1.7.2-r0) 08:17:45 (4/6) Installing libsodium-dev (1.0.18-r0) 08:17:45 (5/6) Installing libzmq (4.3.3-r0) 08:17:45 (6/6) Installing zeromq-dev (4.3.3-r0) 08:17:45 Executing busybox-1.31.1-r19.trigger 08:17:45 OK: 144 MiB in 45 packages 08:17:47 Removing intermediate container 90def68cdaca 08:17:47 ---> de37c98a06f9 08:17:47 Step 6/8 : WORKDIR /device-sdk-go 08:17:47 ---> Running in 14b75e39258c 08:17:48 Removing intermediate container 14b75e39258c 08:17:48 ---> dffe8089db66 08:17:48 Step 7/8 : COPY . . 08:17:49 ---> 1808d10c8f6d 08:17:49 Step 8/8 : RUN go mod download 08:17:49 ---> Running in a03bae9b4e8b 08:18:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:18:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 08:18:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:18:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 08:18:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:18:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.072s coverage: 28.1% of statements 08:18:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.069s coverage: 78.9% of statements 08:18:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.104s coverage: 7.8% of statements 08:18:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 08:18:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 08:18:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:18:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.077s coverage: 32.5% of statements 08:18:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 08:18:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:18:04 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:18:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.103s coverage: 57.1% of statements 08:18:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.200s coverage: 6.6% of statements 08:18:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements 08:18:05 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:18:06 GO111MODULE=on go vet ./... 08:18:16 Removing intermediate container a03bae9b4e8b 08:18:16 ---> d6db308b9f2f 08:18:16 Successfully built d6db308b9f2f 08:18:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:18:16 + docker inspect -f . ci-base-image-arm64 08:18:16 . [Pipeline] withDockerContainer 08:18:16 prd-ubuntu18.04-docker-arm64-4c-16g-33281 does not seem to be running inside a container 08:18:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:18:18 $ docker top d3f593de8df065f2c63483da7d92db4f11835dc0e697a5216f5439c1bcd119e3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:19 + go version 08:18:19 go version go1.15.5 linux/arm64 [Pipeline] } 08:18:19 $ docker stop --time=1 d3f593de8df065f2c63483da7d92db4f11835dc0e697a5216f5439c1bcd119e3 08:18:21 $ docker rm -f d3f593de8df065f2c63483da7d92db4f11835dc0e697a5216f5439c1bcd119e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:22 + docker inspect -f . ci-base-image-arm64 08:18:22 . [Pipeline] withDockerContainer 08:18:22 prd-ubuntu18.04-docker-arm64-4c-16g-33281 does not seem to be running inside a container 08:18:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:18:24 $ docker top 5c4322d3b8732343169d155bc5cb217f5b6aa89f352fdc2843617dcd09a6285f -eo pid,comm 08:18:24 gofmt -l . 08:18:24 [ "`gofmt -l .`" = "" ] 08:18:24 ./bin/test-attribution-txt.sh 08:18:24 ./bin/test-go-mod-tidy.sh [Pipeline] { [Pipeline] } 08:18:24 $ docker stop --time=1 e09ada2dd7faba9ece26fe50063e033455b2b358adf9efe12f4616be4b6c15a8 08:18:27 $ docker rm -f e09ada2dd7faba9ece26fe50063e033455b2b358adf9efe12f4616be4b6c15a8 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 08:18:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:18:28 + make test 08:18:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:18:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:18:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:18:31 + ls -al . 08:18:31 total 188 08:18:31 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 08:18 . 08:18:31 drwxrwxr-x. 4 jenkins jenkins 28 Apr 8 08:16 .. 08:18:31 drwxrwxr-x. 2 jenkins jenkins 64 Apr 8 08:16 bin 08:18:31 -rw-r--r--. 1 jenkins jenkins 99749 Apr 8 08:18 coverage.out 08:18:31 -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 08:16 Dockerfile.build 08:18:31 -rw-rw-r--. 1 jenkins jenkins 140 Apr 8 08:16 .dockerignore 08:18:31 drwxrwxr-x. 5 jenkins jenkins 62 Apr 8 08:16 example 08:18:31 drwxrwxr-x. 8 jenkins jenkins 179 Apr 8 08:16 .git 08:18:31 drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 08:16 .github 08:18:31 -rw-rw-r--. 1 jenkins jenkins 138 Apr 8 08:16 .gitignore 08:18:31 -rw-r--r--. 1 jenkins jenkins 572 Apr 8 08:18 go.mod 08:18:31 -rw-r--r--. 1 jenkins jenkins 20726 Apr 8 08:18 go.sum 08:18:31 drwxrwxr-x. 14 jenkins jenkins 207 Apr 8 08:16 internal 08:18:31 -rw-rw-r--. 1 jenkins jenkins 901 Apr 8 08:16 Jenkinsfile 08:18:31 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 8 08:16 LICENSE 08:18:31 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 8 08:16 Makefile 08:18:31 drwxrwxr-x. 4 jenkins jenkins 26 Apr 8 08:16 openapi 08:18:31 drwxrwxr-x. 5 jenkins jenkins 50 Apr 8 08:16 pkg 08:18:31 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 8 08:16 README.md 08:18:31 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 8 08:16 RELEASE-NOTES.txt 08:18:31 drwxrwxr-x. 4 jenkins jenkins 54 Apr 8 08:16 snap 08:18:31 -rw-rw-r--. 1 jenkins jenkins 5 Apr 8 08:13 VERSION 08:18:31 -rw-rw-r--. 1 jenkins jenkins 222 Apr 8 08:16 version.go [Pipeline] isUnix [Pipeline] sh 08:18:31 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=229ed817099d8650948204a1cc16d7e092cf3239 --label arch=amd64 --label version=0.0.0 . 08:18:32 Sending build context to Docker daemon 2.497MB 08:18:32 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 08:18:32 Step 2/23 : FROM ${BASE} AS builder 08:18:32 ---> 0e53b60e88d5 08:18:32 Step 3/23 : WORKDIR /device-sdk-go 08:18:32 ---> Running in 84ec2997d2e8 08:18:32 Removing intermediate container 84ec2997d2e8 08:18:32 ---> a372e526b0c6 08:18:32 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:18:32 ---> Running in 445d15bfdf9c 08:18:32 Removing intermediate container 445d15bfdf9c 08:18:32 ---> cefce3f51841 08:18:32 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:33 ---> Running in 77bec6d15f67 08:18:34 Removing intermediate container 77bec6d15f67 08:18:34 ---> 170f5c58142a 08:18:34 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 08:18:34 ---> Running in 3f8fda2ba5b0 08:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:36 OK: 167 MiB in 45 packages 08:18:36 Removing intermediate container 3f8fda2ba5b0 08:18:36 ---> c9ae3947e689 08:18:36 Step 7/23 : COPY . . 08:18:37 ---> cc779b1cd41c 08:18:37 Step 8/23 : RUN go mod download 08:18:37 ---> Running in 3fe39d947f5a 08:18:38 Removing intermediate container 3fe39d947f5a 08:18:38 ---> 4c5f79943155 08:18:38 Step 9/23 : RUN make build 08:18:38 ---> Running in 33dc25ba175d 08:18:39 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 08:18:50 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:18:51 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 08:18:51 Removing intermediate container 33dc25ba175d 08:18:51 ---> dcd052008394 08:18:51 Step 10/23 : FROM alpine:3.12 08:18:52 3.12: Pulling from library/alpine 08:18:52 532819f3e44c: Pulling fs layer 08:18:52 532819f3e44c: Verifying Checksum 08:18:52 532819f3e44c: Download complete 08:18:52 532819f3e44c: Pull complete 08:18:52 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 08:18:52 Status: Downloaded newer image for alpine:3.12 08:18:52 ---> 7230e588e954 08:18:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:18:52 ---> Running in 886b8d0c5a30 08:18:52 Removing intermediate container 886b8d0c5a30 08:18:52 ---> 52e95fd3ff1d 08:18:52 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:52 ---> Running in a73f99dc3547 08:18:53 Removing intermediate container a73f99dc3547 08:18:53 ---> 739e51804076 08:18:53 Step 13/23 : RUN apk add --update --no-cache zeromq 08:18:53 ---> Running in 2044d8a31a22 08:18:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:56 (1/5) Installing libgcc (9.3.0-r2) 08:18:56 (2/5) Installing libsodium (1.0.18-r0) 08:18:56 (3/5) Installing libstdc++ (9.3.0-r2) 08:18:56 (4/5) Installing libzmq (4.3.3-r0) 08:18:56 (5/5) Installing zeromq (4.3.3-r0) 08:18:56 Executing busybox-1.31.1-r20.trigger 08:18:56 OK: 8 MiB in 19 packages 08:18:57 Removing intermediate container 2044d8a31a22 08:18:57 ---> 775c15c283ba 08:18:57 Step 14/23 : WORKDIR / 08:18:57 ---> Running in 0428f94248fe 08:18:57 Removing intermediate container 0428f94248fe 08:18:57 ---> f5bd981df67e 08:18:57 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:18:57 ---> e17d17399cee 08:18:57 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:18:58 ---> 6194e7e019b6 08:18:58 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:18:58 ---> 1c3e5ea0f425 08:18:58 Step 18/23 : EXPOSE 49990 08:18:58 ---> Running in 5861854f9264 08:18:59 Removing intermediate container 5861854f9264 08:18:59 ---> a409e08acfea 08:18:59 Step 19/23 : ENTRYPOINT ["/device-simple"] 08:18:59 ---> Running in 762711c2245d 08:18:59 Removing intermediate container 762711c2245d 08:18:59 ---> 8dfde4749adc 08:18:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:59 ---> Running in 6929a91d9d59 08:18:59 Removing intermediate container 6929a91d9d59 08:18:59 ---> 23878b6e9447 08:18:59 Step 21/23 : LABEL arch=amd64 08:18:59 ---> Running in 9d2e1d6759ae 08:18:59 Removing intermediate container 9d2e1d6759ae 08:18:59 ---> 8149f53677c8 08:18:59 Step 22/23 : LABEL git_sha=229ed817099d8650948204a1cc16d7e092cf3239 08:18:59 ---> Running in 65edb2197cbe 08:18:59 Removing intermediate container 65edb2197cbe 08:18:59 ---> 7442b6b53610 08:18:59 Step 23/23 : LABEL version=0.0.0 08:19:00 ---> Running in 6388c9cf3fe6 08:19:00 Removing intermediate container 6388c9cf3fe6 08:19:00 ---> 733bfae4398e 08:19:00 [Warning] One or more build-args [ARCH MAKE] were not consumed 08:19:00 Successfully built 733bfae4398e 08:19:00 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:19:01 ---> job-cost.sh 08:19:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pGIT 08:19:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:19:43 lf-activate-venv(): INFO: Adding /tmp/venv-pGIT/bin to PATH 08:19:43 INFO: No Stack... 08:19:44 INFO: Retrieving Pricing Info for: v1-standard-2 08:19:44 INFO: Archiving Costs [Pipeline] sh 08:19:44 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 08:19:44 + cut -d, -f6 [Pipeline] lock 08:19:45 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-868-2-stack-cost] 08:19:45 Resource [jenkins-edgexfoundry-device-sdk-go-PR-868-2-stack-cost] did not exist. Created. 08:19:45 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-868-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:19:45 + echo total: 0.029999999329447746 [Pipeline] stash 08:19:45 Stashed 1 file(s) [Pipeline] } 08:19:45 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-868-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:19:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:19:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 08:19:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:19:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 08:19:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:19:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.156s coverage: 28.1% of statements 08:19:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.228s coverage: 78.9% of statements 08:19:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.182s coverage: 7.8% of statements 08:19:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 08:19:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 08:19:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:19:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.254s coverage: 32.5% of statements 08:19:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 08:19:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:19:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:19:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.295s coverage: 57.1% of statements 08:19:55 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.242s coverage: 6.6% of statements 08:19:56 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.147s coverage: 5.0% of statements 08:19:56 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:19:56 GO111MODULE=on go vet ./... 08:20:43 gofmt -l . 08:20:43 [ "`gofmt -l .`" = "" ] 08:20:43 ./bin/test-attribution-txt.sh 08:20:43 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:20:43 $ docker stop --time=1 5c4322d3b8732343169d155bc5cb217f5b6aa89f352fdc2843617dcd09a6285f 08:20:46 $ docker rm -f 5c4322d3b8732343169d155bc5cb217f5b6aa89f352fdc2843617dcd09a6285f [Pipeline] // withDockerContainer [Pipeline] sh 08:20:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:20:47 Warning: overwriting stash ‘coverage-report’ 08:20:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:20:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:20:49 + ls -al . 08:20:49 total 224 08:20:49 drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 08:20 . 08:20:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:16 .. 08:20:49 -rw-rw-r-- 1 jenkins jenkins 140 Apr 8 08:17 .dockerignore 08:20:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 08:17 .git 08:20:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 08:17 .github 08:20:49 -rw-rw-r-- 1 jenkins jenkins 138 Apr 8 08:17 .gitignore 08:20:49 -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 08:17 Dockerfile.build 08:20:49 -rw-rw-r-- 1 jenkins jenkins 901 Apr 8 08:17 Jenkinsfile 08:20:49 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 8 08:17 LICENSE 08:20:49 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 8 08:17 Makefile 08:20:49 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 8 08:17 README.md 08:20:49 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 8 08:17 RELEASE-NOTES.txt 08:20:49 -rw-rw-r-- 1 jenkins jenkins 5 Apr 8 08:13 VERSION 08:20:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 08:17 bin 08:20:49 -rw-r--r-- 1 jenkins jenkins 99750 Apr 8 08:19 coverage.out 08:20:49 drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 08:17 example 08:20:49 -rw-r--r-- 1 jenkins jenkins 572 Apr 8 08:20 go.mod 08:20:49 -rw-r--r-- 1 jenkins jenkins 20726 Apr 8 08:20 go.sum 08:20:49 drwxrwxr-x 14 jenkins jenkins 4096 Apr 8 08:17 internal 08:20:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:17 openapi 08:20:49 drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 08:17 pkg 08:20:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:17 snap 08:20:49 -rw-rw-r-- 1 jenkins jenkins 222 Apr 8 08:17 version.go [Pipeline] isUnix [Pipeline] sh 08:20:49 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=229ed817099d8650948204a1cc16d7e092cf3239 --label arch=arm64 --label version=0.0.0 . 08:20:50 Sending build context to Docker daemon 2.509MB 08:20:50 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 08:20:50 Step 2/23 : FROM ${BASE} AS builder 08:20:50 ---> d6db308b9f2f 08:20:50 Step 3/23 : WORKDIR /device-sdk-go 08:20:50 ---> Running in d5fc19f5eecd 08:20:50 Removing intermediate container d5fc19f5eecd 08:20:50 ---> 3fa37e582c05 08:20:50 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:20:51 ---> Running in 7115455e8a65 08:20:51 Removing intermediate container 7115455e8a65 08:20:51 ---> 5ad457f11214 08:20:51 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:51 ---> Running in f499f1770769 08:20:53 Removing intermediate container f499f1770769 08:20:53 ---> c66e651ab6c9 08:20:53 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 08:20:53 ---> Running in 687aff7c43eb 08:20:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:56 OK: 144 MiB in 45 packages 08:20:57 Removing intermediate container 687aff7c43eb 08:20:57 ---> 86a2f85faef9 08:20:57 Step 7/23 : COPY . . 08:20:58 ---> 50c36108d603 08:20:58 Step 8/23 : RUN go mod download 08:20:58 ---> Running in d2da50df2a1a 08:21:01 Removing intermediate container d2da50df2a1a 08:21:01 ---> 7043ac190a76 08:21:01 Step 9/23 : RUN make build 08:21:01 ---> Running in ee60d29f90b6 08:21:02 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 08:21:34 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 08:21:36 Removing intermediate container ee60d29f90b6 08:21:36 ---> 0ab53f831494 08:21:36 Step 10/23 : FROM alpine:3.12 08:21:37 3.12: Pulling from library/alpine 08:21:37 9a219e8acc52: Pulling fs layer 08:21:37 9a219e8acc52: Verifying Checksum 08:21:38 9a219e8acc52: Pull complete 08:21:38 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 08:21:38 Status: Downloaded newer image for alpine:3.12 08:21:38 ---> d75e27dfc0a0 08:21:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:21:38 ---> Running in 9edd1b989508 08:21:38 Removing intermediate container 9edd1b989508 08:21:38 ---> 741909273688 08:21:38 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:39 ---> Running in 806f803f8ebf 08:21:41 Removing intermediate container 806f803f8ebf 08:21:41 ---> a218b80e7c19 08:21:41 Step 13/23 : RUN apk add --update --no-cache zeromq 08:21:41 ---> Running in ba5998ef4a0b 08:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:43 (1/5) Installing libgcc (9.3.0-r2) 08:21:43 (2/5) Installing libsodium (1.0.18-r0) 08:21:43 (3/5) Installing libstdc++ (9.3.0-r2) 08:21:44 (4/5) Installing libzmq (4.3.3-r0) 08:21:44 (5/5) Installing zeromq (4.3.3-r0) 08:21:44 Executing busybox-1.31.1-r20.trigger 08:21:44 OK: 8 MiB in 19 packages 08:21:45 Removing intermediate container ba5998ef4a0b 08:21:45 ---> 77ff3964b1cc 08:21:45 Step 14/23 : WORKDIR / 08:21:45 ---> Running in 70bc5fba019a 08:21:46 Removing intermediate container 70bc5fba019a 08:21:46 ---> 6775c07c5bdb 08:21:46 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:21:46 ---> 9eb77d5dac8f 08:21:46 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:21:47 ---> adc88b7c6fb0 08:21:47 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:21:48 ---> 4b34e3ec4289 08:21:48 Step 18/23 : EXPOSE 49990 08:21:48 ---> Running in a0645fa6a6c1 08:21:48 Removing intermediate container a0645fa6a6c1 08:21:48 ---> e9587bfa809c 08:21:48 Step 19/23 : ENTRYPOINT ["/device-simple"] 08:21:49 ---> Running in d6e8b3eb0ea1 08:21:49 Removing intermediate container d6e8b3eb0ea1 08:21:49 ---> 3bacfaf9100e 08:21:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:49 ---> Running in a593e4eb9677 08:21:50 Removing intermediate container a593e4eb9677 08:21:50 ---> 12e3d0e4f82b 08:21:50 Step 21/23 : LABEL arch=arm64 08:21:50 ---> Running in a446fe19a065 08:21:50 Removing intermediate container a446fe19a065 08:21:50 ---> 89831303749d 08:21:50 Step 22/23 : LABEL git_sha=229ed817099d8650948204a1cc16d7e092cf3239 08:21:50 ---> Running in a1b2c7635e73 08:21:51 Removing intermediate container a1b2c7635e73 08:21:51 ---> 6ee114ae36ce 08:21:51 Step 23/23 : LABEL version=0.0.0 08:21:51 ---> Running in 7954f58e577c 08:21:52 Removing intermediate container 7954f58e577c 08:21:52 ---> 04babcc137ef 08:21:52 [Warning] One or more build-args [ARCH MAKE] were not consumed 08:21:52 Successfully built 04babcc137ef 08:21:52 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:21:52 ---> job-cost.sh 08:21:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GFwz 08:22:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:24:08 lf-activate-venv(): INFO: Adding /tmp/venv-GFwz/bin to PATH 08:24:08 INFO: No Stack... 08:24:08 INFO: Retrieving Pricing Info for: lf-standard-4 08:24:08 INFO: Archiving Costs [Pipeline] sh 08:24:08 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 08:24:08 + cut -d, -f6 [Pipeline] lock 08:24:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-868-2-stack-cost] 08:24:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-868-2-stack-cost] did not exist. Created. 08:24:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-868-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:24:09 /w/workspace/device-sdk-go/2@tmp/durable-73599239/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-73599239/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:24:09 + echo total: 0.20999999344348907 [Pipeline] stash 08:24:09 Warning: overwriting stash ‘stack-cost’ 08:24:10 Stashed 1 file(s) [Pipeline] } 08:24:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-868-2-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 08:24:11 provisioning config files... 08:24:11 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp/config973254545729269118tmp [Pipeline] { [Pipeline] sh 08:24:11 + set +x 08:24:11 + curl -s https://codecov.io/bash 08:24:11 + bash -s -- 08:24:11 08:24:11 _____ _ 08:24:11 / ____| | | 08:24:11 | | ___ __| | ___ ___ _____ __ 08:24:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:24:11 | |___| (_) | (_| | __/ (_| (_) \ V / 08:24:11 \_____\___/ \__,_|\___|\___\___/ \_/ 08:24:11 Bash-20210309-2b87ace 08:24:11 08:24:11 08:24:11 ==> git version 2.24.3 found 08:24:11 ==> 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 08:24:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:24:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:24:11 ==> Jenkins CI detected. 08:24:11 project root: . 08:24:11 --> token set from env 08:24:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:24:11 ==> Running gcov in . (disable via -X gcov) 08:24:11 ==> Python coveragepy not found 08:24:11 ==> Searching for coverage reports in: 08:24:11 + . 08:24:11 -> Found 1 reports 08:24:11 ==> Detecting git/mercurial file structure 08:24:11 ==> Reading reports 08:24:11 + ./coverage.out bytes=99750 08:24:11 ==> Appending adjustments 08:24:11 https://docs.codecov.io/docs/fixing-reports 08:24:12 + Found adjustments 08:24:12 ==> Gzipping contents 08:24:12 16K /tmp/codecov.D6Pi0D.gz 08:24:12 ==> Uploading reports 08:24:12 url: https://codecov.io 08:24:12 query: branch=PR-868&commit=229ed817099d8650948204a1cc16d7e092cf3239&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-868%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=868&job=&cmd_args= 08:24:12 -> Pinging Codecov 08:24:12 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-868&commit=229ed817099d8650948204a1cc16d7e092cf3239&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-868%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=868&job=&cmd_args= 08:24:12 -> Uploading to 08:24:12 https://storage.googleapis.com/codecov/v4/raw/2021-04-08/7E55EF52A471D76F132DFD9A03CDDE97/229ed817099d8650948204a1cc16d7e092cf3239/5b906dbc-989c-4d67-8fae-1fb93612baa7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T082412Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=50beecceda6223a83ce5405003ad7e0deb4162a27a5100f5b2d952f82434b1ea 08:24:12 % Total % Received % Xferd Average Speed Time Time Time Current 08:24:12 Dload Upload Total Spent Left Speed 08:24:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13476 0 0 100 13476 0 25168 --:--:-- --:--:-- --:--:-- 25188 08:24:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/229ed817099d8650948204a1cc16d7e092cf3239 [Pipeline] } 08:24:13 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 08:24:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:24:16 ---> package-listing.sh 08:24:16 ++ facter osfamily 08:24:16 ++ tr '[:upper:]' '[:lower:]' 08:24:16 + OS_FAMILY=redhat 08:24:16 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-868 08:24:16 + START_PACKAGES=/tmp/packages_start.txt 08:24:16 + END_PACKAGES=/tmp/packages_end.txt 08:24:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:24:16 + PACKAGES=/tmp/packages_start.txt 08:24:16 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-868 ']' 08:24:16 + PACKAGES=/tmp/packages_end.txt 08:24:16 + case "${OS_FAMILY}" in 08:24:16 + rpm -qa 08:24:16 + sort 08:24:21 + '[' -f /tmp/packages_start.txt ']' 08:24:21 + '[' -f /tmp/packages_end.txt ']' 08:24:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:24:21 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-868 ']' 08:24:21 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-868/archives/ 08:24:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-868/archives/ [Pipeline] echo 08:24:21 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-868/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:24:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:24:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:22 08:24:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:24:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:22 alpine: Pulling from edgex-lftools-log-publisher 08:24:22 df20fa9351a1: Pulling fs layer 08:24:22 36b3adc4ff6f: Pulling fs layer 08:24:22 8ad3a11d3b57: Pulling fs layer 08:24:22 46f8f816bc3b: Pulling fs layer 08:24:22 93b61091891f: Pulling fs layer 08:24:22 93b9cdb0e59b: Pulling fs layer 08:24:22 5e14af77c1be: Pulling fs layer 08:24:22 01666e4c0597: Pulling fs layer 08:24:22 aa168da1d23b: Pulling fs layer 08:24:22 46f8f816bc3b: Waiting 08:24:22 93b61091891f: Waiting 08:24:22 93b9cdb0e59b: Waiting 08:24:22 5e14af77c1be: Waiting 08:24:22 01666e4c0597: Waiting 08:24:22 aa168da1d23b: Waiting 08:24:22 36b3adc4ff6f: Download complete 08:24:22 46f8f816bc3b: Verifying Checksum 08:24:22 46f8f816bc3b: Download complete 08:24:22 df20fa9351a1: Verifying Checksum 08:24:22 df20fa9351a1: Download complete 08:24:22 93b9cdb0e59b: Verifying Checksum 08:24:22 93b9cdb0e59b: Download complete 08:24:22 93b61091891f: Verifying Checksum 08:24:22 93b61091891f: Download complete 08:24:22 01666e4c0597: Verifying Checksum 08:24:22 01666e4c0597: Download complete 08:24:22 5e14af77c1be: Verifying Checksum 08:24:22 5e14af77c1be: Download complete 08:24:23 df20fa9351a1: Pull complete 08:24:23 8ad3a11d3b57: Verifying Checksum 08:24:23 8ad3a11d3b57: Download complete 08:24:23 36b3adc4ff6f: Pull complete 08:24:24 8ad3a11d3b57: Pull complete 08:24:24 46f8f816bc3b: Pull complete 08:24:25 aa168da1d23b: Verifying Checksum 08:24:25 aa168da1d23b: Download complete 08:24:25 93b61091891f: Pull complete 08:24:25 93b9cdb0e59b: Pull complete 08:24:25 5e14af77c1be: Pull complete 08:24:26 01666e4c0597: Pull complete 08:24:32 aa168da1d23b: Pull complete 08:24:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:24:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:24:33 prd-centos7-docker-4c-2g-33278 does not seem to be running inside a container 08:24:33 $ 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-868/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-868 -v /w/workspace/dgexfoundry_device-sdk-go_PR-868:/w/workspace/dgexfoundry_device-sdk-go_PR-868:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-868@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:24:36 $ docker top 215f2aef49948b74b085b2ab7a4930b4081b966279641d46df13cbdc08179594 -eo pid,comm [Pipeline] { [Pipeline] sh 08:24:37 + touch /tmp/pre-build-complete [Pipeline] sh 08:24:37 + mkdir -p /var/log/sa [Pipeline] sh 08:24:37 + ls /var/log/sa-host 08:24:37 + sadf -c /var/log/sa-host/sa08 08:24:37 file_magic: OK 08:24:37 HZ: Using current value: 100 08:24:37 file_header: OK 08:24:37 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 08:24:37 Statistics: 08:24:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:24:37 File successfully converted to sysstat format version 12.2.1 08:24:37 + sadf -c /var/log/sa-host/sa23 08:24:37 file_magic: OK 08:24:37 HZ: Using current value: 100 08:24:37 file_header: OK 08:24:37 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 08:24:37 Statistics: 08:24:37 Hnuu...uuuununununu... 08:24:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:24:37 provisioning config files... 08:24:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp/config2300201907067471060tmp [Pipeline] { [Pipeline] echo 08:24:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:24:38 ---> create-netrc.sh [Pipeline] } 08:24:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:24:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:24:38 ---> python-tools-install.sh [Pipeline] echo 08:24:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:24:38 ---> sudo-logs.sh 08:24:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:24:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:24:39 ---> job-cost.sh 08:24:39 lf-activate-venv: SKIPPING 08:24:39 DEBUG: total: 0.20999999344348907 08:24:39 INFO: Retrieving Stack Cost... 08:24:40 INFO: Retrieving Pricing Info for: v1-standard-2 08:24:40 INFO: Archiving Costs [Pipeline] echo 08:24:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:24:41 ---> logs-deploy.sh 08:24:41 lf-activate-venv: SKIPPING 08:24:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-868/2 08:24:41 INFO: archiving workspace using pattern(s): 08:24:43 Archives upload complete. 08:24:43 INFO: archiving logs to Nexus 08:24:44 ---> uname -a: 08:24:44 Linux prd-centos7-docker-4c-2g-33278.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:24:44 08:24:44 08:24:44 ---> lscpu: 08:24:44 Architecture: x86_64 08:24:44 CPU op-mode(s): 32-bit, 64-bit 08:24:44 Byte Order: Little Endian 08:24:44 Address sizes: 40 bits physical, 48 bits virtual 08:24:44 CPU(s): 4 08:24:44 On-line CPU(s) list: 0-3 08:24:44 Thread(s) per core: 1 08:24:44 Core(s) per socket: 1 08:24:44 Socket(s): 4 08:24:44 NUMA node(s): 1 08:24:44 Vendor ID: GenuineIntel 08:24:44 CPU family: 6 08:24:44 Model: 44 08:24:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:24:44 Stepping: 1 08:24:44 CPU MHz: 2933.442 08:24:44 BogoMIPS: 5866.88 08:24:44 Virtualization: VT-x 08:24:44 Hypervisor vendor: KVM 08:24:44 Virtualization type: full 08:24:44 L1d cache: 128 KiB 08:24:44 L1i cache: 128 KiB 08:24:44 L2 cache: 16 MiB 08:24:44 L3 cache: 64 MiB 08:24:44 NUMA node0 CPU(s): 0-3 08:24:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:24:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:24:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:24:44 Vulnerability Meltdown: Mitigation; PTI 08:24:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:24:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:24:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:24:44 Vulnerability Srbds: Not affected 08:24:44 Vulnerability Tsx async abort: Not affected 08:24:44 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 08:24:44 08:24:44 08:24:44 ---> nproc: 08:24:44 4 08:24:44 08:24:44 08:24:44 ---> df -h: 08:24:44 Filesystem Size Used Available Use% Mounted on 08:24:44 overlay 50.0G 7.3G 42.7G 15% / 08:24:44 tmpfs 64.0M 0 64.0M 0% /dev 08:24:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:24:44 shm 64.0M 0 64.0M 0% /dev/shm 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-868 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-868@tmp 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 08:24:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 08:24:44 08:24:44 08:24:44 ---> free -m: 08:24:44 total used free shared buff/cache available 08:24:44 Mem: 1837 716 116 0 1004 1016 08:24:44 Swap: 1023 1 1022 08:24:44 08:24:44 08:24:44 ---> ip addr: 08:24:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:24:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:24:44 inet 127.0.0.1/8 scope host lo 08:24:44 valid_lft forever preferred_lft forever 08:24:44 inet6 ::1/128 scope host 08:24:44 valid_lft forever preferred_lft forever 08:24:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:24:44 link/ether fa:16:3e:0c:03:f4 brd ff:ff:ff:ff:ff:ff 08:24:44 inet 10.30.123.97/23 brd 10.30.123.255 scope global dynamic eth0 08:24:44 valid_lft 85698sec preferred_lft 85698sec 08:24:44 inet6 fe80::f816:3eff:fe0c:3f4/64 scope link 08:24:44 valid_lft forever preferred_lft forever 08:24:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:24:44 link/ether 02:42:5e:60:6c:3c brd ff:ff:ff:ff:ff:ff 08:24:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:24:44 valid_lft forever preferred_lft forever 08:24:44 inet6 fe80::42:5eff:fe60:6c3c/64 scope link 08:24:44 valid_lft forever preferred_lft forever 08:24:44 08:24:44 08:24:44 ---> sar -b -r -n DEV: 08:24:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 08:24:44 08:24:44 08:12:51 LINUX RESTART (4 CPU) 08:24:44 08:24:44 08:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:24:44 08:15:01 2.65 0.00 2.65 0.00 0.00 59.33 0.00 08:24:44 08:16:01 0.42 0.00 0.42 0.00 0.00 5.98 0.00 08:24:44 08:17:02 0.27 0.00 0.27 0.00 0.00 3.61 0.00 08:24:44 08:18:01 0.24 0.00 0.24 0.00 0.00 3.01 0.00 08:24:44 08:19:01 0.30 0.00 0.30 0.00 0.00 4.63 0.00 08:24:44 08:20:01 0.37 0.00 0.37 0.00 0.00 4.80 0.00 08:24:44 08:21:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 08:24:44 08:22:01 0.22 0.00 0.22 0.00 0.00 2.53 0.00 08:24:44 08:23:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 08:24:44 08:24:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 08:24:44 Average: 0.52 0.00 0.52 0.00 0.00 9.24 0.00 08:24:44 08:24:44 08:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:24:44 08:15:01 175264 0 608344 32.33 2620 1095316 1090312 37.21 417256 1091028 12 08:24:44 08:16:01 175788 0 607812 32.30 2620 1095324 1079208 36.83 417016 1091408 8 08:24:44 08:17:02 171584 0 612012 32.53 2620 1095328 1079228 36.83 430096 1082172 12 08:24:44 08:18:01 173148 0 610448 32.44 2620 1095328 1079004 36.82 431580 1079404 12 08:24:44 08:19:01 169944 0 613644 32.61 2620 1095336 1079064 36.83 426536 1087828 8 08:24:44 08:20:01 170024 0 613508 32.61 2620 1095392 1079004 36.82 431028 1082964 24 08:24:44 08:21:01 170136 0 613444 32.60 2620 1095344 1079004 36.82 430996 1082956 8 08:24:44 08:22:01 169848 0 613728 32.62 2620 1095348 1079004 36.82 431016 1082956 8 08:24:44 08:23:01 169984 0 613584 32.61 2620 1095356 1079004 36.82 431264 1082996 8 08:24:44 08:24:01 169484 0 614080 32.64 2620 1095360 1079076 36.83 431508 1082996 8 08:24:44 Average: 171520 0 612060 32.53 2620 1095343 1080191 36.87 427830 1084671 11 08:24:44 08:24:44 08:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:24:44 08:15:01 eth0 2.95 0.70 3.22 0.06 0.00 0.00 0.00 0.00 08:24:44 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:16:01 eth0 1.88 0.50 0.61 0.36 0.00 0.00 0.00 0.00 08:24:44 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:17:02 eth0 1.28 0.57 0.57 0.39 0.00 0.00 0.00 0.00 08:24:44 08:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:18:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 08:24:44 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:19:01 eth0 0.42 0.25 0.25 0.08 0.00 0.00 0.00 0.00 08:24:44 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:24:44 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:21:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:24:44 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:22:01 eth0 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:24:44 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:24:01 eth0 0.32 0.28 0.14 0.08 0.00 0.00 0.00 0.00 08:24:44 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 Average: eth0 0.73 0.27 0.48 0.10 0.00 0.00 0.00 0.00 08:24:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:44 08:24:44 08:24:44 ---> sar -P ALL: 08:24:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 08:24:44 08:24:44 08:12:51 LINUX RESTART (4 CPU) 08:24:44 08:24:44 08:14:01 CPU %user %nice %system %iowait %steal %idle 08:24:44 08:15:01 all 0.23 0.00 0.07 0.00 0.02 99.68 08:24:44 08:15:01 0 0.10 0.00 0.12 0.00 0.02 99.77 08:24:44 08:15:01 1 0.13 0.00 0.05 0.00 0.02 99.80 08:24:44 08:15:01 2 0.13 0.00 0.05 0.00 0.00 99.82 08:24:44 08:15:01 3 0.57 0.00 0.07 0.00 0.05 99.32 08:24:44 08:16:01 all 0.17 0.00 0.04 0.00 0.00 99.79 08:24:44 08:16:01 0 0.07 0.00 0.07 0.00 0.00 99.87 08:24:44 08:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:24:44 08:16:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:24:44 08:16:01 3 0.50 0.00 0.03 0.00 0.00 99.47 08:24:44 08:17:02 all 0.16 0.00 0.04 0.00 0.00 99.80 08:24:44 08:17:02 0 0.08 0.00 0.08 0.00 0.02 99.82 08:24:44 08:17:02 1 0.03 0.00 0.03 0.00 0.00 99.93 08:24:44 08:17:02 2 0.03 0.00 0.02 0.00 0.00 99.95 08:24:44 08:17:02 3 0.48 0.00 0.03 0.00 0.00 99.48 08:24:44 08:18:01 all 0.13 0.00 0.04 0.00 0.00 99.83 08:24:44 08:18:01 0 0.00 0.00 0.05 0.00 0.00 99.95 08:24:44 08:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:24:44 08:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:24:44 08:18:01 3 0.42 0.00 0.03 0.00 0.00 99.54 08:24:44 08:19:01 all 0.11 0.00 0.05 0.00 0.00 99.84 08:24:44 08:19:01 0 0.07 0.00 0.10 0.00 0.00 99.83 08:24:44 08:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:24:44 08:19:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:24:44 08:19:01 3 0.32 0.00 0.02 0.00 0.00 99.67 08:24:44 08:20:01 all 0.10 0.00 0.06 0.00 0.00 99.85 08:24:44 08:20:01 0 0.02 0.00 0.17 0.00 0.00 99.82 08:24:44 08:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:24:44 08:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:24:44 08:20:01 3 0.32 0.00 0.02 0.00 0.00 99.67 08:24:44 08:21:01 all 0.17 0.00 0.04 0.00 0.00 99.79 08:24:44 08:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:24:44 08:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:24:44 08:21:01 2 0.05 0.00 0.07 0.00 0.00 99.88 08:24:44 08:21:01 3 0.53 0.00 0.02 0.00 0.02 99.43 08:24:44 08:22:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:24:44 08:22:01 0 0.02 0.00 0.05 0.00 0.00 99.93 08:24:44 08:22:01 1 0.02 0.00 0.05 0.00 0.00 99.93 08:24:44 08:22:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:24:44 08:22:01 3 0.52 0.00 0.02 0.00 0.00 99.47 08:24:44 08:23:01 all 0.16 0.00 0.03 0.00 0.00 99.80 08:24:44 08:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:24:44 08:23:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:24:44 08:23:01 2 0.07 0.00 0.07 0.00 0.00 99.87 08:24:44 08:23:01 3 0.52 0.00 0.03 0.00 0.00 99.45 08:24:44 08:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:24:44 08:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:24:44 08:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:24:44 08:24:01 2 0.03 0.00 0.05 0.00 0.00 99.92 08:24:44 08:24:01 3 0.50 0.00 0.02 0.00 0.00 99.48 08:24:44 Average: all 0.15 0.00 0.04 0.00 0.00 99.80 08:24:44 Average: 0 0.05 0.00 0.07 0.00 0.00 99.88 08:24:44 Average: 1 0.04 0.00 0.03 0.00 0.00 99.92 08:24:44 Average: 2 0.05 0.00 0.05 0.00 0.00 99.90 08:24:44 Average: 3 0.47 0.00 0.03 0.00 0.01 99.50 08:24:44 08:24:44 08:24:44