Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 913720342204c874872800d189d2482144693ed5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-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: true 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-2522 in /w/workspace/gexfoundry_device-mqtt-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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub Checking out Revision 913720342204c874872800d189d2482144693ed5 (master) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 913720342204c874872800d189d2482144693ed5 # timeout=10 Commit message: "Merge pull request #226 from lenny-intel/SecretStoreType" > git rev-list --no-walk f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:27:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:27:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:27:31 ========================================================= 21:27:31 EdgeX Global Pipelines Version Info 21:27:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:27:34 ------------------- 21:27:34 stable info: 21:27:34 ------------------- 21:27:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:27:34 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 21:27:34 Message: update stable to v1.0.191 21:27:35 ------------------- 21:27:35 experimental info: 21:27:35 ------------------- 21:27:35 Commited By: **** collab-it+edgex@linuxfoundation.org 21:27:35 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 21:27:35 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:27:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 913720342204c874872800d189d2482144693ed5 [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9137203 [Pipeline] echo 21:27:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:27:36 provisioning config files... 21:27:36 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8972476260900687401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:27:36 ---> docker-login.sh 21:27:36 nexus3.edgexfoundry.org:10001 21:27:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:27:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:27:37 Configure a credential helper to remove this warning. See 21:27:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:27:37 21:27:37 Login Succeeded 21:27:37 nexus3.edgexfoundry.org:10002 21:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:27:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:27:38 Configure a credential helper to remove this warning. See 21:27:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:27:38 21:27:38 Login Succeeded 21:27:38 nexus3.edgexfoundry.org:10003 21:27:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:27:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:27:39 Configure a credential helper to remove this warning. See 21:27:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:27:39 21:27:39 Login Succeeded 21:27:39 nexus3.edgexfoundry.org:10004 21:27:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:27:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:27:40 Configure a credential helper to remove this warning. See 21:27:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:27:40 21:27:40 Login Succeeded 21:27:40 docker.io 21:27:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:27:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:27:41 Configure a credential helper to remove this warning. See 21:27:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:27:41 21:27:41 Login Succeeded 21:27:41 ---> docker-login.sh ends [Pipeline] } 21:27:41 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 21:27:41 + git log --format=format:%s -1 913720342204c874872800d189d2482144693ed5 [Pipeline] echo 21:27:41 GIT_COMMIT: 913720342204c874872800d189d2482144693ed5, Commit Message: Merge pull request #226 from lenny-intel/SecretStoreType [Pipeline] echo 21:27:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:27:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:27:42 21:27:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:27:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:27:43 latest: Pulling from edgex-devops/git-semver 21:27:43 31603596830f: Pulling fs layer 21:27:43 54011a49482f: Pulling fs layer 21:27:43 a6820b24f6d8: Pulling fs layer 21:27:43 f581987b2513: Pulling fs layer 21:27:43 f581987b2513: Waiting 21:27:43 54011a49482f: Download complete 21:27:43 31603596830f: Verifying Checksum 21:27:43 31603596830f: Download complete 21:27:43 f581987b2513: Verifying Checksum 21:27:43 f581987b2513: Download complete 21:27:43 a6820b24f6d8: Verifying Checksum 21:27:43 a6820b24f6d8: Download complete 21:27:44 31603596830f: Pull complete 21:27:44 54011a49482f: Pull complete 21:27:46 a6820b24f6d8: Pull complete 21:27:46 f581987b2513: Pull complete 21:27:46 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:27:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:27:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:27:46 prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container 21:27:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:27:49 $ docker top 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:27:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:27:50 [ssh-agent] Looking for ssh-agent implementation... 21:27:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:27:50 $ docker exec 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent 21:27:50 SSH_AUTH_SOCK=/tmp/ssh-7MNv5JoRWHmc/agent.12 21:27:50 SSH_AGENT_PID=17 21:27:50 Running ssh-add (command line suppressed) 21:27:51 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3916187742565789050.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3916187742565789050.key) 21:27:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:27:51 + git tag --points-at HEAD [Pipeline] } 21:27:51 $ docker exec --env ******** --env ******** 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent -k 21:27:51 unset SSH_AUTH_SOCK; 21:27:51 unset SSH_AGENT_PID; 21:27:51 echo Agent pid 17 killed; 21:27:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:27:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:27:52 [ssh-agent] Looking for ssh-agent implementation... 21:27:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:27:52 $ docker exec 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent 21:27:52 SSH_AUTH_SOCK=/tmp/ssh-lVcXKG9zqcMk/agent.45 21:27:52 SSH_AGENT_PID=50 21:27:52 Running ssh-add (command line suppressed) 21:27:53 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_528077221347635084.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_528077221347635084.key) 21:27:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:27:54 + git semver init 21:27:54 # -> Open(): unable to determine branch for HEAD 21:27:54 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 21:27:54 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 21:27:54 # $SEMVER_REMOTE_NAME = origin 21:27:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:27:54 # $SEMVER_USER_NAME = edgex-jenkins 21:27:54 # $SEMVER_BRANCH = master 21:27:54 # $SEMVER_TEMP = /tmp/semver-090659620 21:27:54 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 21:27:54 # '/tmp/semver-090659620' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 21:27:54 # -> Force: false 21:27:54 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 21:27:54 $ docker exec --env ******** --env ******** 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent -k 21:27:55 unset SSH_AUTH_SOCK; 21:27:55 unset SSH_AGENT_PID; 21:27:55 echo Agent pid 50 killed; 21:27:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:27:55 + git semver [Pipeline] } 21:27:55 $ docker stop --time=1 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 21:27:57 $ docker rm -f 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 [Pipeline] // withDockerContainer [Pipeline] sh 21:27:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:27:58 Stashed 1 file(s) [Pipeline] echo 21:27:58 [edgeXSemver]: initialized semver on version 1.3.2-dev.8 [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 21:28:13 Still waiting to schedule task 21:28:13 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2522’ 21:28:13 Still waiting to schedule task 21:28:13 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 21:30:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2523 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 21:30:08 Running in /w/workspace/device-mqtt-go/39 [Pipeline] { [Pipeline] checkout 21:30:14 using credential edgex-jenkins-ssh 21:30:14 Cloning the remote Git repository 21:30:14 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:30:14 > git init /w/workspace/device-mqtt-go/39 # timeout=10 21:30:14 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:30:14 > git --version # timeout=10 21:30:14 > git --version # 'git version 2.17.1' 21:30:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:30:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:30:15 Checking out Revision 913720342204c874872800d189d2482144693ed5 (master) 21:30:15 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:30:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:30:15 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:30:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:30:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:30:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:30:15 > git config core.sparsecheckout # timeout=10 21:30:15 > git checkout -f 913720342204c874872800d189d2482144693ed5 # timeout=10 21:30:20 Commit message: "Merge pull request #226 from lenny-intel/SecretStoreType" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:30:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:30:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:30:22 + true 21:30:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:30:25 provisioning config files... 21:30:25 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config1664737520334674222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:30:25 ---> docker-login.sh 21:30:25 nexus3.edgexfoundry.org:10001 21:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:26 Configure a credential helper to remove this warning. See 21:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:26 21:30:26 Login Succeeded 21:30:26 nexus3.edgexfoundry.org:10002 21:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:27 Configure a credential helper to remove this warning. See 21:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:27 21:30:27 Login Succeeded 21:30:27 nexus3.edgexfoundry.org:10003 21:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:27 Configure a credential helper to remove this warning. See 21:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:27 21:30:27 Login Succeeded 21:30:27 nexus3.edgexfoundry.org:10004 21:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:28 Configure a credential helper to remove this warning. See 21:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:28 21:30:28 Login Succeeded 21:30:28 docker.io 21:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:28 Configure a credential helper to remove this warning. See 21:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:28 21:30:28 Login Succeeded 21:30:28 ---> docker-login.sh ends [Pipeline] } 21:30:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:30:29 ========================================================= 21:30:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:30:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:30:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:30:29 Sending build context to Docker daemon 543.7kB 21:30:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:30:29 Step 2/8 : FROM ${BASE} 21:30:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:30:30 595b0fe564bb: Pulling fs layer 21:30:30 7186ed65a4f7: Pulling fs layer 21:30:30 316046926c0a: Pulling fs layer 21:30:30 4ebd0625c992: Pulling fs layer 21:30:30 207e8628e3a3: Pulling fs layer 21:30:30 c791037a9be2: Pulling fs layer 21:30:30 ffd874e62e21: Pulling fs layer 21:30:30 4ebd0625c992: Waiting 21:30:30 207e8628e3a3: Waiting 21:30:30 c791037a9be2: Waiting 21:30:30 ffd874e62e21: Waiting 21:30:30 316046926c0a: Verifying Checksum 21:30:30 316046926c0a: Download complete 21:30:30 7186ed65a4f7: Download complete 21:30:30 207e8628e3a3: Verifying Checksum 21:30:30 207e8628e3a3: Download complete 21:30:30 c791037a9be2: Download complete 21:30:30 595b0fe564bb: Verifying Checksum 21:30:30 595b0fe564bb: Download complete 21:30:31 595b0fe564bb: Pull complete 21:30:31 7186ed65a4f7: Pull complete 21:30:32 316046926c0a: Pull complete 21:30:32 ffd874e62e21: Verifying Checksum 21:30:32 ffd874e62e21: Download complete 21:30:33 4ebd0625c992: Verifying Checksum 21:30:33 4ebd0625c992: Download complete 21:30:41 Running on prd-centos7-docker-4c-2g-2524 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 21:30:41 Running in /w/workspace/device-mqtt-go/39 [Pipeline] { [Pipeline] checkout 21:30:43 using credential edgex-jenkins-ssh 21:30:43 Cloning the remote Git repository 21:30:43 4ebd0625c992: Pull complete 21:30:43 207e8628e3a3: Pull complete 21:30:44 c791037a9be2: Pull complete 21:30:43 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:30:43 > git init /w/workspace/device-mqtt-go/39 # timeout=10 21:30:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:30:43 > git --version # timeout=10 21:30:43 > git --version # 'git version 2.24.3' 21:30:43 using GIT_SSH to set credentials SSH Credentials for GitHub 21:30:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:30:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:30:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:30:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:30:44 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:30:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:30:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:30:44 Checking out Revision 913720342204c874872800d189d2482144693ed5 (master) 21:30:44 > git config core.sparsecheckout # timeout=10 21:30:44 > git checkout -f 913720342204c874872800d189d2482144693ed5 # timeout=10 21:30:47 ffd874e62e21: Pull complete 21:30:47 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 21:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:30:47 ---> cfc18b08335c 21:30:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 21:30:48 Commit message: "Merge pull request #226 from lenny-intel/SecretStoreType" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:30:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:30:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:30:50 + sudo service docker restart 21:30:50 + true 21:30:50 Redirecting to /bin/systemctl restart docker.service 21:30:50 ---> Running in 01a640787946 21:30:50 Removing intermediate container 01a640787946 21:30:50 ---> c19844733067 21:30:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:30:50 ---> Running in ac609bcba687 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:30:51 provisioning config files... 21:30:51 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config6233386375957794860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:30:51 ---> docker-login.sh 21:30:51 nexus3.edgexfoundry.org:10001 21:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:51 Configure a credential helper to remove this warning. See 21:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:51 21:30:51 Login Succeeded 21:30:51 nexus3.edgexfoundry.org:10002 21:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:52 Configure a credential helper to remove this warning. See 21:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:52 21:30:52 Login Succeeded 21:30:52 nexus3.edgexfoundry.org:10003 21:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:52 Configure a credential helper to remove this warning. See 21:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:52 21:30:52 Login Succeeded 21:30:52 nexus3.edgexfoundry.org:10004 21:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:52 Configure a credential helper to remove this warning. See 21:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:52 21:30:52 Login Succeeded 21:30:52 docker.io 21:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:52 Configure a credential helper to remove this warning. See 21:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:52 21:30:52 Login Succeeded 21:30:52 ---> docker-login.sh ends [Pipeline] } 21:30:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:30:53 ========================================================= 21:30:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:30:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:30:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:30:53 Sending build context to Docker daemon 544.8kB 21:30:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:30:53 Step 2/8 : FROM ${BASE} 21:30:53 Removing intermediate container ac609bcba687 21:30:53 ---> 8ec173185b4c 21:30:53 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 21:30:53 ---> Running in c1449a5326b3 21:30:53 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:30:53 540db60ca938: Pulling fs layer 21:30:53 adcc1eea9eea: Pulling fs layer 21:30:53 4c4ab2625f07: Pulling fs layer 21:30:53 0510c868ecb4: Pulling fs layer 21:30:53 afea3b2eda06: Pulling fs layer 21:30:53 7809a108b3ef: Pulling fs layer 21:30:53 f706445af74f: Pulling fs layer 21:30:53 afea3b2eda06: Waiting 21:30:53 7809a108b3ef: Waiting 21:30:53 f706445af74f: Waiting 21:30:53 0510c868ecb4: Waiting 21:30:53 4c4ab2625f07: Verifying Checksum 21:30:53 4c4ab2625f07: Download complete 21:30:53 adcc1eea9eea: Verifying Checksum 21:30:53 adcc1eea9eea: Download complete 21:30:53 afea3b2eda06: Verifying Checksum 21:30:53 afea3b2eda06: Download complete 21:30:53 540db60ca938: Verifying Checksum 21:30:53 540db60ca938: Download complete 21:30:53 7809a108b3ef: Verifying Checksum 21:30:53 7809a108b3ef: Download complete 21:30:53 540db60ca938: Pull complete 21:30:54 adcc1eea9eea: Pull complete 21:30:54 4c4ab2625f07: Pull complete 21:30:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:30:55 f706445af74f: Verifying Checksum 21:30:55 f706445af74f: Download complete 21:30:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:30:56 0510c868ecb4: Verifying Checksum 21:30:56 0510c868ecb4: Download complete 21:30:56 (1/13) Installing libc-dev (0.7.2-r3) 21:30:56 (2/13) Installing libsodium (1.0.18-r0) 21:30:56 (3/13) Installing pkgconf (1.7.3-r0) 21:30:56 (4/13) Installing libsodium-dev (1.0.18-r0) 21:30:57 (5/13) Installing openssh-keygen (8.4_p1-r3) 21:30:57 (6/13) Installing libedit (20191231.3.1-r1) 21:30:57 (7/13) Installing openssh-client (8.4_p1-r3) 21:30:58 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 21:30:58 (9/13) Installing openssh-server-common (8.4_p1-r3) 21:30:58 (10/13) Installing openssh-server (8.4_p1-r3) 21:30:58 (11/13) Installing openssh (8.4_p1-r3) 21:30:58 (12/13) Installing libzmq (4.3.3-r1) 21:30:58 (13/13) Installing zeromq-dev (4.3.3-r1) 21:30:58 Executing busybox-1.32.1-r6.trigger 21:30:58 OK: 145 MiB in 53 packages 21:31:00 Removing intermediate container c1449a5326b3 21:31:00 ---> 84cd9bd44ceb 21:31:00 Step 6/8 : WORKDIR /device-mqtt-go 21:31:00 ---> Running in a9a60df7c3a7 21:31:00 Removing intermediate container a9a60df7c3a7 21:31:00 ---> d0b4d4c3d6ea 21:31:00 Step 7/8 : COPY . . 21:31:01 0510c868ecb4: Pull complete 21:31:01 afea3b2eda06: Pull complete 21:31:01 7809a108b3ef: Pull complete 21:31:01 ---> a401ce051328 21:31:01 Step 8/8 : RUN go mod download 21:31:01 ---> Running in 41c431e60b92 21:31:05 f706445af74f: Pull complete 21:31:05 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:31:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:31:05 ---> b068be0155e3 21:31:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 21:31:05 ---> Running in c59aa218db81 21:31:05 Removing intermediate container c59aa218db81 21:31:05 ---> 9f8cfc45415a 21:31:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:05 ---> Running in 21ab7b4638bc 21:31:06 Removing intermediate container 21ab7b4638bc 21:31:06 ---> 31be7cb1f2da 21:31:06 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 21:31:06 ---> Running in bbf1f812ad03 21:31:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:31:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:31:09 (1/13) Installing libc-dev (0.7.2-r3) 21:31:09 (2/13) Installing libsodium (1.0.18-r0) 21:31:09 (3/13) Installing pkgconf (1.7.3-r0) 21:31:09 (4/13) Installing libsodium-dev (1.0.18-r0) 21:31:09 (5/13) Installing openssh-keygen (8.4_p1-r3) 21:31:09 (6/13) Installing libedit (20191231.3.1-r1) 21:31:09 (7/13) Installing openssh-client (8.4_p1-r3) 21:31:10 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 21:31:10 (9/13) Installing openssh-server-common (8.4_p1-r3) 21:31:10 (10/13) Installing openssh-server (8.4_p1-r3) 21:31:10 (11/13) Installing openssh (8.4_p1-r3) 21:31:10 (12/13) Installing libzmq (4.3.3-r1) 21:31:10 (13/13) Installing zeromq-dev (4.3.3-r1) 21:31:10 Executing busybox-1.32.1-r6.trigger 21:31:10 OK: 156 MiB in 53 packages 21:31:11 Removing intermediate container bbf1f812ad03 21:31:11 ---> 92a2b02545b8 21:31:11 Step 6/8 : WORKDIR /device-mqtt-go 21:31:11 ---> Running in 9467779a3b52 21:31:11 Removing intermediate container 9467779a3b52 21:31:11 ---> 513c51b068bf 21:31:11 Step 7/8 : COPY . . 21:31:12 ---> ef612f457b33 21:31:12 Step 8/8 : RUN go mod download 21:31:12 ---> Running in cad6f1f3ff2e 21:31:28 Removing intermediate container 41c431e60b92 21:31:28 ---> ac48e2726980 21:31:28 Successfully built ac48e2726980 21:31:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:31:29 + docker inspect -f . ci-base-image-arm64 21:31:29 . [Pipeline] withDockerContainer 21:31:29 prd-ubuntu18.04-docker-arm64-4c-16g-2523 does not seem to be running inside a container 21:31:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@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 21:31:30 $ docker top 14bc7535567d46644b45c5f6352f7f6a6256149cc783811db5fb59f80e499b70 -eo pid,comm [Pipeline] { [Pipeline] sh 21:31:31 + go version 21:31:31 go version go1.16.3 linux/arm64 [Pipeline] } 21:31:31 $ docker stop --time=1 14bc7535567d46644b45c5f6352f7f6a6256149cc783811db5fb59f80e499b70 21:31:33 $ docker rm -f 14bc7535567d46644b45c5f6352f7f6a6256149cc783811db5fb59f80e499b70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:31:34 + docker inspect -f . ci-base-image-arm64 21:31:34 . [Pipeline] withDockerContainer 21:31:34 prd-ubuntu18.04-docker-arm64-4c-16g-2523 does not seem to be running inside a container 21:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@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 21:31:34 Removing intermediate container cad6f1f3ff2e 21:31:34 ---> aa721c9d0cc3 21:31:34 Successfully built aa721c9d0cc3 21:31:34 Successfully tagged ci-base-image-x86_64:latest 21:31:36 $ docker top 748c5d318af8f8a6eacbd454efaf2e8c8ee3d3cf19217d9735ad9cc6b4148c75 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 21:31:36 + docker inspect -f . ci-base-image-x86_64 21:31:36 . [Pipeline] withDockerContainer 21:31:37 prd-centos7-docker-4c-2g-2524 does not seem to be running inside a container 21:31:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:31:37 + go mod tidy 21:31:37 $ docker top d93c8fb32d21e2e8094ab469800c28843d6188d4445e66262cd51ec5267406a6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:31:38 + go version 21:31:38 go version go1.16.3 linux/amd64 [Pipeline] } 21:31:38 $ docker stop --time=1 d93c8fb32d21e2e8094ab469800c28843d6188d4445e66262cd51ec5267406a6 21:31:38 + make test 21:31:38 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:31:39 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:31:39 $ docker rm -f d93c8fb32d21e2e8094ab469800c28843d6188d4445e66262cd51ec5267406a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:31:40 + docker inspect -f . ci-base-image-x86_64 21:31:40 . [Pipeline] withDockerContainer 21:31:40 prd-centos7-docker-4c-2g-2524 does not seem to be running inside a container 21:31:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:31:40 $ docker top 58ca74472f52e8ca22b8ac728d28dc31d51b5a55f473574fc80c5887ba146fc2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:31:41 + go mod tidy [Pipeline] sh 21:31:42 + make test 21:31:42 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:31:42 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:32:04 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:32:04 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 24.9% of statements 21:32:04 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:32:04 GCO_ENABLED=1 GO111MODULE=on go vet ./... 21:32:10 gofmt -l . 21:32:10 ["`gofmt -l .`" = ""] 21:32:10 ./bin/test-attribution-txt.sh 21:32:10 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:32:11 $ docker stop --time=1 58ca74472f52e8ca22b8ac728d28dc31d51b5a55f473574fc80c5887ba146fc2 21:32:13 $ docker rm -f 58ca74472f52e8ca22b8ac728d28dc31d51b5a55f473574fc80c5887ba146fc2 [Pipeline] // withDockerContainer [Pipeline] sh 21:32:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:32:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:32:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:32:16 + ls -al . 21:32:16 total 108 21:32:16 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 30 21:32 . 21:32:16 drwxrwxr-x. 4 jenkins jenkins 30 Apr 30 21:30 .. 21:32:16 -rw-rw-r--. 1 jenkins jenkins 7100 Apr 30 21:30 Attribution.txt 21:32:16 drwxrwxr-x. 2 jenkins jenkins 87 Apr 30 21:30 bin 21:32:16 drwxrwxr-x. 3 jenkins jenkins 32 Apr 30 21:30 cmd 21:32:16 -rw-r--r--. 1 jenkins jenkins 19386 Apr 30 21:32 coverage.out 21:32:16 -rw-rw-r--. 1 jenkins jenkins 1861 Apr 30 21:30 Dockerfile 21:32:16 -rw-rw-r--. 1 jenkins jenkins 994 Apr 30 21:30 Dockerfile.build 21:32:16 -rw-rw-r--. 1 jenkins jenkins 140 Apr 30 21:30 .dockerignore 21:32:16 drwxrwxr-x. 8 jenkins jenkins 162 Apr 30 21:30 .git 21:32:16 drwxrwxr-x. 2 jenkins jenkins 103 Apr 30 21:30 .github 21:32:16 -rw-rw-r--. 1 jenkins jenkins 336 Apr 30 21:30 .gitignore 21:32:16 -rw-r--r--. 1 jenkins jenkins 409 Apr 30 21:32 go.mod 21:32:16 -rw-r--r--. 1 jenkins jenkins 21534 Apr 30 21:31 go.sum 21:32:16 drwxrwxr-x. 3 jenkins jenkins 20 Apr 30 21:30 internal 21:32:16 -rw-rw-r--. 1 jenkins jenkins 677 Apr 30 21:30 Jenkinsfile 21:32:16 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 30 21:30 LICENSE 21:32:16 -rw-rw-r--. 1 jenkins jenkins 950 Apr 30 21:30 Makefile 21:32:16 drwxrwxr-x. 2 jenkins jenkins 23 Apr 30 21:30 mock 21:32:16 -rw-rw-r--. 1 jenkins jenkins 2217 Apr 30 21:30 README.md 21:32:16 drwxrwxr-x. 4 jenkins jenkins 71 Apr 30 21:30 snap 21:32:16 -rw-rw-r--. 1 jenkins jenkins 11 Apr 30 21:27 VERSION 21:32:16 -rw-rw-r--. 1 jenkins jenkins 227 Apr 30 21:30 version.go [Pipeline] isUnix [Pipeline] sh 21:32:17 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=913720342204c874872800d189d2482144693ed5 --label arch=amd64 --label version=1.3.2-dev.8 . 21:32:17 Sending build context to Docker daemon 564.7kB 21:32:17 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 21:32:17 Step 2/23 : FROM ${BASE} AS builder 21:32:17 ---> aa721c9d0cc3 21:32:17 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:32:17 ---> Running in ad03ed464116 21:32:17 Removing intermediate container ad03ed464116 21:32:17 ---> 8effe4085143 21:32:17 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 21:32:17 ---> Running in 744ceed0cacd 21:32:17 Removing intermediate container 744ceed0cacd 21:32:17 ---> 5b4395e0615c 21:32:17 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:17 ---> Running in bbe983ecb3b6 21:32:18 Removing intermediate container bbe983ecb3b6 21:32:18 ---> 0071a1953fbb 21:32:18 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:32:18 ---> Running in 7be1c90fb854 21:32:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:32:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:32:20 OK: 156 MiB in 53 packages 21:32:20 Removing intermediate container 7be1c90fb854 21:32:20 ---> c0a7338f4c04 21:32:20 Step 7/23 : WORKDIR /device-mqtt-go 21:32:20 ---> Running in 8618ad4bbc22 21:32:21 Removing intermediate container 8618ad4bbc22 21:32:21 ---> 3df968f3dc32 21:32:21 Step 8/23 : COPY . . 21:32:22 ---> fa0a9fdf6a7e 21:32:22 Step 9/23 : RUN go mod download 21:32:22 ---> Running in 5867fce53184 21:32:23 Removing intermediate container 5867fce53184 21:32:23 ---> 8ae8ad7c1812 21:32:23 Step 10/23 : ARG MAKE='make build' 21:32:23 ---> Running in 17cdc8b8c529 21:32:23 Removing intermediate container 17cdc8b8c529 21:32:23 ---> 496c16f4f65a 21:32:23 Step 11/23 : RUN $MAKE 21:32:23 ---> Running in 4895a0d18bf9 21:32:23 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.8" -o cmd/device-mqtt ./cmd 21:32:36 GCO_ENABLED=1 GO111MODULE=on go build ./... 21:32:36 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:32:36 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.045s coverage: 24.9% of statements 21:32:36 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:32:36 GCO_ENABLED=1 GO111MODULE=on go vet ./... 21:32:40 Removing intermediate container 4895a0d18bf9 21:32:40 ---> b8431d576bd3 21:32:40 Step 12/23 : FROM alpine:3.12 21:32:40 3.12: Pulling from library/alpine 21:32:40 339de151aab4: Pulling fs layer 21:32:40 339de151aab4: Verifying Checksum 21:32:40 339de151aab4: Download complete 21:32:40 339de151aab4: Pull complete 21:32:40 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:32:40 Status: Downloaded newer image for alpine:3.12 21:32:40 ---> 13621d1b12d4 21:32:40 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 21:32:40 ---> Running in b161d9e8b746 21:32:40 Removing intermediate container b161d9e8b746 21:32:40 ---> dda6b39d4a2d 21:32:40 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 21:32:40 ---> Running in 507da76c5d97 21:32:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:32:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:32:41 (1/6) Installing dumb-init (1.2.2-r1) 21:32:41 (2/6) Installing libgcc (9.3.0-r2) 21:32:41 (3/6) Installing libsodium (1.0.18-r0) 21:32:41 (4/6) Installing libstdc++ (9.3.0-r2) 21:32:41 (5/6) Installing libzmq (4.3.3-r0) 21:32:41 (6/6) Installing zeromq (4.3.3-r0) 21:32:41 Executing busybox-1.31.1-r20.trigger 21:32:41 OK: 8 MiB in 20 packages 21:32:42 Removing intermediate container 507da76c5d97 21:32:42 ---> 58dd4e602158 21:32:42 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 21:32:42 ---> 16955afcbe49 21:32:42 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 21:32:42 ---> 13d301e52aec 21:32:42 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 21:32:43 ---> c7b0596d303f 21:32:43 Step 18/23 : EXPOSE 49982 21:32:43 ---> Running in 8bd48860a847 21:32:43 Removing intermediate container 8bd48860a847 21:32:43 ---> eb0ba552ebd5 21:32:43 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 21:32:43 ---> Running in 8ffdb60f2abb 21:32:43 Removing intermediate container 8ffdb60f2abb 21:32:43 ---> 77561354bfc3 21:32:43 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:32:43 ---> Running in 08a2495e75a0 21:32:43 Removing intermediate container 08a2495e75a0 21:32:43 ---> 288de0484486 21:32:43 Step 21/23 : LABEL arch=amd64 21:32:43 ---> Running in e4ddf3cb52e1 21:32:43 Removing intermediate container e4ddf3cb52e1 21:32:43 ---> 9e783292f055 21:32:43 Step 22/23 : LABEL git_sha=913720342204c874872800d189d2482144693ed5 21:32:44 ---> Running in fb47990b06e3 21:32:44 Removing intermediate container fb47990b06e3 21:32:44 ---> b2bae8f1b8f9 21:32:44 Step 23/23 : LABEL version=1.3.2-dev.8 21:32:44 ---> Running in 3aa5a7114cb5 21:32:44 Removing intermediate container 3aa5a7114cb5 21:32:44 ---> f03cda593308 21:32:44 [Warning] One or more build-args [ARCH] were not consumed 21:32:44 Successfully built f03cda593308 21:32:44 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:32:44 provisioning config files... 21:32:44 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config2564520581368597465tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:32:45 ---> docker-login.sh 21:32:45 nexus3.edgexfoundry.org:10001 21:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:45 Configure a credential helper to remove this warning. See 21:32:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:45 21:32:45 Login Succeeded 21:32:45 nexus3.edgexfoundry.org:10002 21:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:45 Configure a credential helper to remove this warning. See 21:32:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:45 21:32:45 Login Succeeded 21:32:45 nexus3.edgexfoundry.org:10003 21:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:45 Configure a credential helper to remove this warning. See 21:32:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:45 21:32:45 Login Succeeded 21:32:45 nexus3.edgexfoundry.org:10004 21:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:45 Configure a credential helper to remove this warning. See 21:32:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:45 21:32:45 Login Succeeded 21:32:45 docker.io 21:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:46 Configure a credential helper to remove this warning. See 21:32:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:46 21:32:46 Login Succeeded 21:32:46 ---> docker-login.sh ends [Pipeline] } 21:32:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:46 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 21:32:46 913720342204c874872800d189d2482144693ed5 21:32:46 latest 21:32:46 1.3.2-dev.8 21:32:46 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 21:32:46 master 21:32:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:32:46 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5 [Pipeline] isUnix [Pipeline] sh 21:32:46 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5 21:32:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 21:32:46 a095dace2888: Preparing 21:32:46 fa1504a35ca8: Preparing 21:32:46 8a4539cd199c: Preparing 21:32:46 7ccbd9b3ef61: Preparing 21:32:46 32f366d666a5: Preparing 21:32:46 32f366d666a5: Layer already exists 21:32:46 a095dace2888: Pushed 21:32:47 fa1504a35ca8: Pushed 21:32:47 7ccbd9b3ef61: Pushed 21:32:48 8a4539cd199c: Pushed 21:32:48 913720342204c874872800d189d2482144693ed5: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh 21:32:48 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 21:32:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 21:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 21:32:48 a095dace2888: Preparing 21:32:48 fa1504a35ca8: Preparing 21:32:48 8a4539cd199c: Preparing 21:32:48 7ccbd9b3ef61: Preparing 21:32:48 32f366d666a5: Preparing 21:32:48 7ccbd9b3ef61: Layer already exists 21:32:48 8a4539cd199c: Layer already exists 21:32:48 32f366d666a5: Layer already exists 21:32:48 a095dace2888: Layer already exists 21:32:48 fa1504a35ca8: Layer already exists 21:32:48 latest: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh 21:32:49 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh 21:32:49 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.8 21:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 21:32:49 a095dace2888: Preparing 21:32:49 fa1504a35ca8: Preparing 21:32:49 8a4539cd199c: Preparing 21:32:49 7ccbd9b3ef61: Preparing 21:32:49 32f366d666a5: Preparing 21:32:49 8a4539cd199c: Layer already exists 21:32:49 7ccbd9b3ef61: Layer already exists 21:32:49 fa1504a35ca8: Layer already exists 21:32:49 a095dace2888: Layer already exists 21:32:49 32f366d666a5: Layer already exists 21:32:49 1.3.2-dev.8: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh 21:32:49 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh 21:32:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 21:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 21:32:50 a095dace2888: Preparing 21:32:50 fa1504a35ca8: Preparing 21:32:50 8a4539cd199c: Preparing 21:32:50 7ccbd9b3ef61: Preparing 21:32:50 32f366d666a5: Preparing 21:32:50 8a4539cd199c: Layer already exists 21:32:50 32f366d666a5: Layer already exists 21:32:50 7ccbd9b3ef61: Layer already exists 21:32:50 a095dace2888: Layer already exists 21:32:50 fa1504a35ca8: Layer already exists 21:32:50 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh 21:32:50 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 21:32:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 21:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 21:32:50 a095dace2888: Preparing 21:32:50 fa1504a35ca8: Preparing 21:32:50 8a4539cd199c: Preparing 21:32:50 7ccbd9b3ef61: Preparing 21:32:50 32f366d666a5: Preparing 21:32:50 32f366d666a5: Layer already exists 21:32:50 a095dace2888: Layer already exists 21:32:50 7ccbd9b3ef61: Layer already exists 21:32:50 8a4539cd199c: Layer already exists 21:32:50 fa1504a35ca8: Layer already exists 21:32:50 master: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:50 ===================================================== [Pipeline] echo 21:32:50 taggedImages: 21:32:50 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5 21:32:50 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 21:32:50 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.8 21:32:50 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 21:32:50 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:32:51 ---> job-cost.sh 21:32:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YPiy 21:33:03 gofmt -l . 21:33:03 ["`gofmt -l .`" = ""] 21:33:03 ./bin/test-attribution-txt.sh 21:33:03 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:33:03 $ docker stop --time=1 748c5d318af8f8a6eacbd454efaf2e8c8ee3d3cf19217d9735ad9cc6b4148c75 21:33:05 $ docker rm -f 748c5d318af8f8a6eacbd454efaf2e8c8ee3d3cf19217d9735ad9cc6b4148c75 [Pipeline] // withDockerContainer [Pipeline] sh 21:33:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:33:06 Warning: overwriting stash ‘coverage-report’ 21:33:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:33:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:33:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:33:07 + ls -al . 21:33:07 total 140 21:33:07 drwxrwxr-x 9 jenkins jenkins 4096 Apr 30 21:33 . 21:33:07 drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 21:30 .. 21:33:07 -rw-rw-r-- 1 jenkins jenkins 140 Apr 30 21:30 .dockerignore 21:33:07 drwxrwxr-x 8 jenkins jenkins 4096 Apr 30 21:30 .git 21:33:07 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:30 .github 21:33:07 -rw-rw-r-- 1 jenkins jenkins 336 Apr 30 21:30 .gitignore 21:33:07 -rw-rw-r-- 1 jenkins jenkins 7100 Apr 30 21:30 Attribution.txt 21:33:07 -rw-rw-r-- 1 jenkins jenkins 1861 Apr 30 21:30 Dockerfile 21:33:07 -rw-rw-r-- 1 jenkins jenkins 994 Apr 30 21:30 Dockerfile.build 21:33:07 -rw-rw-r-- 1 jenkins jenkins 677 Apr 30 21:30 Jenkinsfile 21:33:07 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 30 21:30 LICENSE 21:33:07 -rw-rw-r-- 1 jenkins jenkins 950 Apr 30 21:30 Makefile 21:33:07 -rw-rw-r-- 1 jenkins jenkins 2217 Apr 30 21:30 README.md 21:33:07 -rw-rw-r-- 1 jenkins jenkins 11 Apr 30 21:27 VERSION 21:33:07 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:30 bin 21:33:07 drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 21:30 cmd 21:33:07 -rw-r--r-- 1 jenkins jenkins 19386 Apr 30 21:32 coverage.out 21:33:07 -rw-r--r-- 1 jenkins jenkins 409 Apr 30 21:33 go.mod 21:33:07 -rw-r--r-- 1 jenkins jenkins 21534 Apr 30 21:31 go.sum 21:33:07 drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 21:30 internal 21:33:07 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:30 mock 21:33:07 drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 21:30 snap 21:33:07 -rw-rw-r-- 1 jenkins jenkins 227 Apr 30 21:30 version.go [Pipeline] isUnix [Pipeline] sh 21:33:08 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=913720342204c874872800d189d2482144693ed5 --label arch=arm64 --label version=1.3.2-dev.8 . 21:33:08 Sending build context to Docker daemon 563.7kB 21:33:08 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 21:33:08 Step 2/23 : FROM ${BASE} AS builder 21:33:08 ---> ac48e2726980 21:33:08 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:33:09 ---> Running in 5a7d38d00a60 21:33:09 Removing intermediate container 5a7d38d00a60 21:33:09 ---> 61ff87d4e5f3 21:33:09 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 21:33:09 ---> Running in f1ca0734f7cd 21:33:10 Removing intermediate container f1ca0734f7cd 21:33:10 ---> 6d44d9a74fa5 21:33:10 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:10 ---> Running in dd19c6858fa0 21:33:12 Removing intermediate container dd19c6858fa0 21:33:12 ---> b15c8fc0a565 21:33:12 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:33:12 ---> Running in e11e85dc4f7a 21:33:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:33:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:33:15 OK: 145 MiB in 53 packages 21:33:16 Removing intermediate container e11e85dc4f7a 21:33:16 ---> 6bd2064eb040 21:33:16 Step 7/23 : WORKDIR /device-mqtt-go 21:33:16 ---> Running in 74ad71b97148 21:33:17 Removing intermediate container 74ad71b97148 21:33:17 ---> 783ce0350b3b 21:33:17 Step 8/23 : COPY . . 21:33:18 ---> 8a8fb954c8e2 21:33:18 Step 9/23 : RUN go mod download 21:33:18 ---> Running in fc09a0935f14 21:33:20 Removing intermediate container fc09a0935f14 21:33:20 ---> 7bb2af8113a6 21:33:20 Step 10/23 : ARG MAKE='make build' 21:33:20 ---> Running in 975a51c88354 21:33:21 Removing intermediate container 975a51c88354 21:33:21 ---> 5ecfba23e9f0 21:33:21 Step 11/23 : RUN $MAKE 21:33:21 ---> Running in 0b9bf94d5d1f 21:33:22 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.8" -o cmd/device-mqtt ./cmd 21:33:33 lf-activate-venv(): INFO: Adding /tmp/venv-YPiy/bin to PATH 21:33:33 INFO: No Stack... 21:33:33 INFO: Retrieving Pricing Info for: v1-standard-2 21:33:34 INFO: Archiving Costs [Pipeline] sh 21:33:34 + cat /w/workspace/device-mqtt-go/39/archives/cost.csv 21:33:34 + cut -d, -f6 [Pipeline] lock 21:33:34 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] 21:33:35 Resource [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] did not exist. Created. 21:33:35 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:33:35 + echo total: 0.029999999329447746 [Pipeline] stash 21:33:35 Stashed 1 file(s) [Pipeline] } 21:33:35 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:34:01 GCO_ENABLED=1 GO111MODULE=on go build ./... 21:34:05 Removing intermediate container 0b9bf94d5d1f 21:34:05 ---> 45741d501fed 21:34:05 Step 12/23 : FROM alpine:3.12 21:34:05 3.12: Pulling from library/alpine 21:34:05 d2f70382dc9a: Pulling fs layer 21:34:05 d2f70382dc9a: Verifying Checksum 21:34:05 d2f70382dc9a: Download complete 21:34:06 d2f70382dc9a: Pull complete 21:34:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:34:06 Status: Downloaded newer image for alpine:3.12 21:34:06 ---> 9852663dfa18 21:34:06 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 21:34:06 ---> Running in 517d2119897e 21:34:07 Removing intermediate container 517d2119897e 21:34:07 ---> 85d8e11e8cd0 21:34:07 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 21:34:07 ---> Running in b67f32b34d30 21:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:09 (1/6) Installing dumb-init (1.2.2-r1) 21:34:09 (2/6) Installing libgcc (9.3.0-r2) 21:34:09 (3/6) Installing libsodium (1.0.18-r0) 21:34:09 (4/6) Installing libstdc++ (9.3.0-r2) 21:34:09 (5/6) Installing libzmq (4.3.3-r0) 21:34:09 (6/6) Installing zeromq (4.3.3-r0) 21:34:09 Executing busybox-1.31.1-r20.trigger 21:34:09 OK: 8 MiB in 20 packages 21:34:10 Removing intermediate container b67f32b34d30 21:34:10 ---> 1cfaef913189 21:34:10 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 21:34:11 ---> f9132b8902d7 21:34:11 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 21:34:12 ---> a6c13762ad43 21:34:12 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 21:34:13 ---> f695e29e7e36 21:34:13 Step 18/23 : EXPOSE 49982 21:34:13 ---> Running in 36f5df8c8a31 21:34:13 Removing intermediate container 36f5df8c8a31 21:34:13 ---> a4c9cbcf819f 21:34:13 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 21:34:13 ---> Running in 1522db279f93 21:34:14 Removing intermediate container 1522db279f93 21:34:14 ---> 00634160eec9 21:34:14 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:34:14 ---> Running in 08fa972fb522 21:34:14 Removing intermediate container 08fa972fb522 21:34:14 ---> 8cc0c0b9075e 21:34:14 Step 21/23 : LABEL arch=arm64 21:34:14 ---> Running in 77eeec536562 21:34:15 Removing intermediate container 77eeec536562 21:34:15 ---> 1a17cd1908b4 21:34:15 Step 22/23 : LABEL git_sha=913720342204c874872800d189d2482144693ed5 21:34:15 ---> Running in 0899e17f9633 21:34:16 Removing intermediate container 0899e17f9633 21:34:16 ---> 081a0c71f0f2 21:34:16 Step 23/23 : LABEL version=1.3.2-dev.8 21:34:16 ---> Running in 59d0993002c7 21:34:16 Removing intermediate container 59d0993002c7 21:34:16 ---> 974be57e0a0d 21:34:16 [Warning] One or more build-args [ARCH] were not consumed 21:34:16 Successfully built 974be57e0a0d 21:34:16 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:34:16 provisioning config files... 21:34:16 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config2054865069391985911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:34:17 ---> docker-login.sh 21:34:17 nexus3.edgexfoundry.org:10001 21:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:17 Configure a credential helper to remove this warning. See 21:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:17 21:34:17 Login Succeeded 21:34:17 nexus3.edgexfoundry.org:10002 21:34:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:18 Configure a credential helper to remove this warning. See 21:34:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:18 21:34:18 Login Succeeded 21:34:18 nexus3.edgexfoundry.org:10003 21:34:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:18 Configure a credential helper to remove this warning. See 21:34:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:18 21:34:18 Login Succeeded 21:34:18 nexus3.edgexfoundry.org:10004 21:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:19 Configure a credential helper to remove this warning. See 21:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:19 21:34:19 Login Succeeded 21:34:19 docker.io 21:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:19 Configure a credential helper to remove this warning. See 21:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:19 21:34:19 Login Succeeded 21:34:19 ---> docker-login.sh ends [Pipeline] } 21:34:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:20 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 21:34:20 913720342204c874872800d189d2482144693ed5 21:34:20 latest 21:34:20 1.3.2-dev.8 21:34:20 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 21:34:20 master 21:34:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:34:20 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5 [Pipeline] isUnix [Pipeline] sh 21:34:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5 21:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 21:34:20 c93ba48707a7: Preparing 21:34:20 850972a54203: Preparing 21:34:20 96d3d6e8d78d: Preparing 21:34:20 cad589695aea: Preparing 21:34:20 3fbe34a1663b: Preparing 21:34:21 3fbe34a1663b: Layer already exists 21:34:21 c93ba48707a7: Pushed 21:34:21 850972a54203: Pushed 21:34:21 cad589695aea: Pushed 21:34:24 96d3d6e8d78d: Pushed 21:34:24 913720342204c874872800d189d2482144693ed5: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:34:24 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:34:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 21:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 21:34:25 c93ba48707a7: Preparing 21:34:25 850972a54203: Preparing 21:34:25 96d3d6e8d78d: Preparing 21:34:25 cad589695aea: Preparing 21:34:25 3fbe34a1663b: Preparing 21:34:25 3fbe34a1663b: Layer already exists 21:34:25 850972a54203: Layer already exists 21:34:25 cad589695aea: Layer already exists 21:34:25 c93ba48707a7: Layer already exists 21:34:25 96d3d6e8d78d: Layer already exists 21:34:25 latest: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:34:25 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh 21:34:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.8 21:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 21:34:25 c93ba48707a7: Preparing 21:34:25 850972a54203: Preparing 21:34:25 96d3d6e8d78d: Preparing 21:34:25 cad589695aea: Preparing 21:34:25 3fbe34a1663b: Preparing 21:34:26 96d3d6e8d78d: Layer already exists 21:34:26 3fbe34a1663b: Layer already exists 21:34:26 cad589695aea: Layer already exists 21:34:26 c93ba48707a7: Layer already exists 21:34:26 850972a54203: Layer already exists 21:34:26 1.3.2-dev.8: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:34:26 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh 21:34:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 21:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 21:34:26 c93ba48707a7: Preparing 21:34:26 850972a54203: Preparing 21:34:26 96d3d6e8d78d: Preparing 21:34:26 cad589695aea: Preparing 21:34:26 3fbe34a1663b: Preparing 21:34:26 850972a54203: Layer already exists 21:34:26 c93ba48707a7: Layer already exists 21:34:26 96d3d6e8d78d: Layer already exists 21:34:26 3fbe34a1663b: Layer already exists 21:34:26 cad589695aea: Layer already exists 21:34:27 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:34:27 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:34:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 21:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 21:34:27 c93ba48707a7: Preparing 21:34:27 850972a54203: Preparing 21:34:27 96d3d6e8d78d: Preparing 21:34:27 cad589695aea: Preparing 21:34:27 3fbe34a1663b: Preparing 21:34:27 96d3d6e8d78d: Layer already exists 21:34:27 3fbe34a1663b: Layer already exists 21:34:27 c93ba48707a7: Layer already exists 21:34:27 850972a54203: Layer already exists 21:34:27 cad589695aea: Layer already exists 21:34:28 master: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:28 ===================================================== [Pipeline] echo 21:34:28 taggedImages: 21:34:28 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5 21:34:28 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 21:34:28 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.8 21:34:28 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 21:34:28 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:34:28 ---> job-cost.sh 21:34:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AiC6 21:35:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:36:29 lf-activate-venv(): INFO: Adding /tmp/venv-AiC6/bin to PATH 21:36:29 INFO: No Stack... 21:36:29 INFO: Retrieving Pricing Info for: lf-standard-4 21:36:29 INFO: Archiving Costs [Pipeline] sh 21:36:29 + cat /w/workspace/device-mqtt-go/39/archives/cost.csv 21:36:29 + cut -d, -f6 [Pipeline] lock 21:36:29 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] 21:36:29 Resource [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] did not exist. Created. 21:36:29 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:36:30 /w/workspace/device-mqtt-go/39@tmp/durable-9009db4b/script.sh: 1: /w/workspace/device-mqtt-go/39@tmp/durable-9009db4b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:36:30 + echo total: 0.20999999344348907 [Pipeline] stash 21:36:30 Warning: overwriting stash ‘stack-cost’ 21:36:30 Stashed 1 file(s) [Pipeline] } 21:36:30 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-39-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 21:36:31 provisioning config files... 21:36:31 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8935862425534693031tmp [Pipeline] { [Pipeline] sh 21:36:32 + set +x 21:36:32 + bash -s -- 21:36:32 + curl -s https://codecov.io/bash 21:36:32 21:36:32 _____ _ 21:36:32 / ____| | | 21:36:32 | | ___ __| | ___ ___ _____ __ 21:36:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:36:32 | |___| (_) | (_| | __/ (_| (_) \ V / 21:36:32 \_____\___/ \__,_|\___|\___\___/ \_/ 21:36:32 Bash-1.0.2 21:36:32 21:36:32 21:36:32 ==> git version 2.24.3 found 21:36:32 ==> 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 21:36:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:36:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:36:32 ==> Jenkins CI detected. 21:36:32 project root: . 21:36:32 --> token set from env 21:36:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:36:33 ==> Running gcov in . (disable via -X gcov) 21:36:33 ==> Python coveragepy not found 21:36:33 ==> Searching for coverage reports in: 21:36:33 + . 21:36:33 -> Found 1 reports 21:36:33 ==> Detecting git/mercurial file structure 21:36:33 ==> Reading reports 21:36:33 + ./coverage.out bytes=19386 21:36:33 ==> Appending adjustments 21:36:33 https://docs.codecov.io/docs/fixing-reports 21:36:33 + Found adjustments 21:36:33 ==> Gzipping contents 21:36:33 4.0K /tmp/codecov.buYIXE.gz 21:36:33 ==> Uploading reports 21:36:33 url: https://codecov.io 21:36:33 query: branch=master&commit=913720342204c874872800d189d2482144693ed5&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:36:33 -> Pinging Codecov 21:36:33 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=913720342204c874872800d189d2482144693ed5&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:36:36 -> Uploading to 21:36:36 https://storage.googleapis.com/codecov/v4/raw/2021-04-30/7D719EC7BBE17E464838252E33014C33/913720342204c874872800d189d2482144693ed5/23007eb0-aafd-40c4-b2cf-d6aea5c266d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T213636Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d48173d20daadcc05fd6081056f01cb0f454993530f7b453cd673c648ebe024c 21:36:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:36:36 Dload Upload Total Spent Left Speed 21:36:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3390 0 0 100 3390 0 6022 --:--:-- --:--:-- --:--:-- 6032 21:36:37 -> Reports have been successfully queued for processing at {"error": "Server Error (500)"}https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/913720342204c874872800d189d2482144693ed5 [Pipeline] } 21:36:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:36:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:36:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:36:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:36:38 21:36:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:36:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:36:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:36:39 188c0c94c7c5: Pulling fs layer 21:36:39 0ef7d3d256c8: Pulling fs layer 21:36:39 de9db76c5a1d: Pulling fs layer 21:36:39 0eba1c9be4d2: Pulling fs layer 21:36:39 0d57e429df01: Pulling fs layer 21:36:39 4e4be7b47b0d: Pulling fs layer 21:36:39 e1f770b5df2f: Pulling fs layer 21:36:39 85a0685a4137: Pulling fs layer 21:36:39 0d57e429df01: Waiting 21:36:39 0eba1c9be4d2: Waiting 21:36:39 e1f770b5df2f: Waiting 21:36:39 85a0685a4137: Waiting 21:36:39 4e4be7b47b0d: Waiting 21:36:39 de9db76c5a1d: Verifying Checksum 21:36:39 de9db76c5a1d: Download complete 21:36:39 0ef7d3d256c8: Verifying Checksum 21:36:39 0ef7d3d256c8: Download complete 21:36:39 0d57e429df01: Verifying Checksum 21:36:39 0d57e429df01: Download complete 21:36:39 4e4be7b47b0d: Verifying Checksum 21:36:39 4e4be7b47b0d: Download complete 21:36:39 188c0c94c7c5: Download complete 21:36:40 188c0c94c7c5: Pull complete 21:36:41 0ef7d3d256c8: Pull complete 21:36:41 de9db76c5a1d: Pull complete 21:36:41 e1f770b5df2f: Verifying Checksum 21:36:41 e1f770b5df2f: Download complete 21:36:47 0eba1c9be4d2: Verifying Checksum 21:36:47 0eba1c9be4d2: Download complete 21:36:48 85a0685a4137: Verifying Checksum 21:36:48 85a0685a4137: Download complete 21:37:01 0eba1c9be4d2: Pull complete 21:37:01 0d57e429df01: Pull complete 21:37:01 4e4be7b47b0d: Pull complete 21:37:04 e1f770b5df2f: Pull complete 21:37:19 85a0685a4137: Pull complete 21:37:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:37:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:37:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:37:20 prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container 21:37:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:37:23 $ docker top f58485a59585798f4edbae1537e18af861b32fde3852c564e3a755bbf42f5a5f -eo pid,comm [Pipeline] { [Pipeline] echo 21:37:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:37:24 + set -o pipefail 21:37:24 + snyk monitor '--org=edgex-jenkins' 21:37:56 21:37:56 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 21:37:56 21:37:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/50514010-875f-4505-b0d5-741021c2c555 21:37:56 21:37:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:37:56 21:37:56 [Pipeline] } 21:37:56 $ docker stop --time=1 f58485a59585798f4edbae1537e18af861b32fde3852c564e3a755bbf42f5a5f 21:37:59 $ docker rm -f f58485a59585798f4edbae1537e18af861b32fde3852c564e3a755bbf42f5a5f [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 21:38:01 + git log --format=format:%s -1 913720342204c874872800d189d2482144693ed5 [Pipeline] isUnix [Pipeline] sh 21:38:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:38:02 . [Pipeline] withDockerContainer 21:38:03 prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container 21:38:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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:10004/edgex-devops/git-semver:latest cat 21:38:05 $ docker top 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:38:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:38:05 [ssh-agent] Looking for ssh-agent implementation... 21:38:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:38:06 $ docker exec 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 ssh-agent 21:38:06 SSH_AUTH_SOCK=/tmp/ssh-5eMPm60dgpZk/agent.12 21:38:06 SSH_AGENT_PID=17 21:38:06 Running ssh-add (command line suppressed) 21:38:07 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1524693598941902318.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1524693598941902318.key) 21:38:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:38:07 + git semver tag 21:38:07 # -> Open(): unable to determine branch for HEAD 21:38:07 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 21:38:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 21:38:07 # $SEMVER_REMOTE_NAME = origin 21:38:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:38:07 # $SEMVER_USER_NAME = edgex-jenkins 21:38:07 # $SEMVER_BRANCH = master 21:38:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 21:38:07 # 913720342204c874872800d189d2482144693ed5 HEAD 21:38:07 # -> Force: false 21:38:07 # 765421572c59c96cf1228392163694028dac417b refs/tags/v1.3.2-dev.8 [Pipeline] } 21:38:07 $ docker exec --env ******** --env ******** 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 ssh-agent -k 21:38:08 unset SSH_AUTH_SOCK; 21:38:08 unset SSH_AGENT_PID; 21:38:08 echo Agent pid 17 killed; 21:38:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:38:09 + git semver [Pipeline] } 21:38:09 $ docker stop --time=1 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 21:38:11 $ docker rm -f 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:38:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:38:12 21:38:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:38:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:38:13 0.23.1-centos7: Pulling from edgex-lftools 21:38:13 ab5ef0e58194: Pulling fs layer 21:38:13 9712f1f96733: Pulling fs layer 21:38:13 63f879dbbcfc: Pulling fs layer 21:38:13 0d9ebad4ef96: Pulling fs layer 21:38:13 e9a5061849ea: Pulling fs layer 21:38:13 d747dcd14b5f: Pulling fs layer 21:38:13 2de7ff778b66: Pulling fs layer 21:38:13 0d9ebad4ef96: Waiting 21:38:13 e9a5061849ea: Waiting 21:38:13 d747dcd14b5f: Waiting 21:38:13 2de7ff778b66: Waiting 21:38:13 9712f1f96733: Verifying Checksum 21:38:13 9712f1f96733: Download complete 21:38:16 63f879dbbcfc: Verifying Checksum 21:38:16 63f879dbbcfc: Download complete 21:38:16 e9a5061849ea: Verifying Checksum 21:38:16 e9a5061849ea: Download complete 21:38:16 d747dcd14b5f: Verifying Checksum 21:38:16 d747dcd14b5f: Download complete 21:38:17 2de7ff778b66: Verifying Checksum 21:38:17 2de7ff778b66: Download complete 21:38:17 0d9ebad4ef96: Verifying Checksum 21:38:17 0d9ebad4ef96: Download complete 21:38:18 ab5ef0e58194: Verifying Checksum 21:38:18 ab5ef0e58194: Download complete 21:38:28 ab5ef0e58194: Pull complete 21:38:29 9712f1f96733: Pull complete 21:38:33 63f879dbbcfc: Pull complete 21:38:52 0d9ebad4ef96: Pull complete 21:38:52 e9a5061849ea: Pull complete 21:38:52 d747dcd14b5f: Pull complete 21:38:56 2de7ff778b66: Pull complete 21:38:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:38:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:38:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:38:56 prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container 21:38:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-lftools:0.23.1-centos7 cat 21:39:00 $ docker top 31a8e85e1e9243a3b0bdc38a94da93b786ad5c6d851c34c9430cb78e8ee5a738 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:39:01 provisioning config files... 21:39:01 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4490138348337484324tmp 21:39:01 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2773869629811169872tmp 21:39:01 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2187443230821044849tmp [Pipeline] { [Pipeline] echo 21:39:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:39:02 ---> sigul-configuration.sh 21:39:03 gpg: directory `/root/.gnupg' created 21:39:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:39:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:39:03 gpg: keyring `/root/.gnupg/secring.gpg' created 21:39:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:39:03 gpg: CAST5 encrypted data 21:39:03 gpg: encrypted with 1 passphrase 21:39:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:39:04 + mkdir /home/jenkins 21:39:04 + mkdir /home/jenkins/sigul [Pipeline] sh 21:39:04 + 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 21:39:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:39:05 ---> sigul-install.sh 21:39:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:39:17 + git tag --list 21:39:17 0.7.1 21:39:17 v1.0.0 21:39:17 v1.1.0 21:39:17 v1.1.1 21:39:17 v1.2.2 21:39:17 v1.3.0 21:39:17 v1.3.1 21:39:17 v1.3.1-dev.1 21:39:17 v1.3.1-dev.2 21:39:17 v1.3.1-dev.3 21:39:17 v1.3.1-dev.4 21:39:17 v1.3.2-dev.1 21:39:17 v1.3.2-dev.2 21:39:17 v1.3.2-dev.3 21:39:17 v1.3.2-dev.4 21:39:17 v1.3.2-dev.5 21:39:17 v1.3.2-dev.6 21:39:17 v1.3.2-dev.7 21:39:17 v1.3.2-dev.8 [Pipeline] sh 21:39:17 + lftools sign git-tag v1.3.2-dev.8 21:39:20 Signing Git tag with Sigul... 21:39:20 Signing v1.3.2-dev.8 [Pipeline] echo 21:39:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:39:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:39:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:39:22 $ docker stop --time=1 31a8e85e1e9243a3b0bdc38a94da93b786ad5c6d851c34c9430cb78e8ee5a738 21:39:24 $ docker rm -f 31a8e85e1e9243a3b0bdc38a94da93b786ad5c6d851c34c9430cb78e8ee5a738 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:39:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:39:25 . [Pipeline] withDockerContainer 21:39:25 prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container 21:39:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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:10004/edgex-devops/git-semver:latest cat 21:39:26 $ docker top db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:39:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:39:27 [ssh-agent] Looking for ssh-agent implementation... 21:39:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:39:28 $ docker exec db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 ssh-agent 21:39:29 SSH_AUTH_SOCK=/tmp/ssh-9Hx8pFY47bZQ/agent.12 21:39:29 SSH_AGENT_PID=17 21:39:29 Running ssh-add (command line suppressed) 21:39:29 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_425281572273256954.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_425281572273256954.key) 21:39:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:39:30 + git semver bump pre 21:39:30 # -> Open(): unable to determine branch for HEAD 21:39:30 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 21:39:30 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 21:39:30 # $SEMVER_REMOTE_NAME = origin 21:39:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:39:30 # $SEMVER_USER_NAME = edgex-jenkins 21:39:30 # $SEMVER_BRANCH = master 21:39:30 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 21:39:30 1.3.2-dev.9 [Pipeline] } 21:39:30 $ docker exec --env ******** --env ******** db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 ssh-agent -k 21:39:31 unset SSH_AUTH_SOCK; 21:39:31 unset SSH_AGENT_PID; 21:39:31 echo Agent pid 17 killed; 21:39:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:39:32 + git semver [Pipeline] } 21:39:32 $ docker stop --time=1 db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 21:39:34 $ docker rm -f db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:39:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:39:34 . [Pipeline] withDockerContainer 21:39:35 prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container 21:39:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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:10004/edgex-devops/git-semver:latest cat 21:39:36 $ docker top 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:39:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:39:37 [ssh-agent] Looking for ssh-agent implementation... 21:39:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:39:37 $ docker exec 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 ssh-agent 21:39:38 SSH_AUTH_SOCK=/tmp/ssh-YtrNb5VIfljR/agent.12 21:39:38 SSH_AGENT_PID=17 21:39:38 Running ssh-add (command line suppressed) 21:39:39 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6849391763191274872.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6849391763191274872.key) 21:39:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:39:39 + git semver push 21:39:39 # -> Open(): unable to determine branch for HEAD 21:39:39 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 21:39:39 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 21:39:39 # $SEMVER_REMOTE_NAME = origin 21:39:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:39:39 # $SEMVER_USER_NAME = edgex-jenkins 21:39:39 # $SEMVER_BRANCH = master 21:39:39 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 21:39:44 $ docker exec --env ******** --env ******** 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 ssh-agent -k 21:39:44 unset SSH_AUTH_SOCK; 21:39:44 unset SSH_AGENT_PID; 21:39:44 echo Agent pid 17 killed; 21:39:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:39:45 + git semver [Pipeline] } 21:39:45 $ docker stop --time=1 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 21:39:47 $ docker rm -f 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 [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 21:39:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:39:49 ---> package-listing.sh 21:39:49 ++ facter osfamily 21:39:49 ++ tr '[:upper:]' '[:lower:]' 21:39:49 + OS_FAMILY=redhat 21:39:49 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 21:39:49 + START_PACKAGES=/tmp/packages_start.txt 21:39:49 + END_PACKAGES=/tmp/packages_end.txt 21:39:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:39:49 + PACKAGES=/tmp/packages_start.txt 21:39:49 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 21:39:49 + PACKAGES=/tmp/packages_end.txt 21:39:49 + case "${OS_FAMILY}" in 21:39:49 + rpm -qa 21:39:49 + sort 21:39:58 + '[' -f /tmp/packages_start.txt ']' 21:39:58 + '[' -f /tmp/packages_end.txt ']' 21:39:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:39:58 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 21:39:58 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 21:39:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 21:39:58 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/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:39:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:39:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:39:59 21:39:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:40:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:40:00 alpine: Pulling from edgex-lftools-log-publisher 21:40:00 df20fa9351a1: Pulling fs layer 21:40:00 36b3adc4ff6f: Pulling fs layer 21:40:00 8ad3a11d3b57: Pulling fs layer 21:40:00 46f8f816bc3b: Pulling fs layer 21:40:00 93b61091891f: Pulling fs layer 21:40:00 93b9cdb0e59b: Pulling fs layer 21:40:00 5e14af77c1be: Pulling fs layer 21:40:00 01666e4c0597: Pulling fs layer 21:40:00 aa168da1d23b: Pulling fs layer 21:40:00 46f8f816bc3b: Waiting 21:40:00 93b61091891f: Waiting 21:40:00 93b9cdb0e59b: Waiting 21:40:00 5e14af77c1be: Waiting 21:40:00 01666e4c0597: Waiting 21:40:00 aa168da1d23b: Waiting 21:40:00 36b3adc4ff6f: Verifying Checksum 21:40:00 36b3adc4ff6f: Download complete 21:40:00 46f8f816bc3b: Verifying Checksum 21:40:00 46f8f816bc3b: Download complete 21:40:00 df20fa9351a1: Verifying Checksum 21:40:00 df20fa9351a1: Download complete 21:40:00 93b9cdb0e59b: Verifying Checksum 21:40:00 93b9cdb0e59b: Download complete 21:40:00 5e14af77c1be: Verifying Checksum 21:40:00 5e14af77c1be: Download complete 21:40:00 01666e4c0597: Verifying Checksum 21:40:00 01666e4c0597: Download complete 21:40:00 93b61091891f: Download complete 21:40:01 8ad3a11d3b57: Verifying Checksum 21:40:02 df20fa9351a1: Pull complete 21:40:03 36b3adc4ff6f: Pull complete 21:40:06 8ad3a11d3b57: Pull complete 21:40:07 46f8f816bc3b: Pull complete 21:40:07 93b61091891f: Pull complete 21:40:08 93b9cdb0e59b: Pull complete 21:40:08 5e14af77c1be: Pull complete 21:40:09 aa168da1d23b: Verifying Checksum 21:40:09 aa168da1d23b: Download complete 21:40:10 01666e4c0597: Pull complete 21:40:28 aa168da1d23b: Pull complete 21:40:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:40:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:40:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:40:29 prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container 21:40:29 $ 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/gexfoundry_device-mqtt-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/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-lftools-log-publisher:alpine cat 21:40:32 $ docker top 9711d0228a422fadd48bb7e0c7cdecd172789bf2737a01e711641418b0851cdc -eo pid,comm [Pipeline] { [Pipeline] sh 21:40:34 + touch /tmp/pre-build-complete [Pipeline] sh 21:40:34 + mkdir -p /var/log/sa [Pipeline] sh 21:40:35 + ls /var/log/sa-host 21:40:35 + sadf -c /var/log/sa-host/sa23 21:40:35 file_magic: OK 21:40:35 HZ: Using current value: 100 21:40:35 file_header: OK 21:40:35 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 21:40:35 Statistics: 21:40:35 Hnuu...uuuununununu... 21:40:35 File successfully converted to sysstat format version 12.2.1 21:40:35 + sadf -c /var/log/sa-host/sa30 21:40:35 file_magic: OK 21:40:35 HZ: Using current value: 100 21:40:35 file_header: OK 21:40:35 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 21:40:35 Statistics: 21:40:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:40:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:40:36 provisioning config files... 21:40:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2300488058276474686tmp [Pipeline] { [Pipeline] echo 21:40:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:40:37 ---> create-netrc.sh [Pipeline] } 21:40:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:40:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:40:37 ---> python-tools-install.sh [Pipeline] echo 21:40:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:40:38 ---> sudo-logs.sh 21:40:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:40:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:40:38 ---> job-cost.sh 21:40:39 lf-activate-venv: SKIPPING 21:40:39 DEBUG: total: 0.20999999344348907 21:40:39 INFO: Retrieving Stack Cost... 21:40:40 INFO: Retrieving Pricing Info for: v1-standard-2 21:40:40 INFO: Archiving Costs [Pipeline] echo 21:40:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:40:41 ---> logs-deploy.sh 21:40:41 lf-activate-venv: SKIPPING 21:40:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/39 21:40:41 INFO: archiving workspace using pattern(s): 21:40:43 Archives upload complete. 21:40:43 INFO: archiving logs to Nexus 21:40:46 ---> uname -a: 21:40:46 Linux prd-centos7-docker-4c-2g-2522.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:40:46 21:40:46 21:40:46 ---> lscpu: 21:40:46 Architecture: x86_64 21:40:46 CPU op-mode(s): 32-bit, 64-bit 21:40:46 Byte Order: Little Endian 21:40:46 Address sizes: 40 bits physical, 48 bits virtual 21:40:46 CPU(s): 4 21:40:46 On-line CPU(s) list: 0-3 21:40:46 Thread(s) per core: 1 21:40:46 Core(s) per socket: 1 21:40:46 Socket(s): 4 21:40:46 NUMA node(s): 1 21:40:46 Vendor ID: GenuineIntel 21:40:46 CPU family: 6 21:40:46 Model: 44 21:40:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:40:46 Stepping: 1 21:40:46 CPU MHz: 2933.438 21:40:46 BogoMIPS: 5866.87 21:40:46 Virtualization: VT-x 21:40:46 Hypervisor vendor: KVM 21:40:46 Virtualization type: full 21:40:46 L1d cache: 128 KiB 21:40:46 L1i cache: 128 KiB 21:40:46 L2 cache: 16 MiB 21:40:46 L3 cache: 64 MiB 21:40:46 NUMA node0 CPU(s): 0-3 21:40:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:40:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:40:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:40:46 Vulnerability Meltdown: Mitigation; PTI 21:40:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:40:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:40:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:40:46 Vulnerability Srbds: Not affected 21:40:46 Vulnerability Tsx async abort: Not affected 21:40:46 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 21:40:46 21:40:46 21:40:46 ---> nproc: 21:40:46 4 21:40:46 21:40:46 21:40:46 ---> df -h: 21:40:46 Filesystem Size Used Available Use% Mounted on 21:40:46 overlay 50.0G 8.5G 41.4G 17% / 21:40:46 tmpfs 64.0M 0 64.0M 0% /dev 21:40:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:40:46 shm 64.0M 0 64.0M 0% /dev/shm 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:40:46 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:40:46 21:40:46 21:40:46 ---> free -m: 21:40:46 total used free shared buff/cache available 21:40:46 Mem: 1837 849 144 0 843 921 21:40:46 Swap: 1023 4 1019 21:40:46 21:40:46 21:40:46 ---> ip addr: 21:40:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:40:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:40:46 inet 127.0.0.1/8 scope host lo 21:40:46 valid_lft forever preferred_lft forever 21:40:46 inet6 ::1/128 scope host 21:40:46 valid_lft forever preferred_lft forever 21:40:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:40:46 link/ether fa:16:3e:82:ac:df brd ff:ff:ff:ff:ff:ff 21:40:46 inet 10.30.123.227/23 brd 10.30.123.255 scope global dynamic eth0 21:40:46 valid_lft 85542sec preferred_lft 85542sec 21:40:46 inet6 fe80::f816:3eff:fe82:acdf/64 scope link 21:40:46 valid_lft forever preferred_lft forever 21:40:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:40:46 link/ether 02:42:da:91:95:35 brd ff:ff:ff:ff:ff:ff 21:40:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:40:46 valid_lft forever preferred_lft forever 21:40:46 inet6 fe80::42:daff:fe91:9535/64 scope link 21:40:46 valid_lft forever preferred_lft forever 21:40:46 21:40:46 21:40:46 ---> sar -b -r -n DEV: 21:40:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) 21:40:46 21:40:46 21:26:14 LINUX RESTART (4 CPU) 21:40:46 21:40:46 21:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:40:46 21:28:01 79.27 37.83 41.43 0.00 7610.49 3766.99 0.00 21:40:46 21:29:01 3.69 0.03 3.66 0.00 1.06 115.26 0.00 21:40:46 21:30:01 0.50 0.00 0.50 0.00 0.00 7.74 0.00 21:40:46 21:31:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 21:40:46 21:32:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 21:40:46 21:33:02 0.30 0.00 0.30 0.00 0.00 3.79 0.00 21:40:46 21:34:01 0.19 0.00 0.19 0.00 0.00 1.91 0.00 21:40:46 21:35:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 21:40:46 21:36:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 21:40:46 21:37:01 48.53 16.25 32.28 0.00 1213.36 16363.00 0.00 21:40:46 21:38:01 297.45 176.18 121.27 0.00 7519.58 22017.35 0.00 21:40:46 21:39:02 178.29 46.71 131.57 0.00 2621.91 28992.31 0.00 21:40:46 21:40:01 101.52 80.88 20.64 0.00 6000.07 4570.09 0.00 21:40:46 Average: 54.76 27.55 27.21 0.00 1913.64 5855.77 0.00 21:40:46 21:40:46 21:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:40:46 21:28:01 138520 0 621512 33.03 2620 1118892 1136504 38.79 462584 1081040 128 21:40:46 21:29:01 136160 0 623780 33.15 2620 1118984 1136100 38.77 466820 1079852 12 21:40:46 21:30:01 143748 0 616188 32.75 2620 1118988 1067772 36.44 472936 1066944 8 21:40:46 21:31:01 141048 0 618832 32.89 2620 1119044 1068012 36.45 476416 1066956 24 21:40:46 21:32:01 142628 0 617300 32.81 2620 1118996 1067772 36.44 474864 1066960 8 21:40:46 21:33:02 142144 0 617776 32.83 2620 1119004 1067868 36.44 468528 1073812 8 21:40:46 21:34:01 142328 0 617592 32.82 2620 1119004 1067772 36.44 468036 1073808 16 21:40:46 21:35:01 142396 0 617520 32.82 2620 1119008 1067772 36.44 468164 1073808 8 21:40:46 21:36:01 142264 0 617644 32.83 2620 1119016 1067772 36.44 468172 1073808 8 21:40:46 21:37:01 123408 0 737752 39.21 2620 1017764 1555024 53.07 505372 1017932 100080 21:40:46 21:38:01 265080 0 733836 39.00 2596 880032 1313156 44.82 538080 810196 20 21:40:46 21:39:02 174012 0 781164 41.52 1976 924392 1288548 43.98 519968 855360 48 21:40:46 21:40:01 63832 0 850540 45.20 1604 965568 1628952 55.59 636872 841340 16560 21:40:46 Average: 145967 0 667034 35.45 2490 1066053 1194848 40.78 494370 1013986 8994 21:40:46 21:40:46 21:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:40:46 21:28:01 eth0 276.54 192.63 1089.73 74.74 0.00 0.00 0.00 0.00 21:40:46 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:28:01 docker0 2.25 2.00 0.45 4.94 0.00 0.00 0.00 0.00 21:40:46 21:29:01 eth0 1.00 0.65 2.84 0.05 0.00 0.00 0.00 0.00 21:40:46 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:30:01 eth0 0.70 0.02 0.06 0.00 0.00 0.00 0.00 0.00 21:40:46 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:31:01 eth0 1.28 0.72 0.62 0.40 0.00 0.00 0.00 0.00 21:40:46 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:32:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:40:46 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:33:02 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 21:40:46 21:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:34:01 eth0 0.14 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:40:46 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:40:46 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:40:46 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:37:01 eth0 409.84 310.00 4069.79 53.49 0.00 0.00 0.00 0.00 21:40:46 21:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:38:01 eth0 87.62 73.99 406.42 13.81 0.00 0.00 0.00 0.00 21:40:46 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:38:01 docker0 58.28 68.16 4.85 387.03 0.00 0.00 0.00 0.00 21:40:46 21:39:02 vetha751ad5 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:40:46 21:39:02 eth0 363.70 296.07 3205.95 91.95 0.00 0.00 0.00 0.00 21:40:46 21:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:40:01 eth0 136.07 92.22 594.57 65.25 0.00 0.00 0.00 0.00 21:40:46 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 21:40:01 docker0 23.42 47.43 1.52 262.67 0.00 0.00 0.00 0.00 21:40:46 Average: eth0 98.20 74.36 722.01 23.00 0.00 0.00 0.00 0.00 21:40:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:40:46 Average: docker0 6.47 9.04 0.52 50.36 0.00 0.00 0.00 0.00 21:40:46 21:40:46 21:40:46 ---> sar -P ALL: 21:40:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) 21:40:46 21:40:46 21:26:14 LINUX RESTART (4 CPU) 21:40:46 21:40:46 21:27:02 CPU %user %nice %system %iowait %steal %idle 21:40:46 21:28:01 all 13.39 0.00 6.09 2.10 21.07 57.34 21:40:46 21:28:01 0 11.92 0.00 6.73 1.36 21.61 58.39 21:40:46 21:28:01 1 17.14 0.00 5.75 2.34 20.01 54.76 21:40:46 21:28:01 2 16.06 0.00 6.61 3.29 20.10 53.95 21:40:46 21:28:01 3 8.74 0.00 5.32 1.46 22.49 61.99 21:40:46 21:29:01 all 0.13 0.00 0.06 0.00 1.08 98.73 21:40:46 21:29:01 0 0.05 0.00 0.07 0.00 0.45 99.44 21:40:46 21:29:01 1 0.07 0.00 0.05 0.00 0.94 98.94 21:40:46 21:29:01 2 0.05 0.00 0.05 0.00 1.42 98.48 21:40:46 21:29:01 3 0.35 0.00 0.08 0.00 1.51 98.06 21:40:46 21:30:01 all 0.08 0.00 0.10 0.00 0.74 99.08 21:40:46 21:30:01 0 0.08 0.00 0.05 0.00 0.84 99.02 21:40:46 21:30:01 1 0.05 0.00 0.13 0.00 0.51 99.30 21:40:46 21:30:01 2 0.03 0.00 0.10 0.00 0.98 98.89 21:40:46 21:30:01 3 0.17 0.00 0.13 0.00 0.61 99.09 21:40:46 21:31:01 all 0.10 0.00 0.03 0.00 0.61 99.27 21:40:46 21:31:01 0 0.28 0.00 0.02 0.00 0.96 98.74 21:40:46 21:31:01 1 0.03 0.00 0.05 0.00 0.27 99.65 21:40:46 21:31:01 2 0.05 0.00 0.03 0.00 0.81 99.11 21:40:46 21:31:01 3 0.02 0.00 0.02 0.00 0.40 99.57 21:40:46 21:32:01 all 0.07 0.00 0.06 0.00 0.80 99.07 21:40:46 21:32:01 0 0.25 0.00 0.03 0.00 1.06 98.66 21:40:46 21:32:01 1 0.00 0.00 0.07 0.00 0.40 99.53 21:40:46 21:32:01 2 0.03 0.00 0.07 0.00 1.02 98.88 21:40:46 21:32:01 3 0.02 0.00 0.07 0.00 0.71 99.20 21:40:46 21:33:02 all 0.06 0.00 0.33 0.00 1.49 98.12 21:40:46 21:33:02 0 0.03 0.00 0.45 0.00 1.22 98.30 21:40:46 21:33:02 1 0.15 0.00 0.25 0.00 1.31 98.29 21:40:46 21:33:02 2 0.02 0.00 0.50 0.00 1.24 98.25 21:40:46 21:33:02 3 0.03 0.00 0.13 0.00 2.19 97.64 21:40:46 21:34:01 all 0.06 0.00 0.03 0.00 0.97 98.94 21:40:46 21:34:01 0 0.02 0.00 0.05 0.00 0.39 99.54 21:40:46 21:34:01 1 0.17 0.00 0.03 0.00 1.62 98.18 21:40:46 21:34:01 2 0.03 0.00 0.03 0.00 1.04 98.89 21:40:46 21:34:01 3 0.03 0.00 0.02 0.00 0.81 99.14 21:40:46 21:35:01 all 0.05 0.00 0.02 0.00 0.78 99.15 21:40:46 21:35:01 0 0.00 0.00 0.03 0.00 1.01 98.96 21:40:46 21:35:01 1 0.13 0.00 0.02 0.00 1.11 98.74 21:40:46 21:35:01 2 0.02 0.00 0.02 0.00 0.50 99.47 21:40:46 21:35:01 3 0.03 0.00 0.03 0.00 0.51 99.42 21:40:46 21:36:01 all 0.05 0.00 0.03 0.00 0.70 99.22 21:40:46 21:36:01 0 0.03 0.00 0.03 0.00 1.09 98.84 21:40:46 21:36:01 1 0.13 0.00 0.03 0.00 0.78 99.05 21:40:46 21:36:01 2 0.02 0.00 0.02 0.00 0.33 99.63 21:40:46 21:36:01 3 0.03 0.00 0.03 0.00 0.58 99.35 21:40:46 21:37:01 all 3.20 0.00 2.75 0.27 14.14 79.64 21:40:46 21:37:01 0 3.43 0.00 2.85 0.03 14.58 79.10 21:40:46 21:37:01 1 3.38 0.00 2.18 0.37 14.55 79.52 21:40:46 21:37:01 2 3.44 0.00 2.64 0.10 14.09 79.73 21:40:46 21:37:01 3 2.55 0.00 3.35 0.56 13.32 80.23 21:40:46 21:38:01 all 4.53 0.00 3.83 4.59 21.44 65.62 21:40:46 21:38:01 0 4.27 0.00 3.97 5.63 22.50 63.62 21:40:46 21:38:01 1 3.84 0.00 3.15 4.23 21.34 67.44 21:40:46 21:38:01 2 4.55 0.00 4.60 4.12 20.23 66.51 21:40:46 21:38:01 3 5.48 0.00 3.62 4.37 21.65 64.88 21:40:46 21:40:46 21:38:01 CPU %user %nice %system %iowait %steal %idle 21:40:46 21:39:02 all 5.43 0.00 6.06 0.91 30.63 56.97 21:40:46 21:39:02 0 6.11 0.00 6.20 0.80 32.58 54.30 21:40:46 21:39:02 1 5.03 0.00 6.49 1.40 29.62 57.46 21:40:46 21:39:02 2 5.43 0.00 5.49 0.95 30.51 57.62 21:40:46 21:39:02 3 5.14 0.00 6.05 0.48 29.79 58.54 21:40:46 21:40:01 all 5.42 0.00 4.64 3.01 16.68 70.25 21:40:46 21:40:01 0 2.69 0.00 3.91 0.87 18.73 73.80 21:40:46 21:40:01 1 2.47 0.00 4.89 1.01 15.79 75.84 21:40:46 21:40:01 2 12.02 0.00 4.68 9.43 16.16 57.71 21:40:46 21:40:01 3 4.72 0.00 5.12 0.90 15.93 73.33 21:40:46 Average: all 2.54 0.00 1.89 0.86 8.77 85.94 21:40:46 Average: 0 2.28 0.00 1.93 0.69 9.29 85.81 21:40:46 Average: 1 2.52 0.00 1.82 0.74 8.57 86.35 21:40:46 Average: 2 3.21 0.00 1.93 1.38 8.50 84.97 21:40:46 Average: 3 2.15 0.00 1.89 0.61 8.72 86.63 21:40:46 21:40:46 21:40:46