cloudxxx8 commented: recheck 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 lenny-intel for edgexfoundry/device-rest-go Obtained Jenkinsfile from 03a48d595d83dea33cef8ba7de6824c875e069b5+f67542ccb051b13986f5f41838b922d5b9b125ad (9327835c84d473cc9503a0dbd042e3bb367bc61c) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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-4454 in /w/workspace/dgexfoundry_device-rest-go_PR-90 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-90 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 03a48d595d83dea33cef8ba7de6824c875e069b5 Merge succeeded, producing 03a48d595d83dea33cef8ba7de6824c875e069b5 Checking out Revision 03a48d595d83dea33cef8ba7de6824c875e069b5 (PR-90) > git config core.sparsecheckout # timeout=10 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # 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 f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 Commit message: "feat: Add Registry/Config Access token capability" > git rev-list --no-walk 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:56:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:56:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:56:30 ========================================================= 14:56:30 EdgeX Global Pipelines Version Info 14:56:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:56:32 ------------------- 14:56:32 stable info: 14:56:32 ------------------- 14:56:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:56:32 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 14:56:32 Message: update stable to v1.0.191 14:56:33 ------------------- 14:56:33 experimental info: 14:56:33 ------------------- 14:56:33 Commited By: **** collab-it+edgex@linuxfoundation.org 14:56:33 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 14:56:33 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:56:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03a48d595d83dea33cef8ba7de6824c875e069b5 [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03a48d5 [Pipeline] echo 14:56:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:56:34 provisioning config files... 14:56:34 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/config2534390398532648540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:56:34 ---> docker-login.sh 14:56:34 nexus3.edgexfoundry.org:10001 14:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:35 Configure a credential helper to remove this warning. See 14:56:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:35 14:56:35 Login Succeeded 14:56:35 nexus3.edgexfoundry.org:10002 14:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:35 Configure a credential helper to remove this warning. See 14:56:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:35 14:56:35 Login Succeeded 14:56:35 nexus3.edgexfoundry.org:10003 14:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:35 Configure a credential helper to remove this warning. See 14:56:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:35 14:56:35 Login Succeeded 14:56:35 nexus3.edgexfoundry.org:10004 14:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:35 Configure a credential helper to remove this warning. See 14:56:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:35 14:56:35 Login Succeeded 14:56:35 docker.io 14:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:36 Configure a credential helper to remove this warning. See 14:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:36 14:56:36 Login Succeeded 14:56:36 ---> docker-login.sh ends [Pipeline] } 14:56:36 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 14:56:37 + git log --format=format:%s -1 03a48d595d83dea33cef8ba7de6824c875e069b5 [Pipeline] echo 14:56:37 GIT_COMMIT: 03a48d595d83dea33cef8ba7de6824c875e069b5, Commit Message: feat: Add Registry/Config Access token capability [Pipeline] echo 14:56:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:56:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:56:37 14:56:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:56:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:56:38 latest: Pulling from edgex-devops/git-semver 14:56:38 31603596830f: Pulling fs layer 14:56:38 54011a49482f: Pulling fs layer 14:56:38 a6820b24f6d8: Pulling fs layer 14:56:38 f581987b2513: Pulling fs layer 14:56:38 f581987b2513: Waiting 14:56:38 54011a49482f: Verifying Checksum 14:56:38 54011a49482f: Download complete 14:56:38 31603596830f: Verifying Checksum 14:56:38 31603596830f: Download complete 14:56:38 f581987b2513: Verifying Checksum 14:56:38 f581987b2513: Download complete 14:56:38 a6820b24f6d8: Verifying Checksum 14:56:38 a6820b24f6d8: Download complete 14:56:38 31603596830f: Pull complete 14:56:38 54011a49482f: Pull complete 14:56:39 a6820b24f6d8: Pull complete 14:56:39 f581987b2513: Pull complete 14:56:39 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 14:56:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:56:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:56:39 prd-centos7-docker-4c-2g-4454 does not seem to be running inside a container 14:56:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-90 -v /w/workspace/dgexfoundry_device-rest-go_PR-90:/w/workspace/dgexfoundry_device-rest-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:56:42 $ docker top f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:56:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:56:42 [ssh-agent] Looking for ssh-agent implementation... 14:56:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:56:42 $ docker exec f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent 14:56:42 SSH_AUTH_SOCK=/tmp/ssh-2c0YJIgStdCx/agent.13 14:56:42 SSH_AGENT_PID=18 14:56:42 Running ssh-add (command line suppressed) 14:56:43 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_7701388449413681788.key (/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_7701388449413681788.key) 14:56:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:56:43 + git tag --points-at HEAD [Pipeline] } 14:56:43 $ docker exec --env ******** --env ******** f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent -k 14:56:43 unset SSH_AUTH_SOCK; 14:56:43 unset SSH_AGENT_PID; 14:56:43 echo Agent pid 18 killed; 14:56:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:56:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:56:43 [ssh-agent] Looking for ssh-agent implementation... 14:56:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:56:43 $ docker exec f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent 14:56:44 SSH_AUTH_SOCK=/tmp/ssh-aHw3WEZN8nTn/agent.49 14:56:44 SSH_AGENT_PID=54 14:56:44 Running ssh-add (command line suppressed) 14:56:44 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_5083472000332895719.key (/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_5083472000332895719.key) 14:56:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:56:44 + git semver init 14:56:44 # -> Open(): unable to determine branch for HEAD 14:56:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-90/.git 14:56:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-90 14:56:44 # $SEMVER_REMOTE_NAME = origin 14:56:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:56:44 # $SEMVER_USER_NAME = edgex-jenkins 14:56:44 # $SEMVER_BRANCH = PR-90 14:56:44 # $SEMVER_TEMP = /tmp/semver-751994211 14:56:44 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 14:57:02 # '/tmp/semver-751994211' -> '/w/workspace/dgexfoundry_device-rest-go_PR-90/.semver' 14:57:02 # -> Force: false 14:57:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-90/.semver [Pipeline] } 14:57:02 $ docker exec --env ******** --env ******** f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent -k 14:57:02 unset SSH_AUTH_SOCK; 14:57:02 unset SSH_AGENT_PID; 14:57:02 echo Agent pid 54 killed; 14:57:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:57:03 + git semver [Pipeline] } 14:57:03 $ docker stop --time=1 f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd 14:57:04 $ docker rm -f f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd [Pipeline] // withDockerContainer [Pipeline] sh 14:57:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:57:05 Stashed 1 file(s) [Pipeline] echo 14:57:05 [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 14:57:21 Still waiting to schedule task 14:57:21 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4460’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4455’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4457’ doesn’t have label ‘centos7-docker-4c-2g’ 14:57:21 Still waiting to schedule task 14:57:21 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4460’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4455’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4457’ is offline 14:58:52 Running on prd-centos7-docker-4c-2g-4459 in /w/workspace/dgexfoundry_device-rest-go_PR-90 [Pipeline] { [Pipeline] ws 14:58:52 Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout 14:59:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4462 in /w/workspace/dgexfoundry_device-rest-go_PR-90 [Pipeline] { [Pipeline] ws 14:59:01 Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout 14:59:07 using credential edgex-jenkins-ssh 14:59:07 Cloning the remote Git repository 14:59:07 using credential edgex-jenkins-ssh 14:59:07 Cloning the remote Git repository 14:59:07 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 14:59:07 > git init /w/workspace/device-rest-go/3 # timeout=10 14:59:07 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:59:07 > git --version # timeout=10 14:59:07 > git --version # 'git version 2.17.1' 14:59:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:07 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 14:59:07 > git init /w/workspace/device-rest-go/3 # timeout=10 14:59:08 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:59:08 > git --version # timeout=10 14:59:08 > git --version # 'git version 2.24.3' 14:59:08 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:11 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 03a48d595d83dea33cef8ba7de6824c875e069b5 14:59:11 Merge succeeded, producing 03a48d595d83dea33cef8ba7de6824c875e069b5 14:59:11 Checking out Revision 03a48d595d83dea33cef8ba7de6824c875e069b5 (PR-90) 14:59:10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:59:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:59:10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:59:10 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:59:11 > git config core.sparsecheckout # timeout=10 14:59:11 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 14:59:11 > git remote # timeout=10 14:59:11 > git config --get remote.origin.url # timeout=10 14:59:11 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:11 > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 14:59:11 > git rev-parse HEAD^{commit} # timeout=10 14:59:11 > git config core.sparsecheckout # timeout=10 14:59:11 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 14:59:17 Commit message: "feat: Add Registry/Config Access token capability" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:59:17 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 03a48d595d83dea33cef8ba7de6824c875e069b5 14:59:17 Merge succeeded, producing 03a48d595d83dea33cef8ba7de6824c875e069b5 14:59:17 Checking out Revision 03a48d595d83dea33cef8ba7de6824c875e069b5 (PR-90) 14:59:16 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:59:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:16 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:59:16 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:59:16 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:59:17 > git config core.sparsecheckout # timeout=10 14:59:17 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 14:59:17 > git remote # timeout=10 14:59:17 > git config --get remote.origin.url # timeout=10 14:59:17 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:17 > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 14:59:17 > git rev-parse HEAD^{commit} # timeout=10 14:59:17 > git config core.sparsecheckout # timeout=10 14:59:17 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 14:59:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:59:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:59:20 + true 14:59:20 + sudo service docker restart 14:59:20 Redirecting to /bin/systemctl restart docker.service 14:59:22 Commit message: "feat: Add Registry/Config Access token capability" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:59:23 provisioning config files... 14:59:23 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config8392319122031525542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:59:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:59:24 ---> docker-login.sh 14:59:24 nexus3.edgexfoundry.org:10001 14:59:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:59:24 + + true 14:59:24 sudo service docker restart 14:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:26 Configure a credential helper to remove this warning. See 14:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:26 14:59:26 Login Succeeded 14:59:26 nexus3.edgexfoundry.org:10002 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:59:26 provisioning config files... 14:59:26 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config6119236312108247766tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:27 ---> docker-login.sh 14:59:27 nexus3.edgexfoundry.org:10001 14:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:27 Configure a credential helper to remove this warning. See 14:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:27 14:59:27 Login Succeeded 14:59:27 nexus3.edgexfoundry.org:10003 14:59:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:28 Configure a credential helper to remove this warning. See 14:59:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:28 14:59:28 Login Succeeded 14:59:28 nexus3.edgexfoundry.org:10002 14:59:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:28 Configure a credential helper to remove this warning. See 14:59:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:28 14:59:28 Login Succeeded 14:59:28 nexus3.edgexfoundry.org:10004 14:59:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:29 Configure a credential helper to remove this warning. See 14:59:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:29 14:59:29 Login Succeeded 14:59:29 nexus3.edgexfoundry.org:10003 14:59:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:29 Configure a credential helper to remove this warning. See 14:59:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:29 14:59:29 Login Succeeded 14:59:29 docker.io 14:59:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:29 Configure a credential helper to remove this warning. See 14:59:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:29 14:59:29 Login Succeeded 14:59:29 nexus3.edgexfoundry.org:10004 14:59:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:30 Configure a credential helper to remove this warning. See 14:59:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:30 14:59:30 Login Succeeded 14:59:30 docker.io 14:59:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:30 Configure a credential helper to remove this warning. See 14:59:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:30 14:59:30 Login Succeeded 14:59:30 ---> docker-login.sh ends [Pipeline] } 14:59:30 Deleting 1 temporary files 14:59:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:59:30 ========================================================= 14:59:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 14:59:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:59:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:30 Configure a credential helper to remove this warning. See 14:59:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:30 14:59:30 Login Succeeded 14:59:30 ---> docker-login.sh ends [Pipeline] } 14:59:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 14:59:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 14:59:31 Sending build context to Docker daemon 93.18kB [Pipeline] echo 14:59:31 ========================================================= 14:59:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 14:59:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:59:31 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 14:59:31 Step 2/10 : FROM ${BASE} 14:59:31 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 14:59:31 540db60ca938: Pulling fs layer 14:59:31 adcc1eea9eea: Pulling fs layer 14:59:31 4c4ab2625f07: Pulling fs layer 14:59:31 0510c868ecb4: Pulling fs layer 14:59:31 afea3b2eda06: Pulling fs layer 14:59:31 7809a108b3ef: Pulling fs layer 14:59:31 f706445af74f: Pulling fs layer 14:59:31 afea3b2eda06: Waiting 14:59:31 7809a108b3ef: Waiting 14:59:31 f706445af74f: Waiting 14:59:31 0510c868ecb4: Waiting 14:59:31 4c4ab2625f07: Verifying Checksum 14:59:31 4c4ab2625f07: Download complete 14:59:31 adcc1eea9eea: Verifying Checksum 14:59:31 adcc1eea9eea: Download complete 14:59:31 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 14:59:31 Sending build context to Docker daemon 93.18kB 14:59:31 afea3b2eda06: Verifying Checksum 14:59:31 afea3b2eda06: Download complete 14:59:31 7809a108b3ef: Download complete 14:59:31 540db60ca938: Verifying Checksum 14:59:31 540db60ca938: Download complete 14:59:32 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 14:59:32 Step 2/10 : FROM ${BASE} 14:59:32 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:59:32 595b0fe564bb: Pulling fs layer 14:59:32 7186ed65a4f7: Pulling fs layer 14:59:32 316046926c0a: Pulling fs layer 14:59:32 4ebd0625c992: Pulling fs layer 14:59:32 207e8628e3a3: Pulling fs layer 14:59:32 c791037a9be2: Pulling fs layer 14:59:32 ffd874e62e21: Pulling fs layer 14:59:32 4ebd0625c992: Waiting 14:59:32 c791037a9be2: Waiting 14:59:32 207e8628e3a3: Waiting 14:59:32 ffd874e62e21: Waiting 14:59:32 316046926c0a: Download complete 14:59:32 7186ed65a4f7: Download complete 14:59:32 207e8628e3a3: Verifying Checksum 14:59:32 207e8628e3a3: Download complete 14:59:32 c791037a9be2: Verifying Checksum 14:59:32 c791037a9be2: Download complete 14:59:32 595b0fe564bb: Verifying Checksum 14:59:32 595b0fe564bb: Download complete 14:59:32 595b0fe564bb: Pull complete 14:59:32 540db60ca938: Pull complete 14:59:33 adcc1eea9eea: Pull complete 14:59:33 7186ed65a4f7: Pull complete 14:59:33 4c4ab2625f07: Pull complete 14:59:33 316046926c0a: Pull complete 14:59:35 ffd874e62e21: Verifying Checksum 14:59:35 ffd874e62e21: Download complete 14:59:36 4ebd0625c992: Verifying Checksum 14:59:36 4ebd0625c992: Download complete 14:59:39 f706445af74f: Verifying Checksum 14:59:39 f706445af74f: Download complete 14:59:40 0510c868ecb4: Verifying Checksum 14:59:40 0510c868ecb4: Download complete 14:59:46 4ebd0625c992: Pull complete 14:59:46 207e8628e3a3: Pull complete 14:59:46 c791037a9be2: Pull complete 14:59:50 ffd874e62e21: Pull complete 14:59:50 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 14:59:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 14:59:50 ---> cfc18b08335c 14:59:50 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 14:59:52 ---> Running in 1f1f3f5fe436 14:59:53 Removing intermediate container 1f1f3f5fe436 14:59:53 ---> 1b098d612cad 14:59:53 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 14:59:53 ---> Running in 11f8807758b2 14:59:54 Removing intermediate container 11f8807758b2 14:59:54 ---> 1ceca5789533 14:59:54 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:59:54 ---> Running in 45dd9310b105 14:59:54 Removing intermediate container 45dd9310b105 14:59:54 ---> 059ba946ba3f 14:59:54 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:59:54 ---> Running in c808dd4554bd 14:59:56 0510c868ecb4: Pull complete 14:59:56 afea3b2eda06: Pull complete 14:59:56 7809a108b3ef: Pull complete 14:59:57 Removing intermediate container c808dd4554bd 14:59:57 ---> 031d876eac3c 14:59:57 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:59:57 ---> Running in 362c818b093d 14:59:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:00:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:00:01 (1/9) Installing libc-dev (0.7.2-r3) 15:00:01 (2/9) Installing libsodium (1.0.18-r0) 15:00:01 (3/9) Installing pkgconf (1.7.3-r0) 15:00:01 (4/9) Installing libsodium-dev (1.0.18-r0) 15:00:01 (5/9) Installing openssh-keygen (8.4_p1-r3) 15:00:02 (6/9) Installing libedit (20191231.3.1-r1) 15:00:02 (7/9) Installing openssh-client (8.4_p1-r3) 15:00:02 (8/9) Installing libzmq (4.3.3-r1) 15:00:02 (9/9) Installing zeromq-dev (4.3.3-r1) 15:00:03 Executing busybox-1.32.1-r6.trigger 15:00:03 OK: 144 MiB in 49 packages 15:00:04 f706445af74f: Pull complete 15:00:04 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 15:00:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:00:04 ---> b068be0155e3 15:00:04 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:00:05 ---> Running in 863cfbf34203 15:00:05 Removing intermediate container 362c818b093d 15:00:05 ---> 0e6a6ac1766b 15:00:05 Step 8/10 : WORKDIR /device-rest-go 15:00:05 ---> Running in 16983d9a01cb 15:00:05 Removing intermediate container 863cfbf34203 15:00:05 ---> 306060698f49 15:00:05 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 15:00:05 Removing intermediate container 16983d9a01cb 15:00:05 ---> ad9160ea422b 15:00:05 Step 9/10 : COPY . . 15:00:05 ---> Running in 22411adbaf79 15:00:06 Removing intermediate container 22411adbaf79 15:00:06 ---> cf8894140c77 15:00:06 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:00:06 ---> Running in 0389f3303701 15:00:06 ---> 4aa17258f81f 15:00:06 Step 10/10 : RUN go mod download 15:00:06 ---> Running in 6c97314f0780 15:00:06 Removing intermediate container 0389f3303701 15:00:06 ---> f51a679d5e16 15:00:06 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:06 ---> Running in 5d55107726e7 15:00:10 Removing intermediate container 5d55107726e7 15:00:10 ---> 4c220771eb98 15:00:10 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:00:10 ---> Running in 659316de5e1b 15:00:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:00:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:00:13 (1/9) Installing libc-dev (0.7.2-r3) 15:00:13 (2/9) Installing libsodium (1.0.18-r0) 15:00:14 (3/9) Installing pkgconf (1.7.3-r0) 15:00:14 (4/9) Installing libsodium-dev (1.0.18-r0) 15:00:14 (5/9) Installing openssh-keygen (8.4_p1-r3) 15:00:14 (6/9) Installing libedit (20191231.3.1-r1) 15:00:14 (7/9) Installing openssh-client (8.4_p1-r3) 15:00:16 (8/9) Installing libzmq (4.3.3-r1) 15:00:17 (9/9) Installing zeromq-dev (4.3.3-r1) 15:00:17 Executing busybox-1.32.1-r6.trigger 15:00:17 OK: 154 MiB in 49 packages 15:00:19 Removing intermediate container 659316de5e1b 15:00:19 ---> 14be0bd15211 15:00:19 Step 8/10 : WORKDIR /device-rest-go 15:00:19 ---> Running in e545c4e04860 15:00:19 Removing intermediate container e545c4e04860 15:00:19 ---> b0dd5b075bb5 15:00:19 Step 9/10 : COPY . . 15:00:20 ---> 410e7d2f11c5 15:00:20 Step 10/10 : RUN go mod download 15:00:20 ---> Running in 0625aab97838 15:00:38 Removing intermediate container 6c97314f0780 15:00:38 ---> ddefbb29a652 15:00:38 Successfully built ddefbb29a652 15:00:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:00:39 + docker inspect -f . ci-base-image-arm64 15:00:39 . [Pipeline] withDockerContainer 15:00:39 prd-ubuntu18.04-docker-arm64-4c-16g-4462 does not seem to be running inside a container 15:00:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:00:41 $ docker top 11f5d08e6ec0764e226cf8b9708ea56d7ccc1d075eb0d3ea4aeb2b2a11d93cff -eo pid,comm [Pipeline] { [Pipeline] sh 15:00:42 + go version 15:00:42 go version go1.16.3 linux/arm64 [Pipeline] } 15:00:42 $ docker stop --time=1 11f5d08e6ec0764e226cf8b9708ea56d7ccc1d075eb0d3ea4aeb2b2a11d93cff 15:00:44 $ docker rm -f 11f5d08e6ec0764e226cf8b9708ea56d7ccc1d075eb0d3ea4aeb2b2a11d93cff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:00:44 + docker inspect -f . ci-base-image-arm64 15:00:44 . [Pipeline] withDockerContainer 15:00:45 prd-ubuntu18.04-docker-arm64-4c-16g-4462 does not seem to be running inside a container 15:00:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:00:46 $ docker top 7f0e5efd0f8ddefcb90c9845cf243e9c8d2b0b267e45c82b5387d4fbb095c6c6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:00:47 + go mod tidy [Pipeline] sh 15:00:48 + make test 15:00:48 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:00:50 ? github.com/edgexfoundry/device-rest-go [no test files] 15:01:08 Removing intermediate container 0625aab97838 15:01:08 ---> 60da6f1595bc 15:01:08 Successfully built 60da6f1595bc 15:01:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:01:09 + docker inspect -f . ci-base-image-x86_64 15:01:09 . [Pipeline] withDockerContainer 15:01:09 prd-centos7-docker-4c-2g-4459 does not seem to be running inside a container 15:01:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:01:11 $ docker top 384fd18fed9f51e5106d2707db9120050e1107772099327fff812bacd97f380b -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:12 + go version 15:01:12 go version go1.16.3 linux/amd64 [Pipeline] } 15:01:12 $ docker stop --time=1 384fd18fed9f51e5106d2707db9120050e1107772099327fff812bacd97f380b 15:01:14 $ docker rm -f 384fd18fed9f51e5106d2707db9120050e1107772099327fff812bacd97f380b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:15 + docker inspect -f . ci-base-image-x86_64 15:01:15 . [Pipeline] withDockerContainer 15:01:16 prd-centos7-docker-4c-2g-4459 does not seem to be running inside a container 15:01:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:01:18 $ docker top 2867727aabad8720b18cafbc51c5e93632d2342e585b88d58ca577226570faf3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:19 + go mod tidy [Pipeline] sh 15:01:21 + make test 15:01:21 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:01:25 ? github.com/edgexfoundry/device-rest-go [no test files] 15:01:47 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 15:01:47 ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 54.0% of statements 15:01:47 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:02:13 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 15:02:13 gofmt -l . 15:02:13 [ "`gofmt -l .`" = "" ] 15:02:13 ./bin/test-go-mod-tidy.sh 15:02:13 ./bin/test-attribution-txt.sh [Pipeline] } 15:02:13 $ docker stop --time=1 7f0e5efd0f8ddefcb90c9845cf243e9c8d2b0b267e45c82b5387d4fbb095c6c6 15:02:15 ok github.com/edgexfoundry/device-rest-go/driver 0.049s coverage: 54.0% of statements 15:02:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:02:16 $ docker rm -f 7f0e5efd0f8ddefcb90c9845cf243e9c8d2b0b267e45c82b5387d4fbb095c6c6 [Pipeline] // withDockerContainer [Pipeline] sh 15:02:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:02:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:02:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:02:19 + ls -al . 15:02:19 total 132 15:02:19 drwxrwxr-x 8 jenkins jenkins 4096 May 11 15:02 . 15:02:19 drwxrwxr-x 4 jenkins jenkins 4096 May 11 14:59 .. 15:02:19 -rw-rw-r-- 1 jenkins jenkins 151 May 11 14:59 .dockerignore 15:02:19 drwxrwxr-x 8 jenkins jenkins 4096 May 11 14:59 .git 15:02:19 drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:59 .github 15:02:19 -rw-rw-r-- 1 jenkins jenkins 339 May 11 14:59 .gitignore 15:02:19 -rw-rw-r-- 1 jenkins jenkins 6792 May 11 14:59 Attribution.txt 15:02:19 -rw-rw-r-- 1 jenkins jenkins 1602 May 11 14:59 Dockerfile 15:02:19 -rw-rw-r-- 1 jenkins jenkins 1087 May 11 14:59 Dockerfile.build 15:02:19 -rw-rw-r-- 1 jenkins jenkins 680 May 11 14:59 Jenkinsfile 15:02:19 -rw-rw-r-- 1 jenkins jenkins 11340 May 11 14:59 LICENSE 15:02:19 -rw-rw-r-- 1 jenkins jenkins 976 May 11 14:59 Makefile 15:02:19 -rw-rw-r-- 1 jenkins jenkins 7667 May 11 14:59 README.md 15:02:19 -rw-rw-r-- 1 jenkins jenkins 5 May 11 14:57 VERSION 15:02:19 drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:59 bin 15:02:19 drwxrwxr-x 3 jenkins jenkins 4096 May 11 14:59 cmd 15:02:19 -rw-r--r-- 1 jenkins jenkins 8513 May 11 15:01 coverage.out 15:02:19 drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:59 driver 15:02:19 -rw-r--r-- 1 jenkins jenkins 285 May 11 15:02 go.mod 15:02:19 -rw-r--r-- 1 jenkins jenkins 21278 May 11 15:00 go.sum 15:02:19 drwxrwxr-x 4 jenkins jenkins 4096 May 11 14:59 snap 15:02:19 -rw-rw-r-- 1 jenkins jenkins 713 May 11 14:59 version.go [Pipeline] isUnix [Pipeline] sh 15:02:20 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 --label arch=arm64 --label version=0.0.0 . 15:02:20 Sending build context to Docker daemon 102.9kB 15:02:20 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:02:20 Step 2/24 : FROM ${BASE} AS builder 15:02:20 ---> ddefbb29a652 15:02:20 Step 3/24 : ARG MAKE='make build' 15:02:21 ---> Running in 1e38c0c6dc58 15:02:21 Removing intermediate container 1e38c0c6dc58 15:02:21 ---> 2e520d8923f6 15:02:21 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:02:21 ---> Running in ca161051a721 15:02:22 Removing intermediate container ca161051a721 15:02:22 ---> 320d91dc3278 15:02:22 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:02:22 ---> Running in c45eefa16704 15:02:22 Removing intermediate container c45eefa16704 15:02:22 ---> fc28a6cf4b37 15:02:22 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:02:22 ---> Running in 5531144619c0 15:02:25 Removing intermediate container 5531144619c0 15:02:25 ---> 2a913109df9b 15:02:25 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:02:25 ---> Running in 1bec8dc90f8d 15:02:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:02:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:02:30 OK: 144 MiB in 49 packages 15:02:31 Removing intermediate container 1bec8dc90f8d 15:02:31 ---> 14e72001bf0d 15:02:31 Step 8/24 : WORKDIR /device-rest-go 15:02:31 ---> Running in 35b7d110462e 15:02:32 Removing intermediate container 35b7d110462e 15:02:32 ---> 316a06eddc18 15:02:32 Step 9/24 : COPY . . 15:02:32 ---> 72a78dac3122 15:02:32 Step 10/24 : RUN make update 15:02:33 ---> Running in 0b1e566c930e 15:02:34 CGO_ENABLED=0 GO111MODULE=on go mod download 15:02:35 Removing intermediate container 0b1e566c930e 15:02:35 ---> 09796478b920 15:02:35 Step 11/24 : RUN $MAKE 15:02:35 ---> Running in 94415ba01f0a 15:02:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 15:02:43 gofmt -l . 15:02:43 [ "`gofmt -l .`" = "" ] 15:02:43 ./bin/test-go-mod-tidy.sh 15:02:43 ./bin/test-attribution-txt.sh [Pipeline] } 15:02:45 $ docker stop --time=1 2867727aabad8720b18cafbc51c5e93632d2342e585b88d58ca577226570faf3 15:02:48 $ docker rm -f 2867727aabad8720b18cafbc51c5e93632d2342e585b88d58ca577226570faf3 [Pipeline] // withDockerContainer [Pipeline] sh 15:02:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:02:49 Warning: overwriting stash ‘coverage-report’ 15:02:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:02:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:02:51 + ls -al . 15:02:51 total 104 15:02:51 drwxrwxr-x. 8 jenkins jenkins 4096 May 11 15:02 . 15:02:51 drwxrwxr-x. 4 jenkins jenkins 28 May 11 14:59 .. 15:02:51 -rw-rw-r--. 1 jenkins jenkins 6792 May 11 14:59 Attribution.txt 15:02:51 drwxrwxr-x. 2 jenkins jenkins 64 May 11 14:59 bin 15:02:51 drwxrwxr-x. 3 jenkins jenkins 32 May 11 14:59 cmd 15:02:51 -rw-r--r--. 1 jenkins jenkins 8513 May 11 15:02 coverage.out 15:02:51 -rw-rw-r--. 1 jenkins jenkins 1602 May 11 14:59 Dockerfile 15:02:51 -rw-rw-r--. 1 jenkins jenkins 1087 May 11 14:59 Dockerfile.build 15:02:51 -rw-rw-r--. 1 jenkins jenkins 151 May 11 14:59 .dockerignore 15:02:51 drwxrwxr-x. 2 jenkins jenkins 76 May 11 14:59 driver 15:02:51 drwxrwxr-x. 8 jenkins jenkins 179 May 11 14:59 .git 15:02:51 drwxrwxr-x. 2 jenkins jenkins 103 May 11 14:59 .github 15:02:51 -rw-rw-r--. 1 jenkins jenkins 339 May 11 14:59 .gitignore 15:02:51 -rw-r--r--. 1 jenkins jenkins 285 May 11 15:02 go.mod 15:02:51 -rw-r--r--. 1 jenkins jenkins 21278 May 11 15:01 go.sum 15:02:51 -rw-rw-r--. 1 jenkins jenkins 680 May 11 14:59 Jenkinsfile 15:02:51 -rw-rw-r--. 1 jenkins jenkins 11340 May 11 14:59 LICENSE 15:02:51 -rw-rw-r--. 1 jenkins jenkins 976 May 11 14:59 Makefile 15:02:51 -rw-rw-r--. 1 jenkins jenkins 7667 May 11 14:59 README.md 15:02:51 drwxrwxr-x. 4 jenkins jenkins 71 May 11 14:59 snap 15:02:51 -rw-rw-r--. 1 jenkins jenkins 5 May 11 14:57 VERSION 15:02:51 -rw-rw-r--. 1 jenkins jenkins 713 May 11 14:59 version.go [Pipeline] isUnix [Pipeline] sh 15:02:51 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 --label arch=amd64 --label version=0.0.0 . 15:02:51 Sending build context to Docker daemon 102.9kB 15:02:52 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:02:52 Step 2/24 : FROM ${BASE} AS builder 15:02:52 ---> 60da6f1595bc 15:02:52 Step 3/24 : ARG MAKE='make build' 15:02:52 ---> Running in 457b4a4e6bc6 15:02:53 Removing intermediate container 457b4a4e6bc6 15:02:53 ---> 25c64996a718 15:02:53 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:02:53 ---> Running in 838dcc4d484c 15:02:53 Removing intermediate container 838dcc4d484c 15:02:53 ---> 71dfb2ab5112 15:02:53 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:02:53 ---> Running in 8d32ae2ad1f4 15:02:54 Removing intermediate container 8d32ae2ad1f4 15:02:54 ---> 485a85768394 15:02:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:02:54 ---> Running in 39930c6468e1 15:02:57 Removing intermediate container 39930c6468e1 15:02:57 ---> ddde7e9160cb 15:02:57 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:02:57 ---> Running in 3f1238b49277 15:02:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:03:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:03:03 OK: 154 MiB in 49 packages 15:03:04 Removing intermediate container 3f1238b49277 15:03:04 ---> db632604dfdf 15:03:04 Step 8/24 : WORKDIR /device-rest-go 15:03:04 ---> Running in d182054955f2 15:03:04 Removing intermediate container d182054955f2 15:03:04 ---> 6ee4e86dbcc7 15:03:04 Step 9/24 : COPY . . 15:03:05 ---> 71d2f66d6856 15:03:05 Step 10/24 : RUN make update 15:03:05 ---> Running in 87fc5dbb637a 15:03:07 CGO_ENABLED=0 GO111MODULE=on go mod download 15:03:08 Removing intermediate container 87fc5dbb637a 15:03:08 ---> a41adc3f333b 15:03:08 Step 11/24 : RUN $MAKE 15:03:08 ---> Running in 93885fe3726c 15:03:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 15:03:15 Removing intermediate container 94415ba01f0a 15:03:15 ---> 53ab64fe510f 15:03:15 Step 12/24 : FROM alpine:3.12 15:03:15 3.12: Pulling from library/alpine 15:03:15 d2f70382dc9a: Pulling fs layer 15:03:15 d2f70382dc9a: Verifying Checksum 15:03:15 d2f70382dc9a: Download complete 15:03:15 d2f70382dc9a: Pull complete 15:03:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:03:15 Status: Downloaded newer image for alpine:3.12 15:03:15 ---> 9852663dfa18 15:03:15 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:03:16 ---> Running in 0f9ddaee3c6a 15:03:16 Removing intermediate container 0f9ddaee3c6a 15:03:16 ---> ff6e97fb9568 15:03:16 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 15:03:16 ---> Running in 03162f716f89 15:03:17 Removing intermediate container 03162f716f89 15:03:17 ---> 52fa5a2c8517 15:03:17 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 15:03:17 ---> Running in 82c6c6422ea3 15:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:19 (1/6) Installing dumb-init (1.2.2-r1) 15:03:19 (2/6) Installing libgcc (9.3.0-r2) 15:03:19 (3/6) Installing libsodium (1.0.18-r0) 15:03:19 (4/6) Installing libstdc++ (9.3.0-r2) 15:03:19 (5/6) Installing libzmq (4.3.3-r0) 15:03:19 (6/6) Installing zeromq (4.3.3-r0) 15:03:19 Executing busybox-1.31.1-r20.trigger 15:03:19 OK: 8 MiB in 20 packages 15:03:21 Removing intermediate container 82c6c6422ea3 15:03:21 ---> 9c838cd51d7c 15:03:21 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 15:03:22 ---> 3871cb086e04 15:03:22 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 15:03:23 ---> ae77493740ac 15:03:23 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 15:03:24 ---> 44a6986e8151 15:03:24 Step 19/24 : EXPOSE 49986 15:03:24 ---> Running in b192415f738c 15:03:24 Removing intermediate container b192415f738c 15:03:24 ---> cc627849a6e2 15:03:24 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 15:03:24 ---> Running in 2745acb11567 15:03:25 Removing intermediate container 2745acb11567 15:03:25 ---> 4b2140b5cfaa 15:03:25 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 15:03:25 ---> Running in 96d70f991d82 15:03:25 Removing intermediate container 96d70f991d82 15:03:25 ---> ac08bfadbdd5 15:03:25 Step 22/24 : LABEL arch=arm64 15:03:25 ---> Running in e1a27173fb62 15:03:26 Removing intermediate container e1a27173fb62 15:03:26 ---> a160979905d5 15:03:26 Step 23/24 : LABEL git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 15:03:26 ---> Running in c92e16c26f28 15:03:27 Removing intermediate container c92e16c26f28 15:03:27 ---> 4e610da3993a 15:03:27 Step 24/24 : LABEL version=0.0.0 15:03:27 ---> Running in 006162fd46d8 15:03:27 Removing intermediate container 006162fd46d8 15:03:27 ---> ba9363d5a583 15:03:27 [Warning] One or more build-args [ARCH] were not consumed 15:03:27 Successfully built ba9363d5a583 15:03:27 Successfully tagged docker-device-rest-go-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 15:03:28 ---> job-cost.sh 15:03:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gv2l 15:03:43 Removing intermediate container 93885fe3726c 15:03:43 ---> bfdbb76c92d1 15:03:43 Step 12/24 : FROM alpine:3.12 15:03:43 3.12: Pulling from library/alpine 15:03:43 339de151aab4: Pulling fs layer 15:03:43 339de151aab4: Verifying Checksum 15:03:43 339de151aab4: Download complete 15:03:43 339de151aab4: Pull complete 15:03:43 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:03:43 Status: Downloaded newer image for alpine:3.12 15:03:43 ---> 13621d1b12d4 15:03:43 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:03:43 ---> Running in be5bedeef788 15:03:43 Removing intermediate container be5bedeef788 15:03:43 ---> 47c6975a11f7 15:03:43 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 15:03:43 ---> Running in b5ca214338ba 15:03:44 Removing intermediate container b5ca214338ba 15:03:44 ---> 78cabb7028c6 15:03:44 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 15:03:44 ---> Running in eb894767823e 15:03:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:03:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:03:46 (1/6) Installing dumb-init (1.2.2-r1) 15:03:46 (2/6) Installing libgcc (9.3.0-r2) 15:03:46 (3/6) Installing libsodium (1.0.18-r0) 15:03:46 (4/6) Installing libstdc++ (9.3.0-r2) 15:03:46 (5/6) Installing libzmq (4.3.3-r0) 15:03:46 (6/6) Installing zeromq (4.3.3-r0) 15:03:46 Executing busybox-1.31.1-r20.trigger 15:03:46 OK: 8 MiB in 20 packages 15:03:47 Removing intermediate container eb894767823e 15:03:47 ---> ec244f8e7bab 15:03:47 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 15:03:50 ---> f28c16d54f6a 15:03:50 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 15:03:51 ---> ca8bbfec4a27 15:03:51 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 15:03:52 ---> 57514e99e9aa 15:03:52 Step 19/24 : EXPOSE 49986 15:03:52 ---> Running in 4b5b158fe941 15:03:52 Removing intermediate container 4b5b158fe941 15:03:52 ---> 8b5bcf9cf849 15:03:52 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 15:03:52 ---> Running in 44370a4cade9 15:03:52 Removing intermediate container 44370a4cade9 15:03:52 ---> a7a940f64c2d 15:03:52 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 15:03:52 ---> Running in 871b3c5deef9 15:03:53 Removing intermediate container 871b3c5deef9 15:03:53 ---> eb9ee104a4f8 15:03:53 Step 22/24 : LABEL arch=amd64 15:03:53 ---> Running in fd94cbbca4cd 15:03:53 Removing intermediate container fd94cbbca4cd 15:03:53 ---> fce6eb2a644a 15:03:53 Step 23/24 : LABEL git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 15:03:53 ---> Running in 92c1e8abae39 15:03:54 Removing intermediate container 92c1e8abae39 15:03:54 ---> 791caf47e881 15:03:54 Step 24/24 : LABEL version=0.0.0 15:03:54 ---> Running in c52185c8eeeb 15:03:55 Removing intermediate container c52185c8eeeb 15:03:55 ---> 4b7af488f0aa 15:03:55 [Warning] One or more build-args [ARCH] were not consumed 15:03:55 Successfully built 4b7af488f0aa 15:03:55 Successfully tagged docker-device-rest-go: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 15:03:57 ---> job-cost.sh 15:03:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qywk 15:04:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:04:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:05:17 lf-activate-venv(): INFO: Adding /tmp/venv-qywk/bin to PATH 15:05:17 INFO: No Stack... 15:05:17 INFO: Retrieving Pricing Info for: v1-standard-2 15:05:17 INFO: Archiving Costs [Pipeline] sh 15:05:18 + cat /w/workspace/device-rest-go/3/archives/cost.csv 15:05:18 + cut -d, -f6 [Pipeline] lock 15:05:18 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] 15:05:18 Resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] did not exist. Created. 15:05:18 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:05:18 + echo total: 0.029999999329447746 [Pipeline] stash 15:05:18 Stashed 1 file(s) [Pipeline] } 15:05:18 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:06:22 lf-activate-venv(): INFO: Adding /tmp/venv-gv2l/bin to PATH 15:06:22 INFO: No Stack... 15:06:22 INFO: Retrieving Pricing Info for: lf-standard-4 15:06:22 INFO: Archiving Costs [Pipeline] sh 15:06:22 + cat /w/workspace/device-rest-go/3/archives/cost.csv 15:06:22 + cut -d, -f6 [Pipeline] lock 15:06:22 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] 15:06:22 Resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] did not exist. Created. 15:06:22 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:06:23 /w/workspace/device-rest-go/3@tmp/durable-0ec12dcc/script.sh: 1: /w/workspace/device-rest-go/3@tmp/durable-0ec12dcc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:06:23 + echo total: 0.20999999344348907 [Pipeline] stash 15:06:23 Warning: overwriting stash ‘stack-cost’ 15:06:23 Stashed 1 file(s) [Pipeline] } 15:06:23 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-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 15:06:24 provisioning config files... 15:06:24 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/config5127191593764777428tmp [Pipeline] { [Pipeline] sh 15:06:24 + set +x 15:06:24 + curl -s https://codecov.io/bash 15:06:24 + bash -s -- 15:06:26 15:06:26 _____ _ 15:06:26 / ____| | | 15:06:26 | | ___ __| | ___ ___ _____ __ 15:06:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:06:26 | |___| (_) | (_| | __/ (_| (_) \ V / 15:06:26 \_____\___/ \__,_|\___|\___\___/ \_/ 15:06:26 Bash-1.0.2 15:06:26 15:06:26 15:06:26 ==> git version 2.24.3 found 15:06:26 ==> 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 15:06:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:06:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:06:26 ==> Jenkins CI detected. 15:06:26 project root: . 15:06:26 --> token set from env 15:06:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:06:26 ==> Running gcov in . (disable via -X gcov) 15:06:26 ==> Python coveragepy not found 15:06:26 ==> Searching for coverage reports in: 15:06:26 + . 15:06:26 -> Found 1 reports 15:06:26 ==> Detecting git/mercurial file structure 15:06:26 ==> Reading reports 15:06:26 + ./coverage.out bytes=8513 15:06:26 ==> Appending adjustments 15:06:26 https://docs.codecov.io/docs/fixing-reports 15:06:26 + Found adjustments 15:06:26 ==> Gzipping contents 15:06:26 4.0K /tmp/codecov.V2qZhe.gz 15:06:26 ==> Uploading reports 15:06:26 url: https://codecov.io 15:06:26 query: branch=PR-90&commit=03a48d595d83dea33cef8ba7de6824c875e069b5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=90&job=&cmd_args= 15:06:26 -> Pinging Codecov 15:06:26 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-90&commit=03a48d595d83dea33cef8ba7de6824c875e069b5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=90&job=&cmd_args= 15:06:27 -> Uploading to 15:06:27 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/4E5D53B4F1F92C436F7061BF334D961C/03a48d595d83dea33cef8ba7de6824c875e069b5/4171d34d-9d66-4935-a176-893be33ebc5a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T150627Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c14e3f301616138f3964f39e21fa542c9da455186c2236cee9b2d6508e549eae 15:06:27 % Total % Received % Xferd Average Speed Time Time Time Current 15:06:27 Dload Upload Total Spent Left Speed 15:06:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1611 0 0 100 1611 0 3238 --:--:-- --:--:-- --:--:-- 3234 100 1611 0 0 100 1611 0 3237 --:--:-- --:--:-- --:--:-- 3234 15:06:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/03a48d595d83dea33cef8ba7de6824c875e069b5 [Pipeline] } 15:06:27 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 15:06:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:06:29 ---> package-listing.sh 15:06:29 ++ facter osfamily 15:06:29 ++ tr '[:upper:]' '[:lower:]' 15:06:29 + OS_FAMILY=redhat 15:06:29 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-90 15:06:29 + START_PACKAGES=/tmp/packages_start.txt 15:06:29 + END_PACKAGES=/tmp/packages_end.txt 15:06:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:06:29 + PACKAGES=/tmp/packages_start.txt 15:06:29 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-90 ']' 15:06:29 + PACKAGES=/tmp/packages_end.txt 15:06:29 + case "${OS_FAMILY}" in 15:06:29 + rpm -qa 15:06:29 + sort 15:06:34 + '[' -f /tmp/packages_start.txt ']' 15:06:34 + '[' -f /tmp/packages_end.txt ']' 15:06:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:06:34 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-90 ']' 15:06:34 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-90/archives/ 15:06:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-90/archives/ [Pipeline] echo 15:06:34 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-rest-go_PR-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:06:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:06:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:06:34 15:06:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:06:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:06:35 alpine: Pulling from edgex-lftools-log-publisher 15:06:35 df20fa9351a1: Pulling fs layer 15:06:35 36b3adc4ff6f: Pulling fs layer 15:06:35 8ad3a11d3b57: Pulling fs layer 15:06:35 46f8f816bc3b: Pulling fs layer 15:06:35 93b61091891f: Pulling fs layer 15:06:35 93b9cdb0e59b: Pulling fs layer 15:06:35 5e14af77c1be: Pulling fs layer 15:06:35 01666e4c0597: Pulling fs layer 15:06:35 aa168da1d23b: Pulling fs layer 15:06:35 93b9cdb0e59b: Waiting 15:06:35 01666e4c0597: Waiting 15:06:35 aa168da1d23b: Waiting 15:06:35 46f8f816bc3b: Waiting 15:06:35 93b61091891f: Waiting 15:06:35 36b3adc4ff6f: Download complete 15:06:35 46f8f816bc3b: Verifying Checksum 15:06:35 46f8f816bc3b: Download complete 15:06:35 df20fa9351a1: Verifying Checksum 15:06:35 df20fa9351a1: Download complete 15:06:35 93b9cdb0e59b: Verifying Checksum 15:06:35 93b9cdb0e59b: Download complete 15:06:35 5e14af77c1be: Verifying Checksum 15:06:35 5e14af77c1be: Download complete 15:06:35 93b61091891f: Verifying Checksum 15:06:35 93b61091891f: Download complete 15:06:35 01666e4c0597: Verifying Checksum 15:06:35 01666e4c0597: Download complete 15:06:35 8ad3a11d3b57: Verifying Checksum 15:06:35 8ad3a11d3b57: Download complete 15:06:35 df20fa9351a1: Pull complete 15:06:36 36b3adc4ff6f: Pull complete 15:06:38 aa168da1d23b: Verifying Checksum 15:06:38 aa168da1d23b: Download complete 15:06:38 8ad3a11d3b57: Pull complete 15:06:38 46f8f816bc3b: Pull complete 15:06:38 93b61091891f: Pull complete 15:06:38 93b9cdb0e59b: Pull complete 15:06:38 5e14af77c1be: Pull complete 15:06:38 01666e4c0597: Pull complete 15:06:47 aa168da1d23b: Pull complete 15:06:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:06:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:06:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:06:47 prd-centos7-docker-4c-2g-4454 does not seem to be running inside a container 15:06:47 $ 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-rest-go_PR-90/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-rest-go_PR-90 -v /w/workspace/dgexfoundry_device-rest-go_PR-90:/w/workspace/dgexfoundry_device-rest-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:06:50 $ docker top c4e123739d092fbce16caf89c3c7d42ccf1b7dd37e1f21ab03cf5989aef13f99 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:51 + touch /tmp/pre-build-complete [Pipeline] sh 15:06:51 + mkdir -p /var/log/sa [Pipeline] sh 15:06:51 + ls /var/log/sa-host 15:06:51 + sadf -c /var/log/sa-host/sa11 15:06:51 file_magic: OK 15:06:51 HZ: Using current value: 100 15:06:51 file_header: OK 15:06:51 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 15:06:51 Statistics: 15:06:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:06:51 File successfully converted to sysstat format version 12.2.1 15:06:51 + sadf -c /var/log/sa-host/sa23 15:06:51 file_magic: OK 15:06:51 HZ: Using current value: 100 15:06:51 file_header: OK 15:06:51 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 15:06:51 Statistics: 15:06:51 Hnuu...uuuununununu... 15:06:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:06:51 provisioning config files... 15:06:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/config1931488189191853065tmp [Pipeline] { [Pipeline] echo 15:06:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:06:52 ---> create-netrc.sh [Pipeline] } 15:06:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:06:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:06:52 ---> python-tools-install.sh [Pipeline] echo 15:06:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:06:52 ---> sudo-logs.sh 15:06:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:06:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:06:53 ---> job-cost.sh 15:06:53 lf-activate-venv: SKIPPING 15:06:53 DEBUG: total: 0.20999999344348907 15:06:53 INFO: Retrieving Stack Cost... 15:06:55 INFO: Retrieving Pricing Info for: v1-standard-2 15:06:55 INFO: Archiving Costs [Pipeline] echo 15:06:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:06:55 ---> logs-deploy.sh 15:06:55 lf-activate-venv: SKIPPING 15:06:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-90/3 15:06:55 INFO: archiving workspace using pattern(s): 15:06:58 Archives upload complete. 15:06:58 INFO: archiving logs to Nexus 15:06:59 ---> uname -a: 15:06:59 Linux prd-centos7-docker-4c-2g-4454.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:06:59 15:06:59 15:06:59 ---> lscpu: 15:06:59 Architecture: x86_64 15:06:59 CPU op-mode(s): 32-bit, 64-bit 15:06:59 Byte Order: Little Endian 15:06:59 Address sizes: 40 bits physical, 48 bits virtual 15:06:59 CPU(s): 4 15:06:59 On-line CPU(s) list: 0-3 15:06:59 Thread(s) per core: 1 15:06:59 Core(s) per socket: 1 15:06:59 Socket(s): 4 15:06:59 NUMA node(s): 1 15:06:59 Vendor ID: GenuineIntel 15:06:59 CPU family: 6 15:06:59 Model: 44 15:06:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:06:59 Stepping: 1 15:06:59 CPU MHz: 2933.438 15:06:59 BogoMIPS: 5866.87 15:06:59 Virtualization: VT-x 15:06:59 Hypervisor vendor: KVM 15:06:59 Virtualization type: full 15:06:59 L1d cache: 128 KiB 15:06:59 L1i cache: 128 KiB 15:06:59 L2 cache: 16 MiB 15:06:59 L3 cache: 64 MiB 15:06:59 NUMA node0 CPU(s): 0-3 15:06:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:06:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:06:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:06:59 Vulnerability Meltdown: Mitigation; PTI 15:06:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:06:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:06:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:06:59 Vulnerability Srbds: Not affected 15:06:59 Vulnerability Tsx async abort: Not affected 15:06:59 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 15:06:59 15:06:59 15:06:59 ---> nproc: 15:06:59 4 15:06:59 15:06:59 15:06:59 ---> df -h: 15:06:59 Filesystem Size Used Available Use% Mounted on 15:06:59 overlay 50.0G 7.3G 42.7G 15% / 15:06:59 tmpfs 64.0M 0 64.0M 0% /dev 15:06:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:06:59 shm 64.0M 0 64.0M 0% /dev/shm 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-90 15:06:59 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp 15:06:59 15:06:59 15:06:59 ---> free -m: 15:06:59 total used free shared buff/cache available 15:06:59 Mem: 1837 719 94 0 1024 1013 15:06:59 Swap: 1023 1 1022 15:06:59 15:06:59 15:06:59 ---> ip addr: 15:06:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:06:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:06:59 inet 127.0.0.1/8 scope host lo 15:06:59 valid_lft forever preferred_lft forever 15:06:59 inet6 ::1/128 scope host 15:06:59 valid_lft forever preferred_lft forever 15:06:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:06:59 link/ether fa:16:3e:e5:c7:04 brd ff:ff:ff:ff:ff:ff 15:06:59 inet 10.30.122.20/23 brd 10.30.123.255 scope global dynamic eth0 15:06:59 valid_lft 85735sec preferred_lft 85735sec 15:06:59 inet6 fe80::f816:3eff:fee5:c704/64 scope link 15:06:59 valid_lft forever preferred_lft forever 15:06:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:06:59 link/ether 02:42:f0:ea:4f:df brd ff:ff:ff:ff:ff:ff 15:06:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:06:59 valid_lft forever preferred_lft forever 15:06:59 inet6 fe80::42:f0ff:feea:4fdf/64 scope link 15:06:59 valid_lft forever preferred_lft forever 15:06:59 15:06:59 15:06:59 ---> sar -b -r -n DEV: 15:06:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 15:06:59 15:06:59 14:55:41 LINUX RESTART (4 CPU) 15:06:59 15:06:59 14:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:06:59 14:57:01 156.32 73.44 82.89 0.00 8702.93 39307.06 0.00 15:06:59 14:58:01 6.57 1.12 5.46 0.00 59.52 640.30 0.00 15:06:59 14:59:02 0.40 0.00 0.40 0.00 0.00 6.31 0.00 15:06:59 15:00:01 0.27 0.00 0.27 0.00 0.00 3.34 0.00 15:06:59 15:01:01 0.17 0.02 0.15 0.00 0.13 1.88 0.00 15:06:59 15:02:01 0.47 0.08 0.38 0.00 1.60 6.31 0.00 15:06:59 15:03:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 15:06:59 15:04:01 0.17 0.00 0.17 0.00 0.00 1.75 0.00 15:06:59 15:05:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 15:06:59 15:06:01 0.23 0.00 0.23 0.00 0.00 2.36 0.00 15:06:59 Average: 16.54 7.48 9.06 0.00 878.25 4005.77 0.00 15:06:59 15:06:59 14:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:06:59 14:57:01 152052 0 622052 33.06 2620 1104820 1225820 41.84 464668 1064412 15776 15:06:59 14:58:01 165768 0 614456 32.66 2620 1098700 1095272 37.38 458596 1058820 20 15:06:59 14:59:02 166816 0 613404 32.60 2620 1098704 1079004 36.82 471024 1045760 20 15:06:59 15:00:01 167472 0 612748 32.57 2620 1098704 1078920 36.82 466036 1050360 12 15:06:59 15:01:01 162464 0 617748 32.83 2620 1098712 1081704 36.92 479820 1041328 8 15:06:59 15:02:01 162952 0 617132 32.80 2620 1098840 1079440 36.84 475856 1045208 16 15:06:59 15:03:01 162656 0 617428 32.81 2620 1098840 1079440 36.84 475996 1045204 12 15:06:59 15:04:01 163632 0 616444 32.76 2620 1098848 1079320 36.84 475504 1045208 8 15:06:59 15:05:01 159708 0 620364 32.97 2620 1098852 1079524 36.84 479140 1045208 8 15:06:59 15:06:01 160980 0 619088 32.90 2620 1098856 1079320 36.84 478004 1045208 16 15:06:59 Average: 162450 0 617086 32.80 2620 1099388 1095776 37.40 472464 1048672 1590 15:06:59 15:06:59 14:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:06:59 14:57:01 eth0 501.83 348.78 1330.92 85.06 0.00 0.00 0.00 0.00 15:06:59 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 14:57:01 veth81f0ded 57.92 53.63 5.24 134.56 0.00 0.00 0.00 0.00 15:06:59 14:57:01 docker0 57.92 53.50 4.44 134.55 0.00 0.00 0.00 0.00 15:06:59 14:58:01 eth0 13.07 6.99 11.55 3.65 0.00 0.00 0.00 0.00 15:06:59 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 14:59:02 eth0 2.00 0.67 0.64 0.40 0.00 0.00 0.00 0.00 15:06:59 14:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 14:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:00:01 eth0 1.66 0.69 0.76 0.45 0.00 0.00 0.00 0.00 15:06:59 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:01:01 eth0 0.62 0.40 0.28 0.21 0.00 0.00 0.00 0.00 15:06:59 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:02:01 eth0 0.82 0.22 0.20 0.07 0.00 0.00 0.00 0.00 15:06:59 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:03:01 eth0 0.72 0.35 0.28 0.20 0.00 0.00 0.00 0.00 15:06:59 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:04:01 eth0 1.12 0.08 0.10 0.01 0.00 0.00 0.00 0.00 15:06:59 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:05:01 eth0 1.13 0.50 0.56 0.39 0.00 0.00 0.00 0.00 15:06:59 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:06:01 eth0 0.82 0.05 0.06 0.00 0.00 0.00 0.00 0.00 15:06:59 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 Average: eth0 52.48 35.95 134.81 9.06 0.00 0.00 0.00 0.00 15:06:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:06:59 Average: docker0 5.80 5.36 0.45 13.48 0.00 0.00 0.00 0.00 15:06:59 15:06:59 15:06:59 ---> sar -P ALL: 15:06:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 15:06:59 15:06:59 14:55:41 LINUX RESTART (4 CPU) 15:06:59 15:06:59 14:56:01 CPU %user %nice %system %iowait %steal %idle 15:06:59 14:57:01 all 16.81 0.00 9.21 4.67 1.34 67.97 15:06:59 14:57:01 0 16.25 0.00 9.10 3.45 1.36 69.84 15:06:59 14:57:01 1 16.63 0.00 7.99 4.94 1.54 68.89 15:06:59 14:57:01 2 17.08 0.00 9.93 5.97 1.34 65.68 15:06:59 14:57:01 3 17.26 0.00 9.83 4.30 1.13 67.48 15:06:59 14:58:01 all 0.58 0.00 0.32 0.07 0.02 99.02 15:06:59 14:58:01 0 0.47 0.00 0.37 0.03 0.03 99.10 15:06:59 14:58:01 1 1.02 0.00 0.38 0.10 0.02 98.48 15:06:59 14:58:01 2 0.43 0.00 0.27 0.08 0.02 99.20 15:06:59 14:58:01 3 0.38 0.00 0.25 0.05 0.02 99.30 15:06:59 14:59:02 all 0.17 0.00 0.05 0.00 0.02 99.76 15:06:59 14:59:02 0 0.40 0.00 0.02 0.00 0.02 99.57 15:06:59 14:59:02 1 0.18 0.00 0.12 0.00 0.02 99.68 15:06:59 14:59:02 2 0.07 0.00 0.05 0.00 0.03 99.85 15:06:59 14:59:02 3 0.03 0.00 0.03 0.00 0.00 99.93 15:06:59 15:00:01 all 0.18 0.00 0.05 0.00 0.00 99.77 15:06:59 15:00:01 0 0.10 0.00 0.03 0.00 0.00 99.86 15:06:59 15:00:01 1 0.49 0.00 0.08 0.00 0.00 99.42 15:06:59 15:00:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:06:59 15:00:01 3 0.08 0.00 0.03 0.00 0.00 99.88 15:06:59 15:01:01 all 0.17 0.00 0.06 0.00 0.00 99.77 15:06:59 15:01:01 0 0.08 0.00 0.07 0.00 0.00 99.85 15:06:59 15:01:01 1 0.53 0.00 0.08 0.00 0.00 99.38 15:06:59 15:01:01 2 0.03 0.00 0.07 0.00 0.02 99.88 15:06:59 15:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:06:59 15:02:01 all 0.16 0.00 0.09 0.01 0.01 99.73 15:06:59 15:02:01 0 0.08 0.00 0.07 0.02 0.02 99.82 15:06:59 15:02:01 1 0.08 0.00 0.17 0.00 0.02 99.73 15:06:59 15:02:01 2 0.43 0.00 0.10 0.02 0.00 99.45 15:06:59 15:02:01 3 0.03 0.00 0.03 0.00 0.02 99.92 15:06:59 15:03:01 all 0.17 0.00 0.03 0.00 0.00 99.80 15:06:59 15:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 15:06:59 15:03:01 1 0.07 0.00 0.03 0.00 0.00 99.90 15:06:59 15:03:01 2 0.52 0.00 0.00 0.00 0.02 99.47 15:06:59 15:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:06:59 15:04:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:06:59 15:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:06:59 15:04:01 1 0.05 0.00 0.07 0.00 0.02 99.87 15:06:59 15:04:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:06:59 15:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:06:59 15:05:01 all 0.15 0.00 0.03 0.00 0.02 99.80 15:06:59 15:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 15:06:59 15:05:01 1 0.03 0.00 0.05 0.00 0.02 99.90 15:06:59 15:05:01 2 0.52 0.00 0.03 0.00 0.02 99.43 15:06:59 15:05:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:06:59 15:06:01 all 0.17 0.00 0.04 0.00 0.00 99.78 15:06:59 15:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:06:59 15:06:01 1 0.10 0.00 0.07 0.00 0.02 99.82 15:06:59 15:06:01 2 0.55 0.00 0.03 0.00 0.00 99.42 15:06:59 15:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:06:59 Average: all 1.84 0.00 0.98 0.47 0.14 96.58 15:06:59 Average: 0 1.71 0.00 0.96 0.34 0.14 96.85 15:06:59 Average: 1 1.90 0.00 0.89 0.50 0.16 96.55 15:06:59 Average: 2 2.00 0.00 1.04 0.60 0.14 96.22 15:06:59 Average: 3 1.75 0.00 1.01 0.43 0.12 96.70 15:06:59 15:06:59 15:06:59