Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+a1de66810b8e114107e849a310222ed3c1b44bf0 (c6165609dcd3390bf40d73342b655ae499caa171) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1485 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a1de66810b8e114107e849a310222ed3c1b44bf0 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 02adb78950723d59fdd745462f627754dd55f7e4 Checking out Revision 02adb78950723d59fdd745462f627754dd55f7e4 (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02adb78950723d59fdd745462f627754dd55f7e4 # timeout=10 Commit message: "Merge commit 'a1de66810b8e114107e849a310222ed3c1b44bf0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:41:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:41:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:41:57 ========================================================= 22:41:57 EdgeX Global Pipelines Version Info 22:41:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6ba1e8316bda7d82bc746bfd473e272027fb7a4a # timeout=10 22:41:59 ------------------- 22:41:59 stable info: 22:41:59 ------------------- 22:41:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:41:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:41:59 Message: update stable to v1.0.186 22:42:00 ------------------- 22:42:00 experimental info: 22:42:00 ------------------- 22:42:00 Commited By: **** collab-it+edgex@linuxfoundation.org 22:42:00 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 22:42:00 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02adb78950723d59fdd745462f627754dd55f7e4 [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02adb78 [Pipeline] echo 22:42:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:01 provisioning config files... 22:42:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7250295631489975422tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:01 ---> docker-login.sh 22:42:01 nexus3.edgexfoundry.org:10001 22:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:02 Configure a credential helper to remove this warning. See 22:42:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:02 22:42:02 Login Succeeded 22:42:02 nexus3.edgexfoundry.org:10002 22:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:02 Configure a credential helper to remove this warning. See 22:42:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:02 22:42:02 Login Succeeded 22:42:02 nexus3.edgexfoundry.org:10003 22:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:02 Configure a credential helper to remove this warning. See 22:42:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:02 22:42:02 Login Succeeded 22:42:02 nexus3.edgexfoundry.org:10004 22:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:02 Configure a credential helper to remove this warning. See 22:42:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:02 22:42:02 Login Succeeded 22:42:02 docker.io 22:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:03 Configure a credential helper to remove this warning. See 22:42:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:03 22:42:03 Login Succeeded 22:42:03 ---> docker-login.sh ends [Pipeline] } 22:42:03 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 22:42:03 + git log --format=format:%s -1 02adb78950723d59fdd745462f627754dd55f7e4 [Pipeline] echo 22:42:03 GIT_COMMIT: 02adb78950723d59fdd745462f627754dd55f7e4, Commit Message: Merge commit 'a1de66810b8e114107e849a310222ed3c1b44bf0' into HEAD [Pipeline] echo 22:42:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:42:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:04 22:42:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:42:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:04 latest: Pulling from edgex-devops/git-semver 22:42:04 31603596830f: Pulling fs layer 22:42:04 2a8b12db71e7: Pulling fs layer 22:42:04 6ca5941a6612: Pulling fs layer 22:42:04 ecc8261a40a4: Pulling fs layer 22:42:04 ecc8261a40a4: Waiting 22:42:04 2a8b12db71e7: Verifying Checksum 22:42:04 2a8b12db71e7: Download complete 22:42:04 31603596830f: Verifying Checksum 22:42:04 31603596830f: Download complete 22:42:05 ecc8261a40a4: Verifying Checksum 22:42:05 ecc8261a40a4: Download complete 22:42:05 6ca5941a6612: Verifying Checksum 22:42:05 6ca5941a6612: Download complete 22:42:05 31603596830f: Pull complete 22:42:05 2a8b12db71e7: Pull complete 22:42:06 6ca5941a6612: Pull complete 22:42:07 ecc8261a40a4: Pull complete 22:42:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:42:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:42:07 prd-centos7-docker-4c-2g-1485 does not seem to be running inside a container 22:42:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:42:09 $ docker top e37088cc3c6d2693a21ed9c8b199c54dd49715491501cd182fef82c732a1c56b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:42:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:09 [ssh-agent] Looking for ssh-agent implementation... 22:42:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:10 $ docker exec e37088cc3c6d2693a21ed9c8b199c54dd49715491501cd182fef82c732a1c56b ssh-agent 22:42:10 SSH_AUTH_SOCK=/tmp/ssh-WeCZpIvdvVPe/agent.11 22:42:10 SSH_AGENT_PID=17 22:42:10 Running ssh-add (command line suppressed) 22:42:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8057703613789200414.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8057703613789200414.key) 22:42:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:10 + git tag --points-at HEAD [Pipeline] } 22:42:10 $ docker exec --env ******** --env ******** e37088cc3c6d2693a21ed9c8b199c54dd49715491501cd182fef82c732a1c56b ssh-agent -k 22:42:11 unset SSH_AUTH_SOCK; 22:42:11 unset SSH_AGENT_PID; 22:42:11 echo Agent pid 17 killed; 22:42:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:42:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:11 [ssh-agent] Looking for ssh-agent implementation... 22:42:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:11 $ docker exec e37088cc3c6d2693a21ed9c8b199c54dd49715491501cd182fef82c732a1c56b ssh-agent 22:42:11 SSH_AUTH_SOCK=/tmp/ssh-Hkmoj51NEkOO/agent.46 22:42:11 SSH_AGENT_PID=51 22:42:11 Running ssh-add (command line suppressed) 22:42:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_2390662988350226475.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_2390662988350226475.key) 22:42:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:12 + git semver init 22:42:12 # -> Open(): unable to determine branch for HEAD 22:42:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 22:42:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:42:12 # $SEMVER_REMOTE_NAME = origin 22:42:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:42:12 # $SEMVER_USER_NAME = edgex-jenkins 22:42:12 # $SEMVER_BRANCH = PR-725 22:42:12 # $SEMVER_TEMP = /tmp/semver-489227947 22:42:12 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:42:13 # '/tmp/semver-489227947' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 22:42:13 # -> Force: false 22:42:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 22:42:13 $ docker exec --env ******** --env ******** e37088cc3c6d2693a21ed9c8b199c54dd49715491501cd182fef82c732a1c56b ssh-agent -k 22:42:13 unset SSH_AUTH_SOCK; 22:42:13 unset SSH_AGENT_PID; 22:42:13 echo Agent pid 51 killed; 22:42:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:42:13 + git semver [Pipeline] } 22:42:13 $ docker stop --time=1 e37088cc3c6d2693a21ed9c8b199c54dd49715491501cd182fef82c732a1c56b 22:42:15 $ docker rm -f e37088cc3c6d2693a21ed9c8b199c54dd49715491501cd182fef82c732a1c56b [Pipeline] // withDockerContainer [Pipeline] sh 22:42:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:42:15 Stashed 1 file(s) [Pipeline] echo 22:42:15 [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 22:42:31 Still waiting to schedule task 22:42:31 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1485’ 22:42:31 Still waiting to schedule task 22:42:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:44:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1486 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:44:17 Running in /w/workspace/device-sdk-go/38 [Pipeline] { [Pipeline] checkout 22:44:23 using credential edgex-jenkins-ssh 22:44:23 Cloning the remote Git repository 22:44:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:44:24 > git init /w/workspace/device-sdk-go/38 # timeout=10 22:44:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:24 > git --version # timeout=10 22:44:24 > git --version # 'git version 2.17.1' 22:44:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:26 Merging remotes/origin/master commit a1de66810b8e114107e849a310222ed3c1b44bf0 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:44:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:26 > git config core.sparsecheckout # timeout=10 22:44:26 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:44:26 > git remote # timeout=10 22:44:26 > git config --get remote.origin.url # timeout=10 22:44:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:26 > git merge a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 22:44:26 Merge succeeded, producing 4de8ddb87df266dffb4019011c6a1bea301f8292 22:44:26 Checking out Revision 4de8ddb87df266dffb4019011c6a1bea301f8292 (PR-725) 22:44:26 > git rev-parse HEAD^{commit} # timeout=10 22:44:26 > git config core.sparsecheckout # timeout=10 22:44:26 > git checkout -f 4de8ddb87df266dffb4019011c6a1bea301f8292 # timeout=10 22:44:30 Commit message: "Merge commit 'a1de66810b8e114107e849a310222ed3c1b44bf0' into HEAD" 22:44:30 First time build. Skipping changelog. 22:44:30 > git rev-list --no-walk 6ba1e8316bda7d82bc746bfd473e272027fb7a4a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:44:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:33 + sudo service docker restart 22:44:33 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:35 provisioning config files... 22:44:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/38@tmp/config549498536175227596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:35 ---> docker-login.sh 22:44:35 nexus3.edgexfoundry.org:10001 22:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:37 Configure a credential helper to remove this warning. See 22:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:37 22:44:37 Login Succeeded 22:44:37 nexus3.edgexfoundry.org:10002 22:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:37 Configure a credential helper to remove this warning. See 22:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:37 22:44:37 Login Succeeded 22:44:37 nexus3.edgexfoundry.org:10003 22:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:38 Configure a credential helper to remove this warning. See 22:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:38 22:44:38 Login Succeeded 22:44:38 nexus3.edgexfoundry.org:10004 22:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:38 Configure a credential helper to remove this warning. See 22:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:38 22:44:38 Login Succeeded 22:44:38 docker.io 22:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:39 Configure a credential helper to remove this warning. See 22:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:39 22:44:39 Login Succeeded 22:44:39 ---> docker-login.sh ends [Pipeline] } 22:44:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:39 ========================================================= 22:44:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:44:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:40 + 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 . 22:44:40 Sending build context to Docker daemon 2.463MB 22:44:40 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:40 Step 2/8 : FROM ${BASE} 22:44:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:44:40 5f621e34cdf4: Pulling fs layer 22:44:40 a4357932f1b6: Pulling fs layer 22:44:40 18c013af1878: Pulling fs layer 22:44:40 00ac8860ef70: Pulling fs layer 22:44:40 63d7cb157983: Pulling fs layer 22:44:40 b116817d02f9: Pulling fs layer 22:44:40 745a02a5169b: Pulling fs layer 22:44:40 00ac8860ef70: Waiting 22:44:40 63d7cb157983: Waiting 22:44:40 b116817d02f9: Waiting 22:44:40 745a02a5169b: Waiting 22:44:40 18c013af1878: Verifying Checksum 22:44:40 18c013af1878: Download complete 22:44:40 a4357932f1b6: Download complete 22:44:40 63d7cb157983: Verifying Checksum 22:44:40 63d7cb157983: Download complete 22:44:40 b116817d02f9: Verifying Checksum 22:44:40 b116817d02f9: Download complete 22:44:40 5f621e34cdf4: Verifying Checksum 22:44:40 5f621e34cdf4: Download complete 22:44:41 5f621e34cdf4: Pull complete 22:44:42 a4357932f1b6: Pull complete 22:44:42 18c013af1878: Pull complete 22:44:43 745a02a5169b: Verifying Checksum 22:44:44 00ac8860ef70: Verifying Checksum 22:44:44 00ac8860ef70: Download complete 22:44:54 00ac8860ef70: Pull complete 22:44:55 63d7cb157983: Pull complete 22:44:55 b116817d02f9: Pull complete 22:44:58 Running on prd-centos7-docker-4c-2g-1487 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:44:58 Running in /w/workspace/device-sdk-go/38 [Pipeline] { [Pipeline] checkout 22:44:59 745a02a5169b: Pull complete 22:44:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:44:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:44:59 ---> b7e6874047d6 22:44:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:01 using credential edgex-jenkins-ssh 22:45:01 Cloning the remote Git repository 22:45:01 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:45:01 > git init /w/workspace/device-sdk-go/38 # timeout=10 22:45:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:01 > git --version # timeout=10 22:45:01 > git --version # 'git version 2.24.3' 22:45:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:02 ---> Running in caf00d81da3b 22:45:02 Removing intermediate container caf00d81da3b 22:45:02 ---> f396728a186d 22:45:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:02 ---> Running in 4c3b75556924 22:45:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:03 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:05 Removing intermediate container 4c3b75556924 22:45:05 ---> 75669e806983 22:45:05 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:05 ---> Running in 55bf8d0d01be 22:45:05 Merging remotes/origin/master commit a1de66810b8e114107e849a310222ed3c1b44bf0 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:45:05 Merge succeeded, producing 7c984f9c42c157786a6ebc2424d6fe2648b95d6e 22:45:05 Checking out Revision 7c984f9c42c157786a6ebc2424d6fe2648b95d6e (PR-725) 22:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:45:05 > git config core.sparsecheckout # timeout=10 22:45:05 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:45:05 > git remote # timeout=10 22:45:05 > git config --get remote.origin.url # timeout=10 22:45:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:05 > git merge a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 22:45:05 > git rev-parse HEAD^{commit} # timeout=10 22:45:05 > git config core.sparsecheckout # timeout=10 22:45:05 > git checkout -f 7c984f9c42c157786a6ebc2424d6fe2648b95d6e # timeout=10 22:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:45:08 (1/6) Installing libc-dev (0.7.2-r3) 22:45:08 (2/6) Installing libsodium (1.0.18-r0) 22:45:08 (3/6) Installing pkgconf (1.7.2-r0) 22:45:08 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:08 (5/6) Installing libzmq (4.3.3-r0) 22:45:09 (6/6) Installing zeromq-dev (4.3.3-r0) 22:45:09 Executing busybox-1.31.1-r19.trigger 22:45:09 OK: 144 MiB in 45 packages 22:45:09 Commit message: "Merge commit 'a1de66810b8e114107e849a310222ed3c1b44bf0' into HEAD" 22:45:09 First time build. Skipping changelog. 22:45:09 > git rev-list --no-walk 6ba1e8316bda7d82bc746bfd473e272027fb7a4a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:10 Removing intermediate container 55bf8d0d01be 22:45:10 ---> 6b3d317f2c9c 22:45:10 Step 6/8 : WORKDIR /device-sdk-go 22:45:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 22:45:10 ---> Running in 561fe15b525c [Pipeline] sh 22:45:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:45:11 Removing intermediate container 561fe15b525c 22:45:11 ---> 5f4603172e24 22:45:11 Step 7/8 : COPY . . 22:45:11 + true 22:45:11 + sudo service docker restart 22:45:11 Redirecting to /bin/systemctl restart docker.service 22:45:12 ---> 78577e0d6f70 22:45:12 Step 8/8 : RUN go mod download 22:45:12 ---> Running in b238fff92259 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:12 provisioning config files... 22:45:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/38@tmp/config8324170813599830435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:13 ---> docker-login.sh 22:45:13 nexus3.edgexfoundry.org:10001 22:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:13 Configure a credential helper to remove this warning. See 22:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:13 22:45:13 Login Succeeded 22:45:13 nexus3.edgexfoundry.org:10002 22:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:13 Configure a credential helper to remove this warning. See 22:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:13 22:45:13 Login Succeeded 22:45:14 nexus3.edgexfoundry.org:10003 22:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:14 Configure a credential helper to remove this warning. See 22:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:14 22:45:14 Login Succeeded 22:45:14 nexus3.edgexfoundry.org:10004 22:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:14 Configure a credential helper to remove this warning. See 22:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:14 22:45:14 Login Succeeded 22:45:14 docker.io 22:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:14 Configure a credential helper to remove this warning. See 22:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:14 22:45:14 Login Succeeded 22:45:14 ---> docker-login.sh ends [Pipeline] } 22:45:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:15 ========================================================= 22:45:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:45:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:15 + 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 . 22:45:15 Sending build context to Docker daemon 2.474MB 22:45:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:15 Step 2/8 : FROM ${BASE} 22:45:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:45:15 188c0c94c7c5: Pulling fs layer 22:45:15 0ef7d3d256c8: Pulling fs layer 22:45:15 de9db76c5a1d: Pulling fs layer 22:45:15 bca2f99d35d6: Pulling fs layer 22:45:15 93359f2a8cfa: Pulling fs layer 22:45:15 7c6f9722023f: Pulling fs layer 22:45:15 a35cf1a2eb13: Pulling fs layer 22:45:15 bca2f99d35d6: Waiting 22:45:15 7c6f9722023f: Waiting 22:45:15 93359f2a8cfa: Waiting 22:45:15 a35cf1a2eb13: Waiting 22:45:15 de9db76c5a1d: Verifying Checksum 22:45:15 de9db76c5a1d: Download complete 22:45:15 0ef7d3d256c8: Verifying Checksum 22:45:15 0ef7d3d256c8: Download complete 22:45:15 93359f2a8cfa: Download complete 22:45:15 188c0c94c7c5: Verifying Checksum 22:45:15 188c0c94c7c5: Download complete 22:45:15 7c6f9722023f: Verifying Checksum 22:45:15 7c6f9722023f: Download complete 22:45:16 188c0c94c7c5: Pull complete 22:45:16 0ef7d3d256c8: Pull complete 22:45:16 de9db76c5a1d: Pull complete 22:45:17 a35cf1a2eb13: Verifying Checksum 22:45:17 a35cf1a2eb13: Download complete 22:45:18 bca2f99d35d6: Verifying Checksum 22:45:18 bca2f99d35d6: Download complete 22:45:25 bca2f99d35d6: Pull complete 22:45:25 93359f2a8cfa: Pull complete 22:45:25 7c6f9722023f: Pull complete 22:45:31 a35cf1a2eb13: Pull complete 22:45:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:45:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:45:31 ---> a62c8e92a672 22:45:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:31 ---> Running in b81c26efb751 22:45:31 Removing intermediate container b81c26efb751 22:45:31 ---> 155c23c54d3b 22:45:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:31 ---> Running in ae8e0451ddb1 22:45:33 Removing intermediate container ae8e0451ddb1 22:45:33 ---> 6ceee8517259 22:45:33 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:33 ---> Running in 16f7d4c76558 22:45:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:45:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:45:35 (1/6) Installing libc-dev (0.7.2-r3) 22:45:35 (2/6) Installing libsodium (1.0.18-r0) 22:45:36 (3/6) Installing pkgconf (1.7.2-r0) 22:45:36 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:36 (5/6) Installing libzmq (4.3.3-r0) 22:45:36 (6/6) Installing zeromq-dev (4.3.3-r0) 22:45:36 Executing busybox-1.31.1-r19.trigger 22:45:36 OK: 167 MiB in 45 packages 22:45:37 Removing intermediate container 16f7d4c76558 22:45:37 ---> 9f7845ea7366 22:45:37 Step 6/8 : WORKDIR /device-sdk-go 22:45:37 ---> Running in 74551c548a28 22:45:37 Removing intermediate container 74551c548a28 22:45:37 ---> 13b00d3ded0e 22:45:37 Step 7/8 : COPY . . 22:45:38 ---> 9aa318f5c242 22:45:38 Step 8/8 : RUN go mod download 22:45:38 ---> Running in b3f1aa14b788 22:45:39 Removing intermediate container b238fff92259 22:45:39 ---> 4927bd375bc1 22:45:39 Successfully built 4927bd375bc1 22:45:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:45:39 + docker inspect -f . ci-base-image-arm64 22:45:39 . [Pipeline] withDockerContainer 22:45:40 prd-ubuntu18.04-docker-arm64-4c-16g-1486 does not seem to be running inside a container 22:45:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/38 -v /w/workspace/device-sdk-go/38:/w/workspace/device-sdk-go/38:rw,z -v /w/workspace/device-sdk-go/38@tmp:/w/workspace/device-sdk-go/38@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 22:45:41 $ docker top 6bd954648d6aa0b87b96bdd69cd9e1679d9749b10bf0246295de071357f43882 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:42 + go version 22:45:42 go version go1.15.5 linux/arm64 [Pipeline] } 22:45:42 $ docker stop --time=1 6bd954648d6aa0b87b96bdd69cd9e1679d9749b10bf0246295de071357f43882 22:45:44 $ docker rm -f 6bd954648d6aa0b87b96bdd69cd9e1679d9749b10bf0246295de071357f43882 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:45:45 + docker inspect -f . ci-base-image-arm64 22:45:45 . [Pipeline] withDockerContainer 22:45:45 prd-ubuntu18.04-docker-arm64-4c-16g-1486 does not seem to be running inside a container 22:45:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/38 -v /w/workspace/device-sdk-go/38:/w/workspace/device-sdk-go/38:rw,z -v /w/workspace/device-sdk-go/38@tmp:/w/workspace/device-sdk-go/38@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 22:45:47 $ docker top 6726c1670b58e6faf1aedc74166a1a2abc006116f2996994773b5defdff745b5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:48 + make test 22:45:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:05 Removing intermediate container b3f1aa14b788 22:46:05 ---> 4529db8578d4 22:46:05 Successfully built 4529db8578d4 22:46:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:46:05 + docker inspect -f . ci-base-image-x86_64 22:46:05 . [Pipeline] withDockerContainer 22:46:06 prd-centos7-docker-4c-2g-1487 does not seem to be running inside a container 22:46:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/38 -v /w/workspace/device-sdk-go/38:/w/workspace/device-sdk-go/38:rw,z -v /w/workspace/device-sdk-go/38@tmp:/w/workspace/device-sdk-go/38@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 22:46:07 $ docker top 5e7f7611a87e5fe52d7c1c27e4555d12e409c15d8b6a01efeeb9fc203795946d -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:07 + go version 22:46:07 go version go1.15.5 linux/amd64 [Pipeline] } 22:46:07 $ docker stop --time=1 5e7f7611a87e5fe52d7c1c27e4555d12e409c15d8b6a01efeeb9fc203795946d 22:46:09 $ docker rm -f 5e7f7611a87e5fe52d7c1c27e4555d12e409c15d8b6a01efeeb9fc203795946d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:09 + docker inspect -f . ci-base-image-x86_64 22:46:09 . [Pipeline] withDockerContainer 22:46:09 prd-centos7-docker-4c-2g-1487 does not seem to be running inside a container 22:46:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/38 -v /w/workspace/device-sdk-go/38:/w/workspace/device-sdk-go/38:rw,z -v /w/workspace/device-sdk-go/38@tmp:/w/workspace/device-sdk-go/38@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 22:46:10 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:11 $ docker top fbed35108bfce45c9d7e9ec0e155164a72e6312b18ef9d16648b4e6a69b82a2c -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:11 + make test 22:46:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:19 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:46:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.067s coverage: 28.1% of statements 22:46:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.106s coverage: 78.9% of statements 22:46:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.116s coverage: 7.8% of statements 22:46:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:46:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:46:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:46:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.146s coverage: 32.0% of statements 22:46:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:46:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:46:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:46:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.116s coverage: 57.2% of statements 22:46:50 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.454s coverage: 6.6% of statements 22:46:51 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.087s coverage: 5.0% of statements 22:46:51 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:46:51 GO111MODULE=on go vet ./... 22:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:47:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.150s coverage: 28.1% of statements 22:47:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.197s coverage: 78.9% of statements 22:47:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.125s coverage: 7.8% of statements 22:47:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:47:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:47:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:47:11 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.238s coverage: 32.0% of statements 22:47:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:47:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:47:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:47:14 gofmt -l . 22:47:14 [ "`gofmt -l .`" = "" ] 22:47:14 ./bin/test-attribution-txt.sh 22:47:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.308s coverage: 57.2% of statements 22:47:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.123s coverage: 6.6% of statements 22:47:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.138s coverage: 5.0% of statements 22:47:15 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:47:15 ./bin/test-go-mod-tidy.sh 22:47:16 GO111MODULE=on go vet ./... [Pipeline] } 22:47:16 $ docker stop --time=1 fbed35108bfce45c9d7e9ec0e155164a72e6312b18ef9d16648b4e6a69b82a2c 22:47:18 $ docker rm -f fbed35108bfce45c9d7e9ec0e155164a72e6312b18ef9d16648b4e6a69b82a2c [Pipeline] // withDockerContainer [Pipeline] sh 22:47:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:47:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:47:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:47:22 + ls -al . 22:47:22 total 188 22:47:22 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 22 22:47 . 22:47:22 drwxrwxr-x. 4 jenkins jenkins 30 Apr 22 22:45 .. 22:47:22 drwxrwxr-x. 2 jenkins jenkins 64 Apr 22 22:45 bin 22:47:22 -rw-r--r--. 1 jenkins jenkins 100024 Apr 22 22:46 coverage.out 22:47:22 -rw-rw-r--. 1 jenkins jenkins 987 Apr 22 22:45 Dockerfile.build 22:47:22 -rw-rw-r--. 1 jenkins jenkins 140 Apr 22 22:45 .dockerignore 22:47:22 drwxrwxr-x. 5 jenkins jenkins 62 Apr 22 22:45 example 22:47:22 drwxrwxr-x. 8 jenkins jenkins 179 Apr 22 22:45 .git 22:47:22 drwxrwxr-x. 2 jenkins jenkins 103 Apr 22 22:45 .github 22:47:22 -rw-rw-r--. 1 jenkins jenkins 138 Apr 22 22:45 .gitignore 22:47:22 -rw-r--r--. 1 jenkins jenkins 575 Apr 22 22:47 go.mod 22:47:22 -rw-r--r--. 1 jenkins jenkins 20737 Apr 22 22:47 go.sum 22:47:22 drwxrwxr-x. 14 jenkins jenkins 207 Apr 22 22:45 internal 22:47:22 -rw-rw-r--. 1 jenkins jenkins 894 Apr 22 22:45 Jenkinsfile 22:47:22 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 22 22:45 LICENSE 22:47:22 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 22 22:45 Makefile 22:47:22 drwxrwxr-x. 4 jenkins jenkins 26 Apr 22 22:45 openapi 22:47:22 drwxrwxr-x. 5 jenkins jenkins 50 Apr 22 22:45 pkg 22:47:22 -rw-rw-r--. 1 jenkins jenkins 7652 Apr 22 22:45 README.md 22:47:22 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 22 22:45 RELEASE-NOTES.txt 22:47:22 drwxrwxr-x. 4 jenkins jenkins 54 Apr 22 22:45 snap 22:47:22 -rw-rw-r--. 1 jenkins jenkins 5 Apr 22 22:42 VERSION 22:47:22 -rw-rw-r--. 1 jenkins jenkins 222 Apr 22 22:45 version.go [Pipeline] isUnix [Pipeline] sh 22:47:22 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=02adb78950723d59fdd745462f627754dd55f7e4 --label arch=amd64 --label version=0.0.0 . 22:47:23 Sending build context to Docker daemon 2.575MB 22:47:23 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:47:23 Step 2/23 : FROM ${BASE} AS builder 22:47:23 ---> 4529db8578d4 22:47:23 Step 3/23 : WORKDIR /device-sdk-go 22:47:23 ---> Running in 6f91fc865b75 22:47:23 Removing intermediate container 6f91fc865b75 22:47:23 ---> c2c16714e5a7 22:47:23 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:23 ---> Running in 9f2cd2c89652 22:47:24 Removing intermediate container 9f2cd2c89652 22:47:24 ---> cf28fab407f3 22:47:24 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:24 ---> Running in 77655b799ea8 22:47:25 Removing intermediate container 77655b799ea8 22:47:25 ---> 95d8070238fb 22:47:25 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:47:25 ---> Running in 7cab7da78c5e 22:47:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:27 OK: 167 MiB in 45 packages 22:47:27 Removing intermediate container 7cab7da78c5e 22:47:27 ---> 6fa5b664df80 22:47:27 Step 7/23 : COPY . . 22:47:28 ---> 93bf0851c5df 22:47:28 Step 8/23 : RUN go mod download 22:47:29 ---> Running in a09e2e22745a 22:47:30 Removing intermediate container a09e2e22745a 22:47:30 ---> 708cce2b15ed 22:47:30 Step 9/23 : RUN make build 22:47:30 ---> Running in 4fff746bcab3 22:47:30 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 22:47:43 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:47:45 Removing intermediate container 4fff746bcab3 22:47:45 ---> 4f7ccc637220 22:47:45 Step 10/23 : FROM alpine:3.12 22:47:45 3.12: Pulling from library/alpine 22:47:45 339de151aab4: Pulling fs layer 22:47:45 339de151aab4: Verifying Checksum 22:47:45 339de151aab4: Download complete 22:47:46 339de151aab4: Pull complete 22:47:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:47:46 Status: Downloaded newer image for alpine:3.12 22:47:46 ---> 13621d1b12d4 22:47:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:46 ---> Running in 3c02ad47058f 22:47:46 Removing intermediate container 3c02ad47058f 22:47:46 ---> eab51c6e2ef7 22:47:46 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:46 ---> Running in 20eb6d789a61 22:47:48 Removing intermediate container 20eb6d789a61 22:47:48 ---> c4ea64d5ea93 22:47:48 Step 13/23 : RUN apk add --update --no-cache zeromq 22:47:48 ---> Running in 820ecd9b34e9 22:47:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:49 (1/5) Installing libgcc (9.3.0-r2) 22:47:49 (2/5) Installing libsodium (1.0.18-r0) 22:47:49 (3/5) Installing libstdc++ (9.3.0-r2) 22:47:50 (4/5) Installing libzmq (4.3.3-r0) 22:47:50 (5/5) Installing zeromq (4.3.3-r0) 22:47:50 Executing busybox-1.31.1-r20.trigger 22:47:50 OK: 8 MiB in 19 packages 22:47:52 Removing intermediate container 820ecd9b34e9 22:47:52 ---> d23d8a6920fc 22:47:52 Step 14/23 : WORKDIR / 22:47:52 ---> Running in 226fa25eb4c7 22:47:52 Removing intermediate container 226fa25eb4c7 22:47:52 ---> c018e399e663 22:47:52 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:47:52 ---> d7d974763ff8 22:47:52 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:47:53 ---> 7db6991598f1 22:47:53 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:47:53 ---> 47d0ee2c1a82 22:47:53 Step 18/23 : EXPOSE 49990 22:47:54 ---> Running in 6d3911d08182 22:47:54 Removing intermediate container 6d3911d08182 22:47:54 ---> da326799a66b 22:47:54 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:47:54 ---> Running in c511d8a3455c 22:47:54 Removing intermediate container c511d8a3455c 22:47:54 ---> a364ceb2735f 22:47:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:47:54 ---> Running in 00a412b31232 22:47:54 Removing intermediate container 00a412b31232 22:47:54 ---> 4dd272ff7cf1 22:47:54 Step 21/23 : LABEL arch=amd64 22:47:54 ---> Running in 35c87483e945 22:47:54 Removing intermediate container 35c87483e945 22:47:54 ---> f8fd650ca9e7 22:47:54 Step 22/23 : LABEL git_sha=02adb78950723d59fdd745462f627754dd55f7e4 22:47:55 ---> Running in 40be0b84e805 22:47:55 Removing intermediate container 40be0b84e805 22:47:55 ---> 7fd7502c8c7e 22:47:55 Step 23/23 : LABEL version=0.0.0 22:47:55 ---> Running in 6d42976189a5 22:47:55 Removing intermediate container 6d42976189a5 22:47:55 ---> 69a8d8eaf882 22:47:55 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:47:55 Successfully built 69a8d8eaf882 22:47:55 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:47:56 ---> job-cost.sh 22:47:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJ9C 22:48:03 gofmt -l . 22:48:03 [ "`gofmt -l .`" = "" ] 22:48:03 ./bin/test-attribution-txt.sh 22:48:03 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:48:03 $ docker stop --time=1 6726c1670b58e6faf1aedc74166a1a2abc006116f2996994773b5defdff745b5 22:48:05 $ docker rm -f 6726c1670b58e6faf1aedc74166a1a2abc006116f2996994773b5defdff745b5 [Pipeline] // withDockerContainer [Pipeline] sh 22:48:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:48:06 Warning: overwriting stash ‘coverage-report’ 22:48:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:48:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:48:08 + ls -al . 22:48:08 total 224 22:48:08 drwxrwxr-x 10 jenkins jenkins 4096 Apr 22 22:48 . 22:48:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 22:44 .. 22:48:08 -rw-rw-r-- 1 jenkins jenkins 140 Apr 22 22:44 .dockerignore 22:48:08 drwxrwxr-x 8 jenkins jenkins 4096 Apr 22 22:44 .git 22:48:08 drwxrwxr-x 2 jenkins jenkins 4096 Apr 22 22:44 .github 22:48:08 -rw-rw-r-- 1 jenkins jenkins 138 Apr 22 22:44 .gitignore 22:48:08 -rw-rw-r-- 1 jenkins jenkins 987 Apr 22 22:44 Dockerfile.build 22:48:08 -rw-rw-r-- 1 jenkins jenkins 894 Apr 22 22:44 Jenkinsfile 22:48:08 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 22 22:44 LICENSE 22:48:08 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 22 22:44 Makefile 22:48:08 -rw-rw-r-- 1 jenkins jenkins 7652 Apr 22 22:44 README.md 22:48:08 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 22 22:44 RELEASE-NOTES.txt 22:48:08 -rw-rw-r-- 1 jenkins jenkins 5 Apr 22 22:42 VERSION 22:48:08 drwxrwxr-x 2 jenkins jenkins 4096 Apr 22 22:44 bin 22:48:08 -rw-r--r-- 1 jenkins jenkins 100024 Apr 22 22:47 coverage.out 22:48:08 drwxrwxr-x 5 jenkins jenkins 4096 Apr 22 22:44 example 22:48:08 -rw-r--r-- 1 jenkins jenkins 575 Apr 22 22:48 go.mod 22:48:08 -rw-r--r-- 1 jenkins jenkins 20737 Apr 22 22:48 go.sum 22:48:08 drwxrwxr-x 14 jenkins jenkins 4096 Apr 22 22:44 internal 22:48:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 22:44 openapi 22:48:08 drwxrwxr-x 5 jenkins jenkins 4096 Apr 22 22:44 pkg 22:48:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 22:44 snap 22:48:08 -rw-rw-r-- 1 jenkins jenkins 222 Apr 22 22:44 version.go [Pipeline] isUnix [Pipeline] sh 22:48:09 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=02adb78950723d59fdd745462f627754dd55f7e4 --label arch=arm64 --label version=0.0.0 . 22:48:09 Sending build context to Docker daemon 2.564MB 22:48:09 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:48:09 Step 2/23 : FROM ${BASE} AS builder 22:48:09 ---> 4927bd375bc1 22:48:09 Step 3/23 : WORKDIR /device-sdk-go 22:48:10 ---> Running in 58fff3e24c9f 22:48:10 Removing intermediate container 58fff3e24c9f 22:48:10 ---> b2443974cc3b 22:48:10 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:48:10 ---> Running in 536dcf44ba01 22:48:11 Removing intermediate container 536dcf44ba01 22:48:11 ---> 5c75d7ff5248 22:48:11 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:48:11 ---> Running in 542a9902c5f0 22:48:13 Removing intermediate container 542a9902c5f0 22:48:13 ---> b3cd718b3f01 22:48:13 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:48:13 ---> Running in 8d01fb708780 22:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:16 OK: 144 MiB in 45 packages 22:48:17 Removing intermediate container 8d01fb708780 22:48:17 ---> 2660ad2a8a0a 22:48:17 Step 7/23 : COPY . . 22:48:18 ---> 3170319685e2 22:48:18 Step 8/23 : RUN go mod download 22:48:18 ---> Running in 90044c98fc4f 22:48:21 Removing intermediate container 90044c98fc4f 22:48:21 ---> 89a2a40f16a5 22:48:21 Step 9/23 : RUN make build 22:48:21 ---> Running in 0bb3330dc006 22:48:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:48:53 lf-activate-venv(): INFO: Adding /tmp/venv-GJ9C/bin to PATH 22:48:53 INFO: No Stack... 22:48:53 INFO: Retrieving Pricing Info for: v1-standard-2 22:48:53 INFO: Archiving Costs [Pipeline] sh 22:48:53 + cat /w/workspace/device-sdk-go/38/archives/cost.csv 22:48:53 + cut -d, -f6 [Pipeline] lock 22:48:53 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-38-stack-cost] 22:48:53 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-38-stack-cost] did not exist. Created. 22:48:53 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:54 + echo total: 0.029999999329447746 [Pipeline] stash 22:48:54 Stashed 1 file(s) [Pipeline] } 22:48:54 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-38-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:48:54 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:48:57 Removing intermediate container 0bb3330dc006 22:48:57 ---> 35a1e8329caf 22:48:57 Step 10/23 : FROM alpine:3.12 22:48:57 3.12: Pulling from library/alpine 22:48:57 d2f70382dc9a: Pulling fs layer 22:48:58 d2f70382dc9a: Verifying Checksum 22:48:58 d2f70382dc9a: Download complete 22:48:58 d2f70382dc9a: Pull complete 22:48:58 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:48:58 Status: Downloaded newer image for alpine:3.12 22:48:58 ---> 9852663dfa18 22:48:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:48:59 ---> Running in 247c567afadd 22:48:59 Removing intermediate container 247c567afadd 22:48:59 ---> 0ef1a9091243 22:48:59 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:48:59 ---> Running in 03c35692eb55 22:49:01 Removing intermediate container 03c35692eb55 22:49:01 ---> 16d0485d1d68 22:49:01 Step 13/23 : RUN apk add --update --no-cache zeromq 22:49:01 ---> Running in 79bc8bde8aff 22:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:49:04 (1/5) Installing libgcc (9.3.0-r2) 22:49:04 (2/5) Installing libsodium (1.0.18-r0) 22:49:04 (3/5) Installing libstdc++ (9.3.0-r2) 22:49:04 (4/5) Installing libzmq (4.3.3-r0) 22:49:04 (5/5) Installing zeromq (4.3.3-r0) 22:49:04 Executing busybox-1.31.1-r20.trigger 22:49:04 OK: 8 MiB in 19 packages 22:49:05 Removing intermediate container 79bc8bde8aff 22:49:05 ---> 111bef000868 22:49:05 Step 14/23 : WORKDIR / 22:49:06 ---> Running in a6813bd54922 22:49:06 Removing intermediate container a6813bd54922 22:49:06 ---> e6b40cf6fc7b 22:49:06 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:49:07 ---> 29845e7d2767 22:49:07 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:49:08 ---> cddcd5a2229d 22:49:08 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:49:09 ---> 0caa6aa99cf4 22:49:09 Step 18/23 : EXPOSE 49990 22:49:09 ---> Running in 9effa0b74954 22:49:09 Removing intermediate container 9effa0b74954 22:49:09 ---> f760a1e64f55 22:49:09 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:49:09 ---> Running in 752394dec27a 22:49:10 Removing intermediate container 752394dec27a 22:49:10 ---> eaf2ef160485 22:49:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:49:10 ---> Running in 291b19733076 22:49:11 Removing intermediate container 291b19733076 22:49:11 ---> 7024eff66644 22:49:11 Step 21/23 : LABEL arch=arm64 22:49:11 ---> Running in 69c26afbb13a 22:49:11 Removing intermediate container 69c26afbb13a 22:49:11 ---> fa8f409669f0 22:49:11 Step 22/23 : LABEL git_sha=02adb78950723d59fdd745462f627754dd55f7e4 22:49:11 ---> Running in fd16d0a359ac 22:49:12 Removing intermediate container fd16d0a359ac 22:49:12 ---> d304e19d7360 22:49:12 Step 23/23 : LABEL version=0.0.0 22:49:12 ---> Running in 16c08de3919c 22:49:12 Removing intermediate container 16c08de3919c 22:49:12 ---> 2a83ab9d68d8 22:49:12 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:49:12 Successfully built 2a83ab9d68d8 22:49:12 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:49:13 ---> job-cost.sh 22:49:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jTlw 22:49:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:51:29 lf-activate-venv(): INFO: Adding /tmp/venv-jTlw/bin to PATH 22:51:29 INFO: No Stack... 22:51:29 INFO: Retrieving Pricing Info for: lf-standard-4 22:51:29 INFO: Archiving Costs [Pipeline] sh 22:51:29 + cut -d, -f6 22:51:29 + cat /w/workspace/device-sdk-go/38/archives/cost.csv [Pipeline] lock 22:51:29 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-38-stack-cost] 22:51:29 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-38-stack-cost] did not exist. Created. 22:51:29 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:51:30 /w/workspace/device-sdk-go/38@tmp/durable-e4824773/script.sh: 1: /w/workspace/device-sdk-go/38@tmp/durable-e4824773/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:51:30 + echo total: 0.20999999344348907 [Pipeline] stash 22:51:30 Warning: overwriting stash ‘stack-cost’ 22:51:30 Stashed 1 file(s) [Pipeline] } 22:51:30 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-38-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 22:51:31 provisioning config files... 22:51:31 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config2179969670963138738tmp [Pipeline] { [Pipeline] sh 22:51:31 + set +x 22:51:31 + curl -s https://codecov.io/bash 22:51:31 + bash -s -- 22:51:31 22:51:31 _____ _ 22:51:31 / ____| | | 22:51:31 | | ___ __| | ___ ___ _____ __ 22:51:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:51:31 | |___| (_) | (_| | __/ (_| (_) \ V / 22:51:31 \_____\___/ \__,_|\___|\___\___/ \_/ 22:51:31 Bash-1.0.2 22:51:31 22:51:31 22:51:31 ==> git version 2.24.3 found 22:51:31 ==> 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 22:51:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:51:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:51:31 ==> Jenkins CI detected. 22:51:31 project root: . 22:51:31 --> token set from env 22:51:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:51:31 ==> Running gcov in . (disable via -X gcov) 22:51:31 ==> Python coveragepy not found 22:51:31 ==> Searching for coverage reports in: 22:51:31 + . 22:51:31 -> Found 1 reports 22:51:31 ==> Detecting git/mercurial file structure 22:51:31 ==> Reading reports 22:51:31 + ./coverage.out bytes=100024 22:51:31 ==> Appending adjustments 22:51:31 https://docs.codecov.io/docs/fixing-reports 22:51:32 + Found adjustments 22:51:32 ==> Gzipping contents 22:51:32 16K /tmp/codecov.Kgcijn.gz 22:51:32 ==> Uploading reports 22:51:32 url: https://codecov.io 22:51:32 query: branch=PR-725&commit=02adb78950723d59fdd745462f627754dd55f7e4&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:51:32 -> Pinging Codecov 22:51:32 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-725&commit=02adb78950723d59fdd745462f627754dd55f7e4&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:51:33 -> Uploading to 22:51:33 https://storage.googleapis.com/codecov/v4/raw/2021-04-22/7E55EF52A471D76F132DFD9A03CDDE97/02adb78950723d59fdd745462f627754dd55f7e4/9a9b5467-30da-4300-9c53-f71b9338db22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T225132Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4aa714dcc8f9bd2e57a86f169bdfc005d96b2d575e6ae7e3069af91c4f35a84f 22:51:33 % Total % Received % Xferd Average Speed Time Time Time Current 22:51:33 Dload Upload Total Spent Left Speed 22:51:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13515 0 0 100 13515 0 27972 --:--:-- --:--:-- --:--:-- 28039 22:51:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/02adb78950723d59fdd745462f627754dd55f7e4 [Pipeline] } 22:51:33 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 22:51:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:35 ---> package-listing.sh 22:51:35 ++ facter osfamily 22:51:35 ++ tr '[:upper:]' '[:lower:]' 22:51:35 + OS_FAMILY=redhat 22:51:35 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 22:51:35 + START_PACKAGES=/tmp/packages_start.txt 22:51:35 + END_PACKAGES=/tmp/packages_end.txt 22:51:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:35 + PACKAGES=/tmp/packages_start.txt 22:51:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:51:35 + PACKAGES=/tmp/packages_end.txt 22:51:35 + case "${OS_FAMILY}" in 22:51:35 + rpm -qa 22:51:35 + sort 22:51:40 + '[' -f /tmp/packages_start.txt ']' 22:51:40 + '[' -f /tmp/packages_end.txt ']' 22:51:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:51:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 22:51:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 22:51:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:51:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:41 22:51:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:42 alpine: Pulling from edgex-lftools-log-publisher 22:51:42 df20fa9351a1: Pulling fs layer 22:51:42 36b3adc4ff6f: Pulling fs layer 22:51:42 8ad3a11d3b57: Pulling fs layer 22:51:42 46f8f816bc3b: Pulling fs layer 22:51:42 93b61091891f: Pulling fs layer 22:51:42 93b9cdb0e59b: Pulling fs layer 22:51:42 5e14af77c1be: Pulling fs layer 22:51:42 01666e4c0597: Pulling fs layer 22:51:42 aa168da1d23b: Pulling fs layer 22:51:42 93b9cdb0e59b: Waiting 22:51:42 5e14af77c1be: Waiting 22:51:42 01666e4c0597: Waiting 22:51:42 aa168da1d23b: Waiting 22:51:42 46f8f816bc3b: Waiting 22:51:42 93b61091891f: Waiting 22:51:42 36b3adc4ff6f: Verifying Checksum 22:51:42 36b3adc4ff6f: Download complete 22:51:42 46f8f816bc3b: Verifying Checksum 22:51:42 46f8f816bc3b: Download complete 22:51:42 df20fa9351a1: Verifying Checksum 22:51:42 df20fa9351a1: Download complete 22:51:42 93b9cdb0e59b: Verifying Checksum 22:51:42 5e14af77c1be: Download complete 22:51:42 01666e4c0597: Verifying Checksum 22:51:42 01666e4c0597: Download complete 22:51:42 93b61091891f: Verifying Checksum 22:51:42 93b61091891f: Download complete 22:51:42 8ad3a11d3b57: Verifying Checksum 22:51:42 8ad3a11d3b57: Download complete 22:51:42 df20fa9351a1: Pull complete 22:51:43 36b3adc4ff6f: Pull complete 22:51:43 8ad3a11d3b57: Pull complete 22:51:44 46f8f816bc3b: Pull complete 22:51:45 93b61091891f: Pull complete 22:51:45 aa168da1d23b: Verifying Checksum 22:51:45 aa168da1d23b: Download complete 22:51:45 93b9cdb0e59b: Pull complete 22:51:46 5e14af77c1be: Pull complete 22:51:46 01666e4c0597: Pull complete 22:51:56 aa168da1d23b: Pull complete 22:51:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:51:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:51:56 prd-centos7-docker-4c-2g-1485 does not seem to be running inside a container 22:51:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:52:00 $ docker top 0dffc613d899a49a3342526ba8d7880e8b0efeeaf2d0727d6652b8717f779822 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:00 + touch /tmp/pre-build-complete [Pipeline] sh 22:52:01 + mkdir -p /var/log/sa [Pipeline] sh 22:52:01 + ls /var/log/sa-host 22:52:01 + sadf -c /var/log/sa-host/sa22 22:52:01 file_magic: OK 22:52:01 HZ: Using current value: 100 22:52:01 file_header: OK 22:52:01 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 22:52:01 Statistics: 22:52:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:52:01 File successfully converted to sysstat format version 12.2.1 22:52:01 + sadf -c /var/log/sa-host/sa23 22:52:01 file_magic: OK 22:52:01 HZ: Using current value: 100 22:52:01 file_header: OK 22:52:01 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 22:52:01 Statistics: 22:52:01 Hnuu...uuuununununu... 22:52:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:52:01 provisioning config files... 22:52:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4797401836823919659tmp [Pipeline] { [Pipeline] echo 22:52:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:52:02 ---> create-netrc.sh [Pipeline] } 22:52:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:52:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:52:02 ---> python-tools-install.sh [Pipeline] echo 22:52:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:52:03 ---> sudo-logs.sh 22:52:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:52:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:52:03 ---> job-cost.sh 22:52:03 lf-activate-venv: SKIPPING 22:52:03 DEBUG: total: 0.20999999344348907 22:52:03 INFO: Retrieving Stack Cost... 22:52:05 INFO: Retrieving Pricing Info for: v1-standard-2 22:52:06 INFO: Archiving Costs [Pipeline] echo 22:52:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:52:06 ---> logs-deploy.sh 22:52:06 lf-activate-venv: SKIPPING 22:52:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/38 22:52:06 INFO: archiving workspace using pattern(s): 22:52:09 Archives upload complete. 22:52:09 INFO: archiving logs to Nexus 22:52:11 ---> uname -a: 22:52:11 Linux prd-centos7-docker-4c-2g-1485.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:52:11 22:52:11 22:52:11 ---> lscpu: 22:52:11 Architecture: x86_64 22:52:11 CPU op-mode(s): 32-bit, 64-bit 22:52:11 Byte Order: Little Endian 22:52:11 Address sizes: 40 bits physical, 48 bits virtual 22:52:11 CPU(s): 4 22:52:11 On-line CPU(s) list: 0-3 22:52:11 Thread(s) per core: 1 22:52:11 Core(s) per socket: 1 22:52:11 Socket(s): 4 22:52:11 NUMA node(s): 1 22:52:11 Vendor ID: GenuineIntel 22:52:11 CPU family: 6 22:52:11 Model: 44 22:52:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:52:11 Stepping: 1 22:52:11 CPU MHz: 2933.436 22:52:11 BogoMIPS: 5866.87 22:52:11 Virtualization: VT-x 22:52:11 Hypervisor vendor: KVM 22:52:11 Virtualization type: full 22:52:11 L1d cache: 128 KiB 22:52:11 L1i cache: 128 KiB 22:52:11 L2 cache: 16 MiB 22:52:11 L3 cache: 64 MiB 22:52:11 NUMA node0 CPU(s): 0-3 22:52:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:52:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:52:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:52:11 Vulnerability Meltdown: Mitigation; PTI 22:52:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:52:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:52:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:52:11 Vulnerability Srbds: Not affected 22:52:11 Vulnerability Tsx async abort: Not affected 22:52:11 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 22:52:11 22:52:11 22:52:11 ---> nproc: 22:52:11 4 22:52:11 22:52:11 22:52:11 ---> df -h: 22:52:11 Filesystem Size Used Available Use% Mounted on 22:52:11 overlay 50.0G 7.3G 42.7G 15% / 22:52:11 tmpfs 64.0M 0 64.0M 0% /dev 22:52:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:52:11 shm 64.0M 0 64.0M 0% /dev/shm 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:52:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:52:11 22:52:11 22:52:11 ---> free -m: 22:52:11 total used free shared buff/cache available 22:52:11 Mem: 1837 733 99 0 1004 999 22:52:11 Swap: 1023 1 1022 22:52:11 22:52:11 22:52:11 ---> ip addr: 22:52:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:52:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:52:11 inet 127.0.0.1/8 scope host lo 22:52:11 valid_lft forever preferred_lft forever 22:52:11 inet6 ::1/128 scope host 22:52:11 valid_lft forever preferred_lft forever 22:52:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:52:11 link/ether fa:16:3e:ce:47:36 brd ff:ff:ff:ff:ff:ff 22:52:11 inet 10.30.123.139/23 brd 10.30.123.255 scope global dynamic eth0 22:52:11 valid_lft 85747sec preferred_lft 85747sec 22:52:11 inet6 fe80::f816:3eff:fece:4736/64 scope link 22:52:11 valid_lft forever preferred_lft forever 22:52:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:52:11 link/ether 02:42:8b:19:32:ec brd ff:ff:ff:ff:ff:ff 22:52:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:52:11 valid_lft forever preferred_lft forever 22:52:11 inet6 fe80::42:8bff:fe19:32ec/64 scope link 22:52:11 valid_lft forever preferred_lft forever 22:52:11 22:52:11 22:52:11 ---> sar -b -r -n DEV: 22:52:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 22:52:11 22:52:11 22:41:05 LINUX RESTART (4 CPU) 22:52:11 22:52:11 22:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:52:11 22:43:01 26.93 6.34 20.59 0.00 1798.90 3108.22 0.00 22:52:11 22:44:01 1.90 0.00 1.90 0.00 0.00 36.23 0.00 22:52:11 22:45:01 0.32 0.00 0.32 0.00 0.00 4.45 0.00 22:52:11 22:46:01 0.35 0.00 0.35 0.00 0.00 5.79 0.00 22:52:11 22:47:01 0.25 0.00 0.25 0.00 0.00 4.28 0.00 22:52:11 22:48:02 0.28 0.00 0.28 0.00 0.00 4.68 0.00 22:52:11 22:49:01 0.36 0.00 0.36 0.00 0.00 5.11 0.00 22:52:11 22:50:01 0.25 0.00 0.25 0.00 0.00 4.01 0.00 22:52:11 22:51:01 0.35 0.00 0.35 0.00 0.00 5.16 0.00 22:52:11 Average: 3.45 0.71 2.74 0.00 200.36 353.95 0.00 22:52:11 22:52:11 22:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:52:11 22:43:01 168348 0 619080 32.90 2620 1091496 1105592 37.73 431916 1083096 20 22:52:11 22:44:01 169308 0 618112 32.85 2620 1091504 1078852 36.82 436976 1076900 8 22:52:11 22:45:01 168544 0 618868 32.89 2620 1091512 1079056 36.83 445996 1069476 8 22:52:11 22:46:01 165344 0 622068 33.06 2620 1091512 1079116 36.83 450172 1067424 8 22:52:11 22:47:01 167080 0 620324 32.97 2620 1091520 1078924 36.82 457200 1059460 12 22:52:11 22:48:02 167228 0 620172 32.96 2620 1091524 1078888 36.82 457024 1059460 8 22:52:11 22:49:01 167796 0 619600 32.93 2620 1091528 1078852 36.82 456832 1059460 16 22:52:11 22:50:01 168020 0 619372 32.92 2620 1091532 1078852 36.82 456712 1059460 8 22:52:11 22:51:01 167880 0 619504 32.93 2620 1091540 1078852 36.82 456848 1059460 8 22:52:11 Average: 167728 0 619678 32.93 2620 1091519 1081887 36.92 449964 1066022 11 22:52:11 22:52:11 22:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:52:11 22:43:01 eth0 84.42 65.29 367.30 15.72 0.00 0.00 0.00 0.00 22:52:11 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:43:01 docker0 11.38 9.29 1.82 26.14 0.00 0.00 0.00 0.00 22:52:11 22:44:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:52:11 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:45:01 eth0 3.45 1.50 3.26 0.28 0.00 0.00 0.00 0.00 22:52:11 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:46:01 eth0 0.50 0.32 0.27 0.20 0.00 0.00 0.00 0.00 22:52:11 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:47:01 eth0 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 22:52:11 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:48:02 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 22:52:11 22:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:52:11 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:52:11 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:52:11 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 Average: eth0 9.99 7.54 41.33 1.82 0.00 0.00 0.00 0.00 22:52:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:11 Average: docker0 1.27 1.03 0.20 2.91 0.00 0.00 0.00 0.00 22:52:11 22:52:11 22:52:11 ---> sar -P ALL: 22:52:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 22:52:11 22:52:11 22:41:05 LINUX RESTART (4 CPU) 22:52:11 22:52:11 22:42:01 CPU %user %nice %system %iowait %steal %idle 22:52:11 22:43:01 all 2.70 0.00 2.09 0.47 0.35 94.38 22:52:11 22:43:01 0 2.37 0.00 2.08 1.36 0.29 93.90 22:52:11 22:43:01 1 2.96 0.00 1.97 0.15 0.35 94.57 22:52:11 22:43:01 2 2.65 0.00 2.22 0.12 0.42 94.60 22:52:11 22:43:01 3 2.84 0.00 2.08 0.27 0.35 94.46 22:52:11 22:44:01 all 0.15 0.00 0.06 0.00 0.07 99.72 22:52:11 22:44:01 0 0.02 0.00 0.02 0.00 0.07 99.90 22:52:11 22:44:01 1 0.47 0.00 0.07 0.00 0.03 99.43 22:52:11 22:44:01 2 0.08 0.00 0.10 0.00 0.12 99.70 22:52:11 22:44:01 3 0.02 0.00 0.05 0.00 0.08 99.85 22:52:11 22:45:01 all 0.19 0.00 0.09 0.00 0.04 99.68 22:52:11 22:45:01 0 0.08 0.00 0.08 0.00 0.00 99.83 22:52:11 22:45:01 1 0.42 0.00 0.12 0.00 0.07 99.40 22:52:11 22:45:01 2 0.15 0.00 0.13 0.00 0.05 99.67 22:52:11 22:45:01 3 0.12 0.00 0.02 0.00 0.03 99.83 22:52:11 22:46:01 all 0.16 0.00 0.06 0.00 0.02 99.75 22:52:11 22:46:01 0 0.03 0.00 0.05 0.00 0.02 99.90 22:52:11 22:46:01 1 0.07 0.00 0.03 0.00 0.02 99.88 22:52:11 22:46:01 2 0.05 0.00 0.07 0.00 0.03 99.85 22:52:11 22:46:01 3 0.50 0.00 0.10 0.00 0.03 99.37 22:52:11 22:47:01 all 0.16 0.00 0.12 0.00 0.08 99.65 22:52:11 22:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:52:11 22:47:01 1 0.17 0.00 0.10 0.00 0.15 99.58 22:52:11 22:47:01 2 0.07 0.00 0.10 0.00 0.05 99.78 22:52:11 22:47:01 3 0.40 0.00 0.25 0.00 0.10 99.25 22:52:11 22:48:02 all 0.16 0.00 0.04 0.00 0.04 99.77 22:52:11 22:48:02 0 0.02 0.00 0.02 0.00 0.02 99.95 22:52:11 22:48:02 1 0.50 0.00 0.03 0.00 0.03 99.43 22:52:11 22:48:02 2 0.07 0.00 0.07 0.00 0.08 99.78 22:52:11 22:48:02 3 0.05 0.00 0.03 0.00 0.02 99.90 22:52:11 22:49:01 all 0.17 0.00 0.03 0.00 0.04 99.77 22:52:11 22:49:01 0 0.02 0.00 0.00 0.00 0.05 99.93 22:52:11 22:49:01 1 0.53 0.00 0.02 0.00 0.02 99.44 22:52:11 22:49:01 2 0.03 0.00 0.03 0.00 0.03 99.90 22:52:11 22:49:01 3 0.08 0.00 0.05 0.00 0.07 99.80 22:52:11 22:50:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:52:11 22:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:52:11 22:50:01 1 0.50 0.00 0.03 0.00 0.00 99.47 22:52:11 22:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:52:11 22:50:01 3 0.05 0.00 0.07 0.00 0.02 99.87 22:52:11 22:51:01 all 0.15 0.00 0.03 0.00 0.03 99.79 22:52:11 22:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:52:11 22:51:01 1 0.43 0.00 0.05 0.00 0.03 99.48 22:52:11 22:51:01 2 0.05 0.00 0.02 0.00 0.05 99.88 22:52:11 22:51:01 3 0.08 0.00 0.05 0.00 0.05 99.82 22:52:11 Average: all 0.44 0.00 0.28 0.05 0.08 99.15 22:52:11 Average: 0 0.28 0.00 0.26 0.15 0.05 99.26 22:52:11 Average: 1 0.67 0.00 0.27 0.02 0.08 98.97 22:52:11 Average: 2 0.35 0.00 0.30 0.01 0.09 99.24 22:52:11 Average: 3 0.46 0.00 0.30 0.03 0.08 99.13 22:52:11 22:52:11 22:52:11