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+4d2675d668c2f9064e370a810b18e5856622130c (0f0eef3d1eeaa6fd0450181053032e438fbe6199) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1016 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 Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 6ba1e8316bda7d82bc746bfd473e272027fb7a4a Checking out Revision 6ba1e8316bda7d82bc746bfd473e272027fb7a4a (PR-725) > 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 > 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 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ba1e8316bda7d82bc746bfd473e272027fb7a4a # timeout=10 Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk a8d60f956115993d26ccd83775acbf9de8b4268b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:42:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:42:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:42:42 ========================================================= 22:42:42 EdgeX Global Pipelines Version Info 22:42:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:42:44 ------------------- 22:42:44 stable info: 22:42:44 ------------------- 22:42:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:42:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:42:44 Message: update stable to v1.0.186 22:42:44 ------------------- 22:42:44 experimental info: 22:42:44 ------------------- 22:42:44 Commited By: **** collab-it+edgex@linuxfoundation.org 22:42:44 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 22:42:44 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ba1e8316bda7d82bc746bfd473e272027fb7a4a [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ba1e83 [Pipeline] echo 22:42:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:45 provisioning config files... 22:42:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config643229290820849615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:46 ---> docker-login.sh 22:42:46 nexus3.edgexfoundry.org:10001 22:42:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:46 Configure a credential helper to remove this warning. See 22:42:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:46 22:42:46 Login Succeeded 22:42:46 nexus3.edgexfoundry.org:10002 22:42:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:46 Configure a credential helper to remove this warning. See 22:42:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:46 22:42:46 Login Succeeded 22:42:46 nexus3.edgexfoundry.org:10003 22:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:47 Configure a credential helper to remove this warning. See 22:42:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:47 22:42:47 Login Succeeded 22:42:47 nexus3.edgexfoundry.org:10004 22:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:47 Configure a credential helper to remove this warning. See 22:42:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:47 22:42:47 Login Succeeded 22:42:47 docker.io 22:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:47 Configure a credential helper to remove this warning. See 22:42:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:47 22:42:47 Login Succeeded 22:42:47 ---> docker-login.sh ends [Pipeline] } 22:42:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:42:48 + git log --format=format:%s -1 6ba1e8316bda7d82bc746bfd473e272027fb7a4a [Pipeline] echo 22:42:48 GIT_COMMIT: 6ba1e8316bda7d82bc746bfd473e272027fb7a4a, Commit Message: Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD [Pipeline] echo 22:42:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:42:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:48 22:42:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:42:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:49 latest: Pulling from edgex-devops/git-semver 22:42:49 31603596830f: Pulling fs layer 22:42:49 2a8b12db71e7: Pulling fs layer 22:42:49 6ca5941a6612: Pulling fs layer 22:42:49 ecc8261a40a4: Pulling fs layer 22:42:49 ecc8261a40a4: Waiting 22:42:49 2a8b12db71e7: Verifying Checksum 22:42:49 2a8b12db71e7: Download complete 22:42:49 31603596830f: Verifying Checksum 22:42:49 31603596830f: Download complete 22:42:49 ecc8261a40a4: Verifying Checksum 22:42:49 ecc8261a40a4: Download complete 22:42:49 6ca5941a6612: Verifying Checksum 22:42:49 6ca5941a6612: Download complete 22:42:49 31603596830f: Pull complete 22:42:49 2a8b12db71e7: Pull complete 22:42:50 6ca5941a6612: Pull complete 22:42:50 ecc8261a40a4: Pull complete 22:42:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:42:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:42:50 prd-centos7-docker-4c-2g-1016 does not seem to be running inside a container 22:42:51 $ 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 22:42:53 $ docker top e413f14b099a35c95f8cfb5398407467071445326e231b3768c6c46cbe866084 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:42:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:53 [ssh-agent] Looking for ssh-agent implementation... 22:42:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:53 $ docker exec e413f14b099a35c95f8cfb5398407467071445326e231b3768c6c46cbe866084 ssh-agent 22:42:53 SSH_AUTH_SOCK=/tmp/ssh-0lxTgt5Y32Ng/agent.11 22:42:53 SSH_AGENT_PID=16 22:42:53 Running ssh-add (command line suppressed) 22:42:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4318608177594388234.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4318608177594388234.key) 22:42:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:54 + git tag --points-at HEAD [Pipeline] } 22:42:54 $ docker exec --env ******** --env ******** e413f14b099a35c95f8cfb5398407467071445326e231b3768c6c46cbe866084 ssh-agent -k 22:42:54 unset SSH_AUTH_SOCK; 22:42:54 unset SSH_AGENT_PID; 22:42:54 echo Agent pid 16 killed; 22:42:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:42:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:54 [ssh-agent] Looking for ssh-agent implementation... 22:42:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:54 $ docker exec e413f14b099a35c95f8cfb5398407467071445326e231b3768c6c46cbe866084 ssh-agent 22:42:55 SSH_AUTH_SOCK=/tmp/ssh-CPDNXqx4hKWx/agent.46 22:42:55 SSH_AGENT_PID=52 22:42:55 Running ssh-add (command line suppressed) 22:42:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8602940882200055384.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8602940882200055384.key) 22:42:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:55 + git semver init 22:42:55 # -> Open(): unable to determine branch for HEAD 22:42:55 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 22:42:55 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:42:55 # $SEMVER_REMOTE_NAME = origin 22:42:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:42:55 # $SEMVER_USER_NAME = edgex-jenkins 22:42:55 # $SEMVER_BRANCH = PR-725 22:42:55 # $SEMVER_TEMP = /tmp/semver-014384462 22:42:55 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:42:56 # '/tmp/semver-014384462' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 22:42:56 # -> Force: false 22:42:56 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 22:42:56 $ docker exec --env ******** --env ******** e413f14b099a35c95f8cfb5398407467071445326e231b3768c6c46cbe866084 ssh-agent -k 22:42:56 unset SSH_AUTH_SOCK; 22:42:56 unset SSH_AGENT_PID; 22:42:56 echo Agent pid 52 killed; 22:42:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:42:57 + git semver [Pipeline] } 22:42:57 $ docker stop --time=1 e413f14b099a35c95f8cfb5398407467071445326e231b3768c6c46cbe866084 22:42:58 $ docker rm -f e413f14b099a35c95f8cfb5398407467071445326e231b3768c6c46cbe866084 [Pipeline] // withDockerContainer [Pipeline] sh 22:42:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:42:59 Stashed 1 file(s) [Pipeline] echo 22:42:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:43:14 Still waiting to schedule task 22:43:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:43:14 Still waiting to schedule task 22:43:14 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1008’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1018’ is offline 22:45:22 Running on prd-centos7-docker-4c-2g-1025 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:45:22 Running in /w/workspace/device-sdk-go/37 [Pipeline] { [Pipeline] checkout 22:45:25 using credential edgex-jenkins-ssh 22:45:25 Cloning the remote Git repository 22:45:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:45:25 > git init /w/workspace/device-sdk-go/37 # timeout=10 22:45:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:25 > git --version # timeout=10 22:45:25 > git --version # 'git version 2.24.3' 22:45:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:27 Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:45:27 Merge succeeded, producing d4042a00af45dc151e1839bd8722967c59afec4f 22:45:27 Checking out Revision d4042a00af45dc151e1839bd8722967c59afec4f (PR-725) 22:45:27 > git config core.sparsecheckout # timeout=10 22:45:27 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:45:27 > git remote # timeout=10 22:45:27 > git config --get remote.origin.url # timeout=10 22:45:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:27 > git merge 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 22:45:27 > git rev-parse HEAD^{commit} # timeout=10 22:45:27 > git config core.sparsecheckout # timeout=10 22:45:27 > git checkout -f d4042a00af45dc151e1839bd8722967c59afec4f # timeout=10 22:45:31 Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" 22:45:31 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:31 > git rev-list --no-walk a8d60f956115993d26ccd83775acbf9de8b4268b # timeout=10 22:45:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:45:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:45:33 + sudo service docker restart 22:45:33 + true 22:45:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:34 provisioning config files... 22:45:34 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/37@tmp/config6489099571715414388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:35 ---> docker-login.sh 22:45:35 nexus3.edgexfoundry.org:10001 22:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:35 Configure a credential helper to remove this warning. See 22:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:35 22:45:35 Login Succeeded 22:45:35 nexus3.edgexfoundry.org:10002 22:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:35 Configure a credential helper to remove this warning. See 22:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:35 22:45:35 Login Succeeded 22:45:35 nexus3.edgexfoundry.org:10003 22:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:35 Configure a credential helper to remove this warning. See 22:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:35 22:45:35 Login Succeeded 22:45:35 nexus3.edgexfoundry.org:10004 22:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:36 Configure a credential helper to remove this warning. See 22:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:36 22:45:36 Login Succeeded 22:45:36 docker.io 22:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:36 Configure a credential helper to remove this warning. See 22:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:36 22:45:36 Login Succeeded 22:45:36 ---> docker-login.sh ends [Pipeline] } 22:45:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:36 ========================================================= 22:45:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:45:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:45:37 Sending build context to Docker daemon 2.468MB 22:45:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:37 Step 2/8 : FROM ${BASE} 22:45:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:45:37 188c0c94c7c5: Pulling fs layer 22:45:37 0ef7d3d256c8: Pulling fs layer 22:45:37 de9db76c5a1d: Pulling fs layer 22:45:37 bca2f99d35d6: Pulling fs layer 22:45:37 93359f2a8cfa: Pulling fs layer 22:45:37 7c6f9722023f: Pulling fs layer 22:45:37 a35cf1a2eb13: Pulling fs layer 22:45:37 93359f2a8cfa: Waiting 22:45:37 7c6f9722023f: Waiting 22:45:37 a35cf1a2eb13: Waiting 22:45:37 bca2f99d35d6: Waiting 22:45:37 de9db76c5a1d: Download complete 22:45:37 0ef7d3d256c8: Verifying Checksum 22:45:37 0ef7d3d256c8: Download complete 22:45:37 93359f2a8cfa: Verifying Checksum 22:45:37 93359f2a8cfa: Download complete 22:45:37 7c6f9722023f: Download complete 22:45:37 188c0c94c7c5: Verifying Checksum 22:45:37 188c0c94c7c5: Download complete 22:45:37 188c0c94c7c5: Pull complete 22:45:37 0ef7d3d256c8: Pull complete 22:45:37 de9db76c5a1d: Pull complete 22:45:38 a35cf1a2eb13: Verifying Checksum 22:45:39 bca2f99d35d6: Verifying Checksum 22:45:39 bca2f99d35d6: Download complete 22:45:45 bca2f99d35d6: Pull complete 22:45:45 93359f2a8cfa: Pull complete 22:45:45 7c6f9722023f: Pull complete 22:45:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1023 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:45:47 Running in /w/workspace/device-sdk-go/37 [Pipeline] { [Pipeline] checkout 22:45:52 a35cf1a2eb13: Pull complete 22:45:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:45:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:45:52 ---> a62c8e92a672 22:45:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:52 ---> Running in 16b3149d0d29 22:45:52 Removing intermediate container 16b3149d0d29 22:45:52 ---> 40a3a9f1feee 22:45:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:52 ---> Running in 71d49098beeb 22:45:52 using credential edgex-jenkins-ssh 22:45:52 Cloning the remote Git repository 22:45:53 Removing intermediate container 71d49098beeb 22:45:53 ---> 93947f069dde 22:45:53 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:53 ---> Running in 2ea3109caa10 22:45:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:45:52 > git init /w/workspace/device-sdk-go/37 # timeout=10 22:45:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:53 > git --version # timeout=10 22:45:53 > git --version # 'git version 2.17.1' 22:45:53 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:45:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:55 Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:45:55 (1/6) Installing libc-dev (0.7.2-r3) 22:45:55 (2/6) Installing libsodium (1.0.18-r0) 22:45:55 (3/6) Installing pkgconf (1.7.2-r0) 22:45:55 Merge succeeded, producing c6b96c0370905ce507b708bfcccffb3c77adc5c5 22:45:55 Checking out Revision c6b96c0370905ce507b708bfcccffb3c77adc5c5 (PR-725) 22:45:55 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:55 (5/6) Installing libzmq (4.3.3-r0) 22:45:55 (6/6) Installing zeromq-dev (4.3.3-r0) 22:45:56 Executing busybox-1.31.1-r19.trigger 22:45:56 OK: 167 MiB in 45 packages 22:45:55 > git config core.sparsecheckout # timeout=10 22:45:55 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:45:55 > git remote # timeout=10 22:45:55 > git config --get remote.origin.url # timeout=10 22:45:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:55 > git merge 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 22:45:55 > git rev-parse HEAD^{commit} # timeout=10 22:45:55 > git config core.sparsecheckout # timeout=10 22:45:55 > git checkout -f c6b96c0370905ce507b708bfcccffb3c77adc5c5 # timeout=10 22:45:56 Removing intermediate container 2ea3109caa10 22:45:56 ---> f390a8f7bbc4 22:45:56 Step 6/8 : WORKDIR /device-sdk-go 22:45:56 ---> Running in 0d765a974ff3 22:45:56 Removing intermediate container 0d765a974ff3 22:45:56 ---> 5628b4a2bf85 22:45:56 Step 7/8 : COPY . . 22:45:58 ---> 2ea04745f9b8 22:45:58 Step 8/8 : RUN go mod download 22:45:58 ---> Running in 15934bd46124 22:46:00 Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" 22:46:00 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:46:00 > git rev-list --no-walk a8d60f956115993d26ccd83775acbf9de8b4268b # timeout=10 22:46:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:46:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:46:02 + + true 22:46:02 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:46:04 provisioning config files... 22:46:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/37@tmp/config8485847598168317329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:05 ---> docker-login.sh 22:46:05 nexus3.edgexfoundry.org:10001 22:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:06 Configure a credential helper to remove this warning. See 22:46:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:06 22:46:06 Login Succeeded 22:46:06 nexus3.edgexfoundry.org:10002 22:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:07 Configure a credential helper to remove this warning. See 22:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:07 22:46:07 Login Succeeded 22:46:07 nexus3.edgexfoundry.org:10003 22:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:07 Configure a credential helper to remove this warning. See 22:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:07 22:46:07 Login Succeeded 22:46:07 nexus3.edgexfoundry.org:10004 22:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:08 Configure a credential helper to remove this warning. See 22:46:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:08 22:46:08 Login Succeeded 22:46:08 docker.io 22:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:08 Configure a credential helper to remove this warning. See 22:46:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:08 22:46:08 Login Succeeded 22:46:08 ---> docker-login.sh ends [Pipeline] } 22:46:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:46:09 ========================================================= 22:46:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:46:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:46:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:46:10 Sending build context to Docker daemon 2.458MB 22:46:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:46:10 Step 2/8 : FROM ${BASE} 22:46:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:46:10 5f621e34cdf4: Pulling fs layer 22:46:10 a4357932f1b6: Pulling fs layer 22:46:10 18c013af1878: Pulling fs layer 22:46:10 00ac8860ef70: Pulling fs layer 22:46:10 63d7cb157983: Pulling fs layer 22:46:10 b116817d02f9: Pulling fs layer 22:46:10 745a02a5169b: Pulling fs layer 22:46:10 63d7cb157983: Waiting 22:46:10 b116817d02f9: Waiting 22:46:10 745a02a5169b: Waiting 22:46:10 00ac8860ef70: Waiting 22:46:10 18c013af1878: Download complete 22:46:10 a4357932f1b6: Download complete 22:46:10 63d7cb157983: Verifying Checksum 22:46:10 63d7cb157983: Download complete 22:46:10 b116817d02f9: Verifying Checksum 22:46:10 b116817d02f9: Download complete 22:46:10 5f621e34cdf4: Verifying Checksum 22:46:10 5f621e34cdf4: Download complete 22:46:11 5f621e34cdf4: Pull complete 22:46:11 a4357932f1b6: Pull complete 22:46:11 18c013af1878: Pull complete 22:46:12 745a02a5169b: Download complete 22:46:13 00ac8860ef70: Verifying Checksum 22:46:13 00ac8860ef70: Download complete 22:46:20 Removing intermediate container 15934bd46124 22:46:20 ---> ff6037111002 22:46:20 Successfully built ff6037111002 22:46:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:46:20 + docker inspect -f . ci-base-image-x86_64 22:46:20 . [Pipeline] withDockerContainer 22:46:20 prd-centos7-docker-4c-2g-1025 does not seem to be running inside a container 22:46:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/37 -v /w/workspace/device-sdk-go/37:/w/workspace/device-sdk-go/37:rw,z -v /w/workspace/device-sdk-go/37@tmp:/w/workspace/device-sdk-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:46:21 $ docker top efb777233f333dbcd9250604e28d9f2373637527e75f12e1d3775a29eba9f08c -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:22 + go version 22:46:22 go version go1.15.5 linux/amd64 [Pipeline] } 22:46:22 $ docker stop --time=1 efb777233f333dbcd9250604e28d9f2373637527e75f12e1d3775a29eba9f08c 22:46:23 $ docker rm -f efb777233f333dbcd9250604e28d9f2373637527e75f12e1d3775a29eba9f08c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 22:46:23 00ac8860ef70: Pull complete 22:46:23 63d7cb157983: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:24 b116817d02f9: Pull complete 22:46:24 + docker inspect -f . ci-base-image-x86_64 22:46:24 . [Pipeline] withDockerContainer 22:46:24 prd-centos7-docker-4c-2g-1025 does not seem to be running inside a container 22:46:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/37 -v /w/workspace/device-sdk-go/37:/w/workspace/device-sdk-go/37:rw,z -v /w/workspace/device-sdk-go/37@tmp:/w/workspace/device-sdk-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:46:25 $ docker top 886f668c4b710e155d36b84156962bc822372e7a28d6f491a4a6a39167d247c8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:25 + make test 22:46:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:28 745a02a5169b: Pull complete 22:46:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:46:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:46:28 ---> b7e6874047d6 22:46:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:46:31 ---> Running in 5cf045124436 22:46:31 Removing intermediate container 5cf045124436 22:46:31 ---> 79730fa10f9e 22:46:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:31 ---> Running in 355ee3f01d7d 22:46:33 Removing intermediate container 355ee3f01d7d 22:46:33 ---> eb4dcbbe68fe 22:46:33 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:46:33 ---> Running in 26900295867a 22:46:33 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:46:36 (1/6) Installing libc-dev (0.7.2-r3) 22:46:36 (2/6) Installing libsodium (1.0.18-r0) 22:46:36 (3/6) Installing pkgconf (1.7.2-r0) 22:46:36 (4/6) Installing libsodium-dev (1.0.18-r0) 22:46:36 (5/6) Installing libzmq (4.3.3-r0) 22:46:36 (6/6) Installing zeromq-dev (4.3.3-r0) 22:46:36 Executing busybox-1.31.1-r19.trigger 22:46:36 OK: 144 MiB in 45 packages 22:46:38 Removing intermediate container 26900295867a 22:46:38 ---> 3c772ca43111 22:46:38 Step 6/8 : WORKDIR /device-sdk-go 22:46:38 ---> Running in 251c723e2293 22:46:39 Removing intermediate container 251c723e2293 22:46:39 ---> de390b534fb1 22:46:39 Step 7/8 : COPY . . 22:46:40 ---> cb87a5214baa 22:46:40 Step 8/8 : RUN go mod download 22:46:40 ---> Running in 99dbe67d8470 22:46:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:46:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:46:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:46:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:46:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:47:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.078s coverage: 28.1% of statements 22:47:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.106s coverage: 78.9% of statements 22:47:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.083s coverage: 7.8% of statements 22:47:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:47:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:47:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:47:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.078s coverage: 32.0% of statements 22:47:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:47:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:47:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:47:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.104s coverage: 57.1% of statements 22:47:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.281s coverage: 6.6% of statements 22:47:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements 22:47:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:47:03 GO111MODULE=on go vet ./... 22:47:07 Removing intermediate container 99dbe67d8470 22:47:07 ---> 56ba945d26de 22:47:07 Successfully built 56ba945d26de 22:47:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:47:07 + docker inspect -f . ci-base-image-arm64 22:47:07 . [Pipeline] withDockerContainer 22:47:07 prd-ubuntu18.04-docker-arm64-4c-16g-1023 does not seem to be running inside a container 22:47:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/37 -v /w/workspace/device-sdk-go/37:/w/workspace/device-sdk-go/37:rw,z -v /w/workspace/device-sdk-go/37@tmp:/w/workspace/device-sdk-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:47:09 $ docker top d3c59f1a19ae35bdd030c91ccc2fe3dce0a23756074f8a2e0a65c0eb82459e11 -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:10 + go version 22:47:10 go version go1.15.5 linux/arm64 [Pipeline] } 22:47:10 $ docker stop --time=1 d3c59f1a19ae35bdd030c91ccc2fe3dce0a23756074f8a2e0a65c0eb82459e11 22:47:12 $ docker rm -f d3c59f1a19ae35bdd030c91ccc2fe3dce0a23756074f8a2e0a65c0eb82459e11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:13 + docker inspect -f . ci-base-image-arm64 22:47:13 . [Pipeline] withDockerContainer 22:47:13 prd-ubuntu18.04-docker-arm64-4c-16g-1023 does not seem to be running inside a container 22:47:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/37 -v /w/workspace/device-sdk-go/37:/w/workspace/device-sdk-go/37:rw,z -v /w/workspace/device-sdk-go/37@tmp:/w/workspace/device-sdk-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:47:14 $ docker top 3f59cf72d75c0a0b6424ae7b54bd77e9bfdb049bd6a0e1a89efef7c2d02b42f4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:15 + make test 22:47:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:47:21 gofmt -l . 22:47:21 [ "`gofmt -l .`" = "" ] 22:47:21 ./bin/test-attribution-txt.sh 22:47:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:47:21 $ docker stop --time=1 886f668c4b710e155d36b84156962bc822372e7a28d6f491a4a6a39167d247c8 22:47:23 $ docker rm -f 886f668c4b710e155d36b84156962bc822372e7a28d6f491a4a6a39167d247c8 [Pipeline] // withDockerContainer [Pipeline] sh 22:47:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:47:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:47:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:47:25 + ls -al . 22:47:25 total 188 22:47:25 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 22:47 . 22:47:25 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 22:45 .. 22:47:25 drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 22:45 bin 22:47:25 -rw-r--r--. 1 jenkins jenkins 100116 Apr 19 22:47 coverage.out 22:47:25 -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 22:45 Dockerfile.build 22:47:25 -rw-rw-r--. 1 jenkins jenkins 140 Apr 19 22:45 .dockerignore 22:47:25 drwxrwxr-x. 5 jenkins jenkins 62 Apr 19 22:45 example 22:47:25 drwxrwxr-x. 8 jenkins jenkins 179 Apr 19 22:45 .git 22:47:25 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 22:45 .github 22:47:25 -rw-rw-r--. 1 jenkins jenkins 138 Apr 19 22:45 .gitignore 22:47:25 -rw-r--r--. 1 jenkins jenkins 574 Apr 19 22:47 go.mod 22:47:25 -rw-r--r--. 1 jenkins jenkins 20735 Apr 19 22:47 go.sum 22:47:25 drwxrwxr-x. 14 jenkins jenkins 207 Apr 19 22:45 internal 22:47:25 -rw-rw-r--. 1 jenkins jenkins 894 Apr 19 22:45 Jenkinsfile 22:47:25 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 19 22:45 LICENSE 22:47:25 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 19 22:45 Makefile 22:47:25 drwxrwxr-x. 4 jenkins jenkins 26 Apr 19 22:45 openapi 22:47:25 drwxrwxr-x. 5 jenkins jenkins 50 Apr 19 22:45 pkg 22:47:25 -rw-rw-r--. 1 jenkins jenkins 7652 Apr 19 22:45 README.md 22:47:25 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 19 22:45 RELEASE-NOTES.txt 22:47:25 drwxrwxr-x. 4 jenkins jenkins 54 Apr 19 22:45 snap 22:47:25 -rw-rw-r--. 1 jenkins jenkins 5 Apr 19 22:42 VERSION 22:47:25 -rw-rw-r--. 1 jenkins jenkins 222 Apr 19 22:45 version.go [Pipeline] isUnix [Pipeline] sh 22:47:25 + 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=6ba1e8316bda7d82bc746bfd473e272027fb7a4a --label arch=amd64 --label version=0.0.0 . 22:47:25 Sending build context to Docker daemon 2.569MB 22:47:25 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:47:25 Step 2/23 : FROM ${BASE} AS builder 22:47:25 ---> ff6037111002 22:47:25 Step 3/23 : WORKDIR /device-sdk-go 22:47:26 ---> Running in 339a7feaa558 22:47:26 Removing intermediate container 339a7feaa558 22:47:26 ---> af7a463ce069 22:47:26 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:26 ---> Running in 9bd32938306d 22:47:26 Removing intermediate container 9bd32938306d 22:47:26 ---> dcbf3259d204 22:47:26 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:27 ---> Running in f579dda3a019 22:47:27 Removing intermediate container f579dda3a019 22:47:27 ---> bc7ed7ab3180 22:47:27 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:47:27 ---> Running in bd1c96646cd3 22:47:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:29 OK: 167 MiB in 45 packages 22:47:29 Removing intermediate container bd1c96646cd3 22:47:29 ---> f4e55a221fb3 22:47:29 Step 7/23 : COPY . . 22:47:30 ---> 05d926d9cde9 22:47:30 Step 8/23 : RUN go mod download 22:47:30 ---> Running in 6c5e8fd82c41 22:47:31 Removing intermediate container 6c5e8fd82c41 22:47:31 ---> fc0101921b9a 22:47:31 Step 9/23 : RUN make build 22:47:32 ---> Running in 6f71643c12fe 22:47:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:47:44 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:47:45 Removing intermediate container 6f71643c12fe 22:47:45 ---> 753d3869ccf2 22:47:45 Step 10/23 : FROM alpine:3.12 22:47:45 3.12: Pulling from library/alpine 22:47:45 339de151aab4: Pulling fs layer 22:47:46 339de151aab4: Download complete 22:47:46 339de151aab4: Pull complete 22:47:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:47:46 Status: Downloaded newer image for alpine:3.12 22:47:46 ---> 13621d1b12d4 22:47:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:46 ---> Running in 240c84eeaf59 22:47:46 Removing intermediate container 240c84eeaf59 22:47:46 ---> 1566189b8cbf 22:47:46 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:46 ---> Running in 8d9d7b6f1ce2 22:47:47 Removing intermediate container 8d9d7b6f1ce2 22:47:47 ---> e493aef5eb1f 22:47:47 Step 13/23 : RUN apk add --update --no-cache zeromq 22:47:47 ---> Running in 92edf4c1c9c8 22:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:49 (1/5) Installing libgcc (9.3.0-r2) 22:47:49 (2/5) Installing libsodium (1.0.18-r0) 22:47:49 (3/5) Installing libstdc++ (9.3.0-r2) 22:47:50 (4/5) Installing libzmq (4.3.3-r0) 22:47:50 (5/5) Installing zeromq (4.3.3-r0) 22:47:50 Executing busybox-1.31.1-r20.trigger 22:47:50 OK: 8 MiB in 19 packages 22:47:50 Removing intermediate container 92edf4c1c9c8 22:47:50 ---> b253e886e59e 22:47:50 Step 14/23 : WORKDIR / 22:47:50 ---> Running in f9dd8d126607 22:47:51 Removing intermediate container f9dd8d126607 22:47:51 ---> 8be205fc8be9 22:47:51 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:47:51 ---> 4bbe44c2d5c9 22:47:51 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:47:52 ---> d44b207ff3e2 22:47:52 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:47:52 ---> fc5f0128fa8d 22:47:52 Step 18/23 : EXPOSE 49990 22:47:52 ---> Running in 0e5ab916aae7 22:47:52 Removing intermediate container 0e5ab916aae7 22:47:52 ---> 03d906c92a47 22:47:52 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:47:52 ---> Running in c1dcdd79e931 22:47:53 Removing intermediate container c1dcdd79e931 22:47:53 ---> 9f29215a9792 22:47:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:47:53 ---> Running in 3c07d2a064a6 22:47:53 Removing intermediate container 3c07d2a064a6 22:47:53 ---> 85e2a805d8e0 22:47:53 Step 21/23 : LABEL arch=amd64 22:47:53 ---> Running in 7084f6303ceb 22:47:53 Removing intermediate container 7084f6303ceb 22:47:53 ---> 0283f84d89d3 22:47:53 Step 22/23 : LABEL git_sha=6ba1e8316bda7d82bc746bfd473e272027fb7a4a 22:47:53 ---> Running in ff0978451056 22:47:53 Removing intermediate container ff0978451056 22:47:53 ---> bf6058dcc1b1 22:47:53 Step 23/23 : LABEL version=0.0.0 22:47:53 ---> Running in fb0f25485e22 22:47:54 Removing intermediate container fb0f25485e22 22:47:54 ---> 1e8aabc7777c 22:47:54 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:47:54 Successfully built 1e8aabc7777c 22:47:54 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:47:54 ---> job-cost.sh 22:47:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DPJb 22:48:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:48:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:48:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:48:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:48:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:48:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:48:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.128s coverage: 28.1% of statements 22:48:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.219s coverage: 78.9% of statements 22:48:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.129s coverage: 7.8% of statements 22:48:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:48:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:48:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:48:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.269s coverage: 32.0% of statements 22:48:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:48:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:48:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:48:41 lf-activate-venv(): INFO: Adding /tmp/venv-DPJb/bin to PATH 22:48:41 INFO: No Stack... 22:48:41 INFO: Retrieving Pricing Info for: v1-standard-2 22:48:41 INFO: Archiving Costs [Pipeline] sh 22:48:42 + cat /w/workspace/device-sdk-go/37/archives/cost.csv 22:48:42 + cut -d, -f6 [Pipeline] lock 22:48:42 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] 22:48:42 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] did not exist. Created. 22:48:42 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:42 + echo total: 0.029999999329447746 [Pipeline] stash 22:48:42 Stashed 1 file(s) [Pipeline] } 22:48:42 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:48:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.292s coverage: 57.1% of statements 22:48:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.211s coverage: 6.6% of statements 22:48:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.128s coverage: 5.0% of statements 22:48:43 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:48:44 GO111MODULE=on go vet ./... 22:49:31 gofmt -l . 22:49:31 [ "`gofmt -l .`" = "" ] 22:49:31 ./bin/test-attribution-txt.sh 22:49:31 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:49:31 $ docker stop --time=1 3f59cf72d75c0a0b6424ae7b54bd77e9bfdb049bd6a0e1a89efef7c2d02b42f4 22:49:33 $ docker rm -f 3f59cf72d75c0a0b6424ae7b54bd77e9bfdb049bd6a0e1a89efef7c2d02b42f4 [Pipeline] // withDockerContainer [Pipeline] sh 22:49:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:49:34 Warning: overwriting stash ‘coverage-report’ 22:49:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:49:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:49:36 + ls -al . 22:49:36 total 224 22:49:36 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 22:49 . 22:49:36 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 22:45 .. 22:49:36 -rw-rw-r-- 1 jenkins jenkins 140 Apr 19 22:45 .dockerignore 22:49:36 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 22:45 .git 22:49:36 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:45 .github 22:49:36 -rw-rw-r-- 1 jenkins jenkins 138 Apr 19 22:45 .gitignore 22:49:36 -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 22:45 Dockerfile.build 22:49:36 -rw-rw-r-- 1 jenkins jenkins 894 Apr 19 22:45 Jenkinsfile 22:49:36 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 19 22:45 LICENSE 22:49:36 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 19 22:45 Makefile 22:49:36 -rw-rw-r-- 1 jenkins jenkins 7652 Apr 19 22:45 README.md 22:49:36 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 19 22:45 RELEASE-NOTES.txt 22:49:36 -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 22:42 VERSION 22:49:36 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:45 bin 22:49:36 -rw-r--r-- 1 jenkins jenkins 100116 Apr 19 22:48 coverage.out 22:49:36 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 22:45 example 22:49:36 -rw-r--r-- 1 jenkins jenkins 574 Apr 19 22:49 go.mod 22:49:36 -rw-r--r-- 1 jenkins jenkins 20735 Apr 19 22:49 go.sum 22:49:36 drwxrwxr-x 14 jenkins jenkins 4096 Apr 19 22:45 internal 22:49:36 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 22:45 openapi 22:49:36 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 22:45 pkg 22:49:36 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 22:45 snap 22:49:36 -rw-rw-r-- 1 jenkins jenkins 222 Apr 19 22:45 version.go [Pipeline] isUnix [Pipeline] sh 22:49:36 + 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=6ba1e8316bda7d82bc746bfd473e272027fb7a4a --label arch=arm64 --label version=0.0.0 . 22:49:37 Sending build context to Docker daemon 2.558MB 22:49:37 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:49:37 Step 2/23 : FROM ${BASE} AS builder 22:49:37 ---> 56ba945d26de 22:49:37 Step 3/23 : WORKDIR /device-sdk-go 22:49:37 ---> Running in 6a232f234267 22:49:38 Removing intermediate container 6a232f234267 22:49:38 ---> da56004f995b 22:49:38 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:49:38 ---> Running in 01cf1d56ac6e 22:49:38 Removing intermediate container 01cf1d56ac6e 22:49:38 ---> f8a3e2ff38ea 22:49:38 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:49:38 ---> Running in 646affa8b3f3 22:49:41 Removing intermediate container 646affa8b3f3 22:49:41 ---> 34ed6ce8a028 22:49:41 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:49:41 ---> Running in 10e8a9676396 22:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:49:43 OK: 144 MiB in 45 packages 22:49:44 Removing intermediate container 10e8a9676396 22:49:44 ---> 31d49baf46e0 22:49:44 Step 7/23 : COPY . . 22:49:46 ---> fe45c0282ffe 22:49:46 Step 8/23 : RUN go mod download 22:49:46 ---> Running in 8f2189a8951c 22:49:48 Removing intermediate container 8f2189a8951c 22:49:48 ---> 94899980c4c1 22:49:48 Step 9/23 : RUN make build 22:49:48 ---> Running in 281a091ee358 22:49:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:50:22 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:50:25 Removing intermediate container 281a091ee358 22:50:25 ---> aba720bb66ed 22:50:25 Step 10/23 : FROM alpine:3.12 22:50:25 3.12: Pulling from library/alpine 22:50:25 d2f70382dc9a: Pulling fs layer 22:50:25 d2f70382dc9a: Verifying Checksum 22:50:25 d2f70382dc9a: Download complete 22:50:26 d2f70382dc9a: Pull complete 22:50:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:50:26 Status: Downloaded newer image for alpine:3.12 22:50:26 ---> 9852663dfa18 22:50:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:50:26 ---> Running in a35ce0dc3e8c 22:50:26 Removing intermediate container a35ce0dc3e8c 22:50:26 ---> 7ed0a387f8e7 22:50:26 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:27 ---> Running in a8cd01d5e625 22:50:29 Removing intermediate container a8cd01d5e625 22:50:29 ---> 7e35ebfca5b1 22:50:29 Step 13/23 : RUN apk add --update --no-cache zeromq 22:50:29 ---> Running in d4776111b369 22:50:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:50:31 (1/5) Installing libgcc (9.3.0-r2) 22:50:31 (2/5) Installing libsodium (1.0.18-r0) 22:50:32 (3/5) Installing libstdc++ (9.3.0-r2) 22:50:32 (4/5) Installing libzmq (4.3.3-r0) 22:50:32 (5/5) Installing zeromq (4.3.3-r0) 22:50:32 Executing busybox-1.31.1-r20.trigger 22:50:32 OK: 8 MiB in 19 packages 22:50:34 Removing intermediate container d4776111b369 22:50:34 ---> 8062fa4a59aa 22:50:34 Step 14/23 : WORKDIR / 22:50:34 ---> Running in 0dbbfb6c44cb 22:50:34 Removing intermediate container 0dbbfb6c44cb 22:50:34 ---> 9e3bffa4dce1 22:50:34 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:50:35 ---> 7741faf64eb0 22:50:35 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:50:36 ---> 9ef949d7e3c6 22:50:36 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:50:37 ---> 810fbb1d4962 22:50:37 Step 18/23 : EXPOSE 49990 22:50:37 ---> Running in f70107490a62 22:50:38 Removing intermediate container f70107490a62 22:50:38 ---> 3e2bca839548 22:50:38 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:50:38 ---> Running in eb24d1c6ffa5 22:50:38 Removing intermediate container eb24d1c6ffa5 22:50:38 ---> 16e1d661d480 22:50:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:50:38 ---> Running in efb4038c2c22 22:50:39 Removing intermediate container efb4038c2c22 22:50:39 ---> 0555e8180c19 22:50:39 Step 21/23 : LABEL arch=arm64 22:50:39 ---> Running in 5367c849fd5a 22:50:40 Removing intermediate container 5367c849fd5a 22:50:40 ---> c3735aa4ec15 22:50:40 Step 22/23 : LABEL git_sha=6ba1e8316bda7d82bc746bfd473e272027fb7a4a 22:50:40 ---> Running in 9c1c4280b820 22:50:40 Removing intermediate container 9c1c4280b820 22:50:40 ---> 20a78df7fdf7 22:50:40 Step 23/23 : LABEL version=0.0.0 22:50:40 ---> Running in 453722322a0c 22:50:40 Removing intermediate container 453722322a0c 22:50:40 ---> 31c16bc6edf7 22:50:40 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:50:41 Successfully built 31c16bc6edf7 22:50:41 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:50:41 ---> job-cost.sh 22:50:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KIXC 22:51:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:52:57 lf-activate-venv(): INFO: Adding /tmp/venv-KIXC/bin to PATH 22:52:57 INFO: No Stack... 22:52:57 INFO: Retrieving Pricing Info for: lf-standard-4 22:52:57 INFO: Archiving Costs [Pipeline] sh 22:52:57 + cut -d, -f6 22:52:57 + cat /w/workspace/device-sdk-go/37/archives/cost.csv [Pipeline] lock 22:52:57 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] 22:52:57 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] did not exist. Created. 22:52:57 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:52:58 /w/workspace/device-sdk-go/37@tmp/durable-53ecc8fe/script.sh: 1: /w/workspace/device-sdk-go/37@tmp/durable-53ecc8fe/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:52:58 + echo total: 0.20999999344348907 [Pipeline] stash 22:52:58 Warning: overwriting stash ‘stack-cost’ 22:52:58 Stashed 1 file(s) [Pipeline] } 22:52:58 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-37-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:52:59 provisioning config files... 22:52:59 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config9115238458815425513tmp [Pipeline] { [Pipeline] sh 22:52:59 + set +x 22:52:59 + curl -s https://codecov.io/bash 22:52:59 + bash -s -- 22:52:59 22:52:59 _____ _ 22:52:59 / ____| | | 22:52:59 | | ___ __| | ___ ___ _____ __ 22:52:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:52:59 | |___| (_) | (_| | __/ (_| (_) \ V / 22:52:59 \_____\___/ \__,_|\___|\___\___/ \_/ 22:52:59 Bash-1.0.1 22:52:59 22:52:59 22:52:59 ==> git version 2.24.3 found 22:52:59 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:52:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:52:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:52:59 ==> Jenkins CI detected. 22:52:59 project root: . 22:52:59 --> token set from env 22:52:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:52:59 ==> Running gcov in . (disable via -X gcov) 22:52:59 ==> Python coveragepy not found 22:52:59 ==> Searching for coverage reports in: 22:52:59 + . 22:52:59 -> Found 1 reports 22:52:59 ==> Detecting git/mercurial file structure 22:52:59 ==> Reading reports 22:52:59 + ./coverage.out bytes=100116 22:52:59 ==> Appending adjustments 22:52:59 https://docs.codecov.io/docs/fixing-reports 22:52:59 + Found adjustments 22:52:59 ==> Gzipping contents 22:52:59 16K /tmp/codecov.hjwUz2.gz 22:52:59 ==> Uploading reports 22:52:59 url: https://codecov.io 22:52:59 query: branch=PR-725&commit=6ba1e8316bda7d82bc746bfd473e272027fb7a4a&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:52:59 -> Pinging Codecov 22:52:59 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-725&commit=6ba1e8316bda7d82bc746bfd473e272027fb7a4a&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:53:00 -> Uploading to 22:53:00 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/7E55EF52A471D76F132DFD9A03CDDE97/6ba1e8316bda7d82bc746bfd473e272027fb7a4a/308d3704-f604-45a8-9947-a27d0ac38602.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T225300Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=912757e1397fe58a38636bc8266f42f489395e402639c1ff354928ce8b9dc2d7 22:53:00 % Total % Received % Xferd Average Speed Time Time Time Current 22:53:00 Dload Upload Total Spent Left Speed 22:53:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13519 0 0 100 13519 0 29285 --:--:-- --:--:-- --:--:-- 29325 22:53:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6ba1e8316bda7d82bc746bfd473e272027fb7a4a [Pipeline] } 22:53:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:53:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:53:02 ---> package-listing.sh 22:53:02 ++ facter osfamily 22:53:02 ++ tr '[:upper:]' '[:lower:]' 22:53:02 + OS_FAMILY=redhat 22:53:02 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 22:53:02 + START_PACKAGES=/tmp/packages_start.txt 22:53:02 + END_PACKAGES=/tmp/packages_end.txt 22:53:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:53:02 + PACKAGES=/tmp/packages_start.txt 22:53:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:53:02 + PACKAGES=/tmp/packages_end.txt 22:53:02 + case "${OS_FAMILY}" in 22:53:02 + rpm -qa 22:53:02 + sort 22:53:07 + '[' -f /tmp/packages_start.txt ']' 22:53:07 + '[' -f /tmp/packages_end.txt ']' 22:53:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:53:07 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:53:07 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 22:53:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 22:53:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:53:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:53:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:53:08 22:53:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:53:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:53:08 alpine: Pulling from edgex-lftools-log-publisher 22:53:08 df20fa9351a1: Pulling fs layer 22:53:08 36b3adc4ff6f: Pulling fs layer 22:53:08 8ad3a11d3b57: Pulling fs layer 22:53:08 46f8f816bc3b: Pulling fs layer 22:53:08 93b61091891f: Pulling fs layer 22:53:08 93b9cdb0e59b: Pulling fs layer 22:53:08 5e14af77c1be: Pulling fs layer 22:53:08 01666e4c0597: Pulling fs layer 22:53:08 aa168da1d23b: Pulling fs layer 22:53:08 93b9cdb0e59b: Waiting 22:53:08 5e14af77c1be: Waiting 22:53:08 01666e4c0597: Waiting 22:53:08 aa168da1d23b: Waiting 22:53:08 46f8f816bc3b: Waiting 22:53:08 93b61091891f: Waiting 22:53:08 36b3adc4ff6f: Verifying Checksum 22:53:08 36b3adc4ff6f: Download complete 22:53:08 46f8f816bc3b: Verifying Checksum 22:53:08 46f8f816bc3b: Download complete 22:53:08 df20fa9351a1: Verifying Checksum 22:53:08 df20fa9351a1: Download complete 22:53:09 93b9cdb0e59b: Verifying Checksum 22:53:09 93b9cdb0e59b: Download complete 22:53:09 5e14af77c1be: Verifying Checksum 22:53:09 5e14af77c1be: Download complete 22:53:09 93b61091891f: Download complete 22:53:09 01666e4c0597: Verifying Checksum 22:53:09 01666e4c0597: Download complete 22:53:09 8ad3a11d3b57: Verifying Checksum 22:53:09 8ad3a11d3b57: Download complete 22:53:09 df20fa9351a1: Pull complete 22:53:09 36b3adc4ff6f: Pull complete 22:53:10 8ad3a11d3b57: Pull complete 22:53:10 46f8f816bc3b: Pull complete 22:53:11 aa168da1d23b: Verifying Checksum 22:53:11 aa168da1d23b: Download complete 22:53:11 93b61091891f: Pull complete 22:53:11 93b9cdb0e59b: Pull complete 22:53:11 5e14af77c1be: Pull complete 22:53:12 01666e4c0597: Pull complete 22:53:20 aa168da1d23b: Pull complete 22:53:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:53:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:53:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:53:20 prd-centos7-docker-4c-2g-1016 does not seem to be running inside a container 22:53:20 $ 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 22:53:23 $ docker top 5cec4bf068dcea48f48eb114e5a1b088c78cdf25761b4365d4e154653a4bbee4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:23 + touch /tmp/pre-build-complete [Pipeline] sh 22:53:24 + mkdir -p /var/log/sa [Pipeline] sh 22:53:24 + ls /var/log/sa-host 22:53:24 + sadf -c /var/log/sa-host/sa19 22:53:24 file_magic: OK 22:53:24 HZ: Using current value: 100 22:53:24 file_header: OK 22:53:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:53:24 Statistics: 22:53:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:53:24 File successfully converted to sysstat format version 12.2.1 22:53:24 + sadf -c /var/log/sa-host/sa23 22:53:24 file_magic: OK 22:53:24 HZ: Using current value: 100 22:53:24 file_header: OK 22:53:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:53:24 Statistics: 22:53:24 Hnuu...uuuununununu... 22:53:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:53:24 provisioning config files... 22:53:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config5434047383072549030tmp [Pipeline] { [Pipeline] echo 22:53:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:53:24 ---> create-netrc.sh [Pipeline] } 22:53:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:53:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:53:25 ---> python-tools-install.sh [Pipeline] echo 22:53:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:53:25 ---> sudo-logs.sh 22:53:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:53:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:53:25 ---> job-cost.sh 22:53:25 lf-activate-venv: SKIPPING 22:53:25 DEBUG: total: 0.20999999344348907 22:53:25 INFO: Retrieving Stack Cost... 22:53:26 INFO: Retrieving Pricing Info for: v1-standard-2 22:53:27 INFO: Archiving Costs [Pipeline] echo 22:53:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:53:27 ---> logs-deploy.sh 22:53:27 lf-activate-venv: SKIPPING 22:53:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/37 22:53:27 INFO: archiving workspace using pattern(s): 22:53:29 Archives upload complete. 22:53:29 INFO: archiving logs to Nexus 22:53:30 ---> uname -a: 22:53:30 Linux prd-centos7-docker-4c-2g-1016.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:53:30 22:53:30 22:53:30 ---> lscpu: 22:53:30 Architecture: x86_64 22:53:30 CPU op-mode(s): 32-bit, 64-bit 22:53:30 Byte Order: Little Endian 22:53:30 Address sizes: 40 bits physical, 48 bits virtual 22:53:30 CPU(s): 4 22:53:30 On-line CPU(s) list: 0-3 22:53:30 Thread(s) per core: 1 22:53:30 Core(s) per socket: 1 22:53:30 Socket(s): 4 22:53:30 NUMA node(s): 1 22:53:30 Vendor ID: GenuineIntel 22:53:30 CPU family: 6 22:53:30 Model: 44 22:53:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:53:30 Stepping: 1 22:53:30 CPU MHz: 2933.438 22:53:30 BogoMIPS: 5866.87 22:53:30 Virtualization: VT-x 22:53:30 Hypervisor vendor: KVM 22:53:30 Virtualization type: full 22:53:30 L1d cache: 128 KiB 22:53:30 L1i cache: 128 KiB 22:53:30 L2 cache: 16 MiB 22:53:30 L3 cache: 64 MiB 22:53:30 NUMA node0 CPU(s): 0-3 22:53:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:53:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:53:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:53:30 Vulnerability Meltdown: Mitigation; PTI 22:53:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:53:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:53:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:53:30 Vulnerability Srbds: Not affected 22:53:30 Vulnerability Tsx async abort: Not affected 22:53:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:53:30 22:53:30 22:53:30 ---> nproc: 22:53:30 4 22:53:30 22:53:30 22:53:30 ---> df -h: 22:53:30 Filesystem Size Used Available Use% Mounted on 22:53:30 overlay 50.0G 7.3G 42.7G 15% / 22:53:30 tmpfs 64.0M 0 64.0M 0% /dev 22:53:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:53:30 shm 64.0M 0 64.0M 0% /dev/shm 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:53:30 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:53:30 22:53:30 22:53:30 ---> free -m: 22:53:30 total used free shared buff/cache available 22:53:30 Mem: 1837 730 101 0 1005 1002 22:53:30 Swap: 1023 1 1022 22:53:30 22:53:30 22:53:30 ---> ip addr: 22:53:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:53:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:53:30 inet 127.0.0.1/8 scope host lo 22:53:30 valid_lft forever preferred_lft forever 22:53:30 inet6 ::1/128 scope host 22:53:30 valid_lft forever preferred_lft forever 22:53:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:53:30 link/ether fa:16:3e:cb:78:71 brd ff:ff:ff:ff:ff:ff 22:53:30 inet 10.30.123.142/23 brd 10.30.123.255 scope global dynamic eth0 22:53:30 valid_lft 85718sec preferred_lft 85718sec 22:53:30 inet6 fe80::f816:3eff:fecb:7871/64 scope link 22:53:30 valid_lft forever preferred_lft forever 22:53:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:53:30 link/ether 02:42:75:4c:c9:66 brd ff:ff:ff:ff:ff:ff 22:53:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:53:30 valid_lft forever preferred_lft forever 22:53:30 inet6 fe80::42:75ff:fe4c:c966/64 scope link 22:53:30 valid_lft forever preferred_lft forever 22:53:30 22:53:30 22:53:30 ---> sar -b -r -n DEV: 22:53:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:53:30 22:53:30 22:41:55 LINUX RESTART (4 CPU) 22:53:30 22:53:30 22:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:53:30 22:44:01 2.21 0.00 2.21 0.00 0.00 50.29 0.00 22:53:30 22:45:01 0.38 0.00 0.38 0.00 0.00 5.84 0.00 22:53:30 22:46:01 0.22 0.00 0.22 0.00 0.00 2.85 0.00 22:53:30 22:47:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 22:53:30 22:48:01 0.27 0.00 0.27 0.00 0.00 3.31 0.00 22:53:30 22:49:01 0.32 0.00 0.32 0.00 0.00 3.76 0.00 22:53:30 22:50:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 22:53:30 22:51:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 22:53:30 22:52:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 22:53:30 22:53:01 0.32 0.08 0.23 0.00 7.33 2.98 0.00 22:53:30 Average: 0.47 0.01 0.46 0.00 0.73 8.12 0.00 22:53:30 22:53:30 22:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:53:30 22:44:01 156228 0 607288 32.28 2620 1115408 1107092 37.78 402552 1123580 20 22:53:30 22:45:01 157376 0 606184 32.22 2620 1115364 1093588 37.32 413048 1112616 8 22:53:30 22:46:01 155548 0 608004 32.31 2620 1115372 1092580 37.29 416224 1111464 8 22:53:30 22:47:01 150708 0 612844 32.57 2620 1115372 1092604 37.29 421644 1110868 8 22:53:30 22:48:01 150712 0 612832 32.57 2620 1115380 1092748 37.29 432500 1100344 8 22:53:30 22:49:01 152876 0 610664 32.46 2620 1115384 1079336 36.84 431568 1099388 8 22:53:30 22:50:01 152696 0 610840 32.46 2620 1115388 1079336 36.84 431700 1099388 8 22:53:30 22:51:01 152852 0 610680 32.46 2620 1115392 1079336 36.84 431708 1099388 8 22:53:30 22:52:01 152944 0 610580 32.45 2620 1115400 1079336 36.84 431592 1099388 8 22:53:30 22:53:01 141944 0 621240 33.02 2620 1115740 1080920 36.89 441320 1099460 136 22:53:30 Average: 152388 0 611116 32.48 2620 1115420 1087688 37.12 425386 1105588 22 22:53:30 22:53:30 22:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:53:30 22:44:01 eth0 2.60 0.97 0.93 0.64 0.00 0.00 0.00 0.00 22:53:30 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:45:01 eth0 3.50 0.37 0.54 0.20 0.00 0.00 0.00 0.00 22:53:30 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:46:01 eth0 3.85 1.13 1.25 0.76 0.00 0.00 0.00 0.00 22:53:30 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:47:01 eth0 1.52 0.55 0.59 0.43 0.00 0.00 0.00 0.00 22:53:30 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:48:01 eth0 0.83 0.53 0.44 0.28 0.00 0.00 0.00 0.00 22:53:30 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:49:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:53:30 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:50:01 eth0 0.18 0.02 0.01 0.00 0.00 0.00 0.00 0.00 22:53:30 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:51:01 eth0 1.00 0.08 0.07 0.01 0.00 0.00 0.00 0.00 22:53:30 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:52:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:53:30 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:53:01 eth0 5.78 3.96 5.27 2.15 0.00 0.00 0.00 0.00 22:53:30 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 Average: eth0 1.95 0.78 0.91 0.45 0.00 0.00 0.00 0.00 22:53:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:30 22:53:30 22:53:30 ---> sar -P ALL: 22:53:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:53:30 22:53:30 22:41:55 LINUX RESTART (4 CPU) 22:53:30 22:53:30 22:43:01 CPU %user %nice %system %iowait %steal %idle 22:53:30 22:44:01 all 0.21 0.00 0.07 0.00 0.00 99.72 22:53:30 22:44:01 0 0.33 0.00 0.03 0.00 0.00 99.63 22:53:30 22:44:01 1 0.12 0.00 0.10 0.00 0.00 99.78 22:53:30 22:44:01 2 0.32 0.00 0.07 0.00 0.00 99.62 22:53:30 22:44:01 3 0.07 0.00 0.07 0.00 0.00 99.87 22:53:30 22:45:01 all 0.15 0.00 0.15 0.00 0.01 99.70 22:53:30 22:45:01 0 0.03 0.00 0.10 0.00 0.02 99.85 22:53:30 22:45:01 1 0.10 0.00 0.17 0.00 0.00 99.73 22:53:30 22:45:01 2 0.37 0.00 0.15 0.00 0.02 99.47 22:53:30 22:45:01 3 0.08 0.00 0.17 0.00 0.02 99.73 22:53:30 22:46:01 all 0.20 0.00 0.17 0.00 0.00 99.63 22:53:30 22:46:01 0 0.07 0.00 0.12 0.00 0.00 99.82 22:53:30 22:46:01 1 0.12 0.00 0.15 0.00 0.02 99.72 22:53:30 22:46:01 2 0.57 0.00 0.25 0.00 0.00 99.18 22:53:30 22:46:01 3 0.07 0.00 0.15 0.00 0.00 99.78 22:53:30 22:47:01 all 0.15 0.00 0.07 0.00 0.00 99.79 22:53:30 22:47:01 0 0.07 0.00 0.07 0.00 0.00 99.87 22:53:30 22:47:01 1 0.08 0.00 0.03 0.00 0.00 99.88 22:53:30 22:47:01 2 0.37 0.00 0.08 0.00 0.00 99.55 22:53:30 22:47:01 3 0.07 0.00 0.08 0.00 0.00 99.85 22:53:30 22:48:01 all 0.15 0.00 0.08 0.00 0.00 99.77 22:53:30 22:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:53:30 22:48:01 1 0.48 0.00 0.02 0.00 0.00 99.50 22:53:30 22:48:01 2 0.05 0.00 0.22 0.00 0.00 99.73 22:53:30 22:48:01 3 0.03 0.00 0.07 0.00 0.00 99.90 22:53:30 22:49:01 all 0.17 0.00 0.03 0.00 0.00 99.79 22:53:30 22:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:53:30 22:49:01 1 0.55 0.00 0.02 0.00 0.00 99.43 22:53:30 22:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:53:30 22:49:01 3 0.07 0.00 0.08 0.00 0.02 99.83 22:53:30 22:50:01 all 0.17 0.00 0.05 0.00 0.00 99.79 22:53:30 22:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:30 22:50:01 1 0.52 0.00 0.05 0.00 0.00 99.43 22:53:30 22:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:53:30 22:50:01 3 0.07 0.00 0.07 0.00 0.00 99.87 22:53:30 22:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:53:30 22:51:01 0 0.42 0.00 0.02 0.00 0.00 99.57 22:53:30 22:51:01 1 0.15 0.00 0.07 0.00 0.00 99.78 22:53:30 22:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:53:30 22:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:53:30 22:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:53:30 22:52:01 0 0.53 0.00 0.05 0.00 0.00 99.42 22:53:30 22:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:53:30 22:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:53:30 22:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:53:30 22:53:01 all 0.50 0.00 0.32 0.01 0.03 99.14 22:53:30 22:53:01 0 0.93 0.00 0.30 0.00 0.02 98.75 22:53:30 22:53:01 1 0.55 0.00 0.40 0.02 0.03 99.00 22:53:30 22:53:01 2 0.20 0.00 0.20 0.02 0.03 99.55 22:53:30 22:53:01 3 0.32 0.00 0.38 0.02 0.02 99.27 22:53:30 Average: all 0.20 0.00 0.10 0.00 0.00 99.69 22:53:30 Average: 0 0.25 0.00 0.07 0.00 0.00 99.68 22:53:30 Average: 1 0.27 0.00 0.10 0.00 0.00 99.62 22:53:30 Average: 2 0.21 0.00 0.11 0.00 0.01 99.68 22:53:30 Average: 3 0.08 0.00 0.11 0.00 0.01 99.80 22:53:30 22:53:30 22:53:30