Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 969908695d9457bace8f724c7874c2a817cac062 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-virtual-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-virtual-go-settings PROJECT: device-virtual-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-virtual-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4436 in /w/workspace/foundry_device-virtual-go_master [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 Commit message: "Merge pull request #199 from lenny-intel/secure-bus" > git rev-list --no-walk f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:30:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:30:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:30:49 ========================================================= 14:30:49 EdgeX Global Pipelines Version Info 14:30:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:30:51 ------------------- 14:30:51 stable info: 14:30:51 ------------------- 14:30:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:30:51 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 14:30:51 Message: update stable to v1.0.191 14:30:52 ------------------- 14:30:52 experimental info: 14:30:52 ------------------- 14:30:52 Commited By: **** collab-it+edgex@linuxfoundation.org 14:30:52 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 14:30:52 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:30:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 14:30:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 14:30:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:30:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9699086 [Pipeline] echo 14:30:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:30:53 provisioning config files... 14:30:53 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8762307104920116176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:30:54 ---> docker-login.sh 14:30:54 nexus3.edgexfoundry.org:10001 14:30:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:55 Configure a credential helper to remove this warning. See 14:30:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:55 14:30:55 Login Succeeded 14:30:55 nexus3.edgexfoundry.org:10002 14:30:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:55 Configure a credential helper to remove this warning. See 14:30:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:55 14:30:55 Login Succeeded 14:30:55 nexus3.edgexfoundry.org:10003 14:30:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:55 Configure a credential helper to remove this warning. See 14:30:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:55 14:30:55 Login Succeeded 14:30:55 nexus3.edgexfoundry.org:10004 14:30:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:56 Configure a credential helper to remove this warning. See 14:30:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:56 14:30:56 Login Succeeded 14:30:56 docker.io 14:30:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:56 Configure a credential helper to remove this warning. See 14:30:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:56 14:30:56 Login Succeeded 14:30:56 ---> docker-login.sh ends [Pipeline] } 14:30:56 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:30:57 + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo 14:30:57 GIT_COMMIT: 969908695d9457bace8f724c7874c2a817cac062, Commit Message: Merge pull request #199 from lenny-intel/secure-bus [Pipeline] echo 14:30:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:30:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:30:58 14:30:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:30:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:30:58 latest: Pulling from edgex-devops/git-semver 14:30:58 31603596830f: Pulling fs layer 14:30:58 54011a49482f: Pulling fs layer 14:30:58 a6820b24f6d8: Pulling fs layer 14:30:58 f581987b2513: Pulling fs layer 14:30:58 f581987b2513: Waiting 14:30:58 54011a49482f: Verifying Checksum 14:30:58 54011a49482f: Download complete 14:30:58 31603596830f: Verifying Checksum 14:30:58 31603596830f: Download complete 14:30:59 f581987b2513: Verifying Checksum 14:30:59 f581987b2513: Download complete 14:30:59 a6820b24f6d8: Verifying Checksum 14:30:59 a6820b24f6d8: Download complete 14:30:59 31603596830f: Pull complete 14:30:59 54011a49482f: Pull complete 14:31:00 a6820b24f6d8: Pull complete 14:31:01 f581987b2513: Pull complete 14:31:01 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 14:31:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:31:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:31:01 prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container 14:31:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:31:04 $ docker top 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:31:04 [ssh-agent] Looking for ssh-agent implementation... 14:31:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:31:04 $ docker exec 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent 14:31:04 SSH_AUTH_SOCK=/tmp/ssh-9HZ33sjPSuPr/agent.12 14:31:04 SSH_AGENT_PID=17 14:31:04 Running ssh-add (command line suppressed) 14:31:04 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7597750473107575559.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7597750473107575559.key) 14:31:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:31:05 + git tag --points-at HEAD [Pipeline] } 14:31:05 $ docker exec --env ******** --env ******** 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent -k 14:31:05 unset SSH_AUTH_SOCK; 14:31:05 unset SSH_AGENT_PID; 14:31:05 echo Agent pid 17 killed; 14:31:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:31:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:31:05 [ssh-agent] Looking for ssh-agent implementation... 14:31:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:31:05 $ docker exec 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent 14:31:06 SSH_AUTH_SOCK=/tmp/ssh-3olMV4EofOiV/agent.47 14:31:06 SSH_AGENT_PID=52 14:31:06 Running ssh-add (command line suppressed) 14:31:06 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2807321068866034549.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2807321068866034549.key) 14:31:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:31:06 + git semver init 14:31:06 # -> Open(): unable to determine branch for HEAD 14:31:06 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 14:31:06 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 14:31:06 # $SEMVER_REMOTE_NAME = origin 14:31:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:31:06 # $SEMVER_USER_NAME = edgex-jenkins 14:31:06 # $SEMVER_BRANCH = master 14:31:06 # $SEMVER_TEMP = /tmp/semver-659275864 14:31:06 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 14:31:07 # '/tmp/semver-659275864' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 14:31:07 # -> Force: false 14:31:07 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 14:31:07 $ docker exec --env ******** --env ******** 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent -k 14:31:07 unset SSH_AUTH_SOCK; 14:31:07 unset SSH_AGENT_PID; 14:31:07 echo Agent pid 52 killed; 14:31:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:31:08 + git semver [Pipeline] } 14:31:08 $ docker stop --time=1 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 14:31:09 $ docker rm -f 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 [Pipeline] // withDockerContainer [Pipeline] sh 14:31:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:31:10 Stashed 1 file(s) [Pipeline] echo 14:31:10 [edgeXSemver]: initialized semver on version 1.3.2-dev.13 [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:31:25 Still waiting to schedule task 14:31:25 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4436’ 14:31:25 Still waiting to schedule task 14:31:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 14:33:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4437 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 14:33:14 Running in /w/workspace/device-virtual-go/52 [Pipeline] { [Pipeline] checkout 14:33:19 using credential edgex-jenkins-ssh 14:33:20 Cloning the remote Git repository 14:33:20 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 14:33:20 > git init /w/workspace/device-virtual-go/52 # timeout=10 14:33:20 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 14:33:20 > git --version # timeout=10 14:33:20 > git --version # 'git version 2.17.1' 14:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:33:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:33:22 Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) 14:33:22 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 14:33:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:33:22 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 14:33:22 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 14:33:22 using GIT_SSH to set credentials SSH Credentials for GitHub 14:33:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:33:22 > git config core.sparsecheckout # timeout=10 14:33:22 > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 14:33:26 Commit message: "Merge pull request #199 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:33:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:33:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:33:29 + sudo service docker restart 14:33:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:33:31 provisioning config files... 14:33:31 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config7437135234340376316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:33:32 ---> docker-login.sh 14:33:32 nexus3.edgexfoundry.org:10001 14:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:33 Configure a credential helper to remove this warning. See 14:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:33 14:33:33 Login Succeeded 14:33:33 nexus3.edgexfoundry.org:10002 14:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:34 Configure a credential helper to remove this warning. See 14:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:34 14:33:34 Login Succeeded 14:33:34 nexus3.edgexfoundry.org:10003 14:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:34 Configure a credential helper to remove this warning. See 14:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:34 14:33:34 Login Succeeded 14:33:34 nexus3.edgexfoundry.org:10004 14:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:35 Configure a credential helper to remove this warning. See 14:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:35 14:33:35 Login Succeeded 14:33:35 docker.io 14:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:35 Configure a credential helper to remove this warning. See 14:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:35 14:33:35 Login Succeeded 14:33:35 ---> docker-login.sh ends [Pipeline] } 14:33:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:33:36 ========================================================= 14:33:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 14:33:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:33:36 + 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:33:36 Sending build context to Docker daemon 8.567MB 14:33:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:33:36 Step 2/8 : FROM ${BASE} 14:33:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:33:36 595b0fe564bb: Pulling fs layer 14:33:36 7186ed65a4f7: Pulling fs layer 14:33:36 316046926c0a: Pulling fs layer 14:33:36 4ebd0625c992: Pulling fs layer 14:33:36 207e8628e3a3: Pulling fs layer 14:33:36 c791037a9be2: Pulling fs layer 14:33:36 ffd874e62e21: Pulling fs layer 14:33:36 4ebd0625c992: Waiting 14:33:36 207e8628e3a3: Waiting 14:33:36 ffd874e62e21: Waiting 14:33:36 c791037a9be2: Waiting 14:33:36 316046926c0a: Verifying Checksum 14:33:36 316046926c0a: Download complete 14:33:36 7186ed65a4f7: Download complete 14:33:36 207e8628e3a3: Verifying Checksum 14:33:36 207e8628e3a3: Download complete 14:33:36 c791037a9be2: Download complete 14:33:36 595b0fe564bb: Download complete 14:33:37 595b0fe564bb: Pull complete 14:33:38 7186ed65a4f7: Pull complete 14:33:38 316046926c0a: Pull complete 14:33:39 ffd874e62e21: Verifying Checksum 14:33:39 ffd874e62e21: Download complete 14:33:40 4ebd0625c992: Verifying Checksum 14:33:40 4ebd0625c992: Download complete 14:33:50 4ebd0625c992: Pull complete 14:33:51 207e8628e3a3: Pull complete 14:33:51 c791037a9be2: Pull complete 14:33:55 ffd874e62e21: Pull complete 14:33:55 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 14:33:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 14:33:55 ---> cfc18b08335c 14:33:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 14:33:58 ---> Running in 1c94fd08ddb4 14:33:58 Removing intermediate container 1c94fd08ddb4 14:33:58 ---> 4a1bad7f4de2 14:33:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:58 ---> Running in 2da4fb8f52cb 14:33:59 Running on prd-centos7-docker-4c-2g-4439 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 14:33:59 Running in /w/workspace/device-virtual-go/52 [Pipeline] { [Pipeline] checkout 14:34:01 Removing intermediate container 2da4fb8f52cb 14:34:01 ---> db07ae605d05 14:34:01 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 14:34:01 ---> Running in dc16d0404be4 14:34:01 using credential edgex-jenkins-ssh 14:34:01 Cloning the remote Git repository 14:34:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 14:34:01 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 14:34:01 > git init /w/workspace/device-virtual-go/52 # timeout=10 14:34:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 14:34:01 > git --version # timeout=10 14:34:01 > git --version # 'git version 2.24.3' 14:34:01 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:34:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 14:34:05 (1/13) Installing libc-dev (0.7.2-r3) 14:34:05 (2/13) Installing libsodium (1.0.18-r0) 14:34:05 (3/13) Installing pkgconf (1.7.3-r0) 14:34:05 (4/13) Installing libsodium-dev (1.0.18-r0) 14:34:06 (5/13) Installing openssh-keygen (8.4_p1-r3) 14:34:06 (6/13) Installing libedit (20191231.3.1-r1) 14:34:06 (7/13) Installing openssh-client (8.4_p1-r3) 14:34:05 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 14:34:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:34:05 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 14:34:05 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 14:34:05 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:34:06 Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) 14:34:07 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 14:34:07 (9/13) Installing openssh-server-common (8.4_p1-r3) 14:34:07 (10/13) Installing openssh-server (8.4_p1-r3) 14:34:06 > git config core.sparsecheckout # timeout=10 14:34:06 > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 14:34:07 (11/13) Installing openssh (8.4_p1-r3) 14:34:08 (12/13) Installing libzmq (4.3.3-r1) 14:34:08 (13/13) Installing zeromq-dev (4.3.3-r1) 14:34:08 Executing busybox-1.32.1-r6.trigger 14:34:08 OK: 145 MiB in 53 packages 14:34:10 Removing intermediate container dc16d0404be4 14:34:10 ---> ce7729bb936b 14:34:10 Step 6/8 : WORKDIR /device-virtual-go 14:34:10 Commit message: "Merge pull request #199 from lenny-intel/secure-bus" 14:34:10 ---> Running in 367d4d2ef034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:34:10 Removing intermediate container 367d4d2ef034 14:34:10 ---> 369eb7a420eb 14:34:10 Step 7/8 : COPY . . 14:34:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:34:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:34:11 ---> eb91ef8f9832 14:34:11 Step 8/8 : RUN go mod download 14:34:12 + sudo service docker restart 14:34:12 + true 14:34:12 Redirecting to /bin/systemctl restart docker.service 14:34:12 ---> Running in 9c502a80ca51 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:34:13 provisioning config files... 14:34:13 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config806040133928718303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:34:13 ---> docker-login.sh 14:34:13 nexus3.edgexfoundry.org:10001 14:34:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:14 Configure a credential helper to remove this warning. See 14:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:14 14:34:14 Login Succeeded 14:34:14 nexus3.edgexfoundry.org:10002 14:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:14 Configure a credential helper to remove this warning. See 14:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:14 14:34:14 Login Succeeded 14:34:14 nexus3.edgexfoundry.org:10003 14:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:14 Configure a credential helper to remove this warning. See 14:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:14 14:34:14 Login Succeeded 14:34:14 nexus3.edgexfoundry.org:10004 14:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:14 Configure a credential helper to remove this warning. See 14:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:14 14:34:14 Login Succeeded 14:34:14 docker.io 14:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:14 Configure a credential helper to remove this warning. See 14:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:14 14:34:14 Login Succeeded 14:34:14 ---> docker-login.sh ends [Pipeline] } 14:34:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:34:15 ========================================================= 14:34:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 14:34:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:34:15 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 14:34:15 Sending build context to Docker daemon 8.568MB 14:34:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:34:15 Step 2/8 : FROM ${BASE} 14:34:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 14:34:15 540db60ca938: Pulling fs layer 14:34:15 adcc1eea9eea: Pulling fs layer 14:34:15 4c4ab2625f07: Pulling fs layer 14:34:15 0510c868ecb4: Pulling fs layer 14:34:15 afea3b2eda06: Pulling fs layer 14:34:15 7809a108b3ef: Pulling fs layer 14:34:15 f706445af74f: Pulling fs layer 14:34:15 0510c868ecb4: Waiting 14:34:15 afea3b2eda06: Waiting 14:34:15 7809a108b3ef: Waiting 14:34:15 f706445af74f: Waiting 14:34:15 4c4ab2625f07: Verifying Checksum 14:34:15 4c4ab2625f07: Download complete 14:34:15 adcc1eea9eea: Download complete 14:34:15 afea3b2eda06: Verifying Checksum 14:34:15 afea3b2eda06: Download complete 14:34:15 7809a108b3ef: Download complete 14:34:15 540db60ca938: Verifying Checksum 14:34:15 540db60ca938: Download complete 14:34:16 540db60ca938: Pull complete 14:34:16 adcc1eea9eea: Pull complete 14:34:16 4c4ab2625f07: Pull complete 14:34:16 f706445af74f: Verifying Checksum 14:34:16 f706445af74f: Download complete 14:34:17 0510c868ecb4: Verifying Checksum 14:34:17 0510c868ecb4: Download complete 14:34:23 0510c868ecb4: Pull complete 14:34:23 afea3b2eda06: Pull complete 14:34:23 7809a108b3ef: Pull complete 14:34:27 f706445af74f: Pull complete 14:34:27 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 14:34:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 14:34:27 ---> b068be0155e3 14:34:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 14:34:29 ---> Running in f00045ad6328 14:34:29 Removing intermediate container f00045ad6328 14:34:29 ---> d3faab424fca 14:34:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:34:29 ---> Running in 692d75d457a7 14:34:30 Removing intermediate container 692d75d457a7 14:34:30 ---> 729831ec557b 14:34:30 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 14:34:30 ---> Running in f39940dd1aca 14:34:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:34:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:34:33 (1/13) Installing libc-dev (0.7.2-r3) 14:34:33 (2/13) Installing libsodium (1.0.18-r0) 14:34:34 (3/13) Installing pkgconf (1.7.3-r0) 14:34:34 (4/13) Installing libsodium-dev (1.0.18-r0) 14:34:34 (5/13) Installing openssh-keygen (8.4_p1-r3) 14:34:34 (6/13) Installing libedit (20191231.3.1-r1) 14:34:35 (7/13) Installing openssh-client (8.4_p1-r3) 14:34:35 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 14:34:35 (9/13) Installing openssh-server-common (8.4_p1-r3) 14:34:35 (10/13) Installing openssh-server (8.4_p1-r3) 14:34:36 (11/13) Installing openssh (8.4_p1-r3) 14:34:36 (12/13) Installing libzmq (4.3.3-r1) 14:34:36 (13/13) Installing zeromq-dev (4.3.3-r1) 14:34:36 Executing busybox-1.32.1-r6.trigger 14:34:36 OK: 156 MiB in 53 packages 14:34:37 Removing intermediate container f39940dd1aca 14:34:37 ---> 3db68c4a9b12 14:34:37 Step 6/8 : WORKDIR /device-virtual-go 14:34:37 ---> Running in 26d0f3fd7f60 14:34:37 Removing intermediate container 26d0f3fd7f60 14:34:37 ---> e7915558fb5e 14:34:37 Step 7/8 : COPY . . 14:34:38 ---> 2f6d6971a7eb 14:34:38 Step 8/8 : RUN go mod download 14:34:38 ---> Running in b04f5d4c283b 14:34:44 Removing intermediate container 9c502a80ca51 14:34:44 ---> 5e36962b863f 14:34:44 Successfully built 5e36962b863f 14:34:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:34:44 + docker inspect -f . ci-base-image-arm64 14:34:44 . [Pipeline] withDockerContainer 14:34:45 prd-ubuntu18.04-docker-arm64-4c-16g-4437 does not seem to be running inside a container 14:34:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-arm64 cat 14:34:46 $ docker top fe381eff8ff0b3d0c8f2b2dae2f15c8ed482b6a7b4da84451c3cbe7d0cca98e3 -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:47 + go version 14:34:47 go version go1.16.3 linux/arm64 [Pipeline] } 14:34:47 $ docker stop --time=1 fe381eff8ff0b3d0c8f2b2dae2f15c8ed482b6a7b4da84451c3cbe7d0cca98e3 14:34:49 $ docker rm -f fe381eff8ff0b3d0c8f2b2dae2f15c8ed482b6a7b4da84451c3cbe7d0cca98e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:34:50 + docker inspect -f . ci-base-image-arm64 14:34:50 . [Pipeline] withDockerContainer 14:34:50 prd-ubuntu18.04-docker-arm64-4c-16g-4437 does not seem to be running inside a container 14:34:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-arm64 cat 14:34:52 $ docker top 87730784d271616dd7948dcd24e7bc271d6ded068b7839c0b3e4fff00a1b32d6 -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:53 + go mod tidy [Pipeline] sh 14:34:54 + make test 14:34:54 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:34:55 ? github.com/edgexfoundry/device-virtual-go [no test files] 14:35:05 Removing intermediate container b04f5d4c283b 14:35:05 ---> 38b0a46e591e 14:35:05 Successfully built 38b0a46e591e 14:35:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:35:05 + docker inspect -f . ci-base-image-x86_64 14:35:05 . [Pipeline] withDockerContainer 14:35:05 prd-centos7-docker-4c-2g-4439 does not seem to be running inside a container 14:35:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-x86_64 cat 14:35:06 $ docker top 21a057f111569800fb151e7d68e91254e061369c8851b735e311b3c3c718c81c -eo pid,comm [Pipeline] { [Pipeline] sh 14:35:07 + go version 14:35:07 go version go1.16.3 linux/amd64 [Pipeline] } 14:35:07 $ docker stop --time=1 21a057f111569800fb151e7d68e91254e061369c8851b735e311b3c3c718c81c 14:35:08 $ docker rm -f 21a057f111569800fb151e7d68e91254e061369c8851b735e311b3c3c718c81c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:35:08 + docker inspect -f . ci-base-image-x86_64 14:35:08 . [Pipeline] withDockerContainer 14:35:09 prd-centos7-docker-4c-2g-4439 does not seem to be running inside a container 14:35:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-x86_64 cat 14:35:09 $ docker top cf296cbb796eb7f65a082994d2f983fa042a8ffa058fc88b3be0afc2cdf730ad -eo pid,comm [Pipeline] { [Pipeline] sh 14:35:10 + go mod tidy [Pipeline] sh 14:35:11 + make test 14:35:11 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:35:12 ? github.com/edgexfoundry/device-virtual-go [no test files] 14:35:35 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 14:35:35 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.465s coverage: 63.8% of statements 14:35:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 14:35:45 gofmt -l . 14:35:45 [ "`gofmt -l .`" = "" ] 14:35:45 ./bin/test-attribution-txt.sh 14:35:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 14:35:46 $ docker stop --time=1 cf296cbb796eb7f65a082994d2f983fa042a8ffa058fc88b3be0afc2cdf730ad 14:35:48 $ docker rm -f cf296cbb796eb7f65a082994d2f983fa042a8ffa058fc88b3be0afc2cdf730ad [Pipeline] // withDockerContainer [Pipeline] sh 14:35:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:35:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:35:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:35:52 + ls -al . 14:35:52 total 132 14:35:52 drwxrwxr-x. 7 jenkins jenkins 4096 May 11 14:35 . 14:35:52 drwxrwxr-x. 4 jenkins jenkins 30 May 11 14:34 .. 14:35:52 -rw-rw-r--. 1 jenkins jenkins 8153 May 11 14:34 Attribution.txt 14:35:52 drwxrwxr-x. 2 jenkins jenkins 64 May 11 14:34 bin 14:35:52 drwxrwxr-x. 3 jenkins jenkins 32 May 11 14:34 cmd 14:35:52 -rw-r--r--. 1 jenkins jenkins 47247 May 11 14:35 coverage.out 14:35:52 -rw-rw-r--. 1 jenkins jenkins 1905 May 11 14:34 Dockerfile 14:35:52 -rw-rw-r--. 1 jenkins jenkins 998 May 11 14:34 Dockerfile.build 14:35:52 drwxrwxr-x. 8 jenkins jenkins 162 May 11 14:34 .git 14:35:52 drwxrwxr-x. 2 jenkins jenkins 103 May 11 14:34 .github 14:35:52 -rw-rw-r--. 1 jenkins jenkins 277 May 11 14:34 .gitignore 14:35:52 -rw-r--r--. 1 jenkins jenkins 809 May 11 14:35 go.mod 14:35:52 -rw-r--r--. 1 jenkins jenkins 23532 May 11 14:35 go.sum 14:35:52 drwxrwxr-x. 3 jenkins jenkins 20 May 11 14:34 internal 14:35:52 -rw-rw-r--. 1 jenkins jenkins 660 May 11 14:34 Jenkinsfile 14:35:52 -rw-rw-r--. 1 jenkins jenkins 11340 May 11 14:34 LICENSE 14:35:52 -rw-rw-r--. 1 jenkins jenkins 901 May 11 14:34 Makefile 14:35:52 -rw-rw-r--. 1 jenkins jenkins 2745 May 11 14:34 README.md 14:35:52 -rw-rw-r--. 1 jenkins jenkins 12 May 11 14:31 VERSION 14:35:52 -rw-rw-r--. 1 jenkins jenkins 235 May 11 14:34 version.go [Pipeline] isUnix [Pipeline] sh 14:35:52 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=amd64 --label version=1.3.2-dev.13 . 14:35:52 Sending build context to Docker daemon 8.64MB 14:35:52 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 14:35:52 Step 2/25 : FROM ${BASE} AS builder 14:35:52 ---> 38b0a46e591e 14:35:52 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 14:35:52 ---> Running in 274b29ca45c3 14:35:53 Removing intermediate container 274b29ca45c3 14:35:53 ---> d3e3b6730b94 14:35:53 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 14:35:53 ---> Running in a70febba832b 14:35:53 Removing intermediate container a70febba832b 14:35:53 ---> 9a0b4885c4ae 14:35:53 Step 5/25 : WORKDIR /device-virtual-go 14:35:54 ---> Running in cce4101f555c 14:35:54 Removing intermediate container cce4101f555c 14:35:54 ---> c306b03fab1d 14:35:54 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:35:54 ---> Running in 854bcde93b4d 14:35:55 Removing intermediate container 854bcde93b4d 14:35:55 ---> 72d91355350b 14:35:55 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:35:55 ---> Running in 9eaf012986da 14:35:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:35:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:35:58 OK: 156 MiB in 53 packages 14:35:58 Removing intermediate container 9eaf012986da 14:35:58 ---> 883dea27ba0d 14:35:58 Step 8/25 : COPY . . 14:35:59 ---> 67c888197708 14:35:59 Step 9/25 : RUN go mod download 14:35:59 ---> Running in ec7ce1b2a0e9 14:36:00 Removing intermediate container ec7ce1b2a0e9 14:36:00 ---> c4c7d82f1f33 14:36:00 Step 10/25 : ARG MAKE='make build' 14:36:00 ---> Running in b82ed6ac28c4 14:36:00 Removing intermediate container b82ed6ac28c4 14:36:00 ---> f6d7cda5307e 14:36:00 Step 11/25 : RUN $MAKE 14:36:00 ---> Running in cf2a6d0c2f8b 14:36:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.13" -o cmd/device-virtual ./cmd 14:36:04 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 14:36:04 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.969s coverage: 63.8% of statements 14:36:04 CGO_ENABLED=1 GO111MODULE=on go vet ./... 14:36:19 CGO_ENABLED=1 GO111MODULE=on go build ./... 14:36:23 Removing intermediate container cf2a6d0c2f8b 14:36:23 ---> 8b316b619bfd 14:36:23 Step 12/25 : FROM alpine:3.12 14:36:23 3.12: Pulling from library/alpine 14:36:23 339de151aab4: Pulling fs layer 14:36:23 339de151aab4: Verifying Checksum 14:36:23 339de151aab4: Download complete 14:36:23 339de151aab4: Pull complete 14:36:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:36:23 Status: Downloaded newer image for alpine:3.12 14:36:23 ---> 13621d1b12d4 14:36:23 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 14:36:23 ---> Running in f35c2ee510f4 14:36:23 Removing intermediate container f35c2ee510f4 14:36:23 ---> 5408b96eec44 14:36:23 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:36:23 ---> Running in 710c1e06e619 14:36:24 Removing intermediate container 710c1e06e619 14:36:24 ---> a89227258218 14:36:24 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 14:36:25 ---> Running in 12cc1047c3a3 14:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:36:27 (1/6) Installing dumb-init (1.2.2-r1) 14:36:27 (2/6) Installing libgcc (9.3.0-r2) 14:36:27 (3/6) Installing libsodium (1.0.18-r0) 14:36:28 (4/6) Installing libstdc++ (9.3.0-r2) 14:36:29 (5/6) Installing libzmq (4.3.3-r0) 14:36:29 (6/6) Installing zeromq (4.3.3-r0) 14:36:29 Executing busybox-1.31.1-r20.trigger 14:36:29 OK: 8 MiB in 20 packages 14:36:30 Removing intermediate container 12cc1047c3a3 14:36:30 ---> 6de5d4b95c59 14:36:30 Step 16/25 : WORKDIR / 14:36:30 ---> Running in 162b9fd2719f 14:36:30 Removing intermediate container 162b9fd2719f 14:36:30 ---> 4319342a1147 14:36:30 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 14:36:30 gofmt -l . 14:36:30 [ "`gofmt -l .`" = "" ] 14:36:30 ./bin/test-attribution-txt.sh 14:36:30 ./bin/test-go-mod-tidy.sh [Pipeline] } 14:36:30 $ docker stop --time=1 87730784d271616dd7948dcd24e7bc271d6ded068b7839c0b3e4fff00a1b32d6 14:36:30 ---> 3e924c49e714 14:36:30 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 14:36:31 ---> 0305179a217f 14:36:31 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 14:36:32 ---> 87919e114f9a 14:36:32 Step 20/25 : EXPOSE 49990 14:36:32 ---> Running in ede8e475469b 14:36:32 Removing intermediate container ede8e475469b 14:36:32 ---> 182a322c4eef 14:36:32 Step 21/25 : ENTRYPOINT ["/device-virtual"] 14:36:32 ---> Running in 99ef21909cd9 14:36:32 Removing intermediate container 99ef21909cd9 14:36:32 ---> 2fb07c367251 14:36:32 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:36:32 ---> Running in f8e504e440e3 14:36:32 Removing intermediate container f8e504e440e3 14:36:32 ---> e7b944d22837 14:36:32 Step 23/25 : LABEL arch=amd64 14:36:32 ---> Running in 6a0d152c223b 14:36:32 $ docker rm -f 87730784d271616dd7948dcd24e7bc271d6ded068b7839c0b3e4fff00a1b32d6 14:36:32 Removing intermediate container 6a0d152c223b 14:36:32 ---> b262868fc9f5 14:36:32 Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 14:36:32 ---> Running in da921a10fecd 14:36:33 Removing intermediate container da921a10fecd 14:36:33 ---> ef6bb024b488 14:36:33 Step 25/25 : LABEL version=1.3.2-dev.13 14:36:33 ---> Running in 611ded618040 14:36:33 Removing intermediate container 611ded618040 14:36:33 ---> ea7cf96e2f4e 14:36:33 [Warning] One or more build-args [ARCH] were not consumed 14:36:33 Successfully built ea7cf96e2f4e 14:36:33 Successfully tagged docker-device-virtual-go:latest [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:36:33 provisioning config files... 14:36:33 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config3648744131773132207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:36:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:36:33 Warning: overwriting stash ‘coverage-report’ 14:36:34 ---> docker-login.sh 14:36:34 nexus3.edgexfoundry.org:10001 14:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:34 Configure a credential helper to remove this warning. See 14:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:34 14:36:34 Login Succeeded 14:36:34 nexus3.edgexfoundry.org:10002 14:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:34 Configure a credential helper to remove this warning. See 14:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:34 14:36:34 Login Succeeded 14:36:34 nexus3.edgexfoundry.org:10003 14:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:34 Configure a credential helper to remove this warning. See 14:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:34 14:36:34 Login Succeeded 14:36:34 nexus3.edgexfoundry.org:10004 14:36:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:34 Configure a credential helper to remove this warning. See 14:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:34 14:36:34 Login Succeeded 14:36:34 docker.io 14:36:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:35 Configure a credential helper to remove this warning. See 14:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:35 14:36:35 Login Succeeded 14:36:35 ---> docker-login.sh ends [Pipeline] } 14:36:35 Deleting 1 temporary files 14:36:35 + ls -al . 14:36:35 total 156 14:36:35 drwxrwxr-x 7 jenkins jenkins 4096 May 11 14:36 . 14:36:35 drwxrwxr-x 4 jenkins jenkins 4096 May 11 14:33 .. 14:36:35 drwxrwxr-x 8 jenkins jenkins 4096 May 11 14:33 .git 14:36:35 drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:33 .github 14:36:35 -rw-rw-r-- 1 jenkins jenkins 277 May 11 14:33 .gitignore 14:36:35 -rw-rw-r-- 1 jenkins jenkins 8153 May 11 14:33 Attribution.txt 14:36:35 -rw-rw-r-- 1 jenkins jenkins 1905 May 11 14:33 Dockerfile 14:36:35 -rw-rw-r-- 1 jenkins jenkins 998 May 11 14:33 Dockerfile.build 14:36:35 -rw-rw-r-- 1 jenkins jenkins 660 May 11 14:33 Jenkinsfile 14:36:35 -rw-rw-r-- 1 jenkins jenkins 11340 May 11 14:33 LICENSE 14:36:35 -rw-rw-r-- 1 jenkins jenkins 901 May 11 14:33 Makefile 14:36:35 -rw-rw-r-- 1 jenkins jenkins 2745 May 11 14:33 README.md 14:36:35 -rw-rw-r-- 1 jenkins jenkins 12 May 11 14:31 VERSION 14:36:35 drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:33 bin 14:36:35 drwxrwxr-x 3 jenkins jenkins 4096 May 11 14:33 cmd 14:36:35 -rw-r--r-- 1 jenkins jenkins 47247 May 11 14:35 coverage.out 14:36:35 -rw-r--r-- 1 jenkins jenkins 809 May 11 14:36 go.mod 14:36:35 -rw-r--r-- 1 jenkins jenkins 23532 May 11 14:34 go.sum 14:36:35 drwxrwxr-x 3 jenkins jenkins 4096 May 11 14:33 internal 14:36:35 -rw-rw-r-- 1 jenkins jenkins 235 May 11 14:33 version.go [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 14:36:35 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 14:36:35 969908695d9457bace8f724c7874c2a817cac062 14:36:35 latest 14:36:35 1.3.2-dev.13 14:36:35 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 14:36:35 master 14:36:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:36:35 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=arm64 --label version=1.3.2-dev.13 . 14:36:35 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh 14:36:36 Sending build context to Docker daemon 8.639MB 14:36:36 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062 14:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 14:36:36 3b0e87c8ce2c: Preparing 14:36:36 1a47a343bf18: Preparing 14:36:36 d28704cd9244: Preparing 14:36:36 13082e9f9565: Preparing 14:36:36 7f41c4101380: Preparing 14:36:36 32f366d666a5: Preparing 14:36:36 32f366d666a5: Waiting 14:36:36 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 14:36:36 Step 2/25 : FROM ${BASE} AS builder 14:36:36 ---> 5e36962b863f 14:36:36 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 14:36:36 7f41c4101380: Pushed 14:36:36 d28704cd9244: Pushed 14:36:36 1a47a343bf18: Pushed 14:36:36 13082e9f9565: Pushed 14:36:36 32f366d666a5: Layer already exists 14:36:36 ---> Running in 1b9a65bb68f9 14:36:36 Removing intermediate container 1b9a65bb68f9 14:36:36 ---> a19cea9e4356 14:36:36 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 14:36:37 ---> Running in 48ea2aec8e1c 14:36:37 Removing intermediate container 48ea2aec8e1c 14:36:37 ---> c9f8ae7646f6 14:36:37 Step 5/25 : WORKDIR /device-virtual-go 14:36:37 ---> Running in a7f714445b03 14:36:37 3b0e87c8ce2c: Pushed 14:36:38 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh 14:36:38 Removing intermediate container a7f714445b03 14:36:38 ---> 111d58b2ee69 14:36:38 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:36:38 ---> Running in bbcdedf8d092 14:36:38 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 14:36:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 14:36:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 14:36:38 3b0e87c8ce2c: Preparing 14:36:38 1a47a343bf18: Preparing 14:36:38 d28704cd9244: Preparing 14:36:38 13082e9f9565: Preparing 14:36:38 7f41c4101380: Preparing 14:36:38 32f366d666a5: Preparing 14:36:38 32f366d666a5: Waiting 14:36:38 1a47a343bf18: Layer already exists 14:36:38 7f41c4101380: Layer already exists 14:36:38 3b0e87c8ce2c: Layer already exists 14:36:38 d28704cd9244: Layer already exists 14:36:38 13082e9f9565: Layer already exists 14:36:38 32f366d666a5: Layer already exists 14:36:38 latest: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh 14:36:39 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh 14:36:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.13 14:36:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 14:36:39 3b0e87c8ce2c: Preparing 14:36:39 1a47a343bf18: Preparing 14:36:39 d28704cd9244: Preparing 14:36:39 13082e9f9565: Preparing 14:36:39 7f41c4101380: Preparing 14:36:39 32f366d666a5: Preparing 14:36:39 32f366d666a5: Waiting 14:36:39 3b0e87c8ce2c: Layer already exists 14:36:39 7f41c4101380: Layer already exists 14:36:39 1a47a343bf18: Layer already exists 14:36:39 d28704cd9244: Layer already exists 14:36:39 13082e9f9565: Layer already exists 14:36:39 32f366d666a5: Layer already exists 14:36:39 1.3.2-dev.13: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh 14:36:39 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh 14:36:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 14:36:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 14:36:40 3b0e87c8ce2c: Preparing 14:36:40 1a47a343bf18: Preparing 14:36:40 d28704cd9244: Preparing 14:36:40 13082e9f9565: Preparing 14:36:40 7f41c4101380: Preparing 14:36:40 32f366d666a5: Preparing 14:36:40 32f366d666a5: Waiting 14:36:40 3b0e87c8ce2c: Layer already exists 14:36:40 13082e9f9565: Layer already exists 14:36:40 1a47a343bf18: Layer already exists 14:36:40 d28704cd9244: Layer already exists 14:36:40 7f41c4101380: Layer already exists 14:36:40 32f366d666a5: Layer already exists 14:36:40 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh 14:36:40 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 14:36:40 Removing intermediate container bbcdedf8d092 14:36:40 ---> 9a4b5bce574b 14:36:40 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:36:40 ---> Running in 706cfd5d153a 14:36:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 14:36:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 14:36:40 3b0e87c8ce2c: Preparing 14:36:40 1a47a343bf18: Preparing 14:36:40 d28704cd9244: Preparing 14:36:40 13082e9f9565: Preparing 14:36:40 7f41c4101380: Preparing 14:36:40 32f366d666a5: Preparing 14:36:40 32f366d666a5: Waiting 14:36:40 7f41c4101380: Layer already exists 14:36:40 3b0e87c8ce2c: Layer already exists 14:36:40 1a47a343bf18: Layer already exists 14:36:40 d28704cd9244: Layer already exists 14:36:40 13082e9f9565: Layer already exists 14:36:40 32f366d666a5: Layer already exists 14:36:40 master: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:36:40 ===================================================== [Pipeline] echo 14:36:40 taggedImages: 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.13 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:36:41 ---> job-cost.sh 14:36:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yu91 14:36:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 14:36:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 14:36:44 OK: 145 MiB in 53 packages 14:36:45 Removing intermediate container 706cfd5d153a 14:36:45 ---> 7a76da78e99d 14:36:45 Step 8/25 : COPY . . 14:36:46 ---> 6bc44bb0e948 14:36:46 Step 9/25 : RUN go mod download 14:36:47 ---> Running in 6fdd05867c14 14:36:49 Removing intermediate container 6fdd05867c14 14:36:49 ---> 23bbb587440e 14:36:49 Step 10/25 : ARG MAKE='make build' 14:36:49 ---> Running in ae019080e309 14:36:49 Removing intermediate container ae019080e309 14:36:49 ---> 1a51e828418e 14:36:49 Step 11/25 : RUN $MAKE 14:36:50 ---> Running in f3524d7a356a 14:36:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.13" -o cmd/device-virtual ./cmd 14:36:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:37:22 lf-activate-venv(): INFO: Adding /tmp/venv-Yu91/bin to PATH 14:37:22 INFO: No Stack... 14:37:23 INFO: Retrieving Pricing Info for: v1-standard-2 14:37:24 INFO: Archiving Costs [Pipeline] sh 14:37:24 + cat /w/workspace/device-virtual-go/52/archives/cost.csv 14:37:24 + cut -d, -f6 [Pipeline] lock 14:37:24 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] 14:37:24 Resource [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] did not exist. Created. 14:37:24 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:37:25 + echo total: 0.029999999329447746 [Pipeline] stash 14:37:25 Stashed 1 file(s) [Pipeline] } 14:37:25 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:37:47 CGO_ENABLED=1 GO111MODULE=on go build ./... 14:37:51 Removing intermediate container f3524d7a356a 14:37:51 ---> c5f63f59c322 14:37:51 Step 12/25 : FROM alpine:3.12 14:37:51 3.12: Pulling from library/alpine 14:37:51 d2f70382dc9a: Pulling fs layer 14:37:51 d2f70382dc9a: Verifying Checksum 14:37:51 d2f70382dc9a: Download complete 14:37:52 d2f70382dc9a: Pull complete 14:37:52 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:37:52 Status: Downloaded newer image for alpine:3.12 14:37:52 ---> 9852663dfa18 14:37:52 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 14:37:52 ---> Running in f267f6209ab8 14:37:53 Removing intermediate container f267f6209ab8 14:37:53 ---> 2a56dde28572 14:37:53 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:53 ---> Running in 54b7d6316d12 14:37:56 Removing intermediate container 54b7d6316d12 14:37:56 ---> 4bc70e1ed6b4 14:37:56 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 14:37:56 ---> Running in 6e8afea4364f 14:37:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:37:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:37:59 (1/6) Installing dumb-init (1.2.2-r1) 14:37:59 (2/6) Installing libgcc (9.3.0-r2) 14:37:59 (3/6) Installing libsodium (1.0.18-r0) 14:37:59 (4/6) Installing libstdc++ (9.3.0-r2) 14:38:00 (5/6) Installing libzmq (4.3.3-r0) 14:38:00 (6/6) Installing zeromq (4.3.3-r0) 14:38:00 Executing busybox-1.31.1-r20.trigger 14:38:00 OK: 8 MiB in 20 packages 14:38:02 Removing intermediate container 6e8afea4364f 14:38:02 ---> 4166748c545e 14:38:02 Step 16/25 : WORKDIR / 14:38:02 ---> Running in 0adeb58afc2b 14:38:03 Removing intermediate container 0adeb58afc2b 14:38:03 ---> 517dd86dbc6f 14:38:03 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 14:38:05 ---> 13c2578e73c8 14:38:05 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 14:38:06 ---> 01c43e5f3e6c 14:38:06 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 14:38:07 ---> 0d8f02afb759 14:38:07 Step 20/25 : EXPOSE 49990 14:38:07 ---> Running in 436d4cfc6294 14:38:08 Removing intermediate container 436d4cfc6294 14:38:08 ---> a31080089813 14:38:08 Step 21/25 : ENTRYPOINT ["/device-virtual"] 14:38:08 ---> Running in 86b5d38ab0f1 14:38:08 Removing intermediate container 86b5d38ab0f1 14:38:08 ---> fbc9592e7ab0 14:38:08 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:38:08 ---> Running in 1f5584552ba2 14:38:09 Removing intermediate container 1f5584552ba2 14:38:09 ---> b7422d7acbad 14:38:09 Step 23/25 : LABEL arch=arm64 14:38:09 ---> Running in 03a6d56eaf27 14:38:09 Removing intermediate container 03a6d56eaf27 14:38:09 ---> c6fd56616f6f 14:38:09 Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 14:38:09 ---> Running in 316f466abc44 14:38:10 Removing intermediate container 316f466abc44 14:38:10 ---> 5b1d1f125ca5 14:38:10 Step 25/25 : LABEL version=1.3.2-dev.13 14:38:10 ---> Running in 6f2f52e66ee7 14:38:11 Removing intermediate container 6f2f52e66ee7 14:38:11 ---> c66fa92729ec 14:38:11 [Warning] One or more build-args [ARCH] were not consumed 14:38:11 Successfully built c66fa92729ec 14:38:11 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:38:11 provisioning config files... 14:38:11 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config7943770350579555610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:38:11 ---> docker-login.sh 14:38:11 nexus3.edgexfoundry.org:10001 14:38:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:38:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:38:12 Configure a credential helper to remove this warning. See 14:38:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:38:12 14:38:12 Login Succeeded 14:38:12 nexus3.edgexfoundry.org:10002 14:38:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:38:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:38:12 Configure a credential helper to remove this warning. See 14:38:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:38:12 14:38:12 Login Succeeded 14:38:12 nexus3.edgexfoundry.org:10003 14:38:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:38:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:38:13 Configure a credential helper to remove this warning. See 14:38:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:38:13 14:38:13 Login Succeeded 14:38:13 nexus3.edgexfoundry.org:10004 14:38:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:38:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:38:13 Configure a credential helper to remove this warning. See 14:38:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:38:13 14:38:13 Login Succeeded 14:38:13 docker.io 14:38:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:38:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:38:14 Configure a credential helper to remove this warning. See 14:38:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:38:14 14:38:14 Login Succeeded 14:38:14 ---> docker-login.sh ends [Pipeline] } 14:38:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:38:14 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 14:38:14 969908695d9457bace8f724c7874c2a817cac062 14:38:14 latest 14:38:14 1.3.2-dev.13 14:38:14 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 14:38:14 master 14:38:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:38:15 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh 14:38:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062 14:38:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 14:38:15 8982d1b0c4c9: Preparing 14:38:15 34bae36f9f3d: Preparing 14:38:15 c98089c20097: Preparing 14:38:15 f7ab073ead43: Preparing 14:38:15 c0b7e075ed70: Preparing 14:38:15 3fbe34a1663b: Preparing 14:38:15 3fbe34a1663b: Waiting 14:38:16 34bae36f9f3d: Pushed 14:38:16 c0b7e075ed70: Pushed 14:38:16 c98089c20097: Pushed 14:38:16 3fbe34a1663b: Layer already exists 14:38:16 f7ab073ead43: Pushed 14:38:19 8982d1b0c4c9: Pushed 14:38:19 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh 14:38:20 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:38:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 14:38:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 14:38:20 8982d1b0c4c9: Preparing 14:38:20 34bae36f9f3d: Preparing 14:38:20 c98089c20097: Preparing 14:38:20 f7ab073ead43: Preparing 14:38:20 c0b7e075ed70: Preparing 14:38:20 3fbe34a1663b: Preparing 14:38:20 3fbe34a1663b: Waiting 14:38:20 8982d1b0c4c9: Layer already exists 14:38:20 34bae36f9f3d: Layer already exists 14:38:20 f7ab073ead43: Layer already exists 14:38:20 c0b7e075ed70: Layer already exists 14:38:20 c98089c20097: Layer already exists 14:38:20 3fbe34a1663b: Layer already exists 14:38:20 latest: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh 14:38:21 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh 14:38:21 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.13 14:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 14:38:21 8982d1b0c4c9: Preparing 14:38:21 34bae36f9f3d: Preparing 14:38:21 c98089c20097: Preparing 14:38:21 f7ab073ead43: Preparing 14:38:21 c0b7e075ed70: Preparing 14:38:21 3fbe34a1663b: Preparing 14:38:21 3fbe34a1663b: Waiting 14:38:21 34bae36f9f3d: Layer already exists 14:38:21 c0b7e075ed70: Layer already exists 14:38:21 f7ab073ead43: Layer already exists 14:38:21 c98089c20097: Layer already exists 14:38:21 8982d1b0c4c9: Layer already exists 14:38:21 3fbe34a1663b: Layer already exists 14:38:21 1.3.2-dev.13: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh 14:38:22 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh 14:38:22 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 14:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 14:38:22 8982d1b0c4c9: Preparing 14:38:22 34bae36f9f3d: Preparing 14:38:22 c98089c20097: Preparing 14:38:22 f7ab073ead43: Preparing 14:38:22 c0b7e075ed70: Preparing 14:38:22 3fbe34a1663b: Preparing 14:38:22 3fbe34a1663b: Waiting 14:38:22 8982d1b0c4c9: Layer already exists 14:38:22 c98089c20097: Layer already exists 14:38:22 f7ab073ead43: Layer already exists 14:38:22 c0b7e075ed70: Layer already exists 14:38:22 34bae36f9f3d: Layer already exists 14:38:22 3fbe34a1663b: Layer already exists 14:38:22 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh 14:38:22 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:38:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 14:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 14:38:23 8982d1b0c4c9: Preparing 14:38:23 34bae36f9f3d: Preparing 14:38:23 c98089c20097: Preparing 14:38:23 f7ab073ead43: Preparing 14:38:23 c0b7e075ed70: Preparing 14:38:23 3fbe34a1663b: Preparing 14:38:23 3fbe34a1663b: Waiting 14:38:23 c98089c20097: Layer already exists 14:38:23 c0b7e075ed70: Layer already exists 14:38:23 f7ab073ead43: Layer already exists 14:38:23 34bae36f9f3d: Layer already exists 14:38:23 8982d1b0c4c9: Layer already exists 14:38:23 3fbe34a1663b: Layer already exists 14:38:23 master: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:38:23 ===================================================== [Pipeline] echo 14:38:23 taggedImages: 14:38:23 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062 14:38:23 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 14:38:23 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.13 14:38:23 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 14:38:23 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:38:24 ---> job-cost.sh 14:38:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-E9BA 14:39:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:41:02 lf-activate-venv(): INFO: Adding /tmp/venv-E9BA/bin to PATH 14:41:02 INFO: No Stack... 14:41:02 INFO: Retrieving Pricing Info for: lf-standard-4 14:41:02 INFO: Archiving Costs [Pipeline] sh 14:41:03 + + cat /w/workspace/device-virtual-go/52/archives/cost.csv 14:41:03 cut -d, -f6 [Pipeline] lock 14:41:03 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] 14:41:03 Resource [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] did not exist. Created. 14:41:03 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:41:03 /w/workspace/device-virtual-go/52@tmp/durable-66a33c89/script.sh: 1: /w/workspace/device-virtual-go/52@tmp/durable-66a33c89/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:41:04 + echo total: 0.20999999344348907 [Pipeline] stash 14:41:04 Warning: overwriting stash ‘stack-cost’ 14:41:04 Stashed 1 file(s) [Pipeline] } 14:41:04 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-52-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 14:41:04 provisioning config files... 14:41:04 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6123848418636693564tmp [Pipeline] { [Pipeline] sh 14:41:05 + set +x 14:41:05 + curl -s https://codecov.io/bash 14:41:05 + bash -s -- 14:41:05 14:41:05 _____ _ 14:41:05 / ____| | | 14:41:05 | | ___ __| | ___ ___ _____ __ 14:41:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:41:05 | |___| (_) | (_| | __/ (_| (_) \ V / 14:41:05 \_____\___/ \__,_|\___|\___\___/ \_/ 14:41:05 Bash-1.0.2 14:41:05 14:41:05 14:41:05 ==> git version 2.24.3 found 14:41:05 ==> 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 14:41:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:41:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:41:05 ==> Jenkins CI detected. 14:41:05 project root: . 14:41:05 --> token set from env 14:41:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:41:05 ==> Running gcov in . (disable via -X gcov) 14:41:05 ==> Python coveragepy not found 14:41:05 ==> Searching for coverage reports in: 14:41:05 + . 14:41:05 -> Found 1 reports 14:41:05 ==> Detecting git/mercurial file structure 14:41:05 ==> Reading reports 14:41:05 + ./coverage.out bytes=47247 14:41:05 ==> Appending adjustments 14:41:05 https://docs.codecov.io/docs/fixing-reports 14:41:05 + Found adjustments 14:41:05 ==> Gzipping contents 14:41:05 8.0K /tmp/codecov.FlZdNn.gz 14:41:05 ==> Uploading reports 14:41:05 url: https://codecov.io 14:41:05 query: branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=52&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F52%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:41:05 -> Pinging Codecov 14:41:05 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=52&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F52%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:41:06 -> Uploading to 14:41:06 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/5E52B4B073DB2E39498172D8E973AA87/969908695d9457bace8f724c7874c2a817cac062/88675402-af94-41f4-820e-fed811de5e3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T144106Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a9732faacee7781d2cb44d0232ae435825728c61eaa387e76d61fb5dade9fbf1 14:41:06 % Total % Received % Xferd Average Speed Time Time Time Current 14:41:06 Dload Upload Total Spent Left Speed 14:41:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5791 0 0 100 5791 0 13940 --:--:-- --:--:-- --:--:-- 13920 14:41:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/969908695d9457bace8f724c7874c2a817cac062 [Pipeline] } 14:41:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:41:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:41:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:41:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:41:07 14:41:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:41:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:41:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:41:08 188c0c94c7c5: Pulling fs layer 14:41:08 0ef7d3d256c8: Pulling fs layer 14:41:08 de9db76c5a1d: Pulling fs layer 14:41:08 0eba1c9be4d2: Pulling fs layer 14:41:08 0d57e429df01: Pulling fs layer 14:41:08 4e4be7b47b0d: Pulling fs layer 14:41:08 e1f770b5df2f: Pulling fs layer 14:41:08 85a0685a4137: Pulling fs layer 14:41:08 0d57e429df01: Waiting 14:41:08 4e4be7b47b0d: Waiting 14:41:08 e1f770b5df2f: Waiting 14:41:08 85a0685a4137: Waiting 14:41:08 0eba1c9be4d2: Waiting 14:41:08 de9db76c5a1d: Verifying Checksum 14:41:08 de9db76c5a1d: Download complete 14:41:08 0ef7d3d256c8: Download complete 14:41:08 0d57e429df01: Verifying Checksum 14:41:08 0d57e429df01: Download complete 14:41:08 4e4be7b47b0d: Verifying Checksum 14:41:08 4e4be7b47b0d: Download complete 14:41:08 188c0c94c7c5: Verifying Checksum 14:41:08 188c0c94c7c5: Download complete 14:41:08 188c0c94c7c5: Pull complete 14:41:09 0ef7d3d256c8: Pull complete 14:41:09 de9db76c5a1d: Pull complete 14:41:09 e1f770b5df2f: Verifying Checksum 14:41:09 e1f770b5df2f: Download complete 14:41:12 0eba1c9be4d2: Verifying Checksum 14:41:12 0eba1c9be4d2: Download complete 14:41:12 85a0685a4137: Verifying Checksum 14:41:12 85a0685a4137: Download complete 14:41:17 0eba1c9be4d2: Pull complete 14:41:17 0d57e429df01: Pull complete 14:41:18 4e4be7b47b0d: Pull complete 14:41:19 e1f770b5df2f: Pull complete 14:41:27 85a0685a4137: Pull complete 14:41:27 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:41:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:41:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:41:28 prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container 14:41:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:41:29 $ docker top 0085b1b21baf72bd11347969406ed7919094864504b06d1f805c04ab31b69894 -eo pid,comm [Pipeline] { [Pipeline] echo 14:41:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:41:30 + set -o pipefail 14:41:30 + snyk monitor '--org=edgex-jenkins' 14:42:09 14:42:09 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 14:42:09 14:42:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/47deae4a-d2f1-4ccc-a7dc-81172bff77c5 14:42:09 14:42:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:42:09 14:42:09 [Pipeline] } 14:42:09 $ docker stop --time=1 0085b1b21baf72bd11347969406ed7919094864504b06d1f805c04ab31b69894 14:42:12 $ docker rm -f 0085b1b21baf72bd11347969406ed7919094864504b06d1f805c04ab31b69894 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:42:14 + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh 14:42:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:42:14 . [Pipeline] withDockerContainer 14:42:14 prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container 14:42:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:42:16 $ docker top 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:42:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:42:17 [ssh-agent] Looking for ssh-agent implementation... 14:42:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:42:17 $ docker exec 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 ssh-agent 14:42:17 SSH_AUTH_SOCK=/tmp/ssh-uCylRdyQruGw/agent.12 14:42:17 SSH_AGENT_PID=18 14:42:17 Running ssh-add (command line suppressed) 14:42:17 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1974831145217961981.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1974831145217961981.key) 14:42:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:42:18 + git semver tag 14:42:18 # -> Open(): unable to determine branch for HEAD 14:42:18 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 14:42:18 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 14:42:18 # $SEMVER_REMOTE_NAME = origin 14:42:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:42:18 # $SEMVER_USER_NAME = edgex-jenkins 14:42:18 # $SEMVER_BRANCH = master 14:42:18 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 14:42:18 # 969908695d9457bace8f724c7874c2a817cac062 HEAD 14:42:18 # -> Force: false 14:42:18 # 11509e6e3f5ab401490cda669aa707aa93ae8775 refs/tags/v1.3.2-dev.13 [Pipeline] } 14:42:18 $ docker exec --env ******** --env ******** 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 ssh-agent -k 14:42:19 unset SSH_AUTH_SOCK; 14:42:19 unset SSH_AGENT_PID; 14:42:19 echo Agent pid 18 killed; 14:42:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:42:20 + git semver [Pipeline] } 14:42:20 $ docker stop --time=1 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 14:42:21 $ docker rm -f 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:42:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:42:22 14:42:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:42:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:42:23 0.23.1-centos7: Pulling from edgex-lftools 14:42:23 ab5ef0e58194: Pulling fs layer 14:42:23 9712f1f96733: Pulling fs layer 14:42:23 63f879dbbcfc: Pulling fs layer 14:42:23 0d9ebad4ef96: Pulling fs layer 14:42:23 e9a5061849ea: Pulling fs layer 14:42:23 d747dcd14b5f: Pulling fs layer 14:42:23 2de7ff778b66: Pulling fs layer 14:42:23 0d9ebad4ef96: Waiting 14:42:23 e9a5061849ea: Waiting 14:42:23 d747dcd14b5f: Waiting 14:42:23 2de7ff778b66: Waiting 14:42:23 9712f1f96733: Verifying Checksum 14:42:23 9712f1f96733: Download complete 14:42:25 63f879dbbcfc: Verifying Checksum 14:42:25 63f879dbbcfc: Download complete 14:42:25 e9a5061849ea: Verifying Checksum 14:42:25 e9a5061849ea: Download complete 14:42:25 d747dcd14b5f: Download complete 14:42:26 2de7ff778b66: Verifying Checksum 14:42:26 2de7ff778b66: Download complete 14:42:27 0d9ebad4ef96: Verifying Checksum 14:42:27 0d9ebad4ef96: Download complete 14:42:28 ab5ef0e58194: Verifying Checksum 14:42:28 ab5ef0e58194: Download complete 14:42:36 ab5ef0e58194: Pull complete 14:42:36 9712f1f96733: Pull complete 14:42:39 63f879dbbcfc: Pull complete 14:42:49 0d9ebad4ef96: Pull complete 14:42:49 e9a5061849ea: Pull complete 14:42:49 d747dcd14b5f: Pull complete 14:42:52 2de7ff778b66: Pull complete 14:42:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:42:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:42:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:42:52 prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container 14:42:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:42:56 $ docker top 3fd2e33e1d32d9d6a39b400c4ab0ed246e33b4a93a1f4c9a50c1677b72a8ff43 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:42:56 provisioning config files... 14:42:56 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5856112330132609462tmp 14:42:56 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config276076111207430710tmp 14:42:56 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2340385916481563424tmp [Pipeline] { [Pipeline] echo 14:42:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:42:57 ---> sigul-configuration.sh 14:42:57 gpg: directory `/root/.gnupg' created 14:42:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:42:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:42:57 gpg: keyring `/root/.gnupg/secring.gpg' created 14:42:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:42:57 gpg: CAST5 encrypted data 14:42:57 gpg: encrypted with 1 passphrase 14:42:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:42:58 + mkdir /home/jenkins 14:42:58 + mkdir /home/jenkins/sigul [Pipeline] sh 14:42:58 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 14:42:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:42:58 ---> sigul-install.sh 14:43:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:43:08 + git tag --list 14:43:08 v1.0.0 14:43:08 v1.1.0 14:43:08 v1.1.1 14:43:08 v1.2.1 14:43:08 v1.2.2 14:43:08 v1.2.3 14:43:08 v1.3.0 14:43:08 v1.3.1 14:43:08 v1.3.1-dev.1 14:43:08 v1.3.1-dev.2 14:43:08 v1.3.1-dev.3 14:43:08 v1.3.1-dev.4 14:43:08 v1.3.1-dev.5 14:43:08 v1.3.2-dev.1 14:43:08 v1.3.2-dev.10 14:43:08 v1.3.2-dev.11 14:43:08 v1.3.2-dev.12 14:43:08 v1.3.2-dev.13 14:43:08 v1.3.2-dev.2 14:43:08 v1.3.2-dev.3 14:43:08 v1.3.2-dev.4 14:43:08 v1.3.2-dev.5 14:43:08 v1.3.2-dev.6 14:43:08 v1.3.2-dev.7 14:43:08 v1.3.2-dev.8 14:43:08 v1.3.2-dev.9 [Pipeline] sh 14:43:08 + lftools sign git-tag v1.3.2-dev.13 14:43:10 Signing Git tag with Sigul... 14:43:10 Signing v1.3.2-dev.13 [Pipeline] echo 14:43:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:43:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:43:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:43:12 $ docker stop --time=1 3fd2e33e1d32d9d6a39b400c4ab0ed246e33b4a93a1f4c9a50c1677b72a8ff43 14:43:14 $ docker rm -f 3fd2e33e1d32d9d6a39b400c4ab0ed246e33b4a93a1f4c9a50c1677b72a8ff43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:14 . [Pipeline] withDockerContainer 14:43:15 prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container 14:43:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:43:16 $ docker top 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:43:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:43:16 [ssh-agent] Looking for ssh-agent implementation... 14:43:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:43:17 $ docker exec 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a ssh-agent 14:43:17 SSH_AUTH_SOCK=/tmp/ssh-PMvoV2V78lbq/agent.11 14:43:17 SSH_AGENT_PID=16 14:43:17 Running ssh-add (command line suppressed) 14:43:18 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_857330846393615670.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_857330846393615670.key) 14:43:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:43:18 + git semver bump pre 14:43:18 # -> Open(): unable to determine branch for HEAD 14:43:18 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 14:43:18 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 14:43:18 # $SEMVER_REMOTE_NAME = origin 14:43:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:43:18 # $SEMVER_USER_NAME = edgex-jenkins 14:43:18 # $SEMVER_BRANCH = master 14:43:18 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 14:43:18 1.3.2-dev.14 [Pipeline] } 14:43:18 $ docker exec --env ******** --env ******** 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a ssh-agent -k 14:43:19 unset SSH_AUTH_SOCK; 14:43:19 unset SSH_AGENT_PID; 14:43:19 echo Agent pid 16 killed; 14:43:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:43:20 + git semver [Pipeline] } 14:43:20 $ docker stop --time=1 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a 14:43:22 $ docker rm -f 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:43:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:22 . [Pipeline] withDockerContainer 14:43:22 prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container 14:43:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:43:23 $ docker top 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:43:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:43:23 [ssh-agent] Looking for ssh-agent implementation... 14:43:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:43:24 $ docker exec 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 ssh-agent 14:43:24 SSH_AUTH_SOCK=/tmp/ssh-fHnPq7mqAp8H/agent.11 14:43:24 SSH_AGENT_PID=17 14:43:24 Running ssh-add (command line suppressed) 14:43:24 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_120082954659734457.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_120082954659734457.key) 14:43:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:43:25 + git semver push 14:43:25 # -> Open(): unable to determine branch for HEAD 14:43:25 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 14:43:25 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 14:43:25 # $SEMVER_REMOTE_NAME = origin 14:43:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:43:25 # $SEMVER_USER_NAME = edgex-jenkins 14:43:25 # $SEMVER_BRANCH = master 14:43:25 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 14:43:30 $ docker exec --env ******** --env ******** 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 ssh-agent -k 14:43:30 unset SSH_AUTH_SOCK; 14:43:30 unset SSH_AGENT_PID; 14:43:30 echo Agent pid 17 killed; 14:43:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:43:31 + git semver [Pipeline] } 14:43:31 $ docker stop --time=1 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 14:43:32 $ docker rm -f 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 14:43:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:43:34 ---> package-listing.sh 14:43:34 ++ facter osfamily 14:43:34 ++ tr '[:upper:]' '[:lower:]' 14:43:34 + OS_FAMILY=redhat 14:43:34 + workspace=/w/workspace/foundry_device-virtual-go_master 14:43:34 + START_PACKAGES=/tmp/packages_start.txt 14:43:34 + END_PACKAGES=/tmp/packages_end.txt 14:43:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:43:34 + PACKAGES=/tmp/packages_start.txt 14:43:34 + '[' /w/workspace/foundry_device-virtual-go_master ']' 14:43:34 + PACKAGES=/tmp/packages_end.txt 14:43:34 + case "${OS_FAMILY}" in 14:43:34 + rpm -qa 14:43:34 + sort 14:43:39 + '[' -f /tmp/packages_start.txt ']' 14:43:39 + '[' -f /tmp/packages_end.txt ']' 14:43:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:43:39 + '[' /w/workspace/foundry_device-virtual-go_master ']' 14:43:39 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 14:43:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 14:43:39 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/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:43:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:43:40 14:43:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:43:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:43:40 alpine: Pulling from edgex-lftools-log-publisher 14:43:40 df20fa9351a1: Pulling fs layer 14:43:40 36b3adc4ff6f: Pulling fs layer 14:43:40 8ad3a11d3b57: Pulling fs layer 14:43:40 46f8f816bc3b: Pulling fs layer 14:43:40 93b61091891f: Pulling fs layer 14:43:40 93b9cdb0e59b: Pulling fs layer 14:43:40 5e14af77c1be: Pulling fs layer 14:43:40 01666e4c0597: Pulling fs layer 14:43:40 aa168da1d23b: Pulling fs layer 14:43:40 93b9cdb0e59b: Waiting 14:43:40 5e14af77c1be: Waiting 14:43:40 01666e4c0597: Waiting 14:43:40 aa168da1d23b: Waiting 14:43:40 46f8f816bc3b: Waiting 14:43:40 93b61091891f: Waiting 14:43:40 36b3adc4ff6f: Verifying Checksum 14:43:40 36b3adc4ff6f: Download complete 14:43:40 46f8f816bc3b: Verifying Checksum 14:43:40 46f8f816bc3b: Download complete 14:43:41 df20fa9351a1: Verifying Checksum 14:43:41 df20fa9351a1: Download complete 14:43:41 93b9cdb0e59b: Verifying Checksum 14:43:41 93b9cdb0e59b: Download complete 14:43:41 93b61091891f: Download complete 14:43:41 5e14af77c1be: Verifying Checksum 14:43:41 5e14af77c1be: Download complete 14:43:41 01666e4c0597: Verifying Checksum 14:43:41 01666e4c0597: Download complete 14:43:41 8ad3a11d3b57: Verifying Checksum 14:43:41 8ad3a11d3b57: Download complete 14:43:41 df20fa9351a1: Pull complete 14:43:42 36b3adc4ff6f: Pull complete 14:43:43 8ad3a11d3b57: Pull complete 14:43:43 46f8f816bc3b: Pull complete 14:43:44 93b61091891f: Pull complete 14:43:44 93b9cdb0e59b: Pull complete 14:43:44 aa168da1d23b: Verifying Checksum 14:43:44 aa168da1d23b: Download complete 14:43:44 5e14af77c1be: Pull complete 14:43:45 01666e4c0597: Pull complete 14:43:53 aa168da1d23b: Pull complete 14:43:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:43:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:43:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:43:54 prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container 14:43:54 $ 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/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:43:57 $ docker top 68f6812f6211a6541b30b27f6ea2798f0042e25b7c2f7783aa4fcae677a0d34b -eo pid,comm [Pipeline] { [Pipeline] sh 14:43:58 + touch /tmp/pre-build-complete [Pipeline] sh 14:43:58 + mkdir -p /var/log/sa [Pipeline] sh 14:43:58 + ls /var/log/sa-host 14:43:58 + sadf -c /var/log/sa-host/sa11 14:43:58 file_magic: OK 14:43:58 HZ: Using current value: 100 14:43:58 file_header: OK 14:43:58 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 14:43:58 Statistics: 14:43:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:43:58 File successfully converted to sysstat format version 12.2.1 14:43:58 + sadf -c /var/log/sa-host/sa23 14:43:58 file_magic: OK 14:43:58 HZ: Using current value: 100 14:43:58 file_header: OK 14:43:58 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 14:43:58 Statistics: 14:43:58 Hnuu...uuuununununu... 14:43:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:43:59 provisioning config files... 14:43:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7469978894783964938tmp [Pipeline] { [Pipeline] echo 14:43:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:43:59 ---> create-netrc.sh [Pipeline] } 14:43:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:43:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:44:00 ---> python-tools-install.sh [Pipeline] echo 14:44:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:44:00 ---> sudo-logs.sh 14:44:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:44:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:44:00 ---> job-cost.sh 14:44:00 lf-activate-venv: SKIPPING 14:44:00 DEBUG: total: 0.20999999344348907 14:44:00 INFO: Retrieving Stack Cost... 14:44:02 INFO: Retrieving Pricing Info for: v1-standard-2 14:44:02 INFO: Archiving Costs [Pipeline] echo 14:44:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:44:03 ---> logs-deploy.sh 14:44:03 lf-activate-venv: SKIPPING 14:44:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/52 14:44:03 INFO: archiving workspace using pattern(s): 14:44:05 Archives upload complete. 14:44:05 INFO: archiving logs to Nexus 14:44:07 ---> uname -a: 14:44:07 Linux prd-centos7-docker-4c-2g-4436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:44:07 14:44:07 14:44:07 ---> lscpu: 14:44:07 Architecture: x86_64 14:44:07 CPU op-mode(s): 32-bit, 64-bit 14:44:07 Byte Order: Little Endian 14:44:07 Address sizes: 40 bits physical, 48 bits virtual 14:44:07 CPU(s): 4 14:44:07 On-line CPU(s) list: 0-3 14:44:07 Thread(s) per core: 1 14:44:07 Core(s) per socket: 1 14:44:07 Socket(s): 4 14:44:07 NUMA node(s): 1 14:44:07 Vendor ID: GenuineIntel 14:44:07 CPU family: 6 14:44:07 Model: 44 14:44:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:44:07 Stepping: 1 14:44:07 CPU MHz: 2933.436 14:44:07 BogoMIPS: 5866.87 14:44:07 Virtualization: VT-x 14:44:07 Hypervisor vendor: KVM 14:44:07 Virtualization type: full 14:44:07 L1d cache: 128 KiB 14:44:07 L1i cache: 128 KiB 14:44:07 L2 cache: 16 MiB 14:44:07 L3 cache: 64 MiB 14:44:07 NUMA node0 CPU(s): 0-3 14:44:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:44:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:44:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:44:07 Vulnerability Meltdown: Mitigation; PTI 14:44:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:44:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:44:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:44:07 Vulnerability Srbds: Not affected 14:44:07 Vulnerability Tsx async abort: Not affected 14:44:07 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 14:44:07 14:44:07 14:44:07 ---> nproc: 14:44:07 4 14:44:07 14:44:07 14:44:07 ---> df -h: 14:44:07 Filesystem Size Used Available Use% Mounted on 14:44:07 overlay 50.0G 8.6G 41.4G 17% / 14:44:07 tmpfs 64.0M 0 64.0M 0% /dev 14:44:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:44:07 shm 64.0M 0 64.0M 0% /dev/shm 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 14:44:07 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 14:44:07 14:44:07 14:44:07 ---> free -m: 14:44:07 total used free shared buff/cache available 14:44:07 Mem: 1837 841 140 0 854 930 14:44:07 Swap: 1023 2 1021 14:44:07 14:44:07 14:44:07 ---> ip addr: 14:44:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:44:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:44:07 inet 127.0.0.1/8 scope host lo 14:44:07 valid_lft forever preferred_lft forever 14:44:07 inet6 ::1/128 scope host 14:44:07 valid_lft forever preferred_lft forever 14:44:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:44:07 link/ether fa:16:3e:ec:1a:8b brd ff:ff:ff:ff:ff:ff 14:44:07 inet 10.30.122.114/23 brd 10.30.123.255 scope global dynamic eth0 14:44:07 valid_lft 85558sec preferred_lft 85558sec 14:44:07 inet6 fe80::f816:3eff:feec:1a8b/64 scope link 14:44:07 valid_lft forever preferred_lft forever 14:44:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:44:07 link/ether 02:42:ea:95:08:b9 brd ff:ff:ff:ff:ff:ff 14:44:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:44:07 valid_lft forever preferred_lft forever 14:44:07 inet6 fe80::42:eaff:fe95:8b9/64 scope link 14:44:07 valid_lft forever preferred_lft forever 14:44:07 14:44:07 14:44:07 ---> sar -b -r -n DEV: 14:44:07 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) 14:44:07 14:44:07 14:29:52 LINUX RESTART (4 CPU) 14:44:07 14:44:07 14:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:44:07 14:32:01 19.40 3.71 15.69 0.00 970.25 2696.86 0.00 14:44:07 14:33:01 0.52 0.00 0.52 0.00 0.00 8.01 0.00 14:44:07 14:34:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 14:44:07 14:35:01 0.28 0.00 0.28 0.00 0.00 3.86 0.00 14:44:07 14:36:01 0.25 0.00 0.25 0.00 0.00 3.88 0.00 14:44:07 14:37:01 0.38 0.00 0.38 0.00 0.00 5.30 0.00 14:44:07 14:38:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 14:44:07 14:39:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 14:44:07 14:40:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 14:44:07 14:41:01 0.28 0.00 0.28 0.00 0.00 2.91 0.00 14:44:07 14:42:02 280.75 159.42 121.33 0.00 7082.35 35759.16 0.00 14:44:07 14:43:01 242.75 94.89 147.85 0.00 4999.66 33566.05 0.00 14:44:07 Average: 45.22 21.42 23.80 0.00 1083.05 5971.09 0.00 14:44:07 14:44:07 14:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:44:07 14:32:01 147784 0 616344 32.76 2620 1114796 1128024 38.50 414992 1120224 28 14:44:07 14:33:01 154672 0 609448 32.39 2620 1114804 1079060 36.83 428284 1101208 8 14:44:07 14:34:01 151436 0 612680 32.56 2620 1114808 1079264 36.83 425516 1107188 12 14:44:07 14:35:01 147508 0 616608 32.77 2620 1114808 1079204 36.83 431972 1104640 8 14:44:07 14:36:01 148088 0 616020 32.74 2620 1114816 1079144 36.83 430152 1105976 8 14:44:07 14:37:01 147972 0 616132 32.75 2620 1114820 1079204 36.83 430744 1105976 20 14:44:07 14:38:01 147684 0 616416 32.76 2620 1114824 1079180 36.83 430868 1105976 8 14:44:07 14:39:01 148248 0 615848 32.73 2620 1114828 1079060 36.83 430068 1105976 8 14:44:07 14:40:01 148636 0 615452 32.71 2620 1114836 1079060 36.83 430112 1105976 8 14:44:07 14:41:01 148176 0 615908 32.73 2620 1114840 1079132 36.83 430600 1105976 8 14:44:07 14:42:02 82712 0 805072 42.79 2596 991164 1369008 46.72 560800 959948 72916 14:44:07 14:43:01 101168 0 799340 42.48 1492 979544 1264332 43.15 585824 862140 516 14:44:07 Average: 139507 0 646272 34.35 2524 1093241 1122806 38.32 452494 1074267 6129 14:44:07 14:44:07 14:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:44:07 14:32:01 eth0 22.06 17.72 31.09 8.43 0.00 0.00 0.00 0.00 14:44:07 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:32:01 docker0 2.18 1.45 0.45 4.40 0.00 0.00 0.00 0.00 14:44:07 14:33:01 eth0 1.18 0.08 0.11 0.01 0.00 0.00 0.00 0.00 14:44:07 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:34:01 eth0 1.30 0.67 0.57 0.40 0.00 0.00 0.00 0.00 14:44:07 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:35:01 eth0 0.52 0.42 0.27 0.21 0.00 0.00 0.00 0.00 14:44:07 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:36:01 eth0 1.08 0.32 0.21 0.08 0.00 0.00 0.00 0.00 14:44:07 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:37:01 eth0 1.07 0.38 0.32 0.21 0.00 0.00 0.00 0.00 14:44:07 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:38:01 eth0 0.57 0.40 0.32 0.21 0.00 0.00 0.00 0.00 14:44:07 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:39:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:44:07 14:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:41:01 eth0 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 14:44:07 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:42:02 vetha958b8b 63.13 72.00 5.91 398.87 0.00 0.00 0.00 0.00 14:44:07 14:42:02 eth0 482.90 413.39 4481.49 68.70 0.00 0.00 0.00 0.00 14:44:07 14:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:42:02 docker0 63.13 71.87 5.04 398.86 0.00 0.00 0.00 0.00 14:44:07 14:43:01 veth4faa5d2 1.93 1.32 0.14 0.21 0.00 0.00 0.00 0.00 14:44:07 14:43:01 eth0 356.10 287.99 3273.73 35.13 0.00 0.00 0.00 0.00 14:44:07 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 14:43:01 docker0 2.89 2.30 0.34 0.53 0.00 0.00 0.00 0.00 14:44:07 Average: veth4faa5d2 0.16 0.11 0.01 0.02 0.00 0.00 0.00 0.00 14:44:07 Average: eth0 71.93 59.87 645.87 9.43 0.00 0.00 0.00 0.00 14:44:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:07 Average: docker0 5.69 6.31 0.49 33.71 0.00 0.00 0.00 0.00 14:44:07 14:44:07 14:44:07 ---> sar -P ALL: 14:44:07 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) 14:44:07 14:44:07 14:29:52 LINUX RESTART (4 CPU) 14:44:07 14:44:07 14:31:01 CPU %user %nice %system %iowait %steal %idle 14:44:07 14:32:01 all 1.28 0.00 1.23 0.50 0.63 96.35 14:44:07 14:32:01 0 1.07 0.00 1.10 0.18 0.55 97.09 14:44:07 14:32:01 1 1.63 0.00 1.35 0.65 0.65 95.71 14:44:07 14:32:01 2 1.10 0.00 1.45 0.20 0.60 96.65 14:44:07 14:32:01 3 1.33 0.00 1.03 0.98 0.72 95.93 14:44:07 14:33:01 all 0.11 0.00 0.07 0.00 0.12 99.70 14:44:07 14:33:01 0 0.02 0.00 0.03 0.00 0.15 99.80 14:44:07 14:33:01 1 0.03 0.00 0.12 0.00 0.03 99.82 14:44:07 14:33:01 2 0.07 0.00 0.03 0.00 0.15 99.75 14:44:07 14:33:01 3 0.32 0.00 0.10 0.00 0.13 99.45 14:44:07 14:34:01 all 0.14 0.00 0.17 0.00 0.47 99.21 14:44:07 14:34:01 0 0.03 0.00 0.03 0.00 0.18 99.75 14:44:07 14:34:01 1 0.10 0.00 0.17 0.00 0.71 99.02 14:44:07 14:34:01 2 0.05 0.00 0.38 0.00 0.42 99.15 14:44:07 14:34:01 3 0.37 0.00 0.12 0.00 0.58 98.94 14:44:07 14:35:01 all 0.10 0.00 0.06 0.00 0.07 99.76 14:44:07 14:35:01 0 0.03 0.00 0.05 0.00 0.03 99.88 14:44:07 14:35:01 1 0.05 0.00 0.08 0.00 0.03 99.83 14:44:07 14:35:01 2 0.07 0.00 0.07 0.00 0.12 99.75 14:44:07 14:35:01 3 0.27 0.00 0.03 0.00 0.12 99.58 14:44:07 14:36:01 all 0.11 0.00 0.09 0.00 0.48 99.32 14:44:07 14:36:01 0 0.02 0.00 0.02 0.00 0.53 99.44 14:44:07 14:36:01 1 0.02 0.00 0.07 0.00 0.45 99.47 14:44:07 14:36:01 2 0.38 0.00 0.08 0.00 0.58 98.95 14:44:07 14:36:01 3 0.03 0.00 0.18 0.00 0.35 99.43 14:44:07 14:37:01 all 0.17 0.00 0.03 0.00 0.02 99.78 14:44:07 14:37:01 0 0.07 0.00 0.05 0.00 0.05 99.83 14:44:07 14:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:44:07 14:37:01 2 0.53 0.00 0.03 0.00 0.03 99.40 14:44:07 14:37:01 3 0.03 0.00 0.03 0.00 0.02 99.92 14:44:07 14:38:01 all 0.14 0.00 0.05 0.00 0.12 99.69 14:44:07 14:38:01 0 0.05 0.00 0.07 0.00 0.15 99.73 14:44:07 14:38:01 1 0.03 0.00 0.05 0.00 0.08 99.83 14:44:07 14:38:01 2 0.42 0.00 0.05 0.00 0.12 99.42 14:44:07 14:38:01 3 0.05 0.00 0.03 0.00 0.15 99.77 14:44:07 14:39:01 all 0.14 0.00 0.03 0.00 0.24 99.59 14:44:07 14:39:01 0 0.00 0.00 0.02 0.00 0.03 99.95 14:44:07 14:39:01 1 0.05 0.00 0.05 0.00 0.61 99.29 14:44:07 14:39:01 2 0.50 0.00 0.03 0.00 0.18 99.28 14:44:07 14:39:01 3 0.02 0.00 0.02 0.00 0.12 99.85 14:44:07 14:40:01 all 0.13 0.00 0.04 0.00 0.20 99.62 14:44:07 14:40:01 0 0.03 0.00 0.03 0.00 0.13 99.80 14:44:07 14:40:01 1 0.08 0.00 0.07 0.00 0.48 99.37 14:44:07 14:40:01 2 0.38 0.00 0.05 0.00 0.18 99.38 14:44:07 14:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 14:44:07 14:41:01 all 0.15 0.00 0.05 0.00 0.04 99.77 14:44:07 14:41:01 0 0.03 0.00 0.03 0.00 0.02 99.92 14:44:07 14:41:01 1 0.05 0.00 0.05 0.00 0.10 99.80 14:44:07 14:41:01 2 0.47 0.00 0.07 0.00 0.05 99.42 14:44:07 14:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:44:07 14:42:02 all 10.66 0.00 7.72 3.14 3.82 74.66 14:44:07 14:42:02 0 10.49 0.00 8.43 3.94 4.23 72.90 14:44:07 14:42:02 1 10.08 0.00 7.73 3.27 3.79 75.13 14:44:07 14:42:02 2 10.63 0.00 7.19 3.15 3.97 75.07 14:44:07 14:42:02 3 11.44 0.00 7.55 2.18 3.27 75.55 14:44:07 14:44:07 14:42:02 CPU %user %nice %system %iowait %steal %idle 14:44:07 14:43:01 all 9.00 0.00 9.12 3.91 13.04 64.93 14:44:07 14:43:01 0 9.77 0.00 10.29 4.78 12.96 62.21 14:44:07 14:43:01 1 7.01 0.00 7.35 2.48 13.48 69.67 14:44:07 14:43:01 2 11.66 0.00 10.50 4.49 12.19 61.16 14:44:07 14:43:01 3 7.65 0.00 8.41 3.93 13.51 66.51 14:44:07 Average: all 1.84 0.00 1.56 0.63 1.62 94.36 14:44:07 Average: 0 1.79 0.00 1.67 0.74 1.58 94.22 14:44:07 Average: 1 1.60 0.00 1.43 0.54 1.73 94.70 14:44:07 Average: 2 2.18 0.00 1.65 0.65 1.55 93.97 14:44:07 Average: 3 1.79 0.00 1.47 0.60 1.61 94.53 14:44:07 14:44:07 14:44:07