Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+e522836f5d508ce20413c5d2a08a926bd2b9771b (c0cf82349fc54b95ec36d0ceea0c57f1786a700d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31167 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 91c60f0d0e442914b6ae29da8716d8aab36f98ce Checking out Revision 91c60f0d0e442914b6ae29da8716d8aab36f98ce (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91c60f0d0e442914b6ae29da8716d8aab36f98ce # timeout=10 Commit message: "Merge commit 'e522836f5d508ce20413c5d2a08a926bd2b9771b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk a0d7157e902c7aa62e434b60c94eb03fd33917e8 # timeout=10 [Pipeline] timeout 02:41:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:49 ========================================================= 02:41:49 EdgeX Global Pipelines Version Info 02:41:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:50 ------------------- 02:41:50 stable info: 02:41:50 ------------------- 02:41:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:50 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:50 Message: update stable to v1.0.186 02:41:51 ------------------- 02:41:51 experimental info: 02:41:51 ------------------- 02:41:51 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:51 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:51 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:41:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:41:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:41:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:41:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91c60f0d0e442914b6ae29da8716d8aab36f98ce [Pipeline] echo 02:41:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91c60f0 [Pipeline] echo 02:41:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:55 provisioning config files... 02:41:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7339472181123358140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:56 ---> docker-login.sh 02:41:56 nexus3.edgexfoundry.org:10001 02:41:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:56 Configure a credential helper to remove this warning. See 02:41:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:56 02:41:56 Login Succeeded 02:41:56 nexus3.edgexfoundry.org:10002 02:41:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:56 Configure a credential helper to remove this warning. See 02:41:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:56 02:41:56 Login Succeeded 02:41:56 nexus3.edgexfoundry.org:10003 02:41:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:56 Configure a credential helper to remove this warning. See 02:41:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:56 02:41:56 Login Succeeded 02:41:56 nexus3.edgexfoundry.org:10004 02:41:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:57 Configure a credential helper to remove this warning. See 02:41:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:57 02:41:57 Login Succeeded 02:41:57 docker.io 02:41:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:57 Configure a credential helper to remove this warning. See 02:41:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:57 02:41:57 Login Succeeded 02:41:57 ---> docker-login.sh ends [Pipeline] } 02:41:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:41:58 + git log --format=format:%s -1 91c60f0d0e442914b6ae29da8716d8aab36f98ce [Pipeline] echo 02:41:58 GIT_COMMIT: 91c60f0d0e442914b6ae29da8716d8aab36f98ce, Commit Message: Merge commit 'e522836f5d508ce20413c5d2a08a926bd2b9771b' into HEAD [Pipeline] echo 02:41:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:59 02:41:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:59 latest: Pulling from edgex-devops/git-semver 02:41:59 31603596830f: Pulling fs layer 02:41:59 2a8b12db71e7: Pulling fs layer 02:41:59 6ca5941a6612: Pulling fs layer 02:41:59 ecc8261a40a4: Pulling fs layer 02:41:59 ecc8261a40a4: Waiting 02:41:59 2a8b12db71e7: Verifying Checksum 02:41:59 2a8b12db71e7: Download complete 02:42:00 31603596830f: Verifying Checksum 02:42:00 31603596830f: Download complete 02:42:00 6ca5941a6612: Verifying Checksum 02:42:00 6ca5941a6612: Download complete 02:42:00 ecc8261a40a4: Verifying Checksum 02:42:00 ecc8261a40a4: Download complete 02:42:00 31603596830f: Pull complete 02:42:00 2a8b12db71e7: Pull complete 02:42:01 6ca5941a6612: Pull complete 02:42:01 ecc8261a40a4: Pull complete 02:42:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:01 prd-centos7-docker-4c-2g-31167 does not seem to be running inside a container 02:42:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:03 $ docker top af3044f9ebca9402980a9e952c5c74c2b7e940ce898f8fa83cc40e82ea5ded2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:04 [ssh-agent] Looking for ssh-agent implementation... 02:42:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:04 $ docker exec af3044f9ebca9402980a9e952c5c74c2b7e940ce898f8fa83cc40e82ea5ded2e ssh-agent 02:42:04 SSH_AUTH_SOCK=/tmp/ssh-zwKEWac28Lzx/agent.12 02:42:04 SSH_AGENT_PID=17 02:42:04 Running ssh-add (command line suppressed) 02:42:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4594621234265112008.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4594621234265112008.key) 02:42:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:05 + git tag --points-at HEAD [Pipeline] } 02:42:05 $ docker exec --env ******** --env ******** af3044f9ebca9402980a9e952c5c74c2b7e940ce898f8fa83cc40e82ea5ded2e ssh-agent -k 02:42:05 unset SSH_AUTH_SOCK; 02:42:05 unset SSH_AGENT_PID; 02:42:05 echo Agent pid 17 killed; 02:42:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:05 [ssh-agent] Looking for ssh-agent implementation... 02:42:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:05 $ docker exec af3044f9ebca9402980a9e952c5c74c2b7e940ce898f8fa83cc40e82ea5ded2e ssh-agent 02:42:05 SSH_AUTH_SOCK=/tmp/ssh-pvAWsUvBpQrN/agent.45 02:42:05 SSH_AGENT_PID=50 02:42:05 Running ssh-add (command line suppressed) 02:42:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8050930546555120258.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8050930546555120258.key) 02:42:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:06 + git semver init 02:42:06 # -> Open(): unable to determine branch for HEAD 02:42:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:42:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:42:06 # $SEMVER_REMOTE_NAME = origin 02:42:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:06 # $SEMVER_USER_NAME = edgex-jenkins 02:42:06 # $SEMVER_BRANCH = PR-725 02:42:06 # $SEMVER_TEMP = /tmp/semver-034060581 02:42:06 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:07 # '/tmp/semver-034060581' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:42:07 # -> Force: false 02:42:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:42:07 $ docker exec --env ******** --env ******** af3044f9ebca9402980a9e952c5c74c2b7e940ce898f8fa83cc40e82ea5ded2e ssh-agent -k 02:42:07 unset SSH_AUTH_SOCK; 02:42:07 unset SSH_AGENT_PID; 02:42:07 echo Agent pid 50 killed; 02:42:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:08 + git semver [Pipeline] } 02:42:08 $ docker stop --time=1 af3044f9ebca9402980a9e952c5c74c2b7e940ce898f8fa83cc40e82ea5ded2e 02:42:09 $ docker rm -f af3044f9ebca9402980a9e952c5c74c2b7e940ce898f8fa83cc40e82ea5ded2e [Pipeline] // withDockerContainer [Pipeline] sh 02:42:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:10 Stashed 1 file(s) [Pipeline] echo 02:42:10 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:42:26 Still waiting to schedule task 02:42:26 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31167’ 02:42:26 Still waiting to schedule task 02:42:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:44:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31168 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:19 Running in /w/workspace/device-sdk-go/24 [Pipeline] { [Pipeline] checkout 02:44:24 using credential edgex-jenkins-ssh 02:44:24 Cloning the remote Git repository 02:44:24 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:24 > git init /w/workspace/device-sdk-go/24 # timeout=10 02:44:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:24 > git --version # timeout=10 02:44:24 > git --version # 'git version 2.17.1' 02:44:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:25 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:26 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:44:26 Merge succeeded, producing ca3bf10d169ef7fd532181890d5439fc9bc22bd9 02:44:26 Checking out Revision ca3bf10d169ef7fd532181890d5439fc9bc22bd9 (PR-725) 02:44:26 > git config core.sparsecheckout # timeout=10 02:44:26 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:44:26 > git remote # timeout=10 02:44:26 > git config --get remote.origin.url # timeout=10 02:44:26 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:26 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 02:44:26 > git rev-parse HEAD^{commit} # timeout=10 02:44:26 > git config core.sparsecheckout # timeout=10 02:44:26 > git checkout -f ca3bf10d169ef7fd532181890d5439fc9bc22bd9 # timeout=10 02:44:31 Commit message: "Merge commit 'e522836f5d508ce20413c5d2a08a926bd2b9771b' into HEAD" 02:44:31 First time build. Skipping changelog. 02:44:31 > git rev-list --no-walk a0d7157e902c7aa62e434b60c94eb03fd33917e8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:33 + sudo service docker restart 02:44:33 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:35 provisioning config files... 02:44:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/24@tmp/config901936413093735539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:35 ---> docker-login.sh 02:44:35 nexus3.edgexfoundry.org:10001 02:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:37 Configure a credential helper to remove this warning. See 02:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:37 02:44:37 Login Succeeded 02:44:37 nexus3.edgexfoundry.org:10002 02:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:38 Configure a credential helper to remove this warning. See 02:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:38 02:44:38 Login Succeeded 02:44:38 nexus3.edgexfoundry.org:10003 02:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:38 Configure a credential helper to remove this warning. See 02:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:38 02:44:38 Login Succeeded 02:44:39 nexus3.edgexfoundry.org:10004 02:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:39 Configure a credential helper to remove this warning. See 02:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:39 02:44:39 Login Succeeded 02:44:39 docker.io 02:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:40 Configure a credential helper to remove this warning. See 02:44:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:40 02:44:40 Login Succeeded 02:44:40 ---> docker-login.sh ends [Pipeline] } 02:44:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:40 ========================================================= 02:44:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:44:41 Sending build context to Docker daemon 2.285MB 02:44:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:41 Step 2/8 : FROM ${BASE} 02:44:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:41 5f621e34cdf4: Pulling fs layer 02:44:41 a4357932f1b6: Pulling fs layer 02:44:41 18c013af1878: Pulling fs layer 02:44:41 00ac8860ef70: Pulling fs layer 02:44:41 63d7cb157983: Pulling fs layer 02:44:41 b116817d02f9: Pulling fs layer 02:44:41 745a02a5169b: Pulling fs layer 02:44:41 00ac8860ef70: Waiting 02:44:41 63d7cb157983: Waiting 02:44:41 b116817d02f9: Waiting 02:44:41 745a02a5169b: Waiting 02:44:41 18c013af1878: Verifying Checksum 02:44:41 18c013af1878: Download complete 02:44:41 a4357932f1b6: Verifying Checksum 02:44:41 a4357932f1b6: Download complete 02:44:41 63d7cb157983: Verifying Checksum 02:44:41 63d7cb157983: Download complete 02:44:42 b116817d02f9: Verifying Checksum 02:44:42 b116817d02f9: Download complete 02:44:42 5f621e34cdf4: Verifying Checksum 02:44:42 5f621e34cdf4: Download complete 02:44:42 5f621e34cdf4: Pull complete 02:44:43 a4357932f1b6: Pull complete 02:44:44 18c013af1878: Pull complete 02:44:44 745a02a5169b: Verifying Checksum 02:44:44 745a02a5169b: Download complete 02:44:45 Running on prd-centos7-docker-4c-2g-31169 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:45 Running in /w/workspace/device-sdk-go/24 [Pipeline] { [Pipeline] checkout 02:44:46 00ac8860ef70: Verifying Checksum 02:44:46 00ac8860ef70: Download complete 02:44:47 using credential edgex-jenkins-ssh 02:44:47 Cloning the remote Git repository 02:44:47 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:47 > git init /w/workspace/device-sdk-go/24 # timeout=10 02:44:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:47 > git --version # timeout=10 02:44:47 > git --version # 'git version 2.24.3' 02:44:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:49 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:44:49 Merge succeeded, producing 5ba94068ed14987b49fd0206649f67b6f8171912 02:44:49 Checking out Revision 5ba94068ed14987b49fd0206649f67b6f8171912 (PR-725) 02:44:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:49 > git config core.sparsecheckout # timeout=10 02:44:49 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:44:49 > git remote # timeout=10 02:44:49 > git config --get remote.origin.url # timeout=10 02:44:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:49 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 02:44:49 > git rev-parse HEAD^{commit} # timeout=10 02:44:49 > git config core.sparsecheckout # timeout=10 02:44:49 > git checkout -f 5ba94068ed14987b49fd0206649f67b6f8171912 # timeout=10 02:44:53 Commit message: "Merge commit 'e522836f5d508ce20413c5d2a08a926bd2b9771b' into HEAD" 02:44:53 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:53 > git rev-list --no-walk a0d7157e902c7aa62e434b60c94eb03fd33917e8 # timeout=10 02:44:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:44:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:54 + sudo service docker restart 02:44:54 + true 02:44:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:56 provisioning config files... 02:44:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/24@tmp/config7498376108697245677tmp [Pipeline] { 02:44:56 00ac8860ef70: Pull complete 02:44:56 63d7cb157983: Pull complete [Pipeline] libraryResource [Pipeline] sh 02:44:56 ---> docker-login.sh 02:44:56 nexus3.edgexfoundry.org:10001 02:44:56 b116817d02f9: Pull complete 02:44:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:56 Configure a credential helper to remove this warning. See 02:44:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:56 02:44:56 Login Succeeded 02:44:56 nexus3.edgexfoundry.org:10002 02:44:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:57 Configure a credential helper to remove this warning. See 02:44:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:57 02:44:57 Login Succeeded 02:44:57 nexus3.edgexfoundry.org:10003 02:44:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:57 Configure a credential helper to remove this warning. See 02:44:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:57 02:44:57 Login Succeeded 02:44:57 nexus3.edgexfoundry.org:10004 02:44:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:57 Configure a credential helper to remove this warning. See 02:44:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:57 02:44:57 Login Succeeded 02:44:57 docker.io 02:44:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:57 Configure a credential helper to remove this warning. See 02:44:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:57 02:44:57 Login Succeeded 02:44:57 ---> docker-login.sh ends [Pipeline] } 02:44:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:58 ========================================================= 02:44:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:44:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:44:58 Sending build context to Docker daemon 2.286MB 02:44:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:58 Step 2/8 : FROM ${BASE} 02:44:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:44:58 188c0c94c7c5: Pulling fs layer 02:44:58 0ef7d3d256c8: Pulling fs layer 02:44:58 de9db76c5a1d: Pulling fs layer 02:44:58 bca2f99d35d6: Pulling fs layer 02:44:58 93359f2a8cfa: Pulling fs layer 02:44:58 7c6f9722023f: Pulling fs layer 02:44:58 a35cf1a2eb13: Pulling fs layer 02:44:58 bca2f99d35d6: Waiting 02:44:58 93359f2a8cfa: Waiting 02:44:58 7c6f9722023f: Waiting 02:44:58 a35cf1a2eb13: Waiting 02:44:58 de9db76c5a1d: Download complete 02:44:58 0ef7d3d256c8: Verifying Checksum 02:44:58 0ef7d3d256c8: Download complete 02:44:58 93359f2a8cfa: Verifying Checksum 02:44:58 93359f2a8cfa: Download complete 02:44:58 7c6f9722023f: Verifying Checksum 02:44:58 7c6f9722023f: Download complete 02:44:58 188c0c94c7c5: Verifying Checksum 02:44:58 188c0c94c7c5: Download complete 02:44:59 188c0c94c7c5: Pull complete 02:44:59 0ef7d3d256c8: Pull complete 02:44:59 de9db76c5a1d: Pull complete 02:45:00 a35cf1a2eb13: Download complete 02:45:01 745a02a5169b: Pull complete 02:45:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:45:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:45:01 ---> b7e6874047d6 02:45:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:01 bca2f99d35d6: Verifying Checksum 02:45:01 bca2f99d35d6: Download complete 02:45:03 ---> Running in 4198dc4f726f 02:45:03 Removing intermediate container 4198dc4f726f 02:45:03 ---> fa781aaa9a4f 02:45:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:03 ---> Running in 5bc2b2d062b9 02:45:06 Removing intermediate container 5bc2b2d062b9 02:45:06 ---> f277bfc229f9 02:45:06 Step 5/8 : RUN apk add --update --no-cache make git 02:45:06 ---> Running in 9cffa330d971 02:45:06 bca2f99d35d6: Pull complete 02:45:07 93359f2a8cfa: Pull complete 02:45:07 7c6f9722023f: Pull complete 02:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:10 OK: 142 MiB in 39 packages 02:45:11 Removing intermediate container 9cffa330d971 02:45:11 ---> a0a755199ad5 02:45:11 Step 6/8 : WORKDIR /device-sdk-go 02:45:11 ---> Running in 945d94861684 02:45:11 Removing intermediate container 945d94861684 02:45:11 ---> b4488243f293 02:45:11 Step 7/8 : COPY . . 02:45:12 a35cf1a2eb13: Pull complete 02:45:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:12 ---> a62c8e92a672 02:45:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:12 ---> Running in 828f51b9471c 02:45:12 Removing intermediate container 828f51b9471c 02:45:12 ---> b34a9f98d73e 02:45:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:12 ---> Running in 5a3a5e2bd17f 02:45:13 ---> 0bbadf9690a1 02:45:13 Step 8/8 : RUN go mod download 02:45:13 ---> Running in f5c2ef18d674 02:45:13 Removing intermediate container 5a3a5e2bd17f 02:45:13 ---> c325ea2c95b1 02:45:13 Step 5/8 : RUN apk add --update --no-cache make git 02:45:13 ---> Running in 25dd8d1f26ac 02:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:17 OK: 166 MiB in 39 packages 02:45:17 Removing intermediate container 25dd8d1f26ac 02:45:17 ---> f6ce6c253e25 02:45:17 Step 6/8 : WORKDIR /device-sdk-go 02:45:17 ---> Running in c3f6c39939aa 02:45:17 Removing intermediate container c3f6c39939aa 02:45:17 ---> 56a8939b9026 02:45:17 Step 7/8 : COPY . . 02:45:19 ---> b17b35031130 02:45:19 Step 8/8 : RUN go mod download 02:45:19 ---> Running in 15727362c6c0 02:45:35 Removing intermediate container f5c2ef18d674 02:45:35 ---> 6d0ccb1ea115 02:45:35 Successfully built 6d0ccb1ea115 02:45:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:45:35 + docker inspect -f . ci-base-image-arm64 02:45:35 . [Pipeline] withDockerContainer 02:45:36 prd-ubuntu18.04-docker-arm64-4c-16g-31168 does not seem to be running inside a container 02:45:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:37 $ docker top 3195f3dfe77ffd8af624b70bca3e8175ec4804ae0a8cab28bd7dca0fa2c7fb9d -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:38 + go version 02:45:38 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:38 $ docker stop --time=1 3195f3dfe77ffd8af624b70bca3e8175ec4804ae0a8cab28bd7dca0fa2c7fb9d 02:45:40 $ docker rm -f 3195f3dfe77ffd8af624b70bca3e8175ec4804ae0a8cab28bd7dca0fa2c7fb9d 02:45:41 Removing intermediate container 15727362c6c0 02:45:41 ---> 0ebdb27a9be1 02:45:41 Successfully built 0ebdb27a9be1 02:45:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:41 + docker inspect -f . ci-base-image-x86_64 02:45:41 + docker inspect -f . ci-base-image-arm64 02:45:41 . [Pipeline] withDockerContainer 02:45:42 . 02:45:42 prd-ubuntu18.04-docker-arm64-4c-16g-31168 does not seem to be running inside a container 02:45:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:43 $ docker top d6e0de3ef3e46e2219225938a0c689685eac07bb7ec2c9edcb48099307492187 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 02:45:44 prd-centos7-docker-4c-2g-31169 does not seem to be running inside a container 02:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:45 $ docker top 88344228c804d1f974d0455d893e1043bb312d7be0e334c957df5efd8129f4a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 02:45:46 + go version 02:45:46 go version go1.15.5 linux/amd64 [Pipeline] } 02:45:46 $ docker stop --time=1 88344228c804d1f974d0455d893e1043bb312d7be0e334c957df5efd8129f4a3 02:45:46 + make test 02:45:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:47 $ docker rm -f 88344228c804d1f974d0455d893e1043bb312d7be0e334c957df5efd8129f4a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:48 + docker inspect -f . ci-base-image-x86_64 02:45:48 . [Pipeline] withDockerContainer 02:45:48 prd-centos7-docker-4c-2g-31169 does not seem to be running inside a container 02:45:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:49 $ docker top 71327877b86f2d913203506bd0b665808adab85a0eb0b3f0de0b5a140b1b1092 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:49 + make test 02:45:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:56 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:08 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:11 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:11 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:46:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 27.0% of statements 02:46:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.080s coverage: 81.2% of statements 02:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.053s coverage: 10.5% of statements 02:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 32.5% of statements 02:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.085s coverage: 57.3% of statements 02:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.154s coverage: 6.6% of statements 02:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.1% of statements 02:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:46:46 GO111MODULE=on go vet ./... 02:46:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:53 gofmt -l . 02:46:53 [ "`gofmt -l .`" = "" ] 02:46:53 ./bin/test-attribution-txt.sh 02:46:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:46:54 $ docker stop --time=1 71327877b86f2d913203506bd0b665808adab85a0eb0b3f0de0b5a140b1b1092 02:46:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 27.0% of statements 02:46:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.173s coverage: 81.2% of statements 02:46:56 $ docker rm -f 71327877b86f2d913203506bd0b665808adab85a0eb0b3f0de0b5a140b1b1092 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:46:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:01 + ls -al . 02:47:01 total 184 02:47:01 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 24 02:46 . 02:47:01 drwxrwxr-x. 4 jenkins jenkins 30 Mar 24 02:44 .. 02:47:01 drwxrwxr-x. 2 jenkins jenkins 64 Mar 24 02:44 bin 02:47:01 -rw-r--r--. 1 jenkins jenkins 99587 Mar 24 02:46 coverage.out 02:47:01 -rw-rw-r--. 1 jenkins jenkins 949 Mar 24 02:44 Dockerfile.build 02:47:01 -rw-rw-r--. 1 jenkins jenkins 140 Mar 24 02:44 .dockerignore 02:47:01 drwxrwxr-x. 4 jenkins jenkins 48 Mar 24 02:44 example 02:47:01 drwxrwxr-x. 8 jenkins jenkins 179 Mar 24 02:44 .git 02:47:01 drwxrwxr-x. 2 jenkins jenkins 103 Mar 24 02:44 .github 02:47:01 -rw-rw-r--. 1 jenkins jenkins 138 Mar 24 02:44 .gitignore 02:47:01 -rw-r--r--. 1 jenkins jenkins 479 Mar 24 02:46 go.mod 02:47:01 -rw-r--r--. 1 jenkins jenkins 17372 Mar 24 02:46 go.sum 02:47:01 drwxrwxr-x. 13 jenkins jenkins 193 Mar 24 02:44 internal 02:47:01 -rw-rw-r--. 1 jenkins jenkins 894 Mar 24 02:44 Jenkinsfile 02:47:01 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 24 02:44 LICENSE 02:47:01 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 24 02:44 Makefile 02:47:01 drwxrwxr-x. 4 jenkins jenkins 26 Mar 24 02:44 openapi 02:47:01 drwxrwxr-x. 5 jenkins jenkins 50 Mar 24 02:44 pkg 02:47:01 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 24 02:44 README.md 02:47:01 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 24 02:44 RELEASE-NOTES.txt 02:47:01 drwxrwxr-x. 4 jenkins jenkins 54 Mar 24 02:44 snap 02:47:01 -rw-rw-r--. 1 jenkins jenkins 5 Mar 24 02:42 VERSION 02:47:01 -rw-rw-r--. 1 jenkins jenkins 222 Mar 24 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:47:02 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=91c60f0d0e442914b6ae29da8716d8aab36f98ce --label arch=amd64 --label version=0.0.0 . 02:47:02 Sending build context to Docker daemon 2.386MB 02:47:02 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:47:02 Step 2/24 : FROM ${BASE} AS builder 02:47:02 ---> 0ebdb27a9be1 02:47:02 Step 3/24 : ARG MAKE='make build' 02:47:02 ---> Running in b106e2456063 02:47:03 Removing intermediate container b106e2456063 02:47:03 ---> b49d4858a3a6 02:47:03 Step 4/24 : WORKDIR /device-sdk-go 02:47:03 ---> Running in 850a7f166d4e 02:47:03 Removing intermediate container 850a7f166d4e 02:47:03 ---> e7afabc7d52d 02:47:03 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:03 ---> Running in e80a102f04eb 02:47:03 Removing intermediate container e80a102f04eb 02:47:03 ---> 12c46f9c3074 02:47:03 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:03 ---> Running in 2ffbf0b1a90f 02:47:04 Removing intermediate container 2ffbf0b1a90f 02:47:04 ---> 5df72bcf488c 02:47:04 Step 7/24 : RUN apk add --update --no-cache make git 02:47:04 ---> Running in 5cf6dd74be90 02:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:07 OK: 166 MiB in 39 packages 02:47:07 Removing intermediate container 5cf6dd74be90 02:47:07 ---> c479d795f7ff 02:47:07 Step 8/24 : COPY . . 02:47:09 ---> 8a00ec11b841 02:47:09 Step 9/24 : RUN ${MAKE} 02:47:09 ---> Running in 6b0bf76b7458 02:47:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.107s coverage: 10.5% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.365s coverage: 32.5% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.248s coverage: 57.3% of statements 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.929s coverage: 6.6% of statements 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 5.1% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:17 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:17 GO111MODULE=on go vet ./... 02:47:19 Removing intermediate container 6b0bf76b7458 02:47:19 ---> 43184ea7d81f 02:47:19 Step 10/24 : FROM scratch 02:47:19 ---> 02:47:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:19 ---> Running in 30d33dd47d00 02:47:19 Removing intermediate container 30d33dd47d00 02:47:19 ---> 1d4d6d44a47a 02:47:19 Step 12/24 : ENV APP_PORT=49990 02:47:19 ---> Running in 323ecf11d22d 02:47:19 Removing intermediate container 323ecf11d22d 02:47:19 ---> c438c433261c 02:47:19 Step 13/24 : EXPOSE $APP_PORT 02:47:20 ---> Running in 1fc88fe72bb5 02:47:20 Removing intermediate container 1fc88fe72bb5 02:47:20 ---> dc2d88df588c 02:47:20 Step 14/24 : WORKDIR / 02:47:20 ---> Running in 5435a761c420 02:47:20 Removing intermediate container 5435a761c420 02:47:20 ---> 8bbd7a350360 02:47:20 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:20 ---> ae7b67e2431e 02:47:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:20 ---> 3e76d976bf09 02:47:20 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:21 ---> 585f8fc0c28a 02:47:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:21 ---> e82ac0e00de0 02:47:21 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:21 ---> 92f148bd608b 02:47:21 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:21 ---> Running in 94eba2e88f39 02:47:22 Removing intermediate container 94eba2e88f39 02:47:22 ---> 4999fd3ee5ba 02:47:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:22 ---> Running in a7d424cd6033 02:47:22 Removing intermediate container a7d424cd6033 02:47:22 ---> f2f5423dbcb5 02:47:22 Step 22/24 : LABEL arch=amd64 02:47:22 ---> Running in 88b2eac5304c 02:47:22 Removing intermediate container 88b2eac5304c 02:47:22 ---> 6927c1670850 02:47:22 Step 23/24 : LABEL git_sha=91c60f0d0e442914b6ae29da8716d8aab36f98ce 02:47:22 ---> Running in 8f94276d0ea2 02:47:22 Removing intermediate container 8f94276d0ea2 02:47:22 ---> caa7d1bb763a 02:47:22 Step 24/24 : LABEL version=0.0.0 02:47:22 ---> Running in 917226561a6c 02:47:23 Removing intermediate container 917226561a6c 02:47:23 ---> ee45fb635ca0 02:47:23 [Warning] One or more build-args [ARCH] were not consumed 02:47:23 Successfully built ee45fb635ca0 02:47:23 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:47:24 ---> job-cost.sh 02:47:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SzRE 02:47:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:47:56 gofmt -l . 02:47:56 [ "`gofmt -l .`" = "" ] 02:47:56 ./bin/test-attribution-txt.sh 02:47:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:56 $ docker stop --time=1 d6e0de3ef3e46e2219225938a0c689685eac07bb7ec2c9edcb48099307492187 02:47:59 $ docker rm -f d6e0de3ef3e46e2219225938a0c689685eac07bb7ec2c9edcb48099307492187 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:00 Warning: overwriting stash ‘coverage-report’ 02:48:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:02 + ls -al . 02:48:02 total 220 02:48:02 drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 02:47 . 02:48:02 drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:44 .. 02:48:02 -rw-rw-r-- 1 jenkins jenkins 140 Mar 24 02:44 .dockerignore 02:48:02 drwxrwxr-x 8 jenkins jenkins 4096 Mar 24 02:44 .git 02:48:02 drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:44 .github 02:48:02 -rw-rw-r-- 1 jenkins jenkins 138 Mar 24 02:44 .gitignore 02:48:02 -rw-rw-r-- 1 jenkins jenkins 949 Mar 24 02:44 Dockerfile.build 02:48:02 -rw-rw-r-- 1 jenkins jenkins 894 Mar 24 02:44 Jenkinsfile 02:48:02 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 24 02:44 LICENSE 02:48:02 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 24 02:44 Makefile 02:48:02 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 24 02:44 README.md 02:48:02 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 24 02:44 RELEASE-NOTES.txt 02:48:02 -rw-rw-r-- 1 jenkins jenkins 5 Mar 24 02:42 VERSION 02:48:02 drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:44 bin 02:48:02 -rw-r--r-- 1 jenkins jenkins 99587 Mar 24 02:47 coverage.out 02:48:02 drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:44 example 02:48:02 -rw-r--r-- 1 jenkins jenkins 479 Mar 24 02:47 go.mod 02:48:02 -rw-r--r-- 1 jenkins jenkins 17372 Mar 24 02:47 go.sum 02:48:02 drwxrwxr-x 13 jenkins jenkins 4096 Mar 24 02:44 internal 02:48:02 drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:44 openapi 02:48:02 drwxrwxr-x 5 jenkins jenkins 4096 Mar 24 02:44 pkg 02:48:02 drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:44 snap 02:48:02 -rw-rw-r-- 1 jenkins jenkins 222 Mar 24 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:48:02 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=91c60f0d0e442914b6ae29da8716d8aab36f98ce --label arch=arm64 --label version=0.0.0 . 02:48:03 Sending build context to Docker daemon 2.385MB 02:48:03 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:48:03 Step 2/24 : FROM ${BASE} AS builder 02:48:03 ---> 6d0ccb1ea115 02:48:03 Step 3/24 : ARG MAKE='make build' 02:48:03 ---> Running in 725e8598be41 02:48:03 Removing intermediate container 725e8598be41 02:48:03 ---> bc917cecf278 02:48:03 Step 4/24 : WORKDIR /device-sdk-go 02:48:03 ---> Running in 300d1fe1e2eb 02:48:04 Removing intermediate container 300d1fe1e2eb 02:48:04 ---> 087c9bb87ddc 02:48:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:04 ---> Running in 8f95dabd28e3 02:48:05 Removing intermediate container 8f95dabd28e3 02:48:05 ---> 4c2aa18cefad 02:48:05 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:05 ---> Running in de23ac0d5419 02:48:05 lf-activate-venv(): INFO: Adding /tmp/venv-SzRE/bin to PATH 02:48:05 INFO: No Stack... 02:48:05 INFO: Retrieving Pricing Info for: v1-standard-2 02:48:06 INFO: Archiving Costs [Pipeline] sh 02:48:06 + cat /w/workspace/device-sdk-go/24/archives/cost.csv 02:48:06 + cut -d, -f6 [Pipeline] lock 02:48:07 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] 02:48:07 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] did not exist. Created. 02:48:07 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] [Pipeline] { 02:48:07 Removing intermediate container de23ac0d5419 02:48:07 ---> 57e7b70578f2 02:48:07 Step 7/24 : RUN apk add --update --no-cache make git [Pipeline] unstash [Pipeline] sh 02:48:07 ---> Running in d1ae9b3b30f6 02:48:07 + echo total: 0.029999999329447746 [Pipeline] stash 02:48:07 Stashed 1 file(s) [Pipeline] } 02:48:07 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 02:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 02:48:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:11 OK: 142 MiB in 39 packages 02:48:12 Removing intermediate container d1ae9b3b30f6 02:48:12 ---> f1d4ff3f04f9 02:48:12 Step 8/24 : COPY . . 02:48:13 ---> 6106050ad757 02:48:13 Step 9/24 : RUN ${MAKE} 02:48:13 ---> Running in 7e78c57d28dc 02:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:48:41 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:48:41 Removing intermediate container 7e78c57d28dc 02:48:41 ---> 9bc1441969d5 02:48:41 Step 10/24 : FROM scratch 02:48:41 ---> 02:48:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:42 ---> Running in 9a984643c90e 02:48:42 Removing intermediate container 9a984643c90e 02:48:42 ---> 4a16cdc54b34 02:48:42 Step 12/24 : ENV APP_PORT=49990 02:48:42 ---> Running in e53cacb7a90a 02:48:42 Removing intermediate container e53cacb7a90a 02:48:42 ---> d3a14278e27a 02:48:42 Step 13/24 : EXPOSE $APP_PORT 02:48:43 ---> Running in 3ba635885249 02:48:43 Removing intermediate container 3ba635885249 02:48:43 ---> a029ca209954 02:48:43 Step 14/24 : WORKDIR / 02:48:43 ---> Running in 42e1d38e6ddc 02:48:44 Removing intermediate container 42e1d38e6ddc 02:48:44 ---> 09101dd3573f 02:48:44 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:48:45 ---> c41b427367d4 02:48:45 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:48:46 ---> a8ccbcfb025a 02:48:46 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:48:46 ---> 60afa5b6d86d 02:48:46 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:48:47 ---> db73978a7c17 02:48:47 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:48:48 ---> 6352cd135468 02:48:48 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:48:48 ---> Running in 49e84853b935 02:48:48 Removing intermediate container 49e84853b935 02:48:48 ---> 6e32661a1c41 02:48:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:48 ---> Running in a220363031d0 02:48:49 Removing intermediate container a220363031d0 02:48:49 ---> d4334f7684f0 02:48:49 Step 22/24 : LABEL arch=arm64 02:48:49 ---> Running in 520f3c4b8efd 02:48:50 Removing intermediate container 520f3c4b8efd 02:48:50 ---> fb9844bbaeaa 02:48:50 Step 23/24 : LABEL git_sha=91c60f0d0e442914b6ae29da8716d8aab36f98ce 02:48:50 ---> Running in e6866433e626 02:48:50 Removing intermediate container e6866433e626 02:48:50 ---> 7821d55f5a7f 02:48:50 Step 24/24 : LABEL version=0.0.0 02:48:50 ---> Running in efc663c0785c 02:48:51 Removing intermediate container efc663c0785c 02:48:51 ---> 7e5a97ff5857 02:48:51 [Warning] One or more build-args [ARCH] were not consumed 02:48:51 Successfully built 7e5a97ff5857 02:48:51 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:48:52 ---> job-cost.sh 02:48:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FIvx 02:49:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:51:07 lf-activate-venv(): INFO: Adding /tmp/venv-FIvx/bin to PATH 02:51:07 INFO: No Stack... 02:51:07 INFO: Retrieving Pricing Info for: lf-standard-4 02:51:07 INFO: Archiving Costs [Pipeline] sh 02:51:08 + cut -d, -f6 02:51:08 + cat /w/workspace/device-sdk-go/24/archives/cost.csv [Pipeline] lock 02:51:08 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] 02:51:08 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] did not exist. Created. 02:51:08 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:08 /w/workspace/device-sdk-go/24@tmp/durable-529c6a57/script.sh: 1: /w/workspace/device-sdk-go/24@tmp/durable-529c6a57/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:51:09 + echo total: 0.20999999344348907 [Pipeline] stash 02:51:09 Warning: overwriting stash ‘stack-cost’ 02:51:09 Stashed 1 file(s) [Pipeline] } 02:51:09 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-24-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:51:10 provisioning config files... 02:51:10 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6573398594109379021tmp [Pipeline] { [Pipeline] sh 02:51:11 + set +x 02:51:11 + bash -s -- 02:51:11 + curl -s https://codecov.io/bash 02:51:11 02:51:11 _____ _ 02:51:11 / ____| | | 02:51:11 | | ___ __| | ___ ___ _____ __ 02:51:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:11 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:11 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:11 Bash-20210309-2b87ace 02:51:11 02:51:11 02:51:11 ==> git version 2.24.3 found 02:51:11 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:51:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:51:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:51:11 ==> Jenkins CI detected. 02:51:11 project root: . 02:51:11 --> token set from env 02:51:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:11 ==> Running gcov in . (disable via -X gcov) 02:51:11 ==> Python coveragepy not found 02:51:11 ==> Searching for coverage reports in: 02:51:11 + . 02:51:11 -> Found 1 reports 02:51:11 ==> Detecting git/mercurial file structure 02:51:11 ==> Reading reports 02:51:11 + ./coverage.out bytes=99587 02:51:11 ==> Appending adjustments 02:51:11 https://docs.codecov.io/docs/fixing-reports 02:51:11 + Found adjustments 02:51:11 ==> Gzipping contents 02:51:11 16K /tmp/codecov.4TlGed.gz 02:51:11 ==> Uploading reports 02:51:11 url: https://codecov.io 02:51:11 query: branch=PR-725&commit=91c60f0d0e442914b6ae29da8716d8aab36f98ce&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F24%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:11 -> Pinging Codecov 02:51:11 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=91c60f0d0e442914b6ae29da8716d8aab36f98ce&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F24%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:12 -> Uploading to 02:51:12 https://storage.googleapis.com/codecov/v4/raw/2021-03-24/7E55EF52A471D76F132DFD9A03CDDE97/91c60f0d0e442914b6ae29da8716d8aab36f98ce/e60d52e4-ee86-4cc7-93e3-ddd30375f345.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T025112Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b8eebcc7816633de7df600efc8e65cdfa47495961f26e6372f237bdc3c8b3730 02:51:12 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:12 Dload Upload Total Spent Left Speed 02:51:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13413 0 0 100 13413 0 32380 --:--:-- --:--:-- --:--:-- 32320 100 13413 0 0 100 13413 0 32366 --:--:-- --:--:-- --:--:-- 32320 02:51:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/91c60f0d0e442914b6ae29da8716d8aab36f98ce [Pipeline] } 02:51:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:51:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:15 ---> package-listing.sh 02:51:15 ++ facter osfamily 02:51:15 ++ tr '[:upper:]' '[:lower:]' 02:51:15 + OS_FAMILY=redhat 02:51:15 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:15 + START_PACKAGES=/tmp/packages_start.txt 02:51:15 + END_PACKAGES=/tmp/packages_end.txt 02:51:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:15 + PACKAGES=/tmp/packages_start.txt 02:51:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:15 + PACKAGES=/tmp/packages_end.txt 02:51:15 + case "${OS_FAMILY}" in 02:51:15 + rpm -qa 02:51:15 + sort 02:51:21 + '[' -f /tmp/packages_start.txt ']' 02:51:21 + '[' -f /tmp/packages_end.txt ']' 02:51:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:21 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:21 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:51:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:51:21 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:51:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:21 02:51:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:22 alpine: Pulling from edgex-lftools-log-publisher 02:51:22 df20fa9351a1: Pulling fs layer 02:51:22 36b3adc4ff6f: Pulling fs layer 02:51:22 8ad3a11d3b57: Pulling fs layer 02:51:22 46f8f816bc3b: Pulling fs layer 02:51:22 93b61091891f: Pulling fs layer 02:51:22 93b9cdb0e59b: Pulling fs layer 02:51:22 5e14af77c1be: Pulling fs layer 02:51:22 01666e4c0597: Pulling fs layer 02:51:22 aa168da1d23b: Pulling fs layer 02:51:22 5e14af77c1be: Waiting 02:51:22 01666e4c0597: Waiting 02:51:22 aa168da1d23b: Waiting 02:51:22 46f8f816bc3b: Waiting 02:51:22 93b61091891f: Waiting 02:51:22 93b9cdb0e59b: Waiting 02:51:22 36b3adc4ff6f: Verifying Checksum 02:51:22 36b3adc4ff6f: Download complete 02:51:22 46f8f816bc3b: Verifying Checksum 02:51:22 46f8f816bc3b: Download complete 02:51:22 df20fa9351a1: Verifying Checksum 02:51:22 df20fa9351a1: Download complete 02:51:22 93b9cdb0e59b: Verifying Checksum 02:51:22 93b9cdb0e59b: Download complete 02:51:22 5e14af77c1be: Verifying Checksum 02:51:22 5e14af77c1be: Download complete 02:51:22 93b61091891f: Verifying Checksum 02:51:22 93b61091891f: Download complete 02:51:22 01666e4c0597: Verifying Checksum 02:51:22 01666e4c0597: Download complete 02:51:22 8ad3a11d3b57: Verifying Checksum 02:51:22 8ad3a11d3b57: Download complete 02:51:22 df20fa9351a1: Pull complete 02:51:22 36b3adc4ff6f: Pull complete 02:51:23 8ad3a11d3b57: Pull complete 02:51:23 46f8f816bc3b: Pull complete 02:51:24 93b61091891f: Pull complete 02:51:24 93b9cdb0e59b: Pull complete 02:51:24 aa168da1d23b: Verifying Checksum 02:51:24 aa168da1d23b: Download complete 02:51:24 5e14af77c1be: Pull complete 02:51:25 01666e4c0597: Pull complete 02:51:33 aa168da1d23b: Pull complete 02:51:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:51:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:51:33 prd-centos7-docker-4c-2g-31167 does not seem to be running inside a container 02:51:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:36 $ docker top 0fbb03f79b994d4702ab11559bf7848fc91e777551ee442355d38a6440b2be41 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:36 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:36 + mkdir -p /var/log/sa [Pipeline] sh 02:51:37 + ls /var/log/sa-host 02:51:37 + sadf -c /var/log/sa-host/sa23 02:51:37 file_magic: OK 02:51:37 HZ: Using current value: 100 02:51:37 file_header: OK 02:51:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:37 Statistics: 02:51:37 Hnuu...uuuununununu... 02:51:37 File successfully converted to sysstat format version 12.2.1 02:51:37 + sadf -c /var/log/sa-host/sa24 02:51:37 file_magic: OK 02:51:37 HZ: Using current value: 100 02:51:37 file_header: OK 02:51:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:37 Statistics: 02:51:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:37 provisioning config files... 02:51:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config9186247406945816839tmp [Pipeline] { [Pipeline] echo 02:51:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:38 ---> create-netrc.sh [Pipeline] } 02:51:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:51:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:38 ---> python-tools-install.sh [Pipeline] echo 02:51:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:39 ---> sudo-logs.sh 02:51:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:51:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:39 ---> job-cost.sh 02:51:39 lf-activate-venv: SKIPPING 02:51:39 DEBUG: total: 0.20999999344348907 02:51:39 INFO: Retrieving Stack Cost... 02:51:40 INFO: Retrieving Pricing Info for: v1-standard-2 02:51:41 INFO: Archiving Costs [Pipeline] echo 02:51:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:51:41 ---> logs-deploy.sh 02:51:41 lf-activate-venv: SKIPPING 02:51:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/24 02:51:41 INFO: archiving workspace using pattern(s): 02:51:43 Archives upload complete. 02:51:43 INFO: archiving logs to Nexus 02:51:44 ---> uname -a: 02:51:44 Linux prd-centos7-docker-4c-2g-31167.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:51:44 02:51:44 02:51:44 ---> lscpu: 02:51:44 Architecture: x86_64 02:51:44 CPU op-mode(s): 32-bit, 64-bit 02:51:44 Byte Order: Little Endian 02:51:44 Address sizes: 40 bits physical, 48 bits virtual 02:51:44 CPU(s): 4 02:51:44 On-line CPU(s) list: 0-3 02:51:44 Thread(s) per core: 1 02:51:44 Core(s) per socket: 1 02:51:44 Socket(s): 4 02:51:44 NUMA node(s): 1 02:51:44 Vendor ID: GenuineIntel 02:51:44 CPU family: 6 02:51:44 Model: 44 02:51:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:51:44 Stepping: 1 02:51:44 CPU MHz: 2933.438 02:51:44 BogoMIPS: 5866.87 02:51:44 Virtualization: VT-x 02:51:44 Hypervisor vendor: KVM 02:51:44 Virtualization type: full 02:51:44 L1d cache: 128 KiB 02:51:44 L1i cache: 128 KiB 02:51:44 L2 cache: 16 MiB 02:51:44 L3 cache: 64 MiB 02:51:44 NUMA node0 CPU(s): 0-3 02:51:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:51:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:51:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:51:44 Vulnerability Meltdown: Mitigation; PTI 02:51:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:51:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:51:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:51:44 Vulnerability Srbds: Not affected 02:51:44 Vulnerability Tsx async abort: Not affected 02:51:44 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:51:44 02:51:44 02:51:44 ---> nproc: 02:51:44 4 02:51:44 02:51:44 02:51:44 ---> df -h: 02:51:44 Filesystem Size Used Available Use% Mounted on 02:51:44 overlay 50.0G 7.3G 42.7G 15% / 02:51:44 tmpfs 64.0M 0 64.0M 0% /dev 02:51:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:51:44 shm 64.0M 0 64.0M 0% /dev/shm 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:51:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:51:44 02:51:44 02:51:44 ---> free -m: 02:51:44 total used free shared buff/cache available 02:51:44 Mem: 1837 733 106 0 997 999 02:51:44 Swap: 1023 0 1023 02:51:44 02:51:44 02:51:44 ---> ip addr: 02:51:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:51:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:51:44 inet 127.0.0.1/8 scope host lo 02:51:44 valid_lft forever preferred_lft forever 02:51:44 inet6 ::1/128 scope host 02:51:44 valid_lft forever preferred_lft forever 02:51:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:51:44 link/ether fa:16:3e:d5:de:24 brd ff:ff:ff:ff:ff:ff 02:51:44 inet 10.30.122.252/23 brd 10.30.123.255 scope global dynamic eth0 02:51:44 valid_lft 85771sec preferred_lft 85771sec 02:51:44 inet6 fe80::f816:3eff:fed5:de24/64 scope link 02:51:44 valid_lft forever preferred_lft forever 02:51:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:51:44 link/ether 02:42:8d:c3:43:a6 brd ff:ff:ff:ff:ff:ff 02:51:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:51:44 valid_lft forever preferred_lft forever 02:51:44 inet6 fe80::42:8dff:fec3:43a6/64 scope link 02:51:44 valid_lft forever preferred_lft forever 02:51:44 02:51:44 02:51:44 ---> sar -b -r -n DEV: 02:51:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 02:51:44 02:51:44 02:41:02 LINUX RESTART (4 CPU) 02:51:44 02:51:44 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:51:44 02:43:01 24.29 5.03 19.26 0.00 1068.75 2868.40 0.00 02:51:44 02:44:01 0.40 0.00 0.40 0.00 0.00 6.00 0.00 02:51:44 02:45:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 02:51:44 02:46:01 0.35 0.00 0.35 0.00 0.00 5.30 0.00 02:51:44 02:47:02 0.23 0.00 0.23 0.00 0.00 3.75 0.00 02:51:44 02:48:01 0.42 0.00 0.42 0.00 0.00 6.50 0.00 02:51:44 02:49:01 0.30 0.00 0.30 0.00 0.00 4.18 0.00 02:51:44 02:50:01 0.58 0.00 0.58 0.00 0.00 5.73 0.00 02:51:44 02:51:01 0.57 0.00 0.57 0.00 0.00 5.25 0.00 02:51:44 Average: 3.05 0.56 2.49 0.00 119.01 323.84 0.00 02:51:44 02:51:44 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:51:44 02:43:01 150956 0 631036 33.54 2620 1096932 1094948 37.37 459384 1070796 16 02:51:44 02:44:01 156960 0 625024 33.22 2620 1096940 1070656 36.54 456932 1068520 16 02:51:44 02:45:01 154624 0 627356 33.34 2620 1096944 1070848 36.55 461160 1066728 8 02:51:44 02:46:01 156016 0 625964 33.27 2620 1096944 1070656 36.54 470860 1056100 8 02:51:44 02:47:02 151448 0 630524 33.51 2620 1096952 1070728 36.54 473052 1058332 8 02:51:44 02:48:01 151516 0 630452 33.51 2620 1096956 1070656 36.54 476668 1054236 12 02:51:44 02:49:01 151576 0 630388 33.50 2620 1096960 1070656 36.54 476792 1054232 8 02:51:44 02:50:01 151776 0 630184 33.49 2620 1096964 1070656 36.54 476680 1054232 8 02:51:44 02:51:01 151948 0 630004 33.48 2620 1096972 1070720 36.54 476692 1054232 8 02:51:44 Average: 152980 0 628992 33.43 2620 1096952 1073392 36.63 469802 1059712 10 02:51:44 02:51:44 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:51:44 02:43:01 eth0 125.45 92.06 122.37 116.97 0.00 0.00 0.00 0.00 02:51:44 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:43:01 docker0 7.74 5.38 1.34 24.00 0.00 0.00 0.00 0.00 02:51:44 02:44:01 eth0 0.73 0.08 0.06 0.04 0.00 0.00 0.00 0.00 02:51:44 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:45:01 eth0 1.45 0.63 0.59 0.40 0.00 0.00 0.00 0.00 02:51:44 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:44 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:47:02 eth0 0.35 0.27 0.24 0.08 0.00 0.00 0.00 0.00 02:51:44 02:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:44 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:49:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:51:44 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:50:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:51:44 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:51:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:51:44 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 Average: eth0 14.31 10.41 13.73 13.09 0.00 0.00 0.00 0.00 02:51:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:44 Average: docker0 0.86 0.60 0.15 2.67 0.00 0.00 0.00 0.00 02:51:44 02:51:44 02:51:44 ---> sar -P ALL: 02:51:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 02:51:44 02:51:44 02:41:02 LINUX RESTART (4 CPU) 02:51:44 02:51:44 02:42:01 CPU %user %nice %system %iowait %steal %idle 02:51:44 02:43:01 all 2.69 0.00 1.46 0.61 0.04 95.20 02:51:44 02:43:01 0 2.86 0.00 1.66 0.55 0.03 94.89 02:51:44 02:43:01 1 3.03 0.00 1.39 0.22 0.05 95.31 02:51:44 02:43:01 2 2.55 0.00 1.51 1.59 0.03 94.31 02:51:44 02:43:01 3 2.33 0.00 1.27 0.08 0.03 96.28 02:51:44 02:44:01 all 0.15 0.00 0.04 0.00 0.00 99.80 02:51:44 02:44:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:51:44 02:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:51:44 02:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:51:44 02:44:01 3 0.50 0.00 0.05 0.00 0.00 99.45 02:51:44 02:45:01 all 0.15 0.00 0.05 0.00 0.00 99.80 02:51:44 02:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:51:44 02:45:01 1 0.08 0.00 0.07 0.00 0.02 99.83 02:51:44 02:45:01 2 0.08 0.00 0.03 0.00 0.00 99.88 02:51:44 02:45:01 3 0.42 0.00 0.05 0.00 0.00 99.53 02:51:44 02:46:01 all 0.13 0.00 0.05 0.00 0.00 99.82 02:51:44 02:46:01 0 0.02 0.00 0.05 0.00 0.00 99.93 02:51:44 02:46:01 1 0.02 0.00 0.07 0.00 0.00 99.92 02:51:44 02:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:51:44 02:46:01 3 0.43 0.00 0.07 0.00 0.00 99.50 02:51:44 02:47:02 all 0.20 0.00 0.17 0.00 0.02 99.61 02:51:44 02:47:02 0 0.07 0.00 0.17 0.00 0.02 99.75 02:51:44 02:47:02 1 0.48 0.00 0.17 0.00 0.02 99.33 02:51:44 02:47:02 2 0.10 0.00 0.13 0.00 0.02 99.75 02:51:44 02:47:02 3 0.15 0.00 0.23 0.00 0.02 99.60 02:51:44 02:48:01 all 0.16 0.00 0.04 0.00 0.00 99.81 02:51:44 02:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:51:44 02:48:01 1 0.05 0.00 0.08 0.00 0.00 99.86 02:51:44 02:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:51:44 02:48:01 3 0.52 0.00 0.03 0.00 0.00 99.44 02:51:44 02:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:51:44 02:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:51:44 02:49:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:51:44 02:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:51:44 02:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:51:44 02:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:51:44 02:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:51:44 02:50:01 1 0.07 0.00 0.07 0.00 0.00 99.87 02:51:44 02:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:51:44 02:50:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:51:44 02:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:51:44 02:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:51:44 02:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:51:44 02:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:51:44 02:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:51:44 Average: all 0.44 0.00 0.21 0.07 0.01 99.28 02:51:44 Average: 0 0.35 0.00 0.23 0.06 0.01 99.36 02:51:44 Average: 1 0.43 0.00 0.22 0.02 0.01 99.32 02:51:44 Average: 2 0.32 0.00 0.20 0.18 0.01 99.29 02:51:44 Average: 3 0.65 0.00 0.20 0.01 0.01 99.14 02:51:44 02:51:44 02:51:44