Pull request #878 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from b69e6f62fc67cffed1aafcb9443aea2404d62ddb+94ba728ffe67abe485aa5fd1bea1962d855b8f3c (28a10a7db4bcf7587dd7ce32636e8aad79586627) 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-375 in /w/workspace/dgexfoundry_device-sdk-go_PR-878 [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-878 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 94ba728ffe67abe485aa5fd1bea1962d855b8f3c into PR head commit b69e6f62fc67cffed1aafcb9443aea2404d62ddb Merge succeeded, producing b69e6f62fc67cffed1aafcb9443aea2404d62ddb Checking out Revision b69e6f62fc67cffed1aafcb9443aea2404d62ddb (PR-878) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/878/head:refs/remotes/origin/PR-878 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # 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 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 Commit message: "fix: use RequestLimitMiddleware on all routes" > git rev-list --no-walk 23eaf68d626cf1c0dd61e78c25a860b20251206b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:10:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:10:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:10:19 ========================================================= 03:10:19 EdgeX Global Pipelines Version Info 03:10:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:10:20 ------------------- 03:10:20 stable info: 03:10:20 ------------------- 03:10:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:10:20 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:10:20 Message: update stable to v1.0.186 03:10:21 ------------------- 03:10:21 experimental info: 03:10:21 ------------------- 03:10:21 Commited By: **** collab-it+edgex@linuxfoundation.org 03:10:21 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:10:21 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-878 [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-878 [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-878 [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b69e6f62fc67cffed1aafcb9443aea2404d62ddb [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b69e6f6 [Pipeline] echo 03:10:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:10:22 provisioning config files... 03:10:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/config1258600284248564736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:10:23 ---> docker-login.sh 03:10:23 nexus3.edgexfoundry.org:10001 03:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:23 Configure a credential helper to remove this warning. See 03:10:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:23 03:10:23 Login Succeeded 03:10:23 nexus3.edgexfoundry.org:10002 03:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:23 Configure a credential helper to remove this warning. See 03:10:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:23 03:10:23 Login Succeeded 03:10:23 nexus3.edgexfoundry.org:10003 03:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:24 Configure a credential helper to remove this warning. See 03:10:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:24 03:10:24 Login Succeeded 03:10:24 nexus3.edgexfoundry.org:10004 03:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:24 Configure a credential helper to remove this warning. See 03:10:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:24 03:10:24 Login Succeeded 03:10:24 docker.io 03:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:24 Configure a credential helper to remove this warning. See 03:10:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:24 03:10:24 Login Succeeded 03:10:24 ---> docker-login.sh ends [Pipeline] } 03:10:24 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 03:10:25 + git log --format=format:%s -1 b69e6f62fc67cffed1aafcb9443aea2404d62ddb [Pipeline] echo 03:10:25 GIT_COMMIT: b69e6f62fc67cffed1aafcb9443aea2404d62ddb, Commit Message: fix: use RequestLimitMiddleware on all routes [Pipeline] echo 03:10:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:10:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:25 03:10:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:10:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:26 latest: Pulling from edgex-devops/git-semver 03:10:26 31603596830f: Pulling fs layer 03:10:26 2a8b12db71e7: Pulling fs layer 03:10:26 6ca5941a6612: Pulling fs layer 03:10:26 ecc8261a40a4: Pulling fs layer 03:10:26 ecc8261a40a4: Waiting 03:10:26 2a8b12db71e7: Verifying Checksum 03:10:26 2a8b12db71e7: Download complete 03:10:26 31603596830f: Verifying Checksum 03:10:26 31603596830f: Download complete 03:10:26 ecc8261a40a4: Verifying Checksum 03:10:26 ecc8261a40a4: Download complete 03:10:26 6ca5941a6612: Verifying Checksum 03:10:26 6ca5941a6612: Download complete 03:10:26 31603596830f: Pull complete 03:10:26 2a8b12db71e7: Pull complete 03:10:27 6ca5941a6612: Pull complete 03:10:27 ecc8261a40a4: Pull complete 03:10:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:10:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:10:28 prd-centos7-docker-4c-2g-375 does not seem to be running inside a container 03:10:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-878 -v /w/workspace/dgexfoundry_device-sdk-go_PR-878:/w/workspace/dgexfoundry_device-sdk-go_PR-878:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:10:30 $ docker top d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:10:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:30 [ssh-agent] Looking for ssh-agent implementation... 03:10:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:30 $ docker exec d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent 03:10:30 SSH_AUTH_SOCK=/tmp/ssh-l3aP42kHaGpw/agent.11 03:10:30 SSH_AGENT_PID=16 03:10:30 Running ssh-add (command line suppressed) 03:10:30 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_3881812898951349824.key (/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_3881812898951349824.key) 03:10:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:31 + git tag --points-at HEAD [Pipeline] } 03:10:31 $ docker exec --env ******** --env ******** d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent -k 03:10:31 unset SSH_AUTH_SOCK; 03:10:31 unset SSH_AGENT_PID; 03:10:31 echo Agent pid 16 killed; 03:10:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:10:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:31 [ssh-agent] Looking for ssh-agent implementation... 03:10:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:31 $ docker exec d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent 03:10:31 SSH_AUTH_SOCK=/tmp/ssh-08acjLJ8WUhL/agent.45 03:10:31 SSH_AGENT_PID=50 03:10:31 Running ssh-add (command line suppressed) 03:10:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_1662776083619885481.key (/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_1662776083619885481.key) 03:10:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:32 + git semver init 03:10:32 # -> Open(): unable to determine branch for HEAD 03:10:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-878/.git 03:10:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-878 03:10:32 # $SEMVER_REMOTE_NAME = origin 03:10:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:10:32 # $SEMVER_USER_NAME = edgex-jenkins 03:10:32 # $SEMVER_BRANCH = PR-878 03:10:32 # $SEMVER_TEMP = /tmp/semver-984254148 03:10:32 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:10:33 # '/tmp/semver-984254148' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-878/.semver' 03:10:33 # -> Force: false 03:10:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-878/.semver [Pipeline] } 03:10:33 $ docker exec --env ******** --env ******** d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent -k 03:10:33 unset SSH_AUTH_SOCK; 03:10:33 unset SSH_AGENT_PID; 03:10:33 echo Agent pid 50 killed; 03:10:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:33 + git semver [Pipeline] } 03:10:33 $ docker stop --time=1 d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb 03:10:34 $ docker rm -f d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb [Pipeline] // withDockerContainer [Pipeline] sh 03:10:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:10:35 Stashed 1 file(s) [Pipeline] echo 03:10:35 [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 03:10:50 Still waiting to schedule task 03:10:50 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-375’ 03:10:50 Still waiting to schedule task 03:10:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:12:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-376 in /w/workspace/dgexfoundry_device-sdk-go_PR-878 [Pipeline] { [Pipeline] ws 03:12:44 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 03:12:50 using credential edgex-jenkins-ssh 03:12:50 Cloning the remote Git repository 03:12:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:12:50 > git init /w/workspace/device-sdk-go/4 # timeout=10 03:12:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:12:50 > git --version # timeout=10 03:12:50 > git --version # 'git version 2.17.1' 03:12:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:12:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:12:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:12:51 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/878/head:refs/remotes/origin/PR-878 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:12:52 Merging remotes/origin/master commit 94ba728ffe67abe485aa5fd1bea1962d855b8f3c into PR head commit b69e6f62fc67cffed1aafcb9443aea2404d62ddb 03:12:52 Merge succeeded, producing b69e6f62fc67cffed1aafcb9443aea2404d62ddb 03:12:52 Checking out Revision b69e6f62fc67cffed1aafcb9443aea2404d62ddb (PR-878) 03:12:52 > git config core.sparsecheckout # timeout=10 03:12:52 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 03:12:52 > git remote # timeout=10 03:12:52 > git config --get remote.origin.url # timeout=10 03:12:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:52 > git merge 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 03:12:52 > git rev-parse HEAD^{commit} # timeout=10 03:12:52 > git config core.sparsecheckout # timeout=10 03:12:52 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 03:12:57 Commit message: "fix: use RequestLimitMiddleware on all routes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:12:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:12:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:12:59 + true 03:12:59 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:13:02 provisioning config files... 03:13:02 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config5937998510653028252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:13:02 ---> docker-login.sh 03:13:02 nexus3.edgexfoundry.org:10001 03:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:03 Configure a credential helper to remove this warning. See 03:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:03 03:13:03 Login Succeeded 03:13:03 nexus3.edgexfoundry.org:10002 03:13:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:04 Configure a credential helper to remove this warning. See 03:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:04 03:13:04 Login Succeeded 03:13:04 nexus3.edgexfoundry.org:10003 03:13:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:05 Configure a credential helper to remove this warning. See 03:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:05 03:13:05 Login Succeeded 03:13:05 nexus3.edgexfoundry.org:10004 03:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:05 Configure a credential helper to remove this warning. See 03:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:05 03:13:05 Login Succeeded 03:13:05 docker.io 03:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:06 Configure a credential helper to remove this warning. See 03:13:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:06 03:13:06 Login Succeeded 03:13:06 ---> docker-login.sh ends [Pipeline] } 03:13:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:13:06 ========================================================= 03:13:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:13:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:13:06 + 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 . 03:13:07 Sending build context to Docker daemon 2.491MB 03:13:07 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:13:07 Step 2/8 : FROM ${BASE} 03:13:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:13:07 5f621e34cdf4: Pulling fs layer 03:13:07 a4357932f1b6: Pulling fs layer 03:13:07 18c013af1878: Pulling fs layer 03:13:07 00ac8860ef70: Pulling fs layer 03:13:07 63d7cb157983: Pulling fs layer 03:13:07 b116817d02f9: Pulling fs layer 03:13:07 745a02a5169b: Pulling fs layer 03:13:07 00ac8860ef70: Waiting 03:13:07 63d7cb157983: Waiting 03:13:07 b116817d02f9: Waiting 03:13:07 745a02a5169b: Waiting 03:13:07 18c013af1878: Download complete 03:13:07 a4357932f1b6: Download complete 03:13:07 63d7cb157983: Verifying Checksum 03:13:07 63d7cb157983: Download complete 03:13:07 b116817d02f9: Verifying Checksum 03:13:07 b116817d02f9: Download complete 03:13:07 5f621e34cdf4: Download complete 03:13:08 5f621e34cdf4: Pull complete 03:13:09 a4357932f1b6: Pull complete 03:13:09 18c013af1878: Pull complete 03:13:10 745a02a5169b: Verifying Checksum 03:13:10 745a02a5169b: Download complete 03:13:11 00ac8860ef70: Verifying Checksum 03:13:11 00ac8860ef70: Download complete 03:13:21 00ac8860ef70: Pull complete 03:13:21 63d7cb157983: Pull complete 03:13:22 b116817d02f9: Pull complete 03:13:26 745a02a5169b: Pull complete 03:13:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:13:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:13:26 ---> b7e6874047d6 03:13:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:13:28 ---> Running in aefbf5f4ee1e 03:13:28 Removing intermediate container aefbf5f4ee1e 03:13:28 ---> 5d0482e6a1f4 03:13:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:28 ---> Running in 06ddc82338c7 03:13:29 Running on prd-centos7-docker-4c-2g-377 in /w/workspace/dgexfoundry_device-sdk-go_PR-878 [Pipeline] { [Pipeline] ws 03:13:29 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 03:13:30 Removing intermediate container 06ddc82338c7 03:13:30 ---> 2986166373e7 03:13:30 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 03:13:31 ---> Running in 719cb42323e5 03:13:31 using credential edgex-jenkins-ssh 03:13:31 Cloning the remote Git repository 03:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:13:31 > git init /w/workspace/device-sdk-go/4 # timeout=10 03:13:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:13:31 > git --version # timeout=10 03:13:31 > git --version # 'git version 2.24.3' 03:13:31 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:13:33 Merging remotes/origin/master commit 94ba728ffe67abe485aa5fd1bea1962d855b8f3c into PR head commit b69e6f62fc67cffed1aafcb9443aea2404d62ddb 03:13:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:33 Merge succeeded, producing b69e6f62fc67cffed1aafcb9443aea2404d62ddb 03:13:33 Checking out Revision b69e6f62fc67cffed1aafcb9443aea2404d62ddb (PR-878) 03:13:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:13:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:13:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:13:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:13:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/878/head:refs/remotes/origin/PR-878 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:13:33 > git config core.sparsecheckout # timeout=10 03:13:33 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 03:13:33 > git remote # timeout=10 03:13:33 > git config --get remote.origin.url # timeout=10 03:13:33 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:33 > git merge 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 03:13:33 > git rev-parse HEAD^{commit} # timeout=10 03:13:33 > git config core.sparsecheckout # timeout=10 03:13:33 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 03:13:33 (1/6) Installing libc-dev (0.7.2-r3) 03:13:33 (2/6) Installing libsodium (1.0.18-r0) 03:13:34 (3/6) Installing pkgconf (1.7.2-r0) 03:13:34 (4/6) Installing libsodium-dev (1.0.18-r0) 03:13:34 (5/6) Installing libzmq (4.3.3-r0) 03:13:34 (6/6) Installing zeromq-dev (4.3.3-r0) 03:13:34 Executing busybox-1.31.1-r19.trigger 03:13:34 OK: 144 MiB in 45 packages 03:13:35 Removing intermediate container 719cb42323e5 03:13:35 ---> 3ef748f5e130 03:13:35 Step 6/8 : WORKDIR /device-sdk-go 03:13:35 ---> Running in c7bb83e284c8 03:13:36 Removing intermediate container c7bb83e284c8 03:13:36 ---> 93e804bf4a6b 03:13:36 Step 7/8 : COPY . . 03:13:36 Commit message: "fix: use RequestLimitMiddleware on all routes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:13:37 ---> 97eb9e5168c7 03:13:37 Step 8/8 : RUN go mod download 03:13:37 ---> Running in c6eae34a2618 03:13:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:13:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:13:38 + sudo service docker restart 03:13:38 + true 03:13:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:13:40 provisioning config files... 03:13:40 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config5300585557518111880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:13:40 ---> docker-login.sh 03:13:40 nexus3.edgexfoundry.org:10001 03:13:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:40 Configure a credential helper to remove this warning. See 03:13:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:40 03:13:40 Login Succeeded 03:13:40 nexus3.edgexfoundry.org:10002 03:13:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:40 Configure a credential helper to remove this warning. See 03:13:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:40 03:13:40 Login Succeeded 03:13:40 nexus3.edgexfoundry.org:10003 03:13:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:41 Configure a credential helper to remove this warning. See 03:13:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:41 03:13:41 Login Succeeded 03:13:41 nexus3.edgexfoundry.org:10004 03:13:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:41 Configure a credential helper to remove this warning. See 03:13:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:41 03:13:41 Login Succeeded 03:13:41 docker.io 03:13:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:41 Configure a credential helper to remove this warning. See 03:13:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:41 03:13:41 Login Succeeded 03:13:41 ---> docker-login.sh ends [Pipeline] } 03:13:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:13:41 ========================================================= 03:13:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:13:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:13:42 + 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 . 03:13:42 Sending build context to Docker daemon 2.492MB 03:13:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:13:42 Step 2/8 : FROM ${BASE} 03:13:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:13:42 188c0c94c7c5: Pulling fs layer 03:13:42 0ef7d3d256c8: Pulling fs layer 03:13:42 de9db76c5a1d: Pulling fs layer 03:13:42 bca2f99d35d6: Pulling fs layer 03:13:42 93359f2a8cfa: Pulling fs layer 03:13:42 7c6f9722023f: Pulling fs layer 03:13:42 a35cf1a2eb13: Pulling fs layer 03:13:42 93359f2a8cfa: Waiting 03:13:42 7c6f9722023f: Waiting 03:13:42 a35cf1a2eb13: Waiting 03:13:42 bca2f99d35d6: Waiting 03:13:42 de9db76c5a1d: Verifying Checksum 03:13:42 de9db76c5a1d: Download complete 03:13:42 0ef7d3d256c8: Verifying Checksum 03:13:42 0ef7d3d256c8: Download complete 03:13:42 93359f2a8cfa: Verifying Checksum 03:13:42 93359f2a8cfa: Download complete 03:13:42 7c6f9722023f: Verifying Checksum 03:13:42 7c6f9722023f: Download complete 03:13:42 188c0c94c7c5: Verifying Checksum 03:13:42 188c0c94c7c5: Download complete 03:13:42 188c0c94c7c5: Pull complete 03:13:43 0ef7d3d256c8: Pull complete 03:13:43 de9db76c5a1d: Pull complete 03:13:45 a35cf1a2eb13: Verifying Checksum 03:13:45 a35cf1a2eb13: Download complete 03:13:45 bca2f99d35d6: Verifying Checksum 03:13:45 bca2f99d35d6: Download complete 03:13:51 bca2f99d35d6: Pull complete 03:13:51 93359f2a8cfa: Pull complete 03:13:51 7c6f9722023f: Pull complete 03:13:56 a35cf1a2eb13: Pull complete 03:13:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:13:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:13:56 ---> a62c8e92a672 03:13:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:13:56 ---> Running in 58c98d1f0782 03:13:56 Removing intermediate container 58c98d1f0782 03:13:56 ---> 584093c8f661 03:13:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:56 ---> Running in 734faca46e3a 03:13:57 Removing intermediate container 734faca46e3a 03:13:57 ---> 9598b2368555 03:13:57 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 03:13:57 ---> Running in 7acd01d3312e 03:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:13:59 (1/6) Installing libc-dev (0.7.2-r3) 03:13:59 (2/6) Installing libsodium (1.0.18-r0) 03:13:59 (3/6) Installing pkgconf (1.7.2-r0) 03:14:00 (4/6) Installing libsodium-dev (1.0.18-r0) 03:14:00 (5/6) Installing libzmq (4.3.3-r0) 03:14:00 (6/6) Installing zeromq-dev (4.3.3-r0) 03:14:00 Executing busybox-1.31.1-r19.trigger 03:14:00 OK: 167 MiB in 45 packages 03:14:01 Removing intermediate container 7acd01d3312e 03:14:01 ---> 74ed8120bdc0 03:14:01 Step 6/8 : WORKDIR /device-sdk-go 03:14:01 ---> Running in 81450a6d47b0 03:14:01 Removing intermediate container 81450a6d47b0 03:14:01 ---> c2525ab5ba4e 03:14:01 Step 7/8 : COPY . . 03:14:02 ---> 13eacee30eff 03:14:02 Step 8/8 : RUN go mod download 03:14:02 ---> Running in 7a2357b13132 03:14:04 Removing intermediate container c6eae34a2618 03:14:04 ---> 19ee1307dd31 03:14:04 Successfully built 19ee1307dd31 03:14:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:14:04 + docker inspect -f . ci-base-image-arm64 03:14:04 . [Pipeline] withDockerContainer 03:14:05 prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container 03:14:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:14:06 $ docker top cc83cb9e5c739f63238feb94a5ffbaeb102e8511338819a5c4b6c27c5436119d -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:07 + go version 03:14:07 go version go1.15.5 linux/arm64 [Pipeline] } 03:14:07 $ docker stop --time=1 cc83cb9e5c739f63238feb94a5ffbaeb102e8511338819a5c4b6c27c5436119d 03:14:09 $ docker rm -f cc83cb9e5c739f63238feb94a5ffbaeb102e8511338819a5c4b6c27c5436119d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:14:10 + docker inspect -f . ci-base-image-arm64 03:14:10 . [Pipeline] withDockerContainer 03:14:10 prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container 03:14:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:14:12 $ docker top b639b041b65471f3a70b1107e82eb9fdae2f4f87519fba7668a73f012a801971 -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:13 + make test 03:14:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:14:24 Removing intermediate container 7a2357b13132 03:14:24 ---> dbeae541f55a 03:14:24 Successfully built dbeae541f55a 03:14:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:14:25 + docker inspect -f . ci-base-image-x86_64 03:14:25 . [Pipeline] withDockerContainer 03:14:25 prd-centos7-docker-4c-2g-377 does not seem to be running inside a container 03:14:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:14:26 $ docker top 94a0b8203ae6fab14cb25707ab8867b9c5634be45cdedb7187b273e56af3bdd6 -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:26 + go version 03:14:26 go version go1.15.5 linux/amd64 [Pipeline] } 03:14:26 $ docker stop --time=1 94a0b8203ae6fab14cb25707ab8867b9c5634be45cdedb7187b273e56af3bdd6 03:14:28 $ docker rm -f 94a0b8203ae6fab14cb25707ab8867b9c5634be45cdedb7187b273e56af3bdd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:14:28 + docker inspect -f . ci-base-image-x86_64 03:14:28 . [Pipeline] withDockerContainer 03:14:28 prd-centos7-docker-4c-2g-377 does not seem to be running inside a container 03:14:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:14:29 $ docker top da9a036dc1975f8236f04bc98b76ad426489121e4e03331638ce25ce918d6e7d -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:29 + make test 03:14:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:14:35 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:14:38 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:14:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:14:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 03:14:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:14:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 03:14:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.080s coverage: 28.1% of statements 03:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 78.9% of statements 03:15:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.083s coverage: 7.8% of statements 03:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 03:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 03:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:15:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.082s coverage: 32.0% of statements 03:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 03:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:15:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.098s coverage: 57.1% of statements 03:15:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.187s coverage: 6.6% of statements 03:15:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 03:15:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:15:02 GO111MODULE=on go vet ./... 03:15:17 gofmt -l . 03:15:17 [ "`gofmt -l .`" = "" ] 03:15:17 ./bin/test-attribution-txt.sh 03:15:18 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:15:19 $ docker stop --time=1 da9a036dc1975f8236f04bc98b76ad426489121e4e03331638ce25ce918d6e7d 03:15:21 $ docker rm -f da9a036dc1975f8236f04bc98b76ad426489121e4e03331638ce25ce918d6e7d [Pipeline] // withDockerContainer [Pipeline] sh 03:15:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:15:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:15:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:15:24 + ls -al . 03:15:24 total 188 03:15:24 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 16 03:15 . 03:15:24 drwxrwxr-x. 4 jenkins jenkins 28 Apr 16 03:13 .. 03:15:24 drwxrwxr-x. 2 jenkins jenkins 64 Apr 16 03:13 bin 03:15:24 -rw-r--r--. 1 jenkins jenkins 99931 Apr 16 03:15 coverage.out 03:15:24 -rw-rw-r--. 1 jenkins jenkins 987 Apr 16 03:13 Dockerfile.build 03:15:24 -rw-rw-r--. 1 jenkins jenkins 140 Apr 16 03:13 .dockerignore 03:15:24 drwxrwxr-x. 5 jenkins jenkins 62 Apr 16 03:13 example 03:15:24 drwxrwxr-x. 8 jenkins jenkins 179 Apr 16 03:13 .git 03:15:24 drwxrwxr-x. 2 jenkins jenkins 103 Apr 16 03:13 .github 03:15:24 -rw-rw-r--. 1 jenkins jenkins 138 Apr 16 03:13 .gitignore 03:15:24 -rw-r--r--. 1 jenkins jenkins 574 Apr 16 03:15 go.mod 03:15:24 -rw-r--r--. 1 jenkins jenkins 20735 Apr 16 03:15 go.sum 03:15:24 drwxrwxr-x. 14 jenkins jenkins 207 Apr 16 03:13 internal 03:15:24 -rw-rw-r--. 1 jenkins jenkins 901 Apr 16 03:13 Jenkinsfile 03:15:24 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 16 03:13 LICENSE 03:15:24 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 16 03:13 Makefile 03:15:24 drwxrwxr-x. 4 jenkins jenkins 26 Apr 16 03:13 openapi 03:15:24 drwxrwxr-x. 5 jenkins jenkins 50 Apr 16 03:13 pkg 03:15:24 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 16 03:13 README.md 03:15:24 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 16 03:13 RELEASE-NOTES.txt 03:15:24 drwxrwxr-x. 4 jenkins jenkins 54 Apr 16 03:13 snap 03:15:24 -rw-rw-r--. 1 jenkins jenkins 5 Apr 16 03:10 VERSION 03:15:24 -rw-rw-r--. 1 jenkins jenkins 222 Apr 16 03:13 version.go [Pipeline] isUnix [Pipeline] sh 03:15:25 + 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=b69e6f62fc67cffed1aafcb9443aea2404d62ddb --label arch=amd64 --label version=0.0.0 . 03:15:25 Sending build context to Docker daemon 2.593MB 03:15:25 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 03:15:25 Step 2/23 : FROM ${BASE} AS builder 03:15:25 ---> dbeae541f55a 03:15:25 Step 3/23 : WORKDIR /device-sdk-go 03:15:26 ---> Running in 5df9402dd220 03:15:26 Removing intermediate container 5df9402dd220 03:15:26 ---> 1ab39a7f9923 03:15:26 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:15:26 ---> Running in 155cd0962a35 03:15:26 Removing intermediate container 155cd0962a35 03:15:26 ---> 5751cb16d6d0 03:15:26 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:26 ---> Running in 39ae0c8a34f3 03:15:27 Removing intermediate container 39ae0c8a34f3 03:15:27 ---> 5bc9d49fcfd8 03:15:27 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 03:15:27 ---> Running in 2258cdb751a5 03:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:29 OK: 167 MiB in 45 packages 03:15:30 Removing intermediate container 2258cdb751a5 03:15:30 ---> dc2c85c27bdd 03:15:30 Step 7/23 : COPY . . 03:15:31 ---> 023920936fee 03:15:31 Step 8/23 : RUN go mod download 03:15:31 ---> Running in 33dae6b3fa63 03:15:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:15:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 03:15:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:15:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 03:15:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:15:32 Removing intermediate container 33dae6b3fa63 03:15:32 ---> 210ac156f2a5 03:15:32 Step 9/23 : RUN make build 03:15:32 ---> Running in d3e52a40d7bc 03:15:32 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 03:15:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.156s coverage: 28.1% of statements 03:15:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.166s coverage: 78.9% of statements 03:15:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.220s coverage: 7.8% of statements 03:15:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 03:15:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 03:15:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:15:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.249s coverage: 32.0% of statements 03:15:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 03:15:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:15:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:15:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.337s coverage: 57.1% of statements 03:15:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.206s coverage: 6.6% of statements 03:15:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements 03:15:40 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:15:40 GO111MODULE=on go vet ./... 03:15:45 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 03:15:45 Removing intermediate container d3e52a40d7bc 03:15:45 ---> 6554986d4d97 03:15:45 Step 10/23 : FROM alpine:3.12 03:15:45 3.12: Pulling from library/alpine 03:15:45 339de151aab4: Pulling fs layer 03:15:45 339de151aab4: Verifying Checksum 03:15:45 339de151aab4: Download complete 03:15:46 339de151aab4: Pull complete 03:15:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:15:46 Status: Downloaded newer image for alpine:3.12 03:15:46 ---> 13621d1b12d4 03:15:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:15:46 ---> Running in 53ccc356fcd1 03:15:46 Removing intermediate container 53ccc356fcd1 03:15:46 ---> c29826739a04 03:15:46 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:46 ---> Running in 57ec21444eff 03:15:47 Removing intermediate container 57ec21444eff 03:15:47 ---> f8b4d3354b55 03:15:47 Step 13/23 : RUN apk add --update --no-cache zeromq 03:15:47 ---> Running in b685bd2aae7a 03:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:48 (1/5) Installing libgcc (9.3.0-r2) 03:15:49 (2/5) Installing libsodium (1.0.18-r0) 03:15:49 (3/5) Installing libstdc++ (9.3.0-r2) 03:15:50 (4/5) Installing libzmq (4.3.3-r0) 03:15:50 (5/5) Installing zeromq (4.3.3-r0) 03:15:50 Executing busybox-1.31.1-r20.trigger 03:15:50 OK: 8 MiB in 19 packages 03:15:50 Removing intermediate container b685bd2aae7a 03:15:50 ---> e9f936c28392 03:15:50 Step 14/23 : WORKDIR / 03:15:50 ---> Running in aa2d3ac41539 03:15:51 Removing intermediate container aa2d3ac41539 03:15:51 ---> f5592827032b 03:15:51 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:15:51 ---> dba76723f4f0 03:15:51 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:15:52 ---> d27a19f1bd52 03:15:52 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:15:52 ---> d3504b78ee82 03:15:52 Step 18/23 : EXPOSE 49990 03:15:52 ---> Running in cac5508121e9 03:15:52 Removing intermediate container cac5508121e9 03:15:52 ---> adf848277d96 03:15:52 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:15:52 ---> Running in f6305271537a 03:15:52 Removing intermediate container f6305271537a 03:15:52 ---> b2e24e40ae9d 03:15:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:15:52 ---> Running in 747772a9d457 03:15:52 Removing intermediate container 747772a9d457 03:15:52 ---> 519ea608a03e 03:15:52 Step 21/23 : LABEL arch=amd64 03:15:52 ---> Running in 6a582095001e 03:15:53 Removing intermediate container 6a582095001e 03:15:53 ---> 86ff824fdb3e 03:15:53 Step 22/23 : LABEL git_sha=b69e6f62fc67cffed1aafcb9443aea2404d62ddb 03:15:53 ---> Running in 41d55d0db410 03:15:53 Removing intermediate container 41d55d0db410 03:15:53 ---> 051c833224bc 03:15:53 Step 23/23 : LABEL version=0.0.0 03:15:53 ---> Running in 23ab3529e1ae 03:15:53 Removing intermediate container 23ab3529e1ae 03:15:53 ---> 85a8345b0f98 03:15:53 [Warning] One or more build-args [ARCH MAKE] were not consumed 03:15:53 Successfully built 85a8345b0f98 03:15:53 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 03:15:54 ---> job-cost.sh 03:15:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5VRt 03:16:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:16:28 gofmt -l . 03:16:28 [ "`gofmt -l .`" = "" ] 03:16:28 ./bin/test-attribution-txt.sh 03:16:28 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:16:28 $ docker stop --time=1 b639b041b65471f3a70b1107e82eb9fdae2f4f87519fba7668a73f012a801971 03:16:30 $ docker rm -f b639b041b65471f3a70b1107e82eb9fdae2f4f87519fba7668a73f012a801971 [Pipeline] // withDockerContainer [Pipeline] sh 03:16:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:16:31 Warning: overwriting stash ‘coverage-report’ 03:16:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:16:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:16:33 + ls -al . 03:16:33 total 224 03:16:33 drwxrwxr-x 10 jenkins jenkins 4096 Apr 16 03:16 . 03:16:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 03:12 .. 03:16:33 -rw-rw-r-- 1 jenkins jenkins 140 Apr 16 03:12 .dockerignore 03:16:33 drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 03:12 .git 03:16:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 03:12 .github 03:16:33 -rw-rw-r-- 1 jenkins jenkins 138 Apr 16 03:12 .gitignore 03:16:33 -rw-rw-r-- 1 jenkins jenkins 987 Apr 16 03:12 Dockerfile.build 03:16:33 -rw-rw-r-- 1 jenkins jenkins 901 Apr 16 03:12 Jenkinsfile 03:16:33 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 16 03:12 LICENSE 03:16:33 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 16 03:12 Makefile 03:16:33 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 16 03:12 README.md 03:16:33 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 16 03:12 RELEASE-NOTES.txt 03:16:33 -rw-rw-r-- 1 jenkins jenkins 5 Apr 16 03:10 VERSION 03:16:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 03:12 bin 03:16:33 -rw-r--r-- 1 jenkins jenkins 99931 Apr 16 03:15 coverage.out 03:16:33 drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 03:12 example 03:16:33 -rw-r--r-- 1 jenkins jenkins 574 Apr 16 03:16 go.mod 03:16:33 -rw-r--r-- 1 jenkins jenkins 20735 Apr 16 03:16 go.sum 03:16:33 drwxrwxr-x 14 jenkins jenkins 4096 Apr 16 03:12 internal 03:16:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 03:12 openapi 03:16:33 drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 03:12 pkg 03:16:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 03:12 snap 03:16:33 -rw-rw-r-- 1 jenkins jenkins 222 Apr 16 03:12 version.go [Pipeline] isUnix [Pipeline] sh 03:16:33 + 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=b69e6f62fc67cffed1aafcb9443aea2404d62ddb --label arch=arm64 --label version=0.0.0 . 03:16:34 Sending build context to Docker daemon 2.592MB 03:16:34 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 03:16:34 Step 2/23 : FROM ${BASE} AS builder 03:16:34 ---> 19ee1307dd31 03:16:34 Step 3/23 : WORKDIR /device-sdk-go 03:16:34 ---> Running in ffabc126791e 03:16:35 Removing intermediate container ffabc126791e 03:16:35 ---> 25eae797f0a0 03:16:35 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:16:35 ---> Running in 3b8fe6b7b443 03:16:35 Removing intermediate container 3b8fe6b7b443 03:16:35 ---> fa497ae54caf 03:16:35 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:16:35 ---> Running in 33ee1e1d6898 03:16:35 lf-activate-venv(): INFO: Adding /tmp/venv-5VRt/bin to PATH 03:16:35 INFO: No Stack... 03:16:36 INFO: Retrieving Pricing Info for: v1-standard-2 03:16:37 INFO: Archiving Costs [Pipeline] sh 03:16:37 + cat /w/workspace/device-sdk-go/4/archives/cost.csv 03:16:37 + cut -d, -f6 [Pipeline] lock 03:16:37 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] 03:16:37 Resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] did not exist. Created. 03:16:37 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [Pipeline] { 03:16:37 Removing intermediate container 33ee1e1d6898 03:16:37 ---> c20a7b88a690 03:16:37 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [Pipeline] unstash [Pipeline] sh 03:16:38 ---> Running in a164ab265996 03:16:38 + echo total: 0.029999999329447746 [Pipeline] stash 03:16:38 Stashed 1 file(s) [Pipeline] } 03:16:38 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:16:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:40 OK: 144 MiB in 45 packages 03:16:41 Removing intermediate container a164ab265996 03:16:41 ---> 9a2a9d17f21b 03:16:41 Step 7/23 : COPY . . 03:16:43 ---> 10decc4bdf0f 03:16:43 Step 8/23 : RUN go mod download 03:16:43 ---> Running in 4fbebb07fc39 03:16:45 Removing intermediate container 4fbebb07fc39 03:16:45 ---> 3e221b6bf7bd 03:16:45 Step 9/23 : RUN make build 03:16:45 ---> Running in 6e5489ebd7e6 03:16:46 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 03:17:19 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 03:17:21 Removing intermediate container 6e5489ebd7e6 03:17:21 ---> c2d9c62b546f 03:17:21 Step 10/23 : FROM alpine:3.12 03:17:21 3.12: Pulling from library/alpine 03:17:21 d2f70382dc9a: Pulling fs layer 03:17:21 d2f70382dc9a: Download complete 03:17:22 d2f70382dc9a: Pull complete 03:17:22 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:17:22 Status: Downloaded newer image for alpine:3.12 03:17:22 ---> 9852663dfa18 03:17:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:17:22 ---> Running in 51d7fe046c57 03:17:23 Removing intermediate container 51d7fe046c57 03:17:23 ---> 963b06e901d1 03:17:23 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:23 ---> Running in 8d172f621384 03:17:25 Removing intermediate container 8d172f621384 03:17:25 ---> 9b407d76eb93 03:17:25 Step 13/23 : RUN apk add --update --no-cache zeromq 03:17:25 ---> Running in 0ce10d64db9e 03:17:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:17:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:17:28 (1/5) Installing libgcc (9.3.0-r2) 03:17:28 (2/5) Installing libsodium (1.0.18-r0) 03:17:28 (3/5) Installing libstdc++ (9.3.0-r2) 03:17:28 (4/5) Installing libzmq (4.3.3-r0) 03:17:28 (5/5) Installing zeromq (4.3.3-r0) 03:17:28 Executing busybox-1.31.1-r20.trigger 03:17:28 OK: 8 MiB in 19 packages 03:17:29 Removing intermediate container 0ce10d64db9e 03:17:29 ---> 3504b9c7e6b2 03:17:29 Step 14/23 : WORKDIR / 03:17:30 ---> Running in 8815d643e2ac 03:17:30 Removing intermediate container 8815d643e2ac 03:17:30 ---> 69c137783ed2 03:17:30 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:17:31 ---> 60a4c74c509f 03:17:31 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:17:32 ---> d8d40091939f 03:17:32 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:17:33 ---> 50736657696f 03:17:33 Step 18/23 : EXPOSE 49990 03:17:33 ---> Running in fa6d12e8be5c 03:17:34 Removing intermediate container fa6d12e8be5c 03:17:34 ---> 9acbd048014c 03:17:34 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:17:34 ---> Running in e5ad5b172cbe 03:17:34 Removing intermediate container e5ad5b172cbe 03:17:34 ---> 7b70a37d1251 03:17:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:34 ---> Running in ecf42204944d 03:17:35 Removing intermediate container ecf42204944d 03:17:35 ---> da22a4ba3dd9 03:17:35 Step 21/23 : LABEL arch=arm64 03:17:35 ---> Running in 92d9816cc541 03:17:36 Removing intermediate container 92d9816cc541 03:17:36 ---> 59d47cd75675 03:17:36 Step 22/23 : LABEL git_sha=b69e6f62fc67cffed1aafcb9443aea2404d62ddb 03:17:36 ---> Running in 3de9e48a16da 03:17:36 Removing intermediate container 3de9e48a16da 03:17:36 ---> 799114d3c11d 03:17:36 Step 23/23 : LABEL version=0.0.0 03:17:36 ---> Running in dffe63c2c0c1 03:17:37 Removing intermediate container dffe63c2c0c1 03:17:37 ---> 6f71dd1364c9 03:17:37 [Warning] One or more build-args [MAKE ARCH] were not consumed 03:17:37 Successfully built 6f71dd1364c9 03:17:37 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 03:17:37 ---> job-cost.sh 03:17:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W3w2 03:18:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:19:53 lf-activate-venv(): INFO: Adding /tmp/venv-W3w2/bin to PATH 03:19:53 INFO: No Stack... 03:19:53 INFO: Retrieving Pricing Info for: lf-standard-4 03:19:53 INFO: Archiving Costs [Pipeline] sh 03:19:53 + cut -d, -f6 03:19:53 + cat /w/workspace/device-sdk-go/4/archives/cost.csv [Pipeline] lock 03:19:53 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] 03:19:53 Resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] did not exist. Created. 03:19:53 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:19:54 /w/workspace/device-sdk-go/4@tmp/durable-ef778bc2/script.sh: 1: /w/workspace/device-sdk-go/4@tmp/durable-ef778bc2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:19:54 + echo total: 0.20999999344348907 [Pipeline] stash 03:19:54 Warning: overwriting stash ‘stack-cost’ 03:19:54 Stashed 1 file(s) [Pipeline] } 03:19:54 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-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 03:19:55 provisioning config files... 03:19:55 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/config779073384729731708tmp [Pipeline] { [Pipeline] sh 03:19:55 + set +x 03:19:55 + curl -s https://codecov.io/bash 03:19:55 + bash -s -- 03:19:56 03:19:56 _____ _ 03:19:56 / ____| | | 03:19:56 | | ___ __| | ___ ___ _____ __ 03:19:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:19:56 | |___| (_) | (_| | __/ (_| (_) \ V / 03:19:56 \_____\___/ \__,_|\___|\___\___/ \_/ 03:19:56 Bash-1.0.1 03:19:56 03:19:56 03:19:56 ==> git version 2.24.3 found 03:19:56 ==> 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 03:19:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:19:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:19:56 ==> Jenkins CI detected. 03:19:56 project root: . 03:19:56 --> token set from env 03:19:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:19:56 ==> Running gcov in . (disable via -X gcov) 03:19:56 ==> Python coveragepy not found 03:19:56 ==> Searching for coverage reports in: 03:19:56 + . 03:19:56 -> Found 1 reports 03:19:56 ==> Detecting git/mercurial file structure 03:19:56 ==> Reading reports 03:19:56 + ./coverage.out bytes=99931 03:19:56 ==> Appending adjustments 03:19:56 https://docs.codecov.io/docs/fixing-reports 03:19:56 + Found adjustments 03:19:56 ==> Gzipping contents 03:19:56 16K /tmp/codecov.hSb9rb.gz 03:19:56 ==> Uploading reports 03:19:56 url: https://codecov.io 03:19:56 query: branch=PR-878&commit=b69e6f62fc67cffed1aafcb9443aea2404d62ddb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-878%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=878&job=&cmd_args= 03:19:56 -> Pinging Codecov 03:19:56 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-878&commit=b69e6f62fc67cffed1aafcb9443aea2404d62ddb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-878%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=878&job=&cmd_args= 03:19:57 -> Uploading to 03:19:57 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/7E55EF52A471D76F132DFD9A03CDDE97/b69e6f62fc67cffed1aafcb9443aea2404d62ddb/cf09f859-8381-4fd3-99f3-e1005c873c2b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T031956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=169a87219156fb94a9d6e4ffe2063b711dbee35239e3a5ff1282718a8f8480b8 03:19:57 % Total % Received % Xferd Average Speed Time Time Time Current 03:19:57 Dload Upload Total Spent Left Speed 03:19:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13477 0 0 100 13477 0 27933 --:--:-- --:--:-- --:--:-- 27960 03:19:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b69e6f62fc67cffed1aafcb9443aea2404d62ddb [Pipeline] } 03:19:57 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 03:19:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:19:59 ---> package-listing.sh 03:19:59 ++ facter osfamily 03:19:59 ++ tr '[:upper:]' '[:lower:]' 03:19:59 + OS_FAMILY=redhat 03:19:59 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-878 03:19:59 + START_PACKAGES=/tmp/packages_start.txt 03:19:59 + END_PACKAGES=/tmp/packages_end.txt 03:19:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:19:59 + PACKAGES=/tmp/packages_start.txt 03:19:59 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-878 ']' 03:19:59 + PACKAGES=/tmp/packages_end.txt 03:19:59 + case "${OS_FAMILY}" in 03:19:59 + rpm -qa 03:19:59 + sort 03:20:04 + '[' -f /tmp/packages_start.txt ']' 03:20:04 + '[' -f /tmp/packages_end.txt ']' 03:20:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:20:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-878 ']' 03:20:04 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-878/archives/ 03:20:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-878/archives/ [Pipeline] echo 03:20:04 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-878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:20:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:20:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:20:04 03:20:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:20:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:20:05 alpine: Pulling from edgex-lftools-log-publisher 03:20:05 df20fa9351a1: Pulling fs layer 03:20:05 36b3adc4ff6f: Pulling fs layer 03:20:05 8ad3a11d3b57: Pulling fs layer 03:20:05 46f8f816bc3b: Pulling fs layer 03:20:05 93b61091891f: Pulling fs layer 03:20:05 93b9cdb0e59b: Pulling fs layer 03:20:05 5e14af77c1be: Pulling fs layer 03:20:05 01666e4c0597: Pulling fs layer 03:20:05 aa168da1d23b: Pulling fs layer 03:20:05 46f8f816bc3b: Waiting 03:20:05 5e14af77c1be: Waiting 03:20:05 01666e4c0597: Waiting 03:20:05 aa168da1d23b: Waiting 03:20:05 93b61091891f: Waiting 03:20:05 93b9cdb0e59b: Waiting 03:20:05 36b3adc4ff6f: Verifying Checksum 03:20:05 36b3adc4ff6f: Download complete 03:20:05 46f8f816bc3b: Verifying Checksum 03:20:05 46f8f816bc3b: Download complete 03:20:05 df20fa9351a1: Download complete 03:20:05 93b9cdb0e59b: Verifying Checksum 03:20:05 93b9cdb0e59b: Download complete 03:20:05 5e14af77c1be: Verifying Checksum 03:20:05 5e14af77c1be: Download complete 03:20:05 01666e4c0597: Verifying Checksum 03:20:05 01666e4c0597: Download complete 03:20:05 93b61091891f: Verifying Checksum 03:20:05 93b61091891f: Download complete 03:20:05 8ad3a11d3b57: Verifying Checksum 03:20:05 8ad3a11d3b57: Download complete 03:20:05 df20fa9351a1: Pull complete 03:20:06 36b3adc4ff6f: Pull complete 03:20:06 8ad3a11d3b57: Pull complete 03:20:06 46f8f816bc3b: Pull complete 03:20:07 aa168da1d23b: Verifying Checksum 03:20:07 aa168da1d23b: Download complete 03:20:08 93b61091891f: Pull complete 03:20:08 93b9cdb0e59b: Pull complete 03:20:08 5e14af77c1be: Pull complete 03:20:08 01666e4c0597: Pull complete 03:20:15 aa168da1d23b: Pull complete 03:20:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:20:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:20:15 prd-centos7-docker-4c-2g-375 does not seem to be running inside a container 03:20:15 $ 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-878/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-878 -v /w/workspace/dgexfoundry_device-sdk-go_PR-878:/w/workspace/dgexfoundry_device-sdk-go_PR-878:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:20:19 $ docker top 9e415eda72997df292c98c0ffcf72937e3d7e8f73f39029841b5b55e58f737d6 -eo pid,comm [Pipeline] { [Pipeline] sh 03:20:19 + touch /tmp/pre-build-complete [Pipeline] sh 03:20:20 + mkdir -p /var/log/sa [Pipeline] sh 03:20:20 + ls /var/log/sa-host 03:20:20 + sadf -c /var/log/sa-host/sa16 03:20:20 file_magic: OK 03:20:20 HZ: Using current value: 100 03:20:20 file_header: OK 03:20:20 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 03:20:20 Statistics: 03:20:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:20:20 File successfully converted to sysstat format version 12.2.1 03:20:20 + sadf -c /var/log/sa-host/sa23 03:20:20 file_magic: OK 03:20:20 HZ: Using current value: 100 03:20:20 file_header: OK 03:20:20 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 03:20:20 Statistics: 03:20:20 Hnuu...uuuununununu... 03:20:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:20:20 provisioning config files... 03:20:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/config2473654144438658884tmp [Pipeline] { [Pipeline] echo 03:20:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:20:21 ---> create-netrc.sh [Pipeline] } 03:20:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:20:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:20:21 ---> python-tools-install.sh [Pipeline] echo 03:20:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:20:21 ---> sudo-logs.sh 03:20:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:20:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:20:22 ---> job-cost.sh 03:20:22 lf-activate-venv: SKIPPING 03:20:22 DEBUG: total: 0.20999999344348907 03:20:22 INFO: Retrieving Stack Cost... 03:20:23 INFO: Retrieving Pricing Info for: v1-standard-2 03:20:23 INFO: Archiving Costs [Pipeline] echo 03:20:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:20:24 ---> logs-deploy.sh 03:20:24 lf-activate-venv: SKIPPING 03:20:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-878/4 03:20:24 INFO: archiving workspace using pattern(s): 03:20:25 Archives upload complete. 03:20:25 INFO: archiving logs to Nexus 03:20:26 ---> uname -a: 03:20:26 Linux prd-centos7-docker-4c-2g-375.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:20:26 03:20:26 03:20:26 ---> lscpu: 03:20:26 Architecture: x86_64 03:20:26 CPU op-mode(s): 32-bit, 64-bit 03:20:26 Byte Order: Little Endian 03:20:26 Address sizes: 40 bits physical, 48 bits virtual 03:20:26 CPU(s): 4 03:20:26 On-line CPU(s) list: 0-3 03:20:26 Thread(s) per core: 1 03:20:26 Core(s) per socket: 1 03:20:26 Socket(s): 4 03:20:26 NUMA node(s): 1 03:20:26 Vendor ID: GenuineIntel 03:20:26 CPU family: 6 03:20:26 Model: 44 03:20:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:20:26 Stepping: 1 03:20:26 CPU MHz: 2933.436 03:20:26 BogoMIPS: 5866.87 03:20:26 Virtualization: VT-x 03:20:26 Hypervisor vendor: KVM 03:20:26 Virtualization type: full 03:20:26 L1d cache: 128 KiB 03:20:26 L1i cache: 128 KiB 03:20:26 L2 cache: 16 MiB 03:20:26 L3 cache: 64 MiB 03:20:26 NUMA node0 CPU(s): 0-3 03:20:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:20:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:20:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:20:26 Vulnerability Meltdown: Mitigation; PTI 03:20:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:20:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:20:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:20:26 Vulnerability Srbds: Not affected 03:20:26 Vulnerability Tsx async abort: Not affected 03:20:26 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 03:20:26 03:20:26 03:20:26 ---> nproc: 03:20:26 4 03:20:26 03:20:26 03:20:26 ---> df -h: 03:20:26 Filesystem Size Used Available Use% Mounted on 03:20:26 overlay 50.0G 7.3G 42.7G 15% / 03:20:26 tmpfs 64.0M 0 64.0M 0% /dev 03:20:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:20:26 shm 64.0M 0 64.0M 0% /dev/shm 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-878 03:20:26 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp 03:20:26 03:20:26 03:20:26 ---> free -m: 03:20:26 total used free shared buff/cache available 03:20:26 Mem: 1837 724 105 0 1007 1008 03:20:26 Swap: 1023 1 1022 03:20:26 03:20:26 03:20:26 ---> ip addr: 03:20:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:20:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:20:26 inet 127.0.0.1/8 scope host lo 03:20:26 valid_lft forever preferred_lft forever 03:20:26 inet6 ::1/128 scope host 03:20:26 valid_lft forever preferred_lft forever 03:20:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:20:26 link/ether fa:16:3e:b8:ca:e7 brd ff:ff:ff:ff:ff:ff 03:20:26 inet 10.30.123.22/23 brd 10.30.123.255 scope global dynamic eth0 03:20:26 valid_lft 85762sec preferred_lft 85762sec 03:20:26 inet6 fe80::f816:3eff:feb8:cae7/64 scope link 03:20:26 valid_lft forever preferred_lft forever 03:20:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:20:26 link/ether 02:42:c7:7d:94:7f brd ff:ff:ff:ff:ff:ff 03:20:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:20:26 valid_lft forever preferred_lft forever 03:20:26 inet6 fe80::42:c7ff:fe7d:947f/64 scope link 03:20:26 valid_lft forever preferred_lft forever 03:20:26 03:20:26 03:20:26 ---> sar -b -r -n DEV: 03:20:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 03:20:26 03:20:26 03:09:38 LINUX RESTART (4 CPU) 03:20:26 03:20:26 03:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:20:26 03:11:01 82.62 35.67 46.95 0.00 7385.62 4206.99 0.00 03:20:26 03:12:01 1.78 0.00 1.78 0.00 0.00 35.36 0.00 03:20:26 03:13:01 0.47 0.00 0.47 0.00 0.00 5.98 0.00 03:20:26 03:14:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 03:20:26 03:15:01 0.20 0.00 0.20 0.00 0.00 2.73 0.00 03:20:26 03:16:01 0.32 0.00 0.32 0.00 0.00 4.63 0.00 03:20:26 03:17:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 03:20:26 03:18:01 0.18 0.00 0.18 0.00 0.00 1.90 0.00 03:20:26 03:19:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 03:20:26 03:20:01 33.68 32.99 0.68 0.00 3499.65 20.09 0.00 03:20:26 Average: 12.01 6.87 5.14 0.00 1088.94 429.02 0.00 03:20:26 03:20:26 03:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:20:26 03:11:01 131252 0 616604 32.77 2620 1131068 1096392 37.42 458308 1093144 132 03:20:26 03:12:01 137088 0 610864 32.47 2620 1130972 1070248 36.53 456204 1089944 16 03:20:26 03:13:01 132172 0 615772 32.73 2620 1130980 1070464 36.53 471840 1079192 20 03:20:26 03:14:01 132096 0 615848 32.73 2620 1130980 1070512 36.53 472132 1079192 16 03:20:26 03:15:01 130480 0 617456 32.82 2620 1130988 1070248 36.53 472696 1080424 8 03:20:26 03:16:01 129964 0 617964 32.84 2620 1130996 1070320 36.53 473100 1080424 8 03:20:26 03:17:01 130572 0 617352 32.81 2620 1131000 1070248 36.53 472680 1080472 8 03:20:26 03:18:01 127900 0 620020 32.95 2620 1131004 1070368 36.53 475356 1080472 16 03:20:26 03:19:01 128764 0 619148 32.91 2620 1131012 1070248 36.53 474748 1080476 12 03:20:26 03:20:01 80092 0 646152 34.34 2620 1152680 1118476 38.17 487224 1116156 16 03:20:26 Average: 126038 0 619718 32.94 2620 1133168 1077752 36.78 471429 1085990 25 03:20:26 03:20:26 03:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:20:26 03:11:01 eth0 566.10 346.14 1138.73 85.51 0.00 0.00 0.00 0.00 03:20:26 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:11:01 docker0 9.17 6.47 1.61 25.40 0.00 0.00 0.00 0.00 03:20:26 03:12:01 eth0 0.80 0.08 0.06 0.01 0.00 0.00 0.00 0.00 03:20:26 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:13:01 eth0 0.77 0.38 0.32 0.20 0.00 0.00 0.00 0.00 03:20:26 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:14:01 eth0 0.73 0.32 0.30 0.20 0.00 0.00 0.00 0.00 03:20:26 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:20:26 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:16:01 eth0 0.37 0.25 0.15 0.08 0.00 0.00 0.00 0.00 03:20:26 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:20:26 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:18:01 eth0 0.48 0.28 0.27 0.17 0.00 0.00 0.00 0.00 03:20:26 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:19:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 03:20:26 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:20:01 eth0 17.83 14.72 9.77 27.39 0.00 0.00 0.00 0.00 03:20:26 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 Average: eth0 58.76 36.26 115.01 11.36 0.00 0.00 0.00 0.00 03:20:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:26 Average: docker0 0.92 0.65 0.16 2.54 0.00 0.00 0.00 0.00 03:20:26 03:20:26 03:20:26 ---> sar -P ALL: 03:20:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 03:20:26 03:20:26 03:09:38 LINUX RESTART (4 CPU) 03:20:26 03:20:26 03:10:01 CPU %user %nice %system %iowait %steal %idle 03:20:26 03:11:01 all 12.45 0.00 4.84 2.38 0.11 80.22 03:20:26 03:11:01 0 11.41 0.00 5.93 1.97 0.12 80.58 03:20:26 03:11:01 1 13.64 0.00 4.37 3.50 0.08 78.40 03:20:26 03:11:01 2 11.43 0.00 4.66 1.77 0.14 82.01 03:20:26 03:11:01 3 13.31 0.00 4.42 2.29 0.08 79.89 03:20:26 03:12:01 all 0.16 0.00 0.04 0.00 0.00 99.80 03:20:26 03:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:20:26 03:12:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:20:26 03:12:01 3 0.48 0.00 0.03 0.00 0.00 99.48 03:20:26 03:13:01 all 0.13 0.00 0.05 0.00 0.01 99.81 03:20:26 03:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:13:01 1 0.05 0.00 0.05 0.00 0.02 99.88 03:20:26 03:13:01 2 0.05 0.00 0.05 0.00 0.02 99.88 03:20:26 03:13:01 3 0.37 0.00 0.08 0.00 0.02 99.53 03:20:26 03:14:01 all 0.15 0.00 0.04 0.00 0.01 99.80 03:20:26 03:14:01 0 0.03 0.00 0.07 0.00 0.00 99.90 03:20:26 03:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:20:26 03:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:20:26 03:14:01 3 0.52 0.00 0.02 0.00 0.03 99.43 03:20:26 03:15:01 all 0.16 0.00 0.05 0.00 0.00 99.80 03:20:26 03:15:01 0 0.07 0.00 0.07 0.00 0.00 99.87 03:20:26 03:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:15:01 3 0.50 0.00 0.05 0.00 0.00 99.45 03:20:26 03:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 03:20:26 03:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:16:01 1 0.07 0.00 0.05 0.00 0.02 99.87 03:20:26 03:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:20:26 03:16:01 3 0.52 0.00 0.02 0.00 0.00 99.47 03:20:26 03:17:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:20:26 03:17:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:20:26 03:17:01 1 0.03 0.00 0.07 0.00 0.00 99.90 03:20:26 03:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:20:26 03:17:01 3 0.52 0.00 0.03 0.00 0.00 99.45 03:20:26 03:18:01 all 0.08 0.00 0.05 0.00 0.00 99.86 03:20:26 03:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:18:01 1 0.05 0.00 0.07 0.00 0.02 99.87 03:20:26 03:18:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:20:26 03:18:01 3 0.22 0.00 0.08 0.00 0.00 99.70 03:20:26 03:19:01 all 0.04 0.00 0.03 0.00 0.00 99.93 03:20:26 03:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:20:26 03:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:20:26 03:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:20:26 03:20:01 all 0.98 0.00 0.51 0.86 0.02 97.63 03:20:26 03:20:01 0 0.82 0.00 0.68 0.63 0.00 97.86 03:20:26 03:20:01 1 1.27 0.00 0.59 2.37 0.03 95.74 03:20:26 03:20:01 2 0.98 0.00 0.45 0.43 0.02 98.12 03:20:26 03:20:01 3 0.84 0.00 0.33 0.02 0.02 98.80 03:20:26 Average: all 1.43 0.00 0.56 0.32 0.02 97.68 03:20:26 Average: 0 1.23 0.00 0.68 0.26 0.01 97.81 03:20:26 Average: 1 1.51 0.00 0.53 0.58 0.02 97.36 03:20:26 Average: 2 1.25 0.00 0.53 0.22 0.02 97.98 03:20:26 Average: 3 1.71 0.00 0.50 0.23 0.02 97.54 03:20:26 03:20:26 03:20:26