Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 658d6cb39e0f87515e0fd512fa46517441b13332 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: 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-717 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 > 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 Checking out Revision 658d6cb39e0f87515e0fd512fa46517441b13332 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 658d6cb39e0f87515e0fd512fa46517441b13332 # timeout=10 Commit message: "Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" > git rev-list --no-walk d49a116a4400a5a79f2ee23114687d65ed5c637c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:07:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:07:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:07:52 ========================================================= 06:07:52 EdgeX Global Pipelines Version Info 06:07:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:07:54 ------------------- 06:07:54 stable info: 06:07:54 ------------------- 06:07:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:07:54 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:07:54 Message: update stable to v1.0.186 06:07:55 ------------------- 06:07:55 experimental info: 06:07:55 ------------------- 06:07:55 Commited By: **** collab-it+edgex@linuxfoundation.org 06:07:55 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:07:55 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:07:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:07:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:07:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] echo 06:07:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 658d6cb [Pipeline] echo 06:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:07:56 provisioning config files... 06:07:56 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1112174105571486939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:07:56 ---> docker-login.sh 06:07:56 nexus3.edgexfoundry.org:10001 06:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:57 Configure a credential helper to remove this warning. See 06:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:57 06:07:57 Login Succeeded 06:07:57 nexus3.edgexfoundry.org:10002 06:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:57 Configure a credential helper to remove this warning. See 06:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:57 06:07:57 Login Succeeded 06:07:57 nexus3.edgexfoundry.org:10003 06:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:57 Configure a credential helper to remove this warning. See 06:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:57 06:07:57 Login Succeeded 06:07:57 nexus3.edgexfoundry.org:10004 06:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:57 Configure a credential helper to remove this warning. See 06:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:57 06:07:57 Login Succeeded 06:07:57 docker.io 06:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:57 Configure a credential helper to remove this warning. See 06:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:57 06:07:57 Login Succeeded 06:07:57 ---> docker-login.sh ends [Pipeline] } 06:07:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:07:58 + git log --format=format:%s -1 658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] echo 06:07:58 GIT_COMMIT: 658d6cb39e0f87515e0fd512fa46517441b13332, Commit Message: Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45 [Pipeline] echo 06:07:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:07:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:59 06:07:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:07:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:59 latest: Pulling from edgex-devops/git-semver 06:07:59 31603596830f: Pulling fs layer 06:07:59 2a8b12db71e7: Pulling fs layer 06:07:59 6ca5941a6612: Pulling fs layer 06:07:59 ecc8261a40a4: Pulling fs layer 06:07:59 ecc8261a40a4: Waiting 06:07:59 2a8b12db71e7: Verifying Checksum 06:07:59 2a8b12db71e7: Download complete 06:07:59 31603596830f: Verifying Checksum 06:07:59 31603596830f: Download complete 06:07:59 ecc8261a40a4: Verifying Checksum 06:07:59 ecc8261a40a4: Download complete 06:07:59 6ca5941a6612: Verifying Checksum 06:07:59 6ca5941a6612: Download complete 06:07:59 31603596830f: Pull complete 06:07:59 2a8b12db71e7: Pull complete 06:08:00 6ca5941a6612: Pull complete 06:08:01 ecc8261a40a4: Pull complete 06:08:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:08:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:08:01 prd-centos7-docker-4c-2g-717 does not seem to be running inside a container 06:08: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 06:08:03 $ docker top 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:08:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:03 [ssh-agent] Looking for ssh-agent implementation... 06:08:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:03 $ docker exec 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent 06:08:04 SSH_AUTH_SOCK=/tmp/ssh-eaWKsJnvAZNx/agent.12 06:08:04 SSH_AGENT_PID=17 06:08:04 Running ssh-add (command line suppressed) 06:08:04 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6804753514230844525.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6804753514230844525.key) 06:08:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:04 + git tag --points-at HEAD [Pipeline] } 06:08:04 $ docker exec --env ******** --env ******** 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent -k 06:08:04 unset SSH_AUTH_SOCK; 06:08:04 unset SSH_AGENT_PID; 06:08:04 echo Agent pid 17 killed; 06:08:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:08:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:05 [ssh-agent] Looking for ssh-agent implementation... 06:08:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:05 $ docker exec 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent 06:08:05 SSH_AUTH_SOCK=/tmp/ssh-hQ0dtAi4AcIl/agent.49 06:08:05 SSH_AGENT_PID=54 06:08:05 Running ssh-add (command line suppressed) 06:08:05 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5131965566205053078.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5131965566205053078.key) 06:08:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:05 + git semver init 06:08:05 # -> Open(): unable to determine branch for HEAD 06:08:05 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 06:08:05 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 06:08:05 # $SEMVER_REMOTE_NAME = origin 06:08:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:08:05 # $SEMVER_USER_NAME = edgex-jenkins 06:08:05 # $SEMVER_BRANCH = master 06:08:05 # $SEMVER_TEMP = /tmp/semver-096177375 06:08:05 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 06:08:06 # '/tmp/semver-096177375' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 06:08:06 # -> Force: false 06:08:06 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 06:08:06 $ docker exec --env ******** --env ******** 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent -k 06:08:06 unset SSH_AUTH_SOCK; 06:08:06 unset SSH_AGENT_PID; 06:08:06 echo Agent pid 54 killed; 06:08:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:08:07 + git semver [Pipeline] } 06:08:07 $ docker stop --time=1 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 06:08:08 $ docker rm -f 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 [Pipeline] // withDockerContainer [Pipeline] sh 06:08:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:08:09 Stashed 1 file(s) [Pipeline] echo 06:08:09 [edgeXSemver]: initialized semver on version 1.3.2-dev.9 [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 06:08:24 Still waiting to schedule task 06:08:24 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-720’ is offline 06:08:24 Still waiting to schedule task 06:08:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:10:21 Running on prd-centos7-docker-4c-2g-723 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 06:10:21 Running in /w/workspace/device-virtual-go/48 [Pipeline] { [Pipeline] checkout 06:10:29 using credential edgex-jenkins-ssh 06:10:29 Cloning the remote Git repository 06:10:29 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:10:29 > git init /w/workspace/device-virtual-go/48 # timeout=10 06:10:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:10:30 > git --version # timeout=10 06:10:30 > git --version # 'git version 2.24.3' 06:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:31 Checking out Revision 658d6cb39e0f87515e0fd512fa46517441b13332 (master) 06:10:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:10:30 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:10:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:10:30 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:10:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:10:31 > git config core.sparsecheckout # timeout=10 06:10:31 > git checkout -f 658d6cb39e0f87515e0fd512fa46517441b13332 # timeout=10 06:10:35 Commit message: "Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:10:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:10:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:10:37 + sudo service docker restart 06:10:37 + true 06:10:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:10:41 provisioning config files... 06:10:41 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config4291792163857961568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:41 ---> docker-login.sh 06:10:41 nexus3.edgexfoundry.org:10001 06:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:42 Configure a credential helper to remove this warning. See 06:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:42 06:10:42 Login Succeeded 06:10:42 nexus3.edgexfoundry.org:10002 06:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:43 Configure a credential helper to remove this warning. See 06:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:43 06:10:43 Login Succeeded 06:10:43 nexus3.edgexfoundry.org:10003 06:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:44 Configure a credential helper to remove this warning. See 06:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:44 06:10:44 Login Succeeded 06:10:44 nexus3.edgexfoundry.org:10004 06:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:45 Configure a credential helper to remove this warning. See 06:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:45 06:10:45 Login Succeeded 06:10:45 docker.io 06:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:45 Configure a credential helper to remove this warning. See 06:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:45 06:10:45 Login Succeeded 06:10:45 ---> docker-login.sh ends [Pipeline] } 06:10:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:10:46 ========================================================= 06:10:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:10:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:10:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:10:46 Sending build context to Docker daemon 513.5kB 06:10:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:10:46 Step 2/8 : FROM ${BASE} 06:10:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:10:46 188c0c94c7c5: Pulling fs layer 06:10:46 0ef7d3d256c8: Pulling fs layer 06:10:46 de9db76c5a1d: Pulling fs layer 06:10:46 bca2f99d35d6: Pulling fs layer 06:10:46 93359f2a8cfa: Pulling fs layer 06:10:46 7c6f9722023f: Pulling fs layer 06:10:46 a35cf1a2eb13: Pulling fs layer 06:10:46 93359f2a8cfa: Waiting 06:10:46 7c6f9722023f: Waiting 06:10:46 a35cf1a2eb13: Waiting 06:10:46 bca2f99d35d6: Waiting 06:10:46 de9db76c5a1d: Verifying Checksum 06:10:46 de9db76c5a1d: Download complete 06:10:46 0ef7d3d256c8: Verifying Checksum 06:10:46 0ef7d3d256c8: Download complete 06:10:46 93359f2a8cfa: Verifying Checksum 06:10:46 93359f2a8cfa: Download complete 06:10:46 7c6f9722023f: Verifying Checksum 06:10:46 7c6f9722023f: Download complete 06:10:47 188c0c94c7c5: Verifying Checksum 06:10:47 188c0c94c7c5: Download complete 06:10:47 188c0c94c7c5: Pull complete 06:10:47 0ef7d3d256c8: Pull complete 06:10:48 de9db76c5a1d: Pull complete 06:10:50 a35cf1a2eb13: Verifying Checksum 06:10:50 a35cf1a2eb13: Download complete 06:10:50 bca2f99d35d6: Verifying Checksum 06:10:50 bca2f99d35d6: Download complete 06:11:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-725 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 06:11:02 Running in /w/workspace/device-virtual-go/48 [Pipeline] { [Pipeline] checkout 06:11:08 using credential edgex-jenkins-ssh 06:11:08 Cloning the remote Git repository 06:11:08 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:11:08 bca2f99d35d6: Pull complete 06:11:08 93359f2a8cfa: Pull complete 06:11:08 7c6f9722023f: Pull complete 06:11:08 > git init /w/workspace/device-virtual-go/48 # timeout=10 06:11:09 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:11:09 > git --version # timeout=10 06:11:09 > git --version # 'git version 2.17.1' 06:11:09 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:11:10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:11:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:11:10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:11:10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:11:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:10 Checking out Revision 658d6cb39e0f87515e0fd512fa46517441b13332 (master) 06:11:10 > git config core.sparsecheckout # timeout=10 06:11:10 > git checkout -f 658d6cb39e0f87515e0fd512fa46517441b13332 # timeout=10 06:11:14 a35cf1a2eb13: Pull complete 06:11:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:11:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:11:14 ---> a62c8e92a672 06:11:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 06:11:14 ---> Running in 10441d45f9c3 06:11:14 Removing intermediate container 10441d45f9c3 06:11:14 ---> d2ef630e66dc 06:11:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:15 ---> Running in 08bc4aed0ab8 06:11:15 Commit message: "Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:11:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:11:17 Removing intermediate container 08bc4aed0ab8 06:11:17 ---> 952b3adbc377 06:11:17 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 06:11:17 ---> Running in 5e09221cd75e 06:11:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:11:17 + sudo service docker restart 06:11:17 + true 06:11:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:11:19 (1/13) Installing libc-dev (0.7.2-r3) 06:11:19 (2/13) Installing libsodium (1.0.18-r0) 06:11:20 (3/13) Installing pkgconf (1.7.2-r0) 06:11:20 (4/13) Installing libsodium-dev (1.0.18-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:11:20 provisioning config files... 06:11:20 (5/13) Installing openssh-keygen (8.3_p1-r2) 06:11:20 (6/13) Installing libedit (20191231.3.1-r0) 06:11:20 (7/13) Installing openssh-client (8.3_p1-r2) 06:11:20 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config7356773218352159553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:11:20 ---> docker-login.sh 06:11:20 nexus3.edgexfoundry.org:10001 06:11:20 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 06:11:20 (9/13) Installing openssh-server-common (8.3_p1-r2) 06:11:20 (10/13) Installing openssh-server (8.3_p1-r2) 06:11:21 (11/13) Installing openssh (8.3_p1-r2) 06:11:21 (12/13) Installing libzmq (4.3.3-r0) 06:11:21 (13/13) Installing zeromq-dev (4.3.3-r0) 06:11:21 Executing busybox-1.31.1-r19.trigger 06:11:21 OK: 173 MiB in 52 packages 06:11:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:22 Configure a credential helper to remove this warning. See 06:11:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:22 06:11:22 Login Succeeded 06:11:22 nexus3.edgexfoundry.org:10002 06:11:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:22 Configure a credential helper to remove this warning. See 06:11:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:22 06:11:22 Login Succeeded 06:11:22 nexus3.edgexfoundry.org:10003 06:11:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:23 Configure a credential helper to remove this warning. See 06:11:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:23 06:11:23 Login Succeeded 06:11:23 nexus3.edgexfoundry.org:10004 06:11:23 Removing intermediate container 5e09221cd75e 06:11:23 ---> 89de3e907904 06:11:23 Step 6/8 : WORKDIR /device-virtual-go 06:11:23 ---> Running in abc97d9c30fd 06:11:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:23 Configure a credential helper to remove this warning. See 06:11:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:23 06:11:23 Login Succeeded 06:11:23 docker.io 06:11:23 Removing intermediate container abc97d9c30fd 06:11:23 ---> f7db0dcf67a1 06:11:23 Step 7/8 : COPY . . 06:11:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:24 Configure a credential helper to remove this warning. See 06:11:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:24 06:11:24 Login Succeeded 06:11:24 ---> docker-login.sh ends [Pipeline] } 06:11:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:11:24 ---> 7a133bd209ad 06:11:24 Step 8/8 : RUN go mod download [Pipeline] echo 06:11:25 ========================================================= 06:11:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:11:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:11:25 ---> Running in 0b572526d9d0 06:11:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:11:25 Sending build context to Docker daemon 512.5kB 06:11:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:11:25 Step 2/8 : FROM ${BASE} 06:11:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:11:25 5f621e34cdf4: Pulling fs layer 06:11:25 a4357932f1b6: Pulling fs layer 06:11:25 18c013af1878: Pulling fs layer 06:11:25 00ac8860ef70: Pulling fs layer 06:11:25 63d7cb157983: Pulling fs layer 06:11:25 b116817d02f9: Pulling fs layer 06:11:25 745a02a5169b: Pulling fs layer 06:11:25 00ac8860ef70: Waiting 06:11:25 63d7cb157983: Waiting 06:11:25 b116817d02f9: Waiting 06:11:25 745a02a5169b: Waiting 06:11:25 18c013af1878: Verifying Checksum 06:11:25 18c013af1878: Download complete 06:11:25 a4357932f1b6: Download complete 06:11:25 63d7cb157983: Verifying Checksum 06:11:25 63d7cb157983: Download complete 06:11:25 b116817d02f9: Verifying Checksum 06:11:25 b116817d02f9: Download complete 06:11:25 5f621e34cdf4: Verifying Checksum 06:11:25 5f621e34cdf4: Download complete 06:11:26 5f621e34cdf4: Pull complete 06:11:27 a4357932f1b6: Pull complete 06:11:27 18c013af1878: Pull complete 06:11:28 745a02a5169b: Verifying Checksum 06:11:28 745a02a5169b: Download complete 06:11:29 00ac8860ef70: Verifying Checksum 06:11:29 00ac8860ef70: Download complete 06:11:40 00ac8860ef70: Pull complete 06:11:40 63d7cb157983: Pull complete 06:11:40 b116817d02f9: Pull complete 06:11:44 745a02a5169b: Pull complete 06:11:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:11:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:11:44 ---> b7e6874047d6 06:11:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 06:11:47 ---> Running in dc2535690128 06:11:47 Removing intermediate container dc2535690128 06:11:47 ---> 32df3e7303ca 06:11:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:47 ---> Running in b22ca2aadecd 06:11:50 Removing intermediate container b22ca2aadecd 06:11:50 ---> 03a55325e703 06:11:50 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 06:11:50 ---> Running in 6dbcb59bbde1 06:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:11:53 (1/13) Installing libc-dev (0.7.2-r3) 06:11:53 (2/13) Installing libsodium (1.0.18-r0) 06:11:53 (3/13) Installing pkgconf (1.7.2-r0) 06:11:53 (4/13) Installing libsodium-dev (1.0.18-r0) 06:11:53 (5/13) Installing openssh-keygen (8.3_p1-r2) 06:11:53 (6/13) Installing libedit (20191231.3.1-r0) 06:11:53 (7/13) Installing openssh-client (8.3_p1-r2) 06:11:54 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 06:11:54 (9/13) Installing openssh-server-common (8.3_p1-r2) 06:11:54 (10/13) Installing openssh-server (8.3_p1-r2) 06:11:54 (11/13) Installing openssh (8.3_p1-r2) 06:11:54 (12/13) Installing libzmq (4.3.3-r0) 06:11:54 (13/13) Installing zeromq-dev (4.3.3-r0) 06:11:54 Executing busybox-1.31.1-r19.trigger 06:11:54 OK: 149 MiB in 52 packages 06:11:56 Removing intermediate container 6dbcb59bbde1 06:11:56 ---> f6122fad3e34 06:11:56 Step 6/8 : WORKDIR /device-virtual-go 06:11:56 ---> Running in 310bdd5471bf 06:11:56 Removing intermediate container 310bdd5471bf 06:11:56 ---> 1f7350a0e4e4 06:11:56 Step 7/8 : COPY . . 06:11:57 ---> 3544058372df 06:11:57 Step 8/8 : RUN go mod download 06:11:57 ---> Running in 604d0d26bc5a 06:12:12 Removing intermediate container 0b572526d9d0 06:12:12 ---> c3612cfaa981 06:12:12 Successfully built c3612cfaa981 06:12:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:12:12 + docker inspect -f . ci-base-image-x86_64 06:12:12 . [Pipeline] withDockerContainer 06:12:13 prd-centos7-docker-4c-2g-723 does not seem to be running inside a container 06:12:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:12:14 $ docker top 41ae9fd967c783fa2ab6b46d3ab62081fed323d2a3fd5fcb1e9a9a9ed5b57c2e -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:14 + go version 06:12:14 go version go1.15.5 linux/amd64 [Pipeline] } 06:12:15 $ docker stop --time=1 41ae9fd967c783fa2ab6b46d3ab62081fed323d2a3fd5fcb1e9a9a9ed5b57c2e 06:12:16 $ docker rm -f 41ae9fd967c783fa2ab6b46d3ab62081fed323d2a3fd5fcb1e9a9a9ed5b57c2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:12:18 + docker inspect -f . ci-base-image-x86_64 06:12:18 . [Pipeline] withDockerContainer 06:12:18 prd-centos7-docker-4c-2g-723 does not seem to be running inside a container 06:12:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:12:19 $ docker top 176a78c58f8c72e36a7842950dd88fe5f1662121ddcec2eb953843c691ace82e -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:20 + make test 06:12:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:12:24 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:12:24 Removing intermediate container 604d0d26bc5a 06:12:24 ---> bbc2eb0eeb58 06:12:24 Successfully built bbc2eb0eeb58 06:12:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:12:25 + docker inspect -f . ci-base-image-arm64 06:12:25 . [Pipeline] withDockerContainer 06:12:25 prd-ubuntu18.04-docker-arm64-4c-16g-725 does not seem to be running inside a container 06:12:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 06:12:27 $ docker top c3d1ce4ccb8ae3010012848079610f75452e84ead6b37d25d8b666bac42d41b9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:28 + go version 06:12:28 go version go1.15.5 linux/arm64 [Pipeline] } 06:12:28 $ docker stop --time=1 c3d1ce4ccb8ae3010012848079610f75452e84ead6b37d25d8b666bac42d41b9 06:12:30 $ docker rm -f c3d1ce4ccb8ae3010012848079610f75452e84ead6b37d25d8b666bac42d41b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:12:30 + docker inspect -f . ci-base-image-arm64 06:12:30 . [Pipeline] withDockerContainer 06:12:31 prd-ubuntu18.04-docker-arm64-4c-16g-725 does not seem to be running inside a container 06:12:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 06:12:32 $ docker top 97bcfb373772f41133d91331190cf7736d57c80186561072896f81672f9e7602 -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:33 + make test 06:12:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:12:35 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:13:04 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:13:04 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.514s coverage: 63.8% of statements 06:13:04 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:13:09 gofmt -l . 06:13:10 [ "`gofmt -l .`" = "" ] 06:13:10 ./bin/test-attribution-txt.sh 06:13:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:13:15 $ docker stop --time=1 176a78c58f8c72e36a7842950dd88fe5f1662121ddcec2eb953843c691ace82e 06:13:17 $ docker rm -f 176a78c58f8c72e36a7842950dd88fe5f1662121ddcec2eb953843c691ace82e [Pipeline] // withDockerContainer [Pipeline] sh 06:13:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:13:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:13:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:20 + ls -al . 06:13:20 total 132 06:13:20 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 19 06:13 . 06:13:20 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 06:10 .. 06:13:20 -rw-rw-r--. 1 jenkins jenkins 8039 Apr 19 06:10 Attribution.txt 06:13:20 drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 06:10 bin 06:13:20 drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 06:10 cmd 06:13:20 -rw-r--r--. 1 jenkins jenkins 47247 Apr 19 06:13 coverage.out 06:13:20 -rw-rw-r--. 1 jenkins jenkins 1905 Apr 19 06:10 Dockerfile 06:13:20 -rw-rw-r--. 1 jenkins jenkins 998 Apr 19 06:10 Dockerfile.build 06:13:20 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 06:10 .git 06:13:20 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 06:10 .github 06:13:20 -rw-rw-r--. 1 jenkins jenkins 277 Apr 19 06:10 .gitignore 06:13:20 -rw-r--r--. 1 jenkins jenkins 809 Apr 19 06:13 go.mod 06:13:20 -rw-r--r--. 1 jenkins jenkins 23363 Apr 19 06:13 go.sum 06:13:20 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 06:10 internal 06:13:20 -rw-rw-r--. 1 jenkins jenkins 660 Apr 19 06:10 Jenkinsfile 06:13:20 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 06:10 LICENSE 06:13:20 -rw-rw-r--. 1 jenkins jenkins 921 Apr 19 06:10 Makefile 06:13:20 -rw-rw-r--. 1 jenkins jenkins 918 Apr 19 06:10 README.md 06:13:20 -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 06:08 VERSION 06:13:20 -rw-rw-r--. 1 jenkins jenkins 235 Apr 19 06:10 version.go [Pipeline] isUnix [Pipeline] sh 06:13:21 + 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=658d6cb39e0f87515e0fd512fa46517441b13332 --label arch=amd64 --label version=1.3.2-dev.9 . 06:13:21 Sending build context to Docker daemon 585.7kB 06:13:21 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 06:13:21 Step 2/25 : FROM ${BASE} AS builder 06:13:21 ---> c3612cfaa981 06:13:21 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:13:21 ---> Running in 5d48576bc52f 06:13:22 Removing intermediate container 5d48576bc52f 06:13:22 ---> badd17f44292 06:13:22 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 06:13:22 ---> Running in 6b220ced9b0c 06:13:22 Removing intermediate container 6b220ced9b0c 06:13:22 ---> 0bbf3e87736d 06:13:22 Step 5/25 : WORKDIR /device-virtual-go 06:13:22 ---> Running in 7da8a7616553 06:13:23 Removing intermediate container 7da8a7616553 06:13:23 ---> 9ca01c4f5b25 06:13:23 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:23 ---> Running in 1c0ba8e4a821 06:13:25 Removing intermediate container 1c0ba8e4a821 06:13:25 ---> d808e7b53093 06:13:25 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:13:25 ---> Running in 5d4800281768 06:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:27 OK: 173 MiB in 52 packages 06:13:28 Removing intermediate container 5d4800281768 06:13:28 ---> cb66b41862ee 06:13:28 Step 8/25 : COPY . . 06:13:29 ---> 30e6ce7530b1 06:13:29 Step 9/25 : RUN go mod download 06:13:29 ---> Running in 865e2a41248a 06:13:31 Removing intermediate container 865e2a41248a 06:13:31 ---> b8060c1e6846 06:13:31 Step 10/25 : ARG MAKE='make build' 06:13:31 ---> Running in 08334b145f59 06:13:31 Removing intermediate container 08334b145f59 06:13:31 ---> 2bee2f925320 06:13:31 Step 11/25 : RUN $MAKE 06:13:31 ---> Running in 955d95cc5390 06:13:31 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:13:31 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.401s coverage: 63.8% of statements 06:13:31 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:13:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.9" -o cmd/device-virtual ./cmd 06:13:39 gofmt -l . 06:13:39 [ "`gofmt -l .`" = "" ] 06:13:39 ./bin/test-attribution-txt.sh 06:13:40 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:13:41 $ docker stop --time=1 97bcfb373772f41133d91331190cf7736d57c80186561072896f81672f9e7602 06:13:43 $ docker rm -f 97bcfb373772f41133d91331190cf7736d57c80186561072896f81672f9e7602 [Pipeline] // withDockerContainer [Pipeline] sh 06:13:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:13:44 Warning: overwriting stash ‘coverage-report’ 06:13:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:13:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:46 + ls -al . 06:13:46 total 156 06:13:46 drwxrwxr-x 7 jenkins jenkins 4096 Apr 19 06:13 . 06:13:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:11 .. 06:13:46 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 06:11 .git 06:13:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:11 .github 06:13:46 -rw-rw-r-- 1 jenkins jenkins 277 Apr 19 06:11 .gitignore 06:13:46 -rw-rw-r-- 1 jenkins jenkins 8039 Apr 19 06:11 Attribution.txt 06:13:46 -rw-rw-r-- 1 jenkins jenkins 1905 Apr 19 06:11 Dockerfile 06:13:46 -rw-rw-r-- 1 jenkins jenkins 998 Apr 19 06:11 Dockerfile.build 06:13:46 -rw-rw-r-- 1 jenkins jenkins 660 Apr 19 06:11 Jenkinsfile 06:13:46 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 06:11 LICENSE 06:13:46 -rw-rw-r-- 1 jenkins jenkins 921 Apr 19 06:11 Makefile 06:13:46 -rw-rw-r-- 1 jenkins jenkins 918 Apr 19 06:11 README.md 06:13:46 -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 06:08 VERSION 06:13:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:11 bin 06:13:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:11 cmd 06:13:46 -rw-r--r-- 1 jenkins jenkins 47247 Apr 19 06:13 coverage.out 06:13:46 -rw-r--r-- 1 jenkins jenkins 809 Apr 19 06:13 go.mod 06:13:46 -rw-r--r-- 1 jenkins jenkins 23363 Apr 19 06:13 go.sum 06:13:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:11 internal 06:13:46 -rw-rw-r-- 1 jenkins jenkins 235 Apr 19 06:11 version.go [Pipeline] isUnix [Pipeline] sh 06:13:46 + 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=658d6cb39e0f87515e0fd512fa46517441b13332 --label arch=arm64 --label version=1.3.2-dev.9 . 06:13:47 Sending build context to Docker daemon 584.7kB 06:13:47 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 06:13:47 Step 2/25 : FROM ${BASE} AS builder 06:13:47 ---> bbc2eb0eeb58 06:13:47 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:13:47 ---> Running in df83b0a77c5b 06:13:48 Removing intermediate container df83b0a77c5b 06:13:48 ---> 7c0293ecd5ac 06:13:48 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 06:13:48 ---> Running in 83fe4fae3e0d 06:13:48 Removing intermediate container 83fe4fae3e0d 06:13:48 ---> 7cd621baf0a0 06:13:48 Step 5/25 : WORKDIR /device-virtual-go 06:13:48 ---> Running in fbe3df4db2d9 06:13:49 Removing intermediate container fbe3df4db2d9 06:13:49 ---> c33e00ee838b 06:13:49 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:49 ---> Running in 2cacfdd8f4b6 06:13:51 Removing intermediate container 2cacfdd8f4b6 06:13:51 ---> c3f61efce1a0 06:13:51 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:13:51 ---> Running in c2537f8475f8 06:13:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:13:54 OK: 149 MiB in 52 packages 06:13:55 Removing intermediate container c2537f8475f8 06:13:55 ---> d241148fc525 06:13:55 Step 8/25 : COPY . . 06:13:56 ---> dc1a168a7804 06:13:56 Step 9/25 : RUN go mod download 06:13:56 ---> Running in 7366e572a5cf 06:13:59 Removing intermediate container 7366e572a5cf 06:13:59 ---> 1d9257989e6e 06:13:59 Step 10/25 : ARG MAKE='make build' 06:13:59 ---> Running in 6afb14966c93 06:13:59 Removing intermediate container 6afb14966c93 06:13:59 ---> 50d469cb7325 06:13:59 Step 11/25 : RUN $MAKE 06:13:59 ---> Running in dc565e21a7a7 06:14:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.9" -o cmd/device-virtual ./cmd 06:14:12 CGO_ENABLED=1 GO111MODULE=on go build ./... 06:14:25 Removing intermediate container 955d95cc5390 06:14:25 ---> 81e2889b2471 06:14:25 Step 12/25 : FROM alpine:3.12 06:14:25 3.12: Pulling from library/alpine 06:14:25 339de151aab4: Pulling fs layer 06:14:25 339de151aab4: Verifying Checksum 06:14:25 339de151aab4: Download complete 06:14:26 339de151aab4: Pull complete 06:14:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:14:26 Status: Downloaded newer image for alpine:3.12 06:14:26 ---> 13621d1b12d4 06:14:26 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 06:14:26 ---> Running in 77c3c163e87c 06:14:26 Removing intermediate container 77c3c163e87c 06:14:26 ---> ec6daaf8cd58 06:14:26 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:26 ---> Running in c37339c32f11 06:14:28 Removing intermediate container c37339c32f11 06:14:28 ---> 28118d0d9e6f 06:14:28 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 06:14:28 ---> Running in b6163b3c8b53 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:31 (1/6) Installing dumb-init (1.2.2-r1) 06:14:31 (2/6) Installing libgcc (9.3.0-r2) 06:14:31 (3/6) Installing libsodium (1.0.18-r0) 06:14:31 (4/6) Installing libstdc++ (9.3.0-r2) 06:14:32 (5/6) Installing libzmq (4.3.3-r0) 06:14:32 (6/6) Installing zeromq (4.3.3-r0) 06:14:32 Executing busybox-1.31.1-r20.trigger 06:14:32 OK: 8 MiB in 20 packages 06:14:34 Removing intermediate container b6163b3c8b53 06:14:34 ---> 4a1b7a884750 06:14:34 Step 16/25 : WORKDIR / 06:14:34 ---> Running in 35b112691392 06:14:35 Removing intermediate container 35b112691392 06:14:35 ---> c0a962ba4b27 06:14:35 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 06:14:36 ---> 21cb2b606f89 06:14:36 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 06:14:36 ---> 651a2116bc9e 06:14:36 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 06:14:38 ---> 682b2ed7f4f2 06:14:38 Step 20/25 : EXPOSE 49990 06:14:38 ---> Running in a633871ff4b5 06:14:38 Removing intermediate container a633871ff4b5 06:14:38 ---> 3214e15fca02 06:14:38 Step 21/25 : ENTRYPOINT ["/device-virtual"] 06:14:39 ---> Running in c8f5c197d7dd 06:14:39 Removing intermediate container c8f5c197d7dd 06:14:39 ---> 35dfeb217205 06:14:39 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:39 ---> Running in d7736731ea9c 06:14:39 Removing intermediate container d7736731ea9c 06:14:39 ---> 7a5c44e230e1 06:14:39 Step 23/25 : LABEL arch=amd64 06:14:39 ---> Running in 783860a4b0f0 06:14:40 Removing intermediate container 783860a4b0f0 06:14:40 ---> 7e6d0a5078f7 06:14:40 Step 24/25 : LABEL git_sha=658d6cb39e0f87515e0fd512fa46517441b13332 06:14:40 ---> Running in def42ba9dade 06:14:41 Removing intermediate container def42ba9dade 06:14:41 ---> f095544ae205 06:14:41 Step 25/25 : LABEL version=1.3.2-dev.9 06:14:41 ---> Running in 23d83b654bf9 06:14:42 Removing intermediate container 23d83b654bf9 06:14:42 ---> 8f5cb80e06c5 06:14:42 [Warning] One or more build-args [ARCH] were not consumed 06:14:42 Successfully built 8f5cb80e06c5 06:14:42 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:14:42 provisioning config files... 06:14:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config8176817867451318913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:14:42 ---> docker-login.sh 06:14:42 nexus3.edgexfoundry.org:10001 06:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:43 Configure a credential helper to remove this warning. See 06:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:43 06:14:43 Login Succeeded 06:14:43 nexus3.edgexfoundry.org:10002 06:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:43 Configure a credential helper to remove this warning. See 06:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:43 06:14:43 Login Succeeded 06:14:43 nexus3.edgexfoundry.org:10003 06:14:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:44 Configure a credential helper to remove this warning. See 06:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:44 06:14:44 Login Succeeded 06:14:44 nexus3.edgexfoundry.org:10004 06:14:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:44 Configure a credential helper to remove this warning. See 06:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:44 06:14:44 Login Succeeded 06:14:44 docker.io 06:14:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:44 Configure a credential helper to remove this warning. See 06:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:44 06:14:44 Login Succeeded 06:14:44 ---> docker-login.sh ends [Pipeline] } 06:14:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:44 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 06:14:44 658d6cb39e0f87515e0fd512fa46517441b13332 06:14:44 latest 06:14:44 1.3.2-dev.9 06:14:44 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 06:14:44 master 06:14:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:45 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] isUnix [Pipeline] sh 06:14:46 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332 06:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 06:14:46 81a8ddb81530: Preparing 06:14:46 6b74ad661098: Preparing 06:14:46 87140244b024: Preparing 06:14:46 24e7f7055b97: Preparing 06:14:46 f52c1460450a: Preparing 06:14:46 32f366d666a5: Preparing 06:14:46 32f366d666a5: Waiting 06:14:46 87140244b024: Pushed 06:14:46 6b74ad661098: Pushed 06:14:46 f52c1460450a: Pushed 06:14:46 32f366d666a5: Layer already exists 06:14:47 24e7f7055b97: Pushed 06:14:47 CGO_ENABLED=1 GO111MODULE=on go build ./... 06:14:49 81a8ddb81530: Pushed 06:14:49 658d6cb39e0f87515e0fd512fa46517441b13332: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh 06:14:49 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 06:14:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 06:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 06:14:50 81a8ddb81530: Preparing 06:14:50 6b74ad661098: Preparing 06:14:50 87140244b024: Preparing 06:14:50 24e7f7055b97: Preparing 06:14:50 f52c1460450a: Preparing 06:14:50 32f366d666a5: Preparing 06:14:50 32f366d666a5: Waiting 06:14:50 f52c1460450a: Layer already exists 06:14:50 6b74ad661098: Layer already exists 06:14:50 87140244b024: Layer already exists 06:14:50 24e7f7055b97: Layer already exists 06:14:50 32f366d666a5: Layer already exists 06:14:50 81a8ddb81530: Layer already exists 06:14:50 latest: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh 06:14:50 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 06:14:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.9 06:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 06:14:51 81a8ddb81530: Preparing 06:14:51 6b74ad661098: Preparing 06:14:51 87140244b024: Preparing 06:14:51 24e7f7055b97: Preparing 06:14:51 f52c1460450a: Preparing 06:14:51 32f366d666a5: Preparing 06:14:51 32f366d666a5: Waiting 06:14:51 81a8ddb81530: Layer already exists 06:14:51 24e7f7055b97: Layer already exists 06:14:51 f52c1460450a: Layer already exists 06:14:51 87140244b024: Layer already exists 06:14:51 6b74ad661098: Layer already exists 06:14:51 32f366d666a5: Layer already exists 06:14:51 1.3.2-dev.9: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh 06:14:51 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 06:14:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 06:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 06:14:52 81a8ddb81530: Preparing 06:14:52 6b74ad661098: Preparing 06:14:52 87140244b024: Preparing 06:14:52 24e7f7055b97: Preparing 06:14:52 f52c1460450a: Preparing 06:14:52 32f366d666a5: Preparing 06:14:52 32f366d666a5: Waiting 06:14:52 24e7f7055b97: Layer already exists 06:14:52 87140244b024: Layer already exists 06:14:52 f52c1460450a: Layer already exists 06:14:52 6b74ad661098: Layer already exists 06:14:52 81a8ddb81530: Layer already exists 06:14:52 32f366d666a5: Layer already exists 06:14:52 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh 06:14:52 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 06:14:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 06:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 06:14:52 81a8ddb81530: Preparing 06:14:52 6b74ad661098: Preparing 06:14:52 87140244b024: Preparing 06:14:52 24e7f7055b97: Preparing 06:14:52 f52c1460450a: Preparing 06:14:52 32f366d666a5: Preparing 06:14:52 32f366d666a5: Waiting 06:14:52 24e7f7055b97: Layer already exists 06:14:52 f52c1460450a: Layer already exists 06:14:52 87140244b024: Layer already exists 06:14:52 6b74ad661098: Layer already exists 06:14:52 81a8ddb81530: Layer already exists 06:14:52 32f366d666a5: Layer already exists 06:14:52 master: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:53 ===================================================== [Pipeline] echo 06:14:53 taggedImages: 06:14:53 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332 06:14:53 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 06:14:53 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.9 06:14:53 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 06:14:53 - 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 06:14:53 ---> job-cost.sh 06:14:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qNN9 06:15:00 Removing intermediate container dc565e21a7a7 06:15:00 ---> 69c3f2a247fd 06:15:00 Step 12/25 : FROM alpine:3.12 06:15:00 3.12: Pulling from library/alpine 06:15:00 d2f70382dc9a: Pulling fs layer 06:15:00 d2f70382dc9a: Verifying Checksum 06:15:00 d2f70382dc9a: Download complete 06:15:00 d2f70382dc9a: Pull complete 06:15:00 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:15:00 Status: Downloaded newer image for alpine:3.12 06:15:00 ---> 9852663dfa18 06:15:00 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 06:15:00 ---> Running in 613e626087df 06:15:00 Removing intermediate container 613e626087df 06:15:00 ---> c11675da6332 06:15:00 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:15:00 ---> Running in 9c8a94e4b611 06:15:03 Removing intermediate container 9c8a94e4b611 06:15:03 ---> 2fc6ae054a89 06:15:03 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 06:15:03 ---> Running in 587d2952e114 06:15:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:15:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:15:05 (1/6) Installing dumb-init (1.2.2-r1) 06:15:05 (2/6) Installing libgcc (9.3.0-r2) 06:15:05 (3/6) Installing libsodium (1.0.18-r0) 06:15:05 (4/6) Installing libstdc++ (9.3.0-r2) 06:15:06 (5/6) Installing libzmq (4.3.3-r0) 06:15:06 (6/6) Installing zeromq (4.3.3-r0) 06:15:06 Executing busybox-1.31.1-r20.trigger 06:15:06 OK: 8 MiB in 20 packages 06:15:07 Removing intermediate container 587d2952e114 06:15:07 ---> fc0feaa0eaf9 06:15:07 Step 16/25 : WORKDIR / 06:15:07 ---> Running in 3d3727990c1c 06:15:08 Removing intermediate container 3d3727990c1c 06:15:08 ---> f453375bdf49 06:15:08 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 06:15:08 ---> 77cd658a9d10 06:15:08 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 06:15:09 ---> c0bceb31c00d 06:15:09 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 06:15:11 ---> 341d3c1f5408 06:15:11 Step 20/25 : EXPOSE 49990 06:15:11 ---> Running in 4eb0b8d29bcf 06:15:11 Removing intermediate container 4eb0b8d29bcf 06:15:11 ---> b9fad5330f69 06:15:11 Step 21/25 : ENTRYPOINT ["/device-virtual"] 06:15:11 ---> Running in a23cfc7bf3ab 06:15:12 Removing intermediate container a23cfc7bf3ab 06:15:12 ---> cb2d75df4380 06:15:12 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:15:12 ---> Running in a7b80d014a38 06:15:12 Removing intermediate container a7b80d014a38 06:15:12 ---> 920873b7a2f6 06:15:12 Step 23/25 : LABEL arch=arm64 06:15:12 ---> Running in cfa28e3db5d1 06:15:13 Removing intermediate container cfa28e3db5d1 06:15:13 ---> c8564cba74df 06:15:13 Step 24/25 : LABEL git_sha=658d6cb39e0f87515e0fd512fa46517441b13332 06:15:13 ---> Running in 09e0a4ca82a2 06:15:13 Removing intermediate container 09e0a4ca82a2 06:15:13 ---> 301c42946289 06:15:13 Step 25/25 : LABEL version=1.3.2-dev.9 06:15:13 ---> Running in 0ead5aeaa5b8 06:15:14 Removing intermediate container 0ead5aeaa5b8 06:15:14 ---> bb4db3b050ab 06:15:14 [Warning] One or more build-args [ARCH] were not consumed 06:15:14 Successfully built bb4db3b050ab 06:15:14 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 06:15:14 provisioning config files... 06:15:14 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config2270805776163044413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:15 ---> docker-login.sh 06:15:15 nexus3.edgexfoundry.org:10001 06:15:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:15 Configure a credential helper to remove this warning. See 06:15:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:15 06:15:15 Login Succeeded 06:15:15 nexus3.edgexfoundry.org:10002 06:15:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:15 Configure a credential helper to remove this warning. See 06:15:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:15 06:15:15 Login Succeeded 06:15:15 nexus3.edgexfoundry.org:10003 06:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:16 Configure a credential helper to remove this warning. See 06:15:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:16 06:15:16 Login Succeeded 06:15:16 nexus3.edgexfoundry.org:10004 06:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:17 Configure a credential helper to remove this warning. See 06:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:17 06:15:17 Login Succeeded 06:15:17 docker.io 06:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:17 Configure a credential helper to remove this warning. See 06:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:17 06:15:17 Login Succeeded 06:15:17 ---> docker-login.sh ends [Pipeline] } 06:15:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:18 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 06:15:18 658d6cb39e0f87515e0fd512fa46517441b13332 06:15:18 latest 06:15:18 1.3.2-dev.9 06:15:18 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 06:15:18 master 06:15:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:18 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] isUnix [Pipeline] sh 06:15:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332 06:15:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 06:15:18 01356f4dc561: Preparing 06:15:18 df8c757df49e: Preparing 06:15:18 8e1bef64b2ab: Preparing 06:15:18 d534143c8f49: Preparing 06:15:18 a14fb0df5faf: Preparing 06:15:18 3fbe34a1663b: Preparing 06:15:18 3fbe34a1663b: Waiting 06:15:19 df8c757df49e: Pushed 06:15:19 8e1bef64b2ab: Pushed 06:15:19 a14fb0df5faf: Pushed 06:15:19 3fbe34a1663b: Layer already exists 06:15:19 d534143c8f49: Pushed 06:15:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:15:23 01356f4dc561: Pushed 06:15:23 658d6cb39e0f87515e0fd512fa46517441b13332: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh 06:15:23 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:15:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 06:15:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 06:15:23 01356f4dc561: Preparing 06:15:23 df8c757df49e: Preparing 06:15:23 8e1bef64b2ab: Preparing 06:15:23 d534143c8f49: Preparing 06:15:23 a14fb0df5faf: Preparing 06:15:23 3fbe34a1663b: Preparing 06:15:23 3fbe34a1663b: Waiting 06:15:23 a14fb0df5faf: Layer already exists 06:15:23 01356f4dc561: Layer already exists 06:15:23 8e1bef64b2ab: Layer already exists 06:15:23 df8c757df49e: Layer already exists 06:15:23 d534143c8f49: Layer already exists 06:15:23 3fbe34a1663b: Layer already exists 06:15:24 latest: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh 06:15:24 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 06:15:24 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.9 06:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 06:15:24 01356f4dc561: Preparing 06:15:24 df8c757df49e: Preparing 06:15:24 8e1bef64b2ab: Preparing 06:15:24 d534143c8f49: Preparing 06:15:24 a14fb0df5faf: Preparing 06:15:24 3fbe34a1663b: Preparing 06:15:24 3fbe34a1663b: Waiting 06:15:25 01356f4dc561: Layer already exists 06:15:25 df8c757df49e: Layer already exists 06:15:25 a14fb0df5faf: Layer already exists 06:15:25 8e1bef64b2ab: Layer already exists 06:15:25 d534143c8f49: Layer already exists 06:15:25 3fbe34a1663b: Layer already exists 06:15:25 1.3.2-dev.9: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh 06:15:25 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 06:15:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 06:15:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 06:15:25 01356f4dc561: Preparing 06:15:25 df8c757df49e: Preparing 06:15:25 8e1bef64b2ab: Preparing 06:15:25 d534143c8f49: Preparing 06:15:25 a14fb0df5faf: Preparing 06:15:25 3fbe34a1663b: Preparing 06:15:25 3fbe34a1663b: Waiting 06:15:26 d534143c8f49: Layer already exists 06:15:26 df8c757df49e: Layer already exists 06:15:26 01356f4dc561: Layer already exists 06:15:26 8e1bef64b2ab: Layer already exists 06:15:26 a14fb0df5faf: Layer already exists 06:15:26 3fbe34a1663b: Layer already exists 06:15:26 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh 06:15:26 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:15:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 06:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 06:15:26 01356f4dc561: Preparing 06:15:26 df8c757df49e: Preparing 06:15:26 8e1bef64b2ab: Preparing 06:15:26 d534143c8f49: Preparing 06:15:26 a14fb0df5faf: Preparing 06:15:26 3fbe34a1663b: Preparing 06:15:26 a14fb0df5faf: Layer already exists 06:15:26 01356f4dc561: Layer already exists 06:15:26 d534143c8f49: Layer already exists 06:15:26 df8c757df49e: Layer already exists 06:15:26 8e1bef64b2ab: Layer already exists 06:15:27 3fbe34a1663b: Layer already exists 06:15:27 master: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:27 ===================================================== [Pipeline] echo 06:15:27 taggedImages: 06:15:27 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332 06:15:27 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 06:15:27 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.9 06:15:27 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 06:15:27 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:15:27 ---> job-cost.sh 06:15:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2XTb 06:16:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:16:08 lf-activate-venv(): INFO: Adding /tmp/venv-qNN9/bin to PATH 06:16:08 INFO: No Stack... 06:16:08 INFO: Retrieving Pricing Info for: v1-standard-2 06:16:08 INFO: Archiving Costs [Pipeline] sh 06:16:08 + cat /w/workspace/device-virtual-go/48/archives/cost.csv 06:16:08 + cut -d, -f6 [Pipeline] lock 06:16:08 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] 06:16:08 Resource [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] did not exist. Created. 06:16:08 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:16:09 + echo total: 0.029999999329447746 [Pipeline] stash 06:16:09 Stashed 1 file(s) [Pipeline] } 06:16:09 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:17:43 lf-activate-venv(): INFO: Adding /tmp/venv-2XTb/bin to PATH 06:17:43 INFO: No Stack... 06:17:43 INFO: Retrieving Pricing Info for: lf-standard-4 06:17:43 INFO: Archiving Costs [Pipeline] sh 06:17:43 + cat /w/workspace/device-virtual-go/48/archives/cost.csv 06:17:43 + cut -d, -f6 [Pipeline] lock 06:17:43 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] 06:17:43 Resource [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] did not exist. Created. 06:17:43 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:17:44 /w/workspace/device-virtual-go/48@tmp/durable-198d0485/script.sh: 1: /w/workspace/device-virtual-go/48@tmp/durable-198d0485/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:17:44 + echo total: 0.20999999344348907 [Pipeline] stash 06:17:44 Warning: overwriting stash ‘stack-cost’ 06:17:44 Stashed 1 file(s) [Pipeline] } 06:17:44 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-48-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 06:17:45 provisioning config files... 06:17:45 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8969084096847234054tmp [Pipeline] { [Pipeline] sh 06:17:45 + set +x 06:17:45 + curl -s https://codecov.io/bash 06:17:45 + bash -s -- 06:17:45 06:17:45 _____ _ 06:17:45 / ____| | | 06:17:45 | | ___ __| | ___ ___ _____ __ 06:17:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:17:45 | |___| (_) | (_| | __/ (_| (_) \ V / 06:17:45 \_____\___/ \__,_|\___|\___\___/ \_/ 06:17:45 Bash-1.0.1 06:17:45 06:17:45 06:17:45 ==> git version 2.24.3 found 06:17:45 ==> 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 06:17:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:17:45 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:17:45 ==> Jenkins CI detected. 06:17:45 project root: . 06:17:45 --> token set from env 06:17:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:17:45 ==> Running gcov in . (disable via -X gcov) 06:17:45 ==> Python coveragepy not found 06:17:45 ==> Searching for coverage reports in: 06:17:45 + . 06:17:45 -> Found 1 reports 06:17:45 ==> Detecting git/mercurial file structure 06:17:45 ==> Reading reports 06:17:45 + ./coverage.out bytes=47247 06:17:45 ==> Appending adjustments 06:17:45 https://docs.codecov.io/docs/fixing-reports 06:17:46 + Found adjustments 06:17:46 ==> Gzipping contents 06:17:46 8.0K /tmp/codecov.VWXpH2.gz 06:17:46 ==> Uploading reports 06:17:46 url: https://codecov.io 06:17:46 query: branch=master&commit=658d6cb39e0f87515e0fd512fa46517441b13332&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:17:46 -> Pinging Codecov 06:17:46 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=658d6cb39e0f87515e0fd512fa46517441b13332&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:17:46 -> Uploading to 06:17:46 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/5E52B4B073DB2E39498172D8E973AA87/658d6cb39e0f87515e0fd512fa46517441b13332/cadb5377-fbcf-462a-909e-14c18f1f6d32.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T061746Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e1744aeb6b8228283f481ab0dce6966d1860811df162b287752df1f4e4246fd5 06:17:46 % Total % Received % Xferd Average Speed Time Time Time Current 06:17:46 Dload Upload Total Spent Left Speed 06:17:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5778 0 0 100 5778 0 14364 --:--:-- --:--:-- --:--:-- 14373 06:17:46 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] } 06:17:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:17:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:17:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:17:47 06:17:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:17:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:17:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:17:47 188c0c94c7c5: Pulling fs layer 06:17:47 0ef7d3d256c8: Pulling fs layer 06:17:47 de9db76c5a1d: Pulling fs layer 06:17:47 0eba1c9be4d2: Pulling fs layer 06:17:47 0d57e429df01: Pulling fs layer 06:17:47 4e4be7b47b0d: Pulling fs layer 06:17:47 e1f770b5df2f: Pulling fs layer 06:17:47 85a0685a4137: Pulling fs layer 06:17:47 0d57e429df01: Waiting 06:17:47 4e4be7b47b0d: Waiting 06:17:47 e1f770b5df2f: Waiting 06:17:47 85a0685a4137: Waiting 06:17:47 0eba1c9be4d2: Waiting 06:17:47 de9db76c5a1d: Verifying Checksum 06:17:47 de9db76c5a1d: Download complete 06:17:47 0ef7d3d256c8: Download complete 06:17:47 0d57e429df01: Verifying Checksum 06:17:47 0d57e429df01: Download complete 06:17:47 4e4be7b47b0d: Verifying Checksum 06:17:47 4e4be7b47b0d: Download complete 06:17:47 188c0c94c7c5: Download complete 06:17:48 188c0c94c7c5: Pull complete 06:17:48 0ef7d3d256c8: Pull complete 06:17:48 de9db76c5a1d: Pull complete 06:17:48 e1f770b5df2f: Verifying Checksum 06:17:48 e1f770b5df2f: Download complete 06:17:51 0eba1c9be4d2: Verifying Checksum 06:17:51 0eba1c9be4d2: Download complete 06:17:51 85a0685a4137: Verifying Checksum 06:17:51 85a0685a4137: Download complete 06:17:56 0eba1c9be4d2: Pull complete 06:17:56 0d57e429df01: Pull complete 06:17:57 4e4be7b47b0d: Pull complete 06:17:59 e1f770b5df2f: Pull complete 06:18:07 85a0685a4137: Pull complete 06:18:07 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:18:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:18:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:18:07 prd-centos7-docker-4c-2g-717 does not seem to be running inside a container 06:18:07 $ 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 06:18:08 $ docker top 473503b60df07d17012ffb37c52cb6e72dbe4600a69d2887193d19353547a71d -eo pid,comm [Pipeline] { [Pipeline] echo 06:18:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:18:09 + set -o pipefail 06:18:09 + snyk monitor '--org=edgex-jenkins' 06:18:19 06:18:19 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 06:18:19 06:18:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/0f82ec11-96a7-4bb6-9d23-010930498813 06:18:19 06:18:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:18:19 06:18:19 06:18:19 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 06:18:19 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:18:19 $ docker stop --time=1 473503b60df07d17012ffb37c52cb6e72dbe4600a69d2887193d19353547a71d 06:18:22 $ docker rm -f 473503b60df07d17012ffb37c52cb6e72dbe4600a69d2887193d19353547a71d [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 06:18:23 + git log --format=format:%s -1 658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] isUnix [Pipeline] sh 06:18:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:23 . [Pipeline] withDockerContainer 06:18:23 prd-centos7-docker-4c-2g-717 does not seem to be running inside a container 06:18:23 $ 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 06:18:24 $ docker top c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:24 [ssh-agent] Looking for ssh-agent implementation... 06:18:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:25 $ docker exec c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 ssh-agent 06:18:25 SSH_AUTH_SOCK=/tmp/ssh-498o7DJSjbAg/agent.11 06:18:25 SSH_AGENT_PID=16 06:18:25 Running ssh-add (command line suppressed) 06:18:25 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6721760880050879696.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6721760880050879696.key) 06:18:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:25 + git semver tag 06:18:25 # -> Open(): unable to determine branch for HEAD 06:18:25 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 06:18:25 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 06:18:25 # $SEMVER_REMOTE_NAME = origin 06:18:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:25 # $SEMVER_USER_NAME = edgex-jenkins 06:18:25 # $SEMVER_BRANCH = master 06:18:25 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 06:18:25 # 658d6cb39e0f87515e0fd512fa46517441b13332 HEAD 06:18:25 # -> Force: false 06:18:25 # 04831dd045cc75b3b5484b449bb591af76ec71f5 refs/tags/v1.3.2-dev.9 [Pipeline] } 06:18:25 $ docker exec --env ******** --env ******** c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 ssh-agent -k 06:18:25 unset SSH_AUTH_SOCK; 06:18:25 unset SSH_AGENT_PID; 06:18:25 echo Agent pid 16 killed; 06:18:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:26 + git semver [Pipeline] } 06:18:26 $ docker stop --time=1 c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 06:18:27 $ docker rm -f c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:18:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:18:28 06:18:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:18:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:18:28 0.23.1-centos7: Pulling from edgex-lftools 06:18:28 ab5ef0e58194: Pulling fs layer 06:18:28 9712f1f96733: Pulling fs layer 06:18:28 63f879dbbcfc: Pulling fs layer 06:18:28 0d9ebad4ef96: Pulling fs layer 06:18:28 e9a5061849ea: Pulling fs layer 06:18:28 d747dcd14b5f: Pulling fs layer 06:18:28 2de7ff778b66: Pulling fs layer 06:18:28 e9a5061849ea: Waiting 06:18:28 d747dcd14b5f: Waiting 06:18:28 2de7ff778b66: Waiting 06:18:28 0d9ebad4ef96: Waiting 06:18:28 9712f1f96733: Download complete 06:18:30 63f879dbbcfc: Verifying Checksum 06:18:30 63f879dbbcfc: Download complete 06:18:30 e9a5061849ea: Verifying Checksum 06:18:30 e9a5061849ea: Download complete 06:18:30 d747dcd14b5f: Verifying Checksum 06:18:30 d747dcd14b5f: Download complete 06:18:30 2de7ff778b66: Verifying Checksum 06:18:30 2de7ff778b66: Download complete 06:18:31 0d9ebad4ef96: Verifying Checksum 06:18:31 0d9ebad4ef96: Download complete 06:18:31 ab5ef0e58194: Verifying Checksum 06:18:31 ab5ef0e58194: Download complete 06:18:36 ab5ef0e58194: Pull complete 06:18:36 9712f1f96733: Pull complete 06:18:39 63f879dbbcfc: Pull complete 06:18:46 0d9ebad4ef96: Pull complete 06:18:47 e9a5061849ea: Pull complete 06:18:47 d747dcd14b5f: Pull complete 06:18:49 2de7ff778b66: Pull complete 06:18:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:18:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:18:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:18:49 prd-centos7-docker-4c-2g-717 does not seem to be running inside a container 06:18:49 $ 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 06:18:53 $ docker top 91c26a0bfe174cb0e6ec6249479a63ab4448516fce4ac4a00c45fcc5634d2b82 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:18:53 provisioning config files... 06:18:53 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3750853401578110187tmp 06:18:53 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5359177146726257022tmp 06:18:53 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2520459446499592195tmp [Pipeline] { [Pipeline] echo 06:18:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:18:54 ---> sigul-configuration.sh 06:18:54 gpg: directory `/root/.gnupg' created 06:18:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:18:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:18:54 gpg: keyring `/root/.gnupg/secring.gpg' created 06:18:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:18:54 gpg: CAST5 encrypted data 06:18:54 gpg: encrypted with 1 passphrase 06:18:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:18:54 + mkdir /home/jenkins 06:18:54 + mkdir /home/jenkins/sigul [Pipeline] sh 06:18:55 + 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 06:18:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:18:55 ---> sigul-install.sh 06:19:02 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:19:02 + git tag --list 06:19:02 v1.0.0 06:19:02 v1.1.0 06:19:02 v1.1.1 06:19:02 v1.2.1 06:19:02 v1.2.2 06:19:02 v1.2.3 06:19:02 v1.3.0 06:19:02 v1.3.1 06:19:02 v1.3.1-dev.1 06:19:02 v1.3.1-dev.2 06:19:02 v1.3.1-dev.3 06:19:02 v1.3.1-dev.4 06:19:02 v1.3.1-dev.5 06:19:02 v1.3.2-dev.1 06:19:02 v1.3.2-dev.2 06:19:02 v1.3.2-dev.3 06:19:02 v1.3.2-dev.4 06:19:02 v1.3.2-dev.5 06:19:02 v1.3.2-dev.6 06:19:02 v1.3.2-dev.7 06:19:02 v1.3.2-dev.8 06:19:02 v1.3.2-dev.9 [Pipeline] sh 06:19:02 + lftools sign git-tag v1.3.2-dev.9 06:19:04 Signing Git tag with Sigul... 06:19:04 Signing v1.3.2-dev.9 [Pipeline] echo 06:19:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:19:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:19:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:19:05 $ docker stop --time=1 91c26a0bfe174cb0e6ec6249479a63ab4448516fce4ac4a00c45fcc5634d2b82 06:19:07 $ docker rm -f 91c26a0bfe174cb0e6ec6249479a63ab4448516fce4ac4a00c45fcc5634d2b82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:08 . [Pipeline] withDockerContainer 06:19:08 prd-centos7-docker-4c-2g-717 does not seem to be running inside a container 06:19:08 $ 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 06:19:09 $ docker top e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:19:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:19:09 [ssh-agent] Looking for ssh-agent implementation... 06:19:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:19:09 $ docker exec e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f ssh-agent 06:19:09 SSH_AUTH_SOCK=/tmp/ssh-2DpCd7XROLAR/agent.11 06:19:09 SSH_AGENT_PID=16 06:19:09 Running ssh-add (command line suppressed) 06:19:09 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7936719415381888007.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7936719415381888007.key) 06:19:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:19:10 + git semver bump pre 06:19:10 # -> Open(): unable to determine branch for HEAD 06:19:10 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 06:19:10 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 06:19:10 # $SEMVER_REMOTE_NAME = origin 06:19:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:19:10 # $SEMVER_USER_NAME = edgex-jenkins 06:19:10 # $SEMVER_BRANCH = master 06:19:10 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 06:19:10 1.3.2-dev.10 [Pipeline] } 06:19:10 $ docker exec --env ******** --env ******** e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f ssh-agent -k 06:19:10 unset SSH_AUTH_SOCK; 06:19:10 unset SSH_AGENT_PID; 06:19:10 echo Agent pid 16 killed; 06:19:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:19:10 + git semver [Pipeline] } 06:19:10 $ docker stop --time=1 e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f 06:19:12 $ docker rm -f e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:19:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:12 . [Pipeline] withDockerContainer 06:19:12 prd-centos7-docker-4c-2g-717 does not seem to be running inside a container 06:19:12 $ 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 06:19:13 $ docker top e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:19:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:19:13 [ssh-agent] Looking for ssh-agent implementation... 06:19:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:19:13 $ docker exec e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 ssh-agent 06:19:14 SSH_AUTH_SOCK=/tmp/ssh-CcmSMFasMAWQ/agent.12 06:19:14 SSH_AGENT_PID=18 06:19:14 Running ssh-add (command line suppressed) 06:19:14 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4396753017907274465.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4396753017907274465.key) 06:19:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:19:14 + git semver push 06:19:14 # -> Open(): unable to determine branch for HEAD 06:19:14 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 06:19:14 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 06:19:14 # $SEMVER_REMOTE_NAME = origin 06:19:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:19:14 # $SEMVER_USER_NAME = edgex-jenkins 06:19:14 # $SEMVER_BRANCH = master 06:19:14 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 06:19:19 $ docker exec --env ******** --env ******** e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 ssh-agent -k 06:19:20 unset SSH_AUTH_SOCK; 06:19:20 unset SSH_AGENT_PID; 06:19:20 echo Agent pid 18 killed; 06:19:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:19:20 + git semver [Pipeline] } 06:19:20 $ docker stop --time=1 e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 06:19:21 $ docker rm -f e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 [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 06:19:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:19:23 ---> package-listing.sh 06:19:23 ++ facter osfamily 06:19:23 ++ tr '[:upper:]' '[:lower:]' 06:19:23 + OS_FAMILY=redhat 06:19:23 + workspace=/w/workspace/foundry_device-virtual-go_master 06:19:23 + START_PACKAGES=/tmp/packages_start.txt 06:19:23 + END_PACKAGES=/tmp/packages_end.txt 06:19:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:19:23 + PACKAGES=/tmp/packages_start.txt 06:19:23 + '[' /w/workspace/foundry_device-virtual-go_master ']' 06:19:23 + PACKAGES=/tmp/packages_end.txt 06:19:23 + case "${OS_FAMILY}" in 06:19:23 + rpm -qa 06:19:23 + sort 06:19:28 + '[' -f /tmp/packages_start.txt ']' 06:19:28 + '[' -f /tmp/packages_end.txt ']' 06:19:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:19:28 + '[' /w/workspace/foundry_device-virtual-go_master ']' 06:19:28 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 06:19:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 06:19:28 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 06:19:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:19:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:19:29 06:19:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:19:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:19:29 alpine: Pulling from edgex-lftools-log-publisher 06:19:29 df20fa9351a1: Pulling fs layer 06:19:29 36b3adc4ff6f: Pulling fs layer 06:19:29 8ad3a11d3b57: Pulling fs layer 06:19:29 46f8f816bc3b: Pulling fs layer 06:19:29 93b61091891f: Pulling fs layer 06:19:29 93b9cdb0e59b: Pulling fs layer 06:19:29 5e14af77c1be: Pulling fs layer 06:19:29 01666e4c0597: Pulling fs layer 06:19:29 aa168da1d23b: Pulling fs layer 06:19:29 93b9cdb0e59b: Waiting 06:19:29 5e14af77c1be: Waiting 06:19:29 01666e4c0597: Waiting 06:19:29 aa168da1d23b: Waiting 06:19:29 93b61091891f: Waiting 06:19:29 46f8f816bc3b: Waiting 06:19:29 36b3adc4ff6f: Verifying Checksum 06:19:29 36b3adc4ff6f: Download complete 06:19:29 46f8f816bc3b: Verifying Checksum 06:19:29 46f8f816bc3b: Download complete 06:19:29 df20fa9351a1: Verifying Checksum 06:19:29 df20fa9351a1: Download complete 06:19:29 93b9cdb0e59b: Verifying Checksum 06:19:29 93b9cdb0e59b: Download complete 06:19:29 5e14af77c1be: Verifying Checksum 06:19:29 5e14af77c1be: Download complete 06:19:29 93b61091891f: Verifying Checksum 06:19:29 93b61091891f: Download complete 06:19:29 01666e4c0597: Verifying Checksum 06:19:29 01666e4c0597: Download complete 06:19:29 8ad3a11d3b57: Verifying Checksum 06:19:29 8ad3a11d3b57: Download complete 06:19:30 df20fa9351a1: Pull complete 06:19:30 36b3adc4ff6f: Pull complete 06:19:32 aa168da1d23b: Verifying Checksum 06:19:32 aa168da1d23b: Download complete 06:19:32 8ad3a11d3b57: Pull complete 06:19:32 46f8f816bc3b: Pull complete 06:19:32 93b61091891f: Pull complete 06:19:32 93b9cdb0e59b: Pull complete 06:19:32 5e14af77c1be: Pull complete 06:19:33 01666e4c0597: Pull complete 06:19:41 aa168da1d23b: Pull complete 06:19:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:19:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:19:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:19:41 prd-centos7-docker-4c-2g-717 does not seem to be running inside a container 06:19:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 06:19:44 $ docker top 5b4b2345634c28f2dcf19d6eb88e3a6a1f7002defdd61f7ff948cda38faf8d1f -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:44 + touch /tmp/pre-build-complete [Pipeline] sh 06:19:45 + mkdir -p /var/log/sa [Pipeline] sh 06:19:45 + ls /var/log/sa-host 06:19:45 + sadf -c /var/log/sa-host/sa19 06:19:45 file_magic: OK 06:19:45 HZ: Using current value: 100 06:19:45 file_header: OK 06:19:45 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 06:19:45 Statistics: 06:19:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:19:45 File successfully converted to sysstat format version 12.2.1 06:19:45 + sadf -c /var/log/sa-host/sa23 06:19:45 file_magic: OK 06:19:45 HZ: Using current value: 100 06:19:45 file_header: OK 06:19:45 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 06:19:45 Statistics: 06:19:45 Hnuu...uuuununununu... 06:19:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:19:45 provisioning config files... 06:19:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1999540806208790447tmp [Pipeline] { [Pipeline] echo 06:19:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:19:45 ---> create-netrc.sh [Pipeline] } 06:19:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:19:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:19:46 ---> python-tools-install.sh [Pipeline] echo 06:19:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:19:46 ---> sudo-logs.sh 06:19:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:19:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:19:46 ---> job-cost.sh 06:19:46 lf-activate-venv: SKIPPING 06:19:46 DEBUG: total: 0.20999999344348907 06:19:46 INFO: Retrieving Stack Cost... 06:19:47 INFO: Retrieving Pricing Info for: v1-standard-2 06:19:48 INFO: Archiving Costs [Pipeline] echo 06:19:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:19:48 ---> logs-deploy.sh 06:19:48 lf-activate-venv: SKIPPING 06:19:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/48 06:19:48 INFO: archiving workspace using pattern(s): 06:19:50 Archives upload complete. 06:19:50 INFO: archiving logs to Nexus 06:19:51 ---> uname -a: 06:19:51 Linux prd-centos7-docker-4c-2g-717.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:19:51 06:19:51 06:19:51 ---> lscpu: 06:19:51 Architecture: x86_64 06:19:51 CPU op-mode(s): 32-bit, 64-bit 06:19:51 Byte Order: Little Endian 06:19:51 Address sizes: 40 bits physical, 48 bits virtual 06:19:51 CPU(s): 4 06:19:51 On-line CPU(s) list: 0-3 06:19:51 Thread(s) per core: 1 06:19:51 Core(s) per socket: 1 06:19:51 Socket(s): 4 06:19:51 NUMA node(s): 1 06:19:51 Vendor ID: GenuineIntel 06:19:51 CPU family: 6 06:19:51 Model: 44 06:19:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:19:51 Stepping: 1 06:19:51 CPU MHz: 2933.442 06:19:51 BogoMIPS: 5866.88 06:19:51 Virtualization: VT-x 06:19:51 Hypervisor vendor: KVM 06:19:51 Virtualization type: full 06:19:51 L1d cache: 128 KiB 06:19:51 L1i cache: 128 KiB 06:19:51 L2 cache: 16 MiB 06:19:51 L3 cache: 64 MiB 06:19:51 NUMA node0 CPU(s): 0-3 06:19:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:19:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:19:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:19:51 Vulnerability Meltdown: Mitigation; PTI 06:19:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:19:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:19:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:19:51 Vulnerability Srbds: Not affected 06:19:51 Vulnerability Tsx async abort: Not affected 06:19:51 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 06:19:51 06:19:51 06:19:51 ---> nproc: 06:19:51 4 06:19:51 06:19:51 06:19:51 ---> df -h: 06:19:51 Filesystem Size Used Available Use% Mounted on 06:19:51 overlay 50.0G 8.5G 41.4G 17% / 06:19:51 tmpfs 64.0M 0 64.0M 0% /dev 06:19:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:19:51 shm 64.0M 0 64.0M 0% /dev/shm 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:19:51 06:19:51 06:19:51 ---> free -m: 06:19:51 total used free shared buff/cache available 06:19:51 Mem: 1837 832 151 0 853 940 06:19:51 Swap: 1023 3 1020 06:19:51 06:19:51 06:19:51 ---> ip addr: 06:19:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:19:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:19:51 inet 127.0.0.1/8 scope host lo 06:19:51 valid_lft forever preferred_lft forever 06:19:51 inet6 ::1/128 scope host 06:19:51 valid_lft forever preferred_lft forever 06:19:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:19:51 link/ether fa:16:3e:00:89:5c brd ff:ff:ff:ff:ff:ff 06:19:51 inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 06:19:51 valid_lft 85647sec preferred_lft 85647sec 06:19:51 inet6 fe80::f816:3eff:fe00:895c/64 scope link 06:19:51 valid_lft forever preferred_lft forever 06:19:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:19:51 link/ether 02:42:6e:0f:c5:f5 brd ff:ff:ff:ff:ff:ff 06:19:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:19:51 valid_lft forever preferred_lft forever 06:19:51 inet6 fe80::42:6eff:fe0f:c5f5/64 scope link 06:19:51 valid_lft forever preferred_lft forever 06:19:51 06:19:51 06:19:51 ---> sar -b -r -n DEV: 06:19:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 06:19:51 06:19:51 06:07:04 LINUX RESTART (4 CPU) 06:19:51 06:19:51 06:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:19:51 06:09:01 13.39 3.62 9.76 0.00 1032.46 292.35 0.00 06:19:51 06:10:01 1.75 0.00 1.75 0.00 0.00 34.86 0.00 06:19:51 06:11:01 0.35 0.00 0.35 0.00 0.00 4.33 0.00 06:19:51 06:12:01 0.68 0.00 0.68 0.00 0.00 8.08 0.00 06:19:51 06:13:01 0.45 0.00 0.45 0.00 0.00 5.93 0.00 06:19:51 06:14:01 0.30 0.00 0.30 0.00 0.00 4.10 0.00 06:19:51 06:15:01 0.30 0.00 0.30 0.00 0.00 3.21 0.00 06:19:51 06:16:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 06:19:51 06:17:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 06:19:51 06:18:01 109.15 52.10 57.05 0.00 2510.45 22950.46 0.00 06:19:51 06:19:01 364.84 179.99 184.85 0.00 9562.34 44742.42 0.00 06:19:51 Average: 44.79 21.48 23.32 0.00 1192.73 6202.47 0.00 06:19:51 06:19:51 06:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:19:51 06:09:01 123388 0 630296 33.50 2620 1125240 1109584 37.87 440968 1119012 20 06:19:51 06:10:01 121988 0 631688 33.57 2620 1125248 1119676 38.21 444056 1117688 20 06:19:51 06:11:01 121144 0 632528 33.62 2620 1125252 1119808 38.22 444908 1117684 8 06:19:51 06:12:01 123640 0 630032 33.48 2620 1125252 1108116 37.82 443552 1116568 16 06:19:51 06:13:01 121016 0 632644 33.62 2620 1125264 1105068 37.71 443444 1119500 8 06:19:51 06:14:01 123024 0 630632 33.52 2620 1125268 1088356 37.14 441920 1119160 12 06:19:51 06:15:01 123040 0 630612 33.52 2620 1125272 1088356 37.14 441924 1119160 8 06:19:51 06:16:01 123096 0 630552 33.51 2620 1125276 1088356 37.14 441944 1119160 8 06:19:51 06:17:01 122180 0 631460 33.56 2620 1125284 1088524 37.15 442852 1119160 8 06:19:51 06:18:01 78364 0 756240 40.19 2620 1044320 1506424 51.41 529312 1022328 26660 06:19:51 06:19:01 105984 0 778600 41.38 1492 995468 1191632 40.67 628808 814924 88908 06:19:51 Average: 116988 0 655935 34.86 2517 1106104 1146718 39.14 467608 1082213 10516 06:19:51 06:19:51 06:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:19:51 06:09:01 eth0 28.80 18.14 29.28 7.69 0.00 0.00 0.00 0.00 06:19:51 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:09:01 docker0 2.15 1.76 0.42 4.32 0.00 0.00 0.00 0.00 06:19:51 06:10:01 eth0 5.14 3.03 0.84 8.65 0.00 0.00 0.00 0.00 06:19:51 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:11:01 eth0 4.40 3.01 0.55 6.91 0.00 0.00 0.00 0.00 06:19:51 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:12:01 eth0 5.45 4.40 1.00 8.85 0.00 0.00 0.00 0.00 06:19:51 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:13:01 eth0 0.67 0.52 0.42 0.45 0.00 0.00 0.00 0.00 06:19:51 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:19:51 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:15:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:19:51 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:16:01 eth0 0.92 0.10 0.07 0.01 0.00 0.00 0.00 0.00 06:19:51 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:17:01 eth0 0.60 0.48 0.27 0.21 0.00 0.00 0.00 0.00 06:19:51 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:18:01 eth0 443.18 366.95 4068.71 29.82 0.00 0.00 0.00 0.00 06:19:51 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:19:01 eth0 558.72 478.01 3756.32 104.44 0.00 0.00 0.00 0.00 06:19:51 06:19:01 vetha538943 29.34 36.78 1.90 244.10 0.00 0.00 0.00 0.00 06:19:51 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 06:19:01 docker0 82.39 93.35 6.30 520.43 0.00 0.00 0.00 0.00 06:19:51 Average: eth0 95.50 79.72 716.31 15.21 0.00 0.00 0.00 0.00 06:19:51 Average: vetha538943 2.67 3.35 0.17 22.24 0.00 0.00 0.00 0.00 06:19:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:51 Average: docker0 7.70 8.66 0.61 47.81 0.00 0.00 0.00 0.00 06:19:51 06:19:51 06:19:51 ---> sar -P ALL: 06:19:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 06:19:51 06:19:51 06:07:04 LINUX RESTART (4 CPU) 06:19:51 06:19:51 06:08:01 CPU %user %nice %system %iowait %steal %idle 06:19:51 06:09:01 all 1.41 0.00 1.08 0.15 0.13 97.23 06:19:51 06:09:01 0 1.53 0.00 1.16 0.20 0.15 96.95 06:19:51 06:09:01 1 1.53 0.00 1.17 0.12 0.12 97.06 06:19:51 06:09:01 2 1.43 0.00 0.80 0.14 0.12 97.52 06:19:51 06:09:01 3 1.16 0.00 1.17 0.14 0.14 97.40 06:19:51 06:10:01 all 0.15 0.00 0.09 0.00 0.01 99.75 06:19:51 06:10:01 0 0.12 0.00 0.05 0.00 0.02 99.82 06:19:51 06:10:01 1 0.10 0.00 0.10 0.00 0.02 99.78 06:19:51 06:10:01 2 0.08 0.00 0.07 0.00 0.02 99.83 06:19:51 06:10:01 3 0.28 0.00 0.13 0.00 0.00 99.58 06:19:51 06:11:01 all 0.10 0.00 0.07 0.00 0.01 99.81 06:19:51 06:11:01 0 0.12 0.00 0.07 0.00 0.00 99.82 06:19:51 06:11:01 1 0.07 0.00 0.03 0.00 0.00 99.90 06:19:51 06:11:01 2 0.12 0.00 0.05 0.00 0.02 99.82 06:19:51 06:11:01 3 0.12 0.00 0.13 0.00 0.03 99.72 06:19:51 06:12:01 all 0.21 0.00 0.06 0.00 0.00 99.73 06:19:51 06:12:01 0 0.10 0.00 0.07 0.00 0.00 99.83 06:19:51 06:12:01 1 0.33 0.00 0.05 0.00 0.00 99.62 06:19:51 06:12:01 2 0.30 0.00 0.05 0.00 0.00 99.65 06:19:51 06:12:01 3 0.12 0.00 0.07 0.00 0.00 99.82 06:19:51 06:13:01 all 0.13 0.00 0.04 0.00 0.02 99.81 06:19:51 06:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:19:51 06:13:01 1 0.38 0.00 0.03 0.00 0.02 99.57 06:19:51 06:13:01 2 0.05 0.00 0.05 0.00 0.02 99.88 06:19:51 06:13:01 3 0.07 0.00 0.07 0.00 0.02 99.85 06:19:51 06:14:01 all 0.08 0.00 0.03 0.00 0.00 99.90 06:19:51 06:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:19:51 06:14:01 1 0.23 0.00 0.02 0.00 0.00 99.75 06:19:51 06:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:19:51 06:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:19:51 06:15:01 all 0.17 0.00 0.04 0.00 0.00 99.79 06:19:51 06:15:01 0 0.53 0.00 0.03 0.00 0.00 99.43 06:19:51 06:15:01 1 0.07 0.00 0.05 0.00 0.00 99.88 06:19:51 06:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:19:51 06:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:19:51 06:16:01 all 0.14 0.00 0.03 0.00 0.00 99.84 06:19:51 06:16:01 0 0.10 0.00 0.02 0.00 0.00 99.88 06:19:51 06:16:01 1 0.37 0.00 0.03 0.00 0.00 99.60 06:19:51 06:16:01 2 0.07 0.00 0.03 0.00 0.00 99.90 06:19:51 06:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:19:51 06:17:01 all 0.17 0.00 0.03 0.00 0.05 99.75 06:19:51 06:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:19:51 06:17:01 1 0.53 0.00 0.03 0.00 0.10 99.33 06:19:51 06:17:01 2 0.10 0.00 0.03 0.00 0.03 99.83 06:19:51 06:17:01 3 0.02 0.00 0.02 0.00 0.07 99.90 06:19:51 06:18:01 all 5.88 0.00 4.43 0.54 0.11 89.04 06:19:51 06:18:01 0 6.06 0.00 5.04 0.37 0.12 88.40 06:19:51 06:18:01 1 6.21 0.00 4.20 0.74 0.13 88.71 06:19:51 06:18:01 2 5.68 0.00 4.32 0.88 0.08 89.04 06:19:51 06:18:01 3 5.55 0.00 4.17 0.17 0.12 89.99 06:19:51 06:19:01 all 14.65 0.00 10.94 5.97 0.13 68.32 06:19:51 06:19:01 0 13.26 0.00 10.35 4.50 0.10 71.79 06:19:51 06:19:01 1 19.56 0.00 10.57 6.25 0.14 63.48 06:19:51 06:19:01 2 12.29 0.00 10.93 5.85 0.14 70.79 06:19:51 06:19:01 3 13.49 0.00 11.90 7.27 0.14 67.20 06:19:51 06:19:51 Average: CPU %user %nice %system %iowait %steal %idle 06:19:51 Average: all 2.05 0.00 1.49 0.59 0.04 95.82 06:19:51 Average: 0 1.95 0.00 1.49 0.45 0.04 96.08 06:19:51 Average: 1 2.61 0.00 1.45 0.63 0.05 95.27 06:19:51 Average: 2 1.80 0.00 1.46 0.61 0.04 96.09 06:19:51 Average: 3 1.86 0.00 1.57 0.67 0.05 95.86 06:19:51 06:19:51 06:19:51