Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f1f8d07c7547b0631bee6ef379e1f335d995aecd+8659f99871c0873da8324f2f6a625b509cb242d1 (2acace68558a236fe6245f8f76ce3887067d5490) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-582 in /w/workspace/dgexfoundry_device-sdk-go_PR-881 [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-881 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit f1f8d07c7547b0631bee6ef379e1f335d995aecd Merge succeeded, producing d0a83b780265e8f475c3514d228360d0b089da8f Checking out Revision d0a83b780265e8f475c3514d228360d0b089da8f (PR-881) > 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/881/head:refs/remotes/origin/PR-881 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1f8d07c7547b0631bee6ef379e1f335d995aecd # 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 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d0a83b780265e8f475c3514d228360d0b089da8f # timeout=10 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" > git rev-list --no-walk f1f8d07c7547b0631bee6ef379e1f335d995aecd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:41:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:41:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:41:36 ========================================================= 22:41:36 EdgeX Global Pipelines Version Info 22:41:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:41:37 ------------------- 22:41:37 stable info: 22:41:37 ------------------- 22:41:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:41:37 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:41:37 Message: update stable to v1.0.186 22:41:38 ------------------- 22:41:38 experimental info: 22:41:38 ------------------- 22:41:38 Commited By: **** collab-it+edgex@linuxfoundation.org 22:41:38 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:41:38 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:41:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:41:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-881 [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-881 [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-881 [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d0a83b780265e8f475c3514d228360d0b089da8f [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d0a83b7 [Pipeline] echo 22:41:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:41:39 provisioning config files... 22:41:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp/config1468251747105663919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:41:40 ---> docker-login.sh 22:41:40 nexus3.edgexfoundry.org:10001 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:40 Configure a credential helper to remove this warning. See 22:41:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:40 22:41:40 Login Succeeded 22:41:40 nexus3.edgexfoundry.org:10002 22:41:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:41 Configure a credential helper to remove this warning. See 22:41:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:41 22:41:41 Login Succeeded 22:41:41 nexus3.edgexfoundry.org:10003 22:41:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:41 Configure a credential helper to remove this warning. See 22:41:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:41 22:41:41 Login Succeeded 22:41:41 nexus3.edgexfoundry.org:10004 22:41:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:41 Configure a credential helper to remove this warning. See 22:41:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:41 22:41:41 Login Succeeded 22:41:41 docker.io 22:41:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:41 Configure a credential helper to remove this warning. See 22:41:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:41 22:41:41 Login Succeeded 22:41:41 ---> docker-login.sh ends [Pipeline] } 22:41:41 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:41:42 + git log --format=format:%s -1 d0a83b780265e8f475c3514d228360d0b089da8f [Pipeline] echo 22:41:42 GIT_COMMIT: d0a83b780265e8f475c3514d228360d0b089da8f, Commit Message: Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD [Pipeline] echo 22:41:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:41:43 22:41:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:41:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:41:43 latest: Pulling from edgex-devops/git-semver 22:41:43 31603596830f: Pulling fs layer 22:41:43 2a8b12db71e7: Pulling fs layer 22:41:43 6ca5941a6612: Pulling fs layer 22:41:43 ecc8261a40a4: Pulling fs layer 22:41:43 ecc8261a40a4: Waiting 22:41:43 2a8b12db71e7: Download complete 22:41:43 31603596830f: Verifying Checksum 22:41:43 31603596830f: Download complete 22:41:43 ecc8261a40a4: Verifying Checksum 22:41:43 ecc8261a40a4: Download complete 22:41:43 6ca5941a6612: Verifying Checksum 22:41:43 6ca5941a6612: Download complete 22:41:44 31603596830f: Pull complete 22:41:44 2a8b12db71e7: Pull complete 22:41:45 6ca5941a6612: Pull complete 22:41:46 ecc8261a40a4: Pull complete 22:41:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:41:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:41:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:41:46 prd-centos7-docker-4c-2g-582 does not seem to be running inside a container 22:41:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-881 -v /w/workspace/dgexfoundry_device-sdk-go_PR-881:/w/workspace/dgexfoundry_device-sdk-go_PR-881:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:41:48 $ docker top 09ecebe160e3d31ced5095f92ccd4b97e753df5438c9225a5f74780b3524d7e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:41:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:41:48 [ssh-agent] Looking for ssh-agent implementation... 22:41:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:41:48 $ docker exec 09ecebe160e3d31ced5095f92ccd4b97e753df5438c9225a5f74780b3524d7e3 ssh-agent 22:41:48 SSH_AUTH_SOCK=/tmp/ssh-IDdd7sOurQiA/agent.11 22:41:48 SSH_AGENT_PID=17 22:41:48 Running ssh-add (command line suppressed) 22:41:48 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp/private_key_4362656286545546854.key (/w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp/private_key_4362656286545546854.key) 22:41:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:41:49 + git tag --points-at HEAD [Pipeline] } 22:41:49 $ docker exec --env ******** --env ******** 09ecebe160e3d31ced5095f92ccd4b97e753df5438c9225a5f74780b3524d7e3 ssh-agent -k 22:41:49 unset SSH_AUTH_SOCK; 22:41:49 unset SSH_AGENT_PID; 22:41:49 echo Agent pid 17 killed; 22:41:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:41:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:41:49 [ssh-agent] Looking for ssh-agent implementation... 22:41:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:41:49 $ docker exec 09ecebe160e3d31ced5095f92ccd4b97e753df5438c9225a5f74780b3524d7e3 ssh-agent 22:41:49 SSH_AUTH_SOCK=/tmp/ssh-JMtPSWoiZdYH/agent.46 22:41:49 SSH_AGENT_PID=52 22:41:49 Running ssh-add (command line suppressed) 22:41:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp/private_key_7749046868599783404.key (/w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp/private_key_7749046868599783404.key) 22:41:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:41:50 + git semver init 22:41:50 # -> Open(): unable to determine branch for HEAD 22:41:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-881/.git 22:41:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-881 22:41:50 # $SEMVER_REMOTE_NAME = origin 22:41:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:41:50 # $SEMVER_USER_NAME = edgex-jenkins 22:41:50 # $SEMVER_BRANCH = PR-881 22:41:50 # $SEMVER_TEMP = /tmp/semver-312356309 22:41:50 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:41:51 # '/tmp/semver-312356309' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-881/.semver' 22:41:51 # -> Force: false 22:41:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-881/.semver [Pipeline] } 22:41:51 $ docker exec --env ******** --env ******** 09ecebe160e3d31ced5095f92ccd4b97e753df5438c9225a5f74780b3524d7e3 ssh-agent -k 22:41:51 unset SSH_AUTH_SOCK; 22:41:51 unset SSH_AGENT_PID; 22:41:51 echo Agent pid 52 killed; 22:41:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:41:51 + git semver [Pipeline] } 22:41:51 $ docker stop --time=1 09ecebe160e3d31ced5095f92ccd4b97e753df5438c9225a5f74780b3524d7e3 22:41:53 $ docker rm -f 09ecebe160e3d31ced5095f92ccd4b97e753df5438c9225a5f74780b3524d7e3 [Pipeline] // withDockerContainer [Pipeline] sh 22:41:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:41:54 Stashed 1 file(s) [Pipeline] echo 22:41:54 [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:09 Still waiting to schedule task 22:42:09 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-583’ is offline; ‘prd-centos7-docker-4c-2g-584’ is offline 22:42:09 Still waiting to schedule task 22:42:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:43:52 Running on prd-centos7-docker-4c-2g-588 in /w/workspace/dgexfoundry_device-sdk-go_PR-881 [Pipeline] { [Pipeline] ws 22:43:52 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:43:55 using credential edgex-jenkins-ssh 22:43:55 Cloning the remote Git repository 22:43:55 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:43:55 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:43:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:43:55 > git --version # timeout=10 22:43:55 > git --version # 'git version 2.24.3' 22:43:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:43:56 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit f1f8d07c7547b0631bee6ef379e1f335d995aecd 22:43:56 Merge succeeded, producing b8275fcc3e10b728dd91761df0d52afa6501b3f8 22:43:56 Checking out Revision b8275fcc3e10b728dd91761df0d52afa6501b3f8 (PR-881) 22:43:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:43:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:43:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:43:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:43:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/881/head:refs/remotes/origin/PR-881 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:56 > git config core.sparsecheckout # timeout=10 22:43:56 > git checkout -f f1f8d07c7547b0631bee6ef379e1f335d995aecd # timeout=10 22:43:56 > git remote # timeout=10 22:43:56 > git config --get remote.origin.url # timeout=10 22:43:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:56 > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 22:43:56 > git rev-parse HEAD^{commit} # timeout=10 22:43:56 > git config core.sparsecheckout # timeout=10 22:43:56 > git checkout -f b8275fcc3e10b728dd91761df0d52afa6501b3f8 # timeout=10 22:44:00 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" 22:44:00 > git rev-list --no-walk f1f8d07c7547b0631bee6ef379e1f335d995aecd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:44:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:01 + sudo service docker restart 22:44:01 + true 22:44:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:02 provisioning config files... 22:44:02 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8153601506935748127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:03 ---> docker-login.sh 22:44:03 nexus3.edgexfoundry.org:10001 22:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:03 Configure a credential helper to remove this warning. See 22:44:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:03 22:44:03 Login Succeeded 22:44:03 nexus3.edgexfoundry.org:10002 22:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:03 Configure a credential helper to remove this warning. See 22:44:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:03 22:44:03 Login Succeeded 22:44:03 nexus3.edgexfoundry.org:10003 22:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:04 Configure a credential helper to remove this warning. See 22:44:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:04 22:44:04 Login Succeeded 22:44:04 nexus3.edgexfoundry.org:10004 22:44:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:04 Configure a credential helper to remove this warning. See 22:44:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:04 22:44:04 Login Succeeded 22:44:04 docker.io 22:44:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:04 Configure a credential helper to remove this warning. See 22:44:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:04 22:44:04 Login Succeeded 22:44:04 ---> docker-login.sh ends [Pipeline] } 22:44:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:04 ========================================================= 22:44:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:44:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:05 + 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:44:05 Sending build context to Docker daemon 2.442MB 22:44:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:05 Step 2/8 : FROM ${BASE} 22:44:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:44:05 188c0c94c7c5: Pulling fs layer 22:44:05 0ef7d3d256c8: Pulling fs layer 22:44:05 de9db76c5a1d: Pulling fs layer 22:44:05 bca2f99d35d6: Pulling fs layer 22:44:05 93359f2a8cfa: Pulling fs layer 22:44:05 7c6f9722023f: Pulling fs layer 22:44:05 a35cf1a2eb13: Pulling fs layer 22:44:05 bca2f99d35d6: Waiting 22:44:05 7c6f9722023f: Waiting 22:44:05 93359f2a8cfa: Waiting 22:44:05 a35cf1a2eb13: Waiting 22:44:05 de9db76c5a1d: Verifying Checksum 22:44:05 de9db76c5a1d: Download complete 22:44:05 0ef7d3d256c8: Verifying Checksum 22:44:05 0ef7d3d256c8: Download complete 22:44:05 93359f2a8cfa: Download complete 22:44:05 188c0c94c7c5: Verifying Checksum 22:44:05 188c0c94c7c5: Download complete 22:44:05 7c6f9722023f: Verifying Checksum 22:44:05 7c6f9722023f: Download complete 22:44:05 188c0c94c7c5: Pull complete 22:44:05 0ef7d3d256c8: Pull complete 22:44:05 de9db76c5a1d: Pull complete 22:44:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-586 in /w/workspace/dgexfoundry_device-sdk-go_PR-881 [Pipeline] { [Pipeline] ws 22:44:06 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:44:07 a35cf1a2eb13: Verifying Checksum 22:44:07 a35cf1a2eb13: Download complete 22:44:07 bca2f99d35d6: Download complete 22:44:12 using credential edgex-jenkins-ssh 22:44:12 Cloning the remote Git repository 22:44:12 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:44:13 bca2f99d35d6: Pull complete 22:44:13 93359f2a8cfa: Pull complete 22:44:13 7c6f9722023f: Pull complete 22:44:12 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:44:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:13 > git --version # timeout=10 22:44:13 > git --version # 'git version 2.17.1' 22:44:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:15 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit f1f8d07c7547b0631bee6ef379e1f335d995aecd 22:44:15 Merge succeeded, producing 496c69fe6fd7aa288b8d27d89444ae22f6e038e4 22:44:15 Checking out Revision 496c69fe6fd7aa288b8d27d89444ae22f6e038e4 (PR-881) 22:44:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:14 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/881/head:refs/remotes/origin/PR-881 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:15 > git config core.sparsecheckout # timeout=10 22:44:15 > git checkout -f f1f8d07c7547b0631bee6ef379e1f335d995aecd # timeout=10 22:44:15 > git remote # timeout=10 22:44:15 > git config --get remote.origin.url # timeout=10 22:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:15 > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 22:44:15 > git rev-parse HEAD^{commit} # timeout=10 22:44:15 > git config core.sparsecheckout # timeout=10 22:44:15 > git checkout -f 496c69fe6fd7aa288b8d27d89444ae22f6e038e4 # timeout=10 22:44:19 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" 22:44:19 > git rev-list --no-walk f1f8d07c7547b0631bee6ef379e1f335d995aecd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:44:21 a35cf1a2eb13: Pull complete 22:44:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:44:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:44:21 ---> a62c8e92a672 22:44:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:44:21 ---> Running in 47cfc85e0ce6 22:44:21 Removing intermediate container 47cfc85e0ce6 22:44:21 ---> d58088306005 22:44:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:44:21 ---> Running in 853f55aa8733 22:44:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:21 + sudo service docker restart 22:44:21 + true 22:44:22 Removing intermediate container 853f55aa8733 22:44:22 ---> f676682336c1 22:44:22 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:44:22 ---> Running in 0e97d2b90355 22:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:44:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:44:24 (1/6) Installing libc-dev (0.7.2-r3) 22:44:24 (2/6) Installing libsodium (1.0.18-r0) 22:44:24 (3/6) Installing pkgconf (1.7.2-r0) 22:44:24 (4/6) Installing libsodium-dev (1.0.18-r0) 22:44:24 (5/6) Installing libzmq (4.3.3-r0) 22:44:24 (6/6) Installing zeromq-dev (4.3.3-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:24 provisioning config files... 22:44:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config952228328438006420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:24 Executing busybox-1.31.1-r19.trigger 22:44:24 OK: 167 MiB in 45 packages 22:44:24 ---> docker-login.sh 22:44:24 nexus3.edgexfoundry.org:10001 22:44:25 Removing intermediate container 0e97d2b90355 22:44:25 ---> de20f78d3d19 22:44:25 Step 6/8 : WORKDIR /device-sdk-go 22:44:25 ---> Running in daad24e1b4de 22:44:25 Removing intermediate container daad24e1b4de 22:44:25 ---> 755eaf2c9ebb 22:44:25 Step 7/8 : COPY . . 22:44:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:26 Configure a credential helper to remove this warning. See 22:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:26 22:44:26 Login Succeeded 22:44:26 nexus3.edgexfoundry.org:10002 22:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:26 Configure a credential helper to remove this warning. See 22:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:26 22:44:26 Login Succeeded 22:44:26 ---> 0eb759fd8edb 22:44:26 Step 8/8 : RUN go mod download 22:44:26 ---> Running in 41ef242f64c0 22:44:27 nexus3.edgexfoundry.org:10003 22:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:27 Configure a credential helper to remove this warning. See 22:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:27 22:44:27 Login Succeeded 22:44:27 nexus3.edgexfoundry.org:10004 22:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:27 Configure a credential helper to remove this warning. See 22:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:27 22:44:27 Login Succeeded 22:44:27 docker.io 22:44:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:28 Configure a credential helper to remove this warning. See 22:44:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:28 22:44:28 Login Succeeded 22:44:28 ---> docker-login.sh ends [Pipeline] } 22:44:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:29 ========================================================= 22:44:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:44:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:29 + 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:29 Sending build context to Docker daemon 2.444MB 22:44:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:29 Step 2/8 : FROM ${BASE} 22:44:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:44:29 5f621e34cdf4: Pulling fs layer 22:44:29 a4357932f1b6: Pulling fs layer 22:44:29 18c013af1878: Pulling fs layer 22:44:29 00ac8860ef70: Pulling fs layer 22:44:29 63d7cb157983: Pulling fs layer 22:44:29 b116817d02f9: Pulling fs layer 22:44:29 745a02a5169b: Pulling fs layer 22:44:29 63d7cb157983: Waiting 22:44:29 b116817d02f9: Waiting 22:44:29 00ac8860ef70: Waiting 22:44:29 745a02a5169b: Waiting 22:44:29 18c013af1878: Verifying Checksum 22:44:29 18c013af1878: Download complete 22:44:29 a4357932f1b6: Download complete 22:44:29 63d7cb157983: Verifying Checksum 22:44:29 63d7cb157983: Download complete 22:44:29 b116817d02f9: Verifying Checksum 22:44:29 b116817d02f9: Download complete 22:44:29 5f621e34cdf4: Download complete 22:44:30 5f621e34cdf4: Pull complete 22:44:31 a4357932f1b6: Pull complete 22:44:31 18c013af1878: Pull complete 22:44:32 745a02a5169b: Verifying Checksum 22:44:32 745a02a5169b: Download complete 22:44:33 00ac8860ef70: Download complete 22:44:43 00ac8860ef70: Pull complete 22:44:43 63d7cb157983: Pull complete 22:44:43 b116817d02f9: Pull complete 22:44:48 745a02a5169b: Pull complete 22:44:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:44:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:44:48 ---> b7e6874047d6 22:44:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:44:50 ---> Running in bbd294e488f6 22:44:50 Removing intermediate container bbd294e488f6 22:44:50 ---> 769451c60d15 22:44:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:44:51 ---> Running in 1b0fd65d079b 22:44:53 Removing intermediate container 41ef242f64c0 22:44:53 ---> 720ab7705956 22:44:53 Successfully built 720ab7705956 22:44:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:44:53 Removing intermediate container 1b0fd65d079b 22:44:53 ---> 86d872b8c6d7 22:44:53 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:44:53 ---> Running in 30930e9744f1 22:44:53 + docker inspect -f . ci-base-image-x86_64 22:44:53 . [Pipeline] withDockerContainer 22:44:53 prd-centos7-docker-4c-2g-588 does not seem to be running inside a container 22:44:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:54 $ docker top f01d805f09c48b097d19b25c3427184f2b152744c25a14ce5ff5b8a552426606 -eo pid,comm [Pipeline] { [Pipeline] sh 22:44:55 + go version 22:44:55 go version go1.15.5 linux/amd64 [Pipeline] } 22:44:55 $ docker stop --time=1 f01d805f09c48b097d19b25c3427184f2b152744c25a14ce5ff5b8a552426606 22:44:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:56 (1/6) Installing libc-dev (0.7.2-r3) 22:44:56 (2/6) Installing libsodium (1.0.18-r0) 22:44:56 (3/6) Installing pkgconf (1.7.2-r0) 22:44:56 (4/6) Installing libsodium-dev (1.0.18-r0) 22:44:56 $ docker rm -f f01d805f09c48b097d19b25c3427184f2b152744c25a14ce5ff5b8a552426606 22:44:56 (5/6) Installing libzmq (4.3.3-r0) 22:44:56 (6/6) Installing zeromq-dev (4.3.3-r0) 22:44:56 Executing busybox-1.31.1-r19.trigger 22:44:56 OK: 144 MiB in 45 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:44:57 + docker inspect -f . ci-base-image-x86_64 22:44:57 . [Pipeline] withDockerContainer 22:44:57 prd-centos7-docker-4c-2g-588 does not seem to be running inside a container 22:44:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:44:57 $ docker top 3e99385c3037dc6067e3adfd5ede5fae9fa537995ddc2adc3e27f86023c6ac88 -eo pid,comm [Pipeline] { [Pipeline] sh 22:44:58 Removing intermediate container 30930e9744f1 22:44:58 ---> 2c660307a2ca 22:44:58 Step 6/8 : WORKDIR /device-sdk-go 22:44:58 ---> Running in d4819f3ccb18 22:44:58 + make test 22:44:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:44:58 Removing intermediate container d4819f3ccb18 22:44:58 ---> 2b5422d3794f 22:44:58 Step 7/8 : COPY . . 22:45:00 ---> 40fa8d1d4423 22:45:00 Step 8/8 : RUN go mod download 22:45:00 ---> Running in 27d12aa33f9a 22:45:06 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:45:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:45:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:45:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:45:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:45:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:45:26 Removing intermediate container 27d12aa33f9a 22:45:26 ---> b17f129e84db 22:45:26 Successfully built b17f129e84db 22:45:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:45:27 + docker inspect -f . ci-base-image-arm64 22:45:27 . [Pipeline] withDockerContainer 22:45:27 prd-ubuntu18.04-docker-arm64-4c-16g-586 does not seem to be running inside a container 22:45:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:45:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.053s coverage: 28.1% of statements 22:45:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.110s coverage: 78.9% of statements 22:45:29 $ docker top cf506d5f0dd5ca08cad8c5df9356ea791ecdbd7bb84c17f6c894f1ab4371ee05 -eo pid,comm [Pipeline] { 22:45:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.075s coverage: 7.8% of statements 22:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:45:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 32.0% of statements 22:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:45:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.100s coverage: 57.1% of statements 22:45:29 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.147s coverage: 6.6% of statements 22:45:29 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.060s coverage: 5.0% of statements 22:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:45:29 GO111MODULE=on go vet ./... [Pipeline] sh 22:45:30 + go version 22:45:30 go version go1.15.5 linux/arm64 [Pipeline] } 22:45:30 $ docker stop --time=1 cf506d5f0dd5ca08cad8c5df9356ea791ecdbd7bb84c17f6c894f1ab4371ee05 22:45:32 $ docker rm -f cf506d5f0dd5ca08cad8c5df9356ea791ecdbd7bb84c17f6c894f1ab4371ee05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:45:33 + docker inspect -f . ci-base-image-arm64 22:45:33 . [Pipeline] withDockerContainer 22:45:33 prd-ubuntu18.04-docker-arm64-4c-16g-586 does not seem to be running inside a container 22:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:45:35 $ docker top 69005a117f837f050c210767a51942f84e2e713fe6a6ef9bb941ef8bf6d4c2fa -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:36 + make test 22:45:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:45:45 gofmt -l . 22:45:45 [ "`gofmt -l .`" = "" ] 22:45:45 ./bin/test-attribution-txt.sh 22:45:45 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:45:45 $ docker stop --time=1 3e99385c3037dc6067e3adfd5ede5fae9fa537995ddc2adc3e27f86023c6ac88 22:45:47 $ docker rm -f 3e99385c3037dc6067e3adfd5ede5fae9fa537995ddc2adc3e27f86023c6ac88 [Pipeline] // withDockerContainer [Pipeline] sh 22:45:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:45:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:45:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:45:51 + ls -al . 22:45:51 total 188 22:45:51 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 17 22:45 . 22:45:51 drwxrwxr-x. 4 jenkins jenkins 28 Apr 17 22:43 .. 22:45:51 drwxrwxr-x. 2 jenkins jenkins 64 Apr 17 22:43 bin 22:45:51 -rw-r--r--. 1 jenkins jenkins 100116 Apr 17 22:45 coverage.out 22:45:51 -rw-rw-r--. 1 jenkins jenkins 987 Apr 17 22:43 Dockerfile.build 22:45:51 -rw-rw-r--. 1 jenkins jenkins 140 Apr 17 22:43 .dockerignore 22:45:51 drwxrwxr-x. 5 jenkins jenkins 62 Apr 17 22:43 example 22:45:51 drwxrwxr-x. 8 jenkins jenkins 179 Apr 17 22:44 .git 22:45:51 drwxrwxr-x. 2 jenkins jenkins 103 Apr 17 22:43 .github 22:45:51 -rw-rw-r--. 1 jenkins jenkins 138 Apr 17 22:43 .gitignore 22:45:51 -rw-r--r--. 1 jenkins jenkins 574 Apr 17 22:45 go.mod 22:45:51 -rw-r--r--. 1 jenkins jenkins 20735 Apr 17 22:45 go.sum 22:45:51 drwxrwxr-x. 14 jenkins jenkins 207 Apr 17 22:43 internal 22:45:51 -rw-rw-r--. 1 jenkins jenkins 901 Apr 17 22:43 Jenkinsfile 22:45:51 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 17 22:43 LICENSE 22:45:51 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 17 22:43 Makefile 22:45:51 drwxrwxr-x. 4 jenkins jenkins 26 Apr 17 22:43 openapi 22:45:51 drwxrwxr-x. 5 jenkins jenkins 50 Apr 17 22:43 pkg 22:45:51 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 17 22:43 README.md 22:45:51 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 17 22:43 RELEASE-NOTES.txt 22:45:51 drwxrwxr-x. 4 jenkins jenkins 54 Apr 17 22:43 snap 22:45:51 -rw-rw-r--. 1 jenkins jenkins 5 Apr 17 22:41 VERSION 22:45:51 -rw-rw-r--. 1 jenkins jenkins 222 Apr 17 22:43 version.go [Pipeline] isUnix [Pipeline] sh 22:45:51 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d0a83b780265e8f475c3514d228360d0b089da8f --label arch=amd64 --label version=0.0.0 . 22:45:51 Sending build context to Docker daemon 2.543MB 22:45:51 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:45:51 Step 2/23 : FROM ${BASE} AS builder 22:45:51 ---> 720ab7705956 22:45:51 Step 3/23 : WORKDIR /device-sdk-go 22:45:52 ---> Running in 7f63b62f0589 22:45:52 Removing intermediate container 7f63b62f0589 22:45:52 ---> 4a169763223f 22:45:52 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:52 ---> Running in 93ea43fe9d3d 22:45:52 Removing intermediate container 93ea43fe9d3d 22:45:52 ---> 2b645e99f081 22:45:52 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:52 ---> Running in 42597e975960 22:45:53 Removing intermediate container 42597e975960 22:45:53 ---> 3c61008521c1 22:45:53 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:45:53 ---> Running in d9b260ea3f8d 22:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:45:55 OK: 167 MiB in 45 packages 22:45:55 Removing intermediate container d9b260ea3f8d 22:45:55 ---> 20d1a2098900 22:45:55 Step 7/23 : COPY . . 22:45:56 ---> d455066b9ddc 22:45:56 Step 8/23 : RUN go mod download 22:45:56 ---> Running in 1c1930c73511 22:45:57 Removing intermediate container 1c1930c73511 22:45:57 ---> 77a7a8911dcb 22:45:57 Step 9/23 : RUN make build 22:45:57 ---> Running in 3b26c586112b 22:45:58 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:45:58 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:08 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:46:09 Removing intermediate container 3b26c586112b 22:46:09 ---> 55b7e2b0fd80 22:46:09 Step 10/23 : FROM alpine:3.12 22:46:10 3.12: Pulling from library/alpine 22:46:10 339de151aab4: Pulling fs layer 22:46:10 339de151aab4: Verifying Checksum 22:46:10 339de151aab4: Download complete 22:46:10 339de151aab4: Pull complete 22:46:11 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:46:11 Status: Downloaded newer image for alpine:3.12 22:46:11 ---> 13621d1b12d4 22:46:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:46:11 ---> Running in 328ee24c2b9f 22:46:11 Removing intermediate container 328ee24c2b9f 22:46:11 ---> 4f0176f0dcf1 22:46:11 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:11 ---> Running in 261855f18381 22:46:12 Removing intermediate container 261855f18381 22:46:12 ---> 32b4f1a80248 22:46:12 Step 13/23 : RUN apk add --update --no-cache zeromq 22:46:12 ---> Running in 5e0a344db3a2 22:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:46:14 (1/5) Installing libgcc (9.3.0-r2) 22:46:14 (2/5) Installing libsodium (1.0.18-r0) 22:46:14 (3/5) Installing libstdc++ (9.3.0-r2) 22:46:14 (4/5) Installing libzmq (4.3.3-r0) 22:46:14 (5/5) Installing zeromq (4.3.3-r0) 22:46:15 Executing busybox-1.31.1-r20.trigger 22:46:15 OK: 8 MiB in 19 packages 22:46:15 Removing intermediate container 5e0a344db3a2 22:46:15 ---> 6910ec855ee8 22:46:15 Step 14/23 : WORKDIR / 22:46:15 ---> Running in 35b64e1b30f7 22:46:15 Removing intermediate container 35b64e1b30f7 22:46:15 ---> cd394f868146 22:46:15 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:46:16 ---> b75d7a5cfa15 22:46:16 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:46:16 ---> 9b2f2fde8b92 22:46:16 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:46:16 ---> a88e3876730a 22:46:16 Step 18/23 : EXPOSE 49990 22:46:17 ---> Running in 3a926cdee2e4 22:46:17 Removing intermediate container 3a926cdee2e4 22:46:17 ---> a34e379c586e 22:46:17 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:46:17 ---> Running in 4b0a1d028b7a 22:46:17 Removing intermediate container 4b0a1d028b7a 22:46:17 ---> 2d38c9ec762d 22:46:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:46:17 ---> Running in b41ac076c919 22:46:17 Removing intermediate container b41ac076c919 22:46:17 ---> aece1a1d2691 22:46:17 Step 21/23 : LABEL arch=amd64 22:46:17 ---> Running in c087def9c1d7 22:46:17 Removing intermediate container c087def9c1d7 22:46:17 ---> 8f4e790cddc6 22:46:17 Step 22/23 : LABEL git_sha=d0a83b780265e8f475c3514d228360d0b089da8f 22:46:18 ---> Running in 0ec8ad7ff545 22:46:18 Removing intermediate container 0ec8ad7ff545 22:46:18 ---> f84d05f63617 22:46:18 Step 23/23 : LABEL version=0.0.0 22:46:18 ---> Running in b6026d662705 22:46:18 Removing intermediate container b6026d662705 22:46:18 ---> 9a690b5d2ff5 22:46:18 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:46:18 Successfully built 9a690b5d2ff5 22:46:18 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:46:19 ---> job-cost.sh 22:46:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5Dbi 22:46:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:46:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:46:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:46:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:46:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:46:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:46:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.141s coverage: 28.1% of statements 22:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.206s coverage: 78.9% of statements 22:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.140s coverage: 7.8% of statements 22:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:46:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.266s coverage: 32.0% of statements 22:46:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:46:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:46:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:47:00 lf-activate-venv(): INFO: Adding /tmp/venv-5Dbi/bin to PATH 22:47:00 INFO: No Stack... 22:47:00 INFO: Retrieving Pricing Info for: v1-standard-2 22:47:00 INFO: Archiving Costs [Pipeline] sh 22:47:01 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 22:47:01 + cut -d, -f6 [Pipeline] lock 22:47:01 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] 22:47:01 Resource [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] did not exist. Created. 22:47:01 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:47:01 + echo total: 0.029999999329447746 [Pipeline] stash 22:47:01 Stashed 1 file(s) [Pipeline] } 22:47:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:47:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.327s coverage: 57.1% of statements 22:47:03 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.151s coverage: 6.6% of statements 22:47:04 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements 22:47:04 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:47:04 GO111MODULE=on go vet ./... 22:47:51 gofmt -l . 22:47:51 [ "`gofmt -l .`" = "" ] 22:47:51 ./bin/test-attribution-txt.sh 22:47:51 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:47:51 $ docker stop --time=1 69005a117f837f050c210767a51942f84e2e713fe6a6ef9bb941ef8bf6d4c2fa 22:47:54 $ docker rm -f 69005a117f837f050c210767a51942f84e2e713fe6a6ef9bb941ef8bf6d4c2fa [Pipeline] // withDockerContainer [Pipeline] sh 22:47:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:47:55 Warning: overwriting stash ‘coverage-report’ 22:47:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:47:57 + ls -al . 22:47:57 total 224 22:47:57 drwxrwxr-x 10 jenkins jenkins 4096 Apr 17 22:47 . 22:47:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 22:44 .. 22:47:57 -rw-rw-r-- 1 jenkins jenkins 140 Apr 17 22:44 .dockerignore 22:47:57 drwxrwxr-x 8 jenkins jenkins 4096 Apr 17 22:44 .git 22:47:57 drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 22:44 .github 22:47:57 -rw-rw-r-- 1 jenkins jenkins 138 Apr 17 22:44 .gitignore 22:47:57 -rw-rw-r-- 1 jenkins jenkins 987 Apr 17 22:44 Dockerfile.build 22:47:57 -rw-rw-r-- 1 jenkins jenkins 901 Apr 17 22:44 Jenkinsfile 22:47:57 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 17 22:44 LICENSE 22:47:57 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 17 22:44 Makefile 22:47:57 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 17 22:44 README.md 22:47:57 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 17 22:44 RELEASE-NOTES.txt 22:47:57 -rw-rw-r-- 1 jenkins jenkins 5 Apr 17 22:41 VERSION 22:47:57 drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 22:44 bin 22:47:57 -rw-r--r-- 1 jenkins jenkins 100116 Apr 17 22:47 coverage.out 22:47:57 drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 22:44 example 22:47:57 -rw-r--r-- 1 jenkins jenkins 574 Apr 17 22:47 go.mod 22:47:57 -rw-r--r-- 1 jenkins jenkins 20735 Apr 17 22:47 go.sum 22:47:57 drwxrwxr-x 14 jenkins jenkins 4096 Apr 17 22:44 internal 22:47:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 22:44 openapi 22:47:57 drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 22:44 pkg 22:47:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 22:44 snap 22:47:57 -rw-rw-r-- 1 jenkins jenkins 222 Apr 17 22:44 version.go [Pipeline] isUnix [Pipeline] sh 22:47:57 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d0a83b780265e8f475c3514d228360d0b089da8f --label arch=arm64 --label version=0.0.0 . 22:47:58 Sending build context to Docker daemon 2.545MB 22:47:58 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:47:58 Step 2/23 : FROM ${BASE} AS builder 22:47:58 ---> b17f129e84db 22:47:58 Step 3/23 : WORKDIR /device-sdk-go 22:47:58 ---> Running in 6c6b9f4c1077 22:47:59 Removing intermediate container 6c6b9f4c1077 22:47:59 ---> 46f6ba9385a9 22:47:59 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:59 ---> Running in 44f8297bdeb5 22:47:59 Removing intermediate container 44f8297bdeb5 22:47:59 ---> 2c1e085650f7 22:47:59 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:59 ---> Running in 796cc39a6649 22:48:02 Removing intermediate container 796cc39a6649 22:48:02 ---> b69c2b3d5213 22:48:02 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:48:02 ---> Running in fbd72e99fe7a 22:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:04 OK: 144 MiB in 45 packages 22:48:05 Removing intermediate container fbd72e99fe7a 22:48:05 ---> 345056df9347 22:48:05 Step 7/23 : COPY . . 22:48:07 ---> fdff64caa555 22:48:07 Step 8/23 : RUN go mod download 22:48:07 ---> Running in 95e2b499b123 22:48:09 Removing intermediate container 95e2b499b123 22:48:09 ---> bc1ea1762459 22:48:09 Step 9/23 : RUN make build 22:48:09 ---> Running in 7c2d0d40fc35 22:48:10 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:43 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:48:46 Removing intermediate container 7c2d0d40fc35 22:48:46 ---> ce15aa767bfa 22:48:46 Step 10/23 : FROM alpine:3.12 22:48:46 3.12: Pulling from library/alpine 22:48:46 d2f70382dc9a: Pulling fs layer 22:48:46 d2f70382dc9a: Verifying Checksum 22:48:46 d2f70382dc9a: Download complete 22:48:47 d2f70382dc9a: Pull complete 22:48:47 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:48:47 Status: Downloaded newer image for alpine:3.12 22:48:47 ---> 9852663dfa18 22:48:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:48:47 ---> Running in 082783b3ff32 22:48:48 Removing intermediate container 082783b3ff32 22:48:48 ---> f24a07f80a82 22:48:48 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:48:48 ---> Running in a7af8381f798 22:48:50 Removing intermediate container a7af8381f798 22:48:50 ---> 00e3569ff9f9 22:48:50 Step 13/23 : RUN apk add --update --no-cache zeromq 22:48:50 ---> Running in 0bd81bf00566 22:48:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:53 (1/5) Installing libgcc (9.3.0-r2) 22:48:53 (2/5) Installing libsodium (1.0.18-r0) 22:48:54 (3/5) Installing libstdc++ (9.3.0-r2) 22:48:54 (4/5) Installing libzmq (4.3.3-r0) 22:48:54 (5/5) Installing zeromq (4.3.3-r0) 22:48:54 Executing busybox-1.31.1-r20.trigger 22:48:54 OK: 8 MiB in 19 packages 22:48:56 Removing intermediate container 0bd81bf00566 22:48:56 ---> 040d79939604 22:48:56 Step 14/23 : WORKDIR / 22:48:56 ---> Running in be65501c5afb 22:48:56 Removing intermediate container be65501c5afb 22:48:56 ---> cadfa9e31839 22:48:56 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:48:57 ---> 52d3bc52d12e 22:48:57 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:48:58 ---> fad10b4d014e 22:48:58 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:48:59 ---> 651e21c1ac0c 22:48:59 Step 18/23 : EXPOSE 49990 22:48:59 ---> Running in af7ce3b20df1 22:48:59 Removing intermediate container af7ce3b20df1 22:48:59 ---> c3348eb77bcf 22:48:59 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:49:00 ---> Running in b5c2289168ad 22:49:00 Removing intermediate container b5c2289168ad 22:49:00 ---> 9e448e44068a 22:49:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:49:00 ---> Running in 08d3da98bdba 22:49:01 Removing intermediate container 08d3da98bdba 22:49:01 ---> 3843b2d0a7df 22:49:01 Step 21/23 : LABEL arch=arm64 22:49:01 ---> Running in 188c54bac87c 22:49:01 Removing intermediate container 188c54bac87c 22:49:01 ---> faf63b9553d5 22:49:01 Step 22/23 : LABEL git_sha=d0a83b780265e8f475c3514d228360d0b089da8f 22:49:01 ---> Running in 184c7ddd4591 22:49:02 Removing intermediate container 184c7ddd4591 22:49:02 ---> 7b1474f375d0 22:49:02 Step 23/23 : LABEL version=0.0.0 22:49:02 ---> Running in b43a8a75cc58 22:49:03 Removing intermediate container b43a8a75cc58 22:49:03 ---> 1230e06c785a 22:49:03 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:49:03 Successfully built 1230e06c785a 22:49:03 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:49:03 ---> job-cost.sh 22:49:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iEjQ 22:49:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:51:19 lf-activate-venv(): INFO: Adding /tmp/venv-iEjQ/bin to PATH 22:51:19 INFO: No Stack... 22:51:19 INFO: Retrieving Pricing Info for: lf-standard-4 22:51:19 INFO: Archiving Costs [Pipeline] sh 22:51:19 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 22:51:19 + cut -d, -f6 [Pipeline] lock 22:51:19 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] 22:51:19 Resource [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] did not exist. Created. 22:51:19 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:51:20 /w/workspace/device-sdk-go/2@tmp/durable-48ef7f4e/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-48ef7f4e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:51:20 + echo total: 0.20999999344348907 [Pipeline] stash 22:51:20 Warning: overwriting stash ‘stack-cost’ 22:51:20 Stashed 1 file(s) [Pipeline] } 22:51:20 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-881-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:51:21 provisioning config files... 22:51:21 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp/config1776655177282801696tmp [Pipeline] { [Pipeline] sh 22:51:21 + set +x 22:51:21 + curl -s https://codecov.io/bash 22:51:21 + bash -s -- 22:51:21 22:51:21 _____ _ 22:51:21 / ____| | | 22:51:21 | | ___ __| | ___ ___ _____ __ 22:51:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:51:21 | |___| (_) | (_| | __/ (_| (_) \ V / 22:51:21 \_____\___/ \__,_|\___|\___\___/ \_/ 22:51:21 Bash-1.0.1 22:51:21 22:51:21 22:51:21 ==> git version 2.24.3 found 22:51:21 ==> 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:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:51:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:51:21 ==> Jenkins CI detected. 22:51:21 project root: . 22:51:21 --> token set from env 22:51:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:51:21 ==> Running gcov in . (disable via -X gcov) 22:51:21 ==> Python coveragepy not found 22:51:21 ==> Searching for coverage reports in: 22:51:21 + . 22:51:21 -> Found 1 reports 22:51:21 ==> Detecting git/mercurial file structure 22:51:21 ==> Reading reports 22:51:21 + ./coverage.out bytes=100116 22:51:21 ==> Appending adjustments 22:51:21 https://docs.codecov.io/docs/fixing-reports 22:51:22 + Found adjustments 22:51:22 ==> Gzipping contents 22:51:22 16K /tmp/codecov.t1SnhV.gz 22:51:22 ==> Uploading reports 22:51:22 url: https://codecov.io 22:51:22 query: branch=PR-881&commit=d0a83b780265e8f475c3514d228360d0b089da8f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-881%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=881&job=&cmd_args= 22:51:22 -> Pinging Codecov 22:51:22 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-881&commit=d0a83b780265e8f475c3514d228360d0b089da8f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-881%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=881&job=&cmd_args= 22:51:22 -> Uploading to 22:51:22 https://storage.googleapis.com/codecov/v4/raw/2021-04-17/7E55EF52A471D76F132DFD9A03CDDE97/d0a83b780265e8f475c3514d228360d0b089da8f/482f48fe-a971-4503-9eca-b5960531c08c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQTQ3YJIJLIJGVGTVHAPGJID7VJUNCGTQF3BY2BVBYAXUZ3IB42ZKRMI%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T225122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc330773f997705b2ccc0d5ab4f6226d7131e87f55142807b9ceb7be173d5775 22:51:22 % Total % Received % Xferd Average Speed Time Time Time Current 22:51:22 Dload Upload Total Spent Left Speed 22:51:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13524 0 0 100 13524 0 31882 --:--:-- --:--:-- --:--:-- 31821 22:51:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d0a83b780265e8f475c3514d228360d0b089da8f [Pipeline] } 22:51:22 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:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:24 ---> package-listing.sh 22:51:24 ++ facter osfamily 22:51:24 ++ tr '[:upper:]' '[:lower:]' 22:51:24 + OS_FAMILY=redhat 22:51:24 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-881 22:51:24 + START_PACKAGES=/tmp/packages_start.txt 22:51:24 + END_PACKAGES=/tmp/packages_end.txt 22:51:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:24 + PACKAGES=/tmp/packages_start.txt 22:51:24 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-881 ']' 22:51:24 + PACKAGES=/tmp/packages_end.txt 22:51:24 + case "${OS_FAMILY}" in 22:51:24 + rpm -qa 22:51:24 + sort 22:51:29 + '[' -f /tmp/packages_start.txt ']' 22:51:29 + '[' -f /tmp/packages_end.txt ']' 22:51:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-881 ']' 22:51:29 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-881/archives/ 22:51:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-881/archives/ [Pipeline] echo 22:51:29 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-881/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:51:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:51:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:30 22:51:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:30 alpine: Pulling from edgex-lftools-log-publisher 22:51:30 df20fa9351a1: Pulling fs layer 22:51:30 36b3adc4ff6f: Pulling fs layer 22:51:30 8ad3a11d3b57: Pulling fs layer 22:51:30 46f8f816bc3b: Pulling fs layer 22:51:30 93b61091891f: Pulling fs layer 22:51:30 93b9cdb0e59b: Pulling fs layer 22:51:30 5e14af77c1be: Pulling fs layer 22:51:30 01666e4c0597: Pulling fs layer 22:51:30 aa168da1d23b: Pulling fs layer 22:51:30 93b9cdb0e59b: Waiting 22:51:30 01666e4c0597: Waiting 22:51:30 aa168da1d23b: Waiting 22:51:30 46f8f816bc3b: Waiting 22:51:30 93b61091891f: Waiting 22:51:30 5e14af77c1be: Waiting 22:51:30 36b3adc4ff6f: Verifying Checksum 22:51:30 36b3adc4ff6f: Download complete 22:51:30 46f8f816bc3b: Verifying Checksum 22:51:30 46f8f816bc3b: Download complete 22:51:30 df20fa9351a1: Verifying Checksum 22:51:30 df20fa9351a1: Download complete 22:51:30 93b9cdb0e59b: Verifying Checksum 22:51:30 93b9cdb0e59b: Download complete 22:51:30 5e14af77c1be: Download complete 22:51:30 93b61091891f: Download complete 22:51:30 01666e4c0597: Verifying Checksum 22:51:30 01666e4c0597: Download complete 22:51:30 8ad3a11d3b57: Verifying Checksum 22:51:30 8ad3a11d3b57: Download complete 22:51:31 df20fa9351a1: Pull complete 22:51:31 36b3adc4ff6f: Pull complete 22:51:32 8ad3a11d3b57: Pull complete 22:51:32 46f8f816bc3b: Pull complete 22:51:33 aa168da1d23b: Verifying Checksum 22:51:33 aa168da1d23b: Download complete 22:51:33 93b61091891f: Pull complete 22:51:34 93b9cdb0e59b: Pull complete 22:51:34 5e14af77c1be: Pull complete 22:51:34 01666e4c0597: Pull complete 22:51:40 aa168da1d23b: Pull complete 22:51:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:51:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:51:41 prd-centos7-docker-4c-2g-582 does not seem to be running inside a container 22:51:41 $ 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-881/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-881 -v /w/workspace/dgexfoundry_device-sdk-go_PR-881:/w/workspace/dgexfoundry_device-sdk-go_PR-881:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:51:45 $ docker top eb9adebae5e8010f513b05cc350af5f536ca2946638c19d7cb76099156903867 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:45 + touch /tmp/pre-build-complete [Pipeline] sh 22:51:45 + mkdir -p /var/log/sa [Pipeline] sh 22:51:46 + ls /var/log/sa-host 22:51:46 + sadf -c /var/log/sa-host/sa17 22:51:46 file_magic: OK 22:51:46 HZ: Using current value: 100 22:51:46 file_header: OK 22:51:46 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:51:46 Statistics: 22:51:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:46 File successfully converted to sysstat format version 12.2.1 22:51:46 + sadf -c /var/log/sa-host/sa23 22:51:46 file_magic: OK 22:51:46 HZ: Using current value: 100 22:51:46 file_header: OK 22:51:46 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:51:46 Statistics: 22:51:46 Hnuu...uuuununununu... 22:51:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:51:46 provisioning config files... 22:51:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp/config774831238457666153tmp [Pipeline] { [Pipeline] echo 22:51:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:51:46 ---> create-netrc.sh [Pipeline] } 22:51:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:51:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:51:47 ---> python-tools-install.sh [Pipeline] echo 22:51:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:51:47 ---> sudo-logs.sh 22:51:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:51:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:51:47 ---> job-cost.sh 22:51:47 lf-activate-venv: SKIPPING 22:51:47 DEBUG: total: 0.20999999344348907 22:51:47 INFO: Retrieving Stack Cost... 22:51:49 INFO: Retrieving Pricing Info for: v1-standard-2 22:51:50 INFO: Archiving Costs [Pipeline] echo 22:51:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:51:50 ---> logs-deploy.sh 22:51:50 lf-activate-venv: SKIPPING 22:51:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-881/2 22:51:50 INFO: archiving workspace using pattern(s): 22:51:52 Archives upload complete. 22:51:52 INFO: archiving logs to Nexus 22:51:53 ---> uname -a: 22:51:53 Linux prd-centos7-docker-4c-2g-582.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:51:53 22:51:53 22:51:53 ---> lscpu: 22:51:53 Architecture: x86_64 22:51:53 CPU op-mode(s): 32-bit, 64-bit 22:51:53 Byte Order: Little Endian 22:51:53 Address sizes: 40 bits physical, 48 bits virtual 22:51:53 CPU(s): 4 22:51:53 On-line CPU(s) list: 0-3 22:51:53 Thread(s) per core: 1 22:51:53 Core(s) per socket: 1 22:51:53 Socket(s): 4 22:51:53 NUMA node(s): 1 22:51:53 Vendor ID: GenuineIntel 22:51:53 CPU family: 6 22:51:53 Model: 44 22:51:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:51:53 Stepping: 1 22:51:53 CPU MHz: 2933.438 22:51:53 BogoMIPS: 5866.87 22:51:53 Virtualization: VT-x 22:51:53 Hypervisor vendor: KVM 22:51:53 Virtualization type: full 22:51:53 L1d cache: 128 KiB 22:51:53 L1i cache: 128 KiB 22:51:53 L2 cache: 16 MiB 22:51:53 L3 cache: 64 MiB 22:51:53 NUMA node0 CPU(s): 0-3 22:51:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:51:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:51:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:51:53 Vulnerability Meltdown: Mitigation; PTI 22:51:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:51:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:51:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:51:53 Vulnerability Srbds: Not affected 22:51:53 Vulnerability Tsx async abort: Not affected 22:51:53 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:51:53 22:51:53 22:51:53 ---> nproc: 22:51:53 4 22:51:53 22:51:53 22:51:53 ---> df -h: 22:51:53 Filesystem Size Used Available Use% Mounted on 22:51:53 overlay 50.0G 7.3G 42.7G 15% / 22:51:53 tmpfs 64.0M 0 64.0M 0% /dev 22:51:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:51:53 shm 64.0M 0 64.0M 0% /dev/shm 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-881@tmp 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:51:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-881 22:51:53 22:51:53 22:51:53 ---> free -m: 22:51:53 total used free shared buff/cache available 22:51:53 Mem: 1837 730 115 0 991 1002 22:51:53 Swap: 1023 1 1022 22:51:53 22:51:53 22:51:53 ---> ip addr: 22:51:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:51:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:51:53 inet 127.0.0.1/8 scope host lo 22:51:53 valid_lft forever preferred_lft forever 22:51:53 inet6 ::1/128 scope host 22:51:53 valid_lft forever preferred_lft forever 22:51:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:51:53 link/ether fa:16:3e:10:9d:02 brd ff:ff:ff:ff:ff:ff 22:51:53 inet 10.30.123.231/23 brd 10.30.123.255 scope global dynamic eth0 22:51:53 valid_lft 85750sec preferred_lft 85750sec 22:51:53 inet6 fe80::f816:3eff:fe10:9d02/64 scope link 22:51:53 valid_lft forever preferred_lft forever 22:51:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:51:53 link/ether 02:42:07:38:76:ab brd ff:ff:ff:ff:ff:ff 22:51:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:51:53 valid_lft forever preferred_lft forever 22:51:53 inet6 fe80::42:7ff:fe38:76ab/64 scope link 22:51:53 valid_lft forever preferred_lft forever 22:51:53 22:51:53 22:51:53 ---> sar -b -r -n DEV: 22:51:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 22:51:53 22:51:53 22:40:52 LINUX RESTART (4 CPU) 22:51:53 22:51:53 22:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:51:53 22:43:01 2.62 0.00 2.62 0.00 0.00 59.05 0.00 22:51:53 22:44:01 0.38 0.00 0.38 0.00 0.00 5.68 0.00 22:51:53 22:45:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 22:51:53 22:46:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 22:51:53 22:47:01 0.33 0.00 0.33 0.00 0.00 5.11 0.00 22:51:53 22:48:01 0.35 0.00 0.35 0.00 0.00 4.43 0.00 22:51:53 22:49:01 0.13 0.00 0.13 0.00 0.00 2.13 0.00 22:51:53 22:50:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 22:51:53 22:51:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 22:51:53 Average: 0.54 0.00 0.54 0.00 0.00 9.81 0.00 22:51:53 22:51:53 22:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:51:53 22:43:01 141816 0 604280 32.12 2620 1132828 1098648 37.50 425428 1115292 12 22:51:53 22:44:01 138620 0 607468 32.29 2620 1132836 1093544 37.32 441256 1102864 16 22:51:53 22:45:01 136068 0 610016 32.42 2620 1132840 1093628 37.32 443884 1102864 8 22:51:53 22:46:01 132416 0 613668 32.62 2620 1132840 1093580 37.32 453212 1097408 8 22:51:53 22:47:01 130944 0 615128 32.69 2620 1132852 1086312 37.07 457940 1094148 8 22:51:53 22:48:01 131120 0 614948 32.68 2620 1132856 1086348 37.08 458144 1094148 20 22:51:53 22:49:01 131512 0 614552 32.66 2620 1132860 1080144 36.86 457752 1093884 8 22:51:53 22:50:01 132016 0 614044 32.64 2620 1132864 1080144 36.86 457880 1093884 8 22:51:53 22:51:01 131968 0 614084 32.64 2620 1132872 1080144 36.86 457872 1093884 8 22:51:53 Average: 134053 0 612021 32.53 2620 1132850 1088055 37.13 450374 1098708 11 22:51:53 22:51:53 22:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:51:53 22:43:01 eth0 3.44 1.44 1.73 0.47 0.00 0.00 0.00 0.00 22:51:53 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:44:01 eth0 2.38 0.53 0.67 0.36 0.00 0.00 0.00 0.00 22:51:53 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:45:01 eth0 3.78 0.77 1.01 0.62 0.00 0.00 0.00 0.00 22:51:53 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:46:01 eth0 2.10 0.97 0.91 0.60 0.00 0.00 0.00 0.00 22:51:53 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:47:01 eth0 1.18 0.27 0.24 0.08 0.00 0.00 0.00 0.00 22:51:53 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:48:01 eth0 0.62 0.37 0.28 0.20 0.00 0.00 0.00 0.00 22:51:53 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:49:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 22:51:53 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 22:51:53 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:51:53 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 Average: eth0 1.53 0.50 0.54 0.26 0.00 0.00 0.00 0.00 22:51:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:53 22:51:53 22:51:53 ---> sar -P ALL: 22:51:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 22:51:53 22:51:53 22:40:52 LINUX RESTART (4 CPU) 22:51:53 22:51:53 22:42:02 CPU %user %nice %system %iowait %steal %idle 22:51:53 22:43:01 all 0.20 0.00 0.06 0.00 0.01 99.73 22:51:53 22:43:01 0 0.10 0.00 0.08 0.00 0.02 99.80 22:51:53 22:43:01 1 0.54 0.00 0.07 0.00 0.00 99.39 22:51:53 22:43:01 2 0.08 0.00 0.05 0.00 0.00 99.86 22:51:53 22:43:01 3 0.07 0.00 0.03 0.00 0.02 99.88 22:51:53 22:44:01 all 0.17 0.00 0.07 0.00 0.00 99.76 22:51:53 22:44:01 0 0.08 0.00 0.12 0.00 0.00 99.80 22:51:53 22:44:01 1 0.52 0.00 0.07 0.00 0.02 99.40 22:51:53 22:44:01 2 0.07 0.00 0.03 0.00 0.00 99.90 22:51:53 22:44:01 3 0.02 0.00 0.05 0.00 0.00 99.93 22:51:53 22:45:01 all 0.20 0.00 0.04 0.00 0.00 99.75 22:51:53 22:45:01 0 0.08 0.00 0.05 0.00 0.00 99.87 22:51:53 22:45:01 1 0.48 0.00 0.03 0.00 0.00 99.48 22:51:53 22:45:01 2 0.15 0.00 0.07 0.00 0.00 99.78 22:51:53 22:45:01 3 0.10 0.00 0.02 0.00 0.00 99.88 22:51:53 22:46:01 all 0.15 0.00 0.06 0.00 0.00 99.79 22:51:53 22:46:01 0 0.03 0.00 0.10 0.00 0.00 99.87 22:51:53 22:46:01 1 0.45 0.00 0.03 0.00 0.00 99.52 22:51:53 22:46:01 2 0.07 0.00 0.07 0.00 0.02 99.85 22:51:53 22:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:51:53 22:47:01 all 0.16 0.00 0.05 0.00 0.00 99.78 22:51:53 22:47:01 0 0.02 0.00 0.13 0.00 0.00 99.85 22:51:53 22:47:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:51:53 22:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 22:51:53 22:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 22:51:53 22:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:51:53 22:48:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:51:53 22:48:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:51:53 22:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:51:53 22:48:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:51:53 22:49:01 all 0.16 0.00 0.03 0.00 0.00 99.80 22:51:53 22:49:01 0 0.07 0.00 0.05 0.00 0.02 99.87 22:51:53 22:49:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:51:53 22:49:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:51:53 22:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:51:53 22:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:51:53 22:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:51:53 22:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:51:53 22:50:01 2 0.53 0.00 0.05 0.00 0.00 99.42 22:51:53 22:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:51:53 22:51:01 all 0.15 0.00 0.04 0.00 0.00 99.80 22:51:53 22:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:51:53 22:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:51:53 22:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:51:53 22:51:01 3 0.03 0.00 0.07 0.00 0.00 99.90 22:51:53 Average: all 0.17 0.00 0.05 0.00 0.00 99.78 22:51:53 Average: 0 0.05 0.00 0.07 0.00 0.00 99.87 22:51:53 Average: 1 0.36 0.00 0.04 0.00 0.00 99.60 22:51:53 Average: 2 0.22 0.00 0.04 0.00 0.00 99.74 22:51:53 Average: 3 0.04 0.00 0.04 0.00 0.00 99.92 22:51:53 22:51:53 22:51:53