Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9554146ac767a316102827058dd0818d8a8edfd8 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-modbus-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-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25572 in /w/workspace/xfoundry_device-modbus-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-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 9554146ac767a316102827058dd0818d8a8edfd8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 Commit message: "Merge pull request #210 from FelixTing/issue-204" > git rev-list --no-walk 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T16:05:55.844Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T16:05:56.146Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T16:05:56.284Z] ========================================================= [2021-02-08T16:05:56.284Z] EdgeX Global Pipelines Version Info [2021-02-08T16:05:56.284Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:05:57.781Z] ------------------- [2021-02-08T16:05:57.781Z] stable info: [2021-02-08T16:05:57.781Z] ------------------- [2021-02-08T16:05:57.781Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T16:05:57.781Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T16:05:57.781Z] Message: update stable to v1.0.179 [2021-02-08T16:05:58.730Z] ------------------- [2021-02-08T16:05:58.730Z] experimental info: [2021-02-08T16:05:58.730Z] ------------------- [2021-02-08T16:05:58.730Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T16:05:58.730Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T16:05:58.730Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T16:05:58.999Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2021-02-08T16:05:59.113Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2021-02-08T16:05:59.215Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T16:05:59.312Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T16:05:59.405Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T16:05:59.505Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T16:05:59.599Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T16:05:59.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T16:05:59.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-08T16:05:59.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T16:05:59.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T16:06:00.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2021-02-08T16:06:00.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T16:06:00.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T16:06:00.379Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T16:06:00.535Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T16:06:00.638Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:06:00.738Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:06:00.835Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T16:06:00.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-08T16:06:01.028Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-08T16:06:01.122Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-08T16:06:01.214Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-08T16:06:01.309Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-08T16:06:01.406Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-08T16:06:01.509Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T16:06:01.604Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T16:06:01.701Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-08T16:06:01.805Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-08T16:06:01.902Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-08T16:06:02.022Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] echo [2021-02-08T16:06:02.172Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9554146 [Pipeline] echo [2021-02-08T16:06:02.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T16:06:02.463Z] provisioning config files... [2021-02-08T16:06:02.502Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config960143019324049281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:06:02.881Z] ---> docker-login.sh [2021-02-08T16:06:02.881Z] nexus3.edgexfoundry.org:10001 [2021-02-08T16:06:03.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:06:03.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:06:03.410Z] Configure a credential helper to remove this warning. See [2021-02-08T16:06:03.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:06:03.410Z] [2021-02-08T16:06:03.410Z] Login Succeeded [2021-02-08T16:06:03.410Z] nexus3.edgexfoundry.org:10002 [2021-02-08T16:06:03.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:06:03.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:06:03.674Z] Configure a credential helper to remove this warning. See [2021-02-08T16:06:03.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:06:03.674Z] [2021-02-08T16:06:03.674Z] Login Succeeded [2021-02-08T16:06:03.674Z] nexus3.edgexfoundry.org:10003 [2021-02-08T16:06:03.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:06:03.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:06:03.674Z] Configure a credential helper to remove this warning. See [2021-02-08T16:06:03.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:06:03.674Z] [2021-02-08T16:06:03.674Z] Login Succeeded [2021-02-08T16:06:03.674Z] nexus3.edgexfoundry.org:10004 [2021-02-08T16:06:03.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:06:03.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:06:03.937Z] Configure a credential helper to remove this warning. See [2021-02-08T16:06:03.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:06:03.937Z] [2021-02-08T16:06:03.937Z] Login Succeeded [2021-02-08T16:06:03.937Z] docker.io [2021-02-08T16:06:04.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:06:04.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:06:04.464Z] Configure a credential helper to remove this warning. See [2021-02-08T16:06:04.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:06:04.464Z] [2021-02-08T16:06:04.464Z] Login Succeeded [2021-02-08T16:06:04.464Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T16:06:04.475Z] 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 [2021-02-08T16:06:05.320Z] + git log --format=format:%s -1 9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] echo [2021-02-08T16:06:05.395Z] GIT_COMMIT: 9554146ac767a316102827058dd0818d8a8edfd8, Commit Message: Merge pull request #210 from FelixTing/issue-204 [Pipeline] echo [2021-02-08T16:06:05.443Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:06:06.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:06:06.502Z] [2021-02-08T16:06:06.502Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:06:06.874Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:06:06.874Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T16:06:06.874Z] 31603596830f: Pulling fs layer [2021-02-08T16:06:06.874Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T16:06:06.874Z] 6ca5941a6612: Pulling fs layer [2021-02-08T16:06:06.874Z] ecc8261a40a4: Pulling fs layer [2021-02-08T16:06:06.874Z] ecc8261a40a4: Waiting [2021-02-08T16:06:06.874Z] 2a8b12db71e7: Verifying Checksum [2021-02-08T16:06:06.874Z] 2a8b12db71e7: Download complete [2021-02-08T16:06:07.137Z] 31603596830f: Verifying Checksum [2021-02-08T16:06:07.137Z] 31603596830f: Download complete [2021-02-08T16:06:07.137Z] ecc8261a40a4: Verifying Checksum [2021-02-08T16:06:07.137Z] ecc8261a40a4: Download complete [2021-02-08T16:06:07.137Z] 6ca5941a6612: Verifying Checksum [2021-02-08T16:06:07.137Z] 6ca5941a6612: Download complete [2021-02-08T16:06:07.400Z] 31603596830f: Pull complete [2021-02-08T16:06:07.667Z] 2a8b12db71e7: Pull complete [2021-02-08T16:06:08.622Z] 6ca5941a6612: Pull complete [2021-02-08T16:06:08.622Z] ecc8261a40a4: Pull complete [2021-02-08T16:06:08.886Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T16:06:08.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:06:08.886Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T16:06:09.006Z] prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container [2021-02-08T16:06:09.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T16:06:11.135Z] $ docker top eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:06:11.461Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:06:11.461Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:06:11.697Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:06:11.701Z] $ docker exec eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent [2021-02-08T16:06:12.012Z] SSH_AUTH_SOCK=/tmp/ssh-NHZRU3x1dvBd/agent.12 [2021-02-08T16:06:12.012Z] SSH_AGENT_PID=17 [2021-02-08T16:06:12.025Z] Running ssh-add (command line suppressed) [2021-02-08T16:06:12.153Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5967091064300918213.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5967091064300918213.key) [2021-02-08T16:06:12.215Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:06:12.557Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T16:06:12.584Z] $ docker exec --env ******** --env ******** eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent -k [2021-02-08T16:06:12.705Z] unset SSH_AUTH_SOCK; [2021-02-08T16:06:12.705Z] unset SSH_AGENT_PID; [2021-02-08T16:06:12.705Z] echo Agent pid 17 killed; [2021-02-08T16:06:12.758Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T16:06:12.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:06:12.941Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:06:13.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:06:13.128Z] $ docker exec eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent [2021-02-08T16:06:13.310Z] SSH_AUTH_SOCK=/tmp/ssh-7zfLajZ83SZa/agent.47 [2021-02-08T16:06:13.310Z] SSH_AGENT_PID=53 [2021-02-08T16:06:13.317Z] Running ssh-add (command line suppressed) [2021-02-08T16:06:13.447Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1564647211772036707.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1564647211772036707.key) [2021-02-08T16:06:13.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:06:13.882Z] + git semver init [2021-02-08T16:06:13.883Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:06:13.883Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-02-08T16:06:13.883Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-02-08T16:06:13.883Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:06:13.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:06:13.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:06:13.883Z] # $SEMVER_BRANCH = master [2021-02-08T16:06:13.883Z] # $SEMVER_TEMP = /tmp/semver-985056490 [2021-02-08T16:06:13.883Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2021-02-08T16:06:14.457Z] # '/tmp/semver-985056490' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2021-02-08T16:06:14.457Z] # -> Force: false [2021-02-08T16:06:14.457Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2021-02-08T16:06:14.471Z] $ docker exec --env ******** --env ******** eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent -k [2021-02-08T16:06:14.595Z] unset SSH_AUTH_SOCK; [2021-02-08T16:06:14.596Z] unset SSH_AGENT_PID; [2021-02-08T16:06:14.596Z] echo Agent pid 53 killed; [2021-02-08T16:06:14.651Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:06:15.118Z] + git semver [Pipeline] } [2021-02-08T16:06:15.166Z] $ docker stop --time=1 eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a [2021-02-08T16:06:16.588Z] $ docker rm -f eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:06:17.067Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T16:06:17.562Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T16:06:17.565Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.1 [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 [2021-02-08T16:06:33.073Z] Still waiting to schedule task [2021-02-08T16:06:33.073Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25572’ [2021-02-08T16:06:33.075Z] Still waiting to schedule task [2021-02-08T16:06:33.075Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-08T16:08:13.781Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25573 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2021-02-08T16:08:13.846Z] Running in /w/workspace/device-modbus-go/38 [Pipeline] { [Pipeline] checkout [2021-02-08T16:08:19.227Z] using credential edgex-jenkins-ssh [2021-02-08T16:08:19.300Z] Cloning the remote Git repository [2021-02-08T16:08:19.355Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-02-08T16:08:19.464Z] > git init /w/workspace/device-modbus-go/38 # timeout=10 [2021-02-08T16:08:19.566Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-08T16:08:19.566Z] > git --version # timeout=10 [2021-02-08T16:08:19.592Z] > git --version # 'git version 2.17.1' [2021-02-08T16:08:19.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:08:19.640Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:08:21.006Z] Checking out Revision 9554146ac767a316102827058dd0818d8a8edfd8 (master) [2021-02-08T16:08:20.423Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-08T16:08:20.448Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:08:20.472Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-08T16:08:20.518Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-08T16:08:20.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:08:20.531Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T16:08:21.029Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:08:21.046Z] > git checkout -f 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 [2021-02-08T16:08:25.568Z] Commit message: "Merge pull request #210 from FelixTing/issue-204" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:08:27.383Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:08:27.785Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:08:28.138Z] + sudo service docker restart [2021-02-08T16:08:28.138Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T16:08:30.870Z] provisioning config files... [2021-02-08T16:08:30.918Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config4314935613727725679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:08:31.367Z] ---> docker-login.sh [2021-02-08T16:08:31.367Z] nexus3.edgexfoundry.org:10001 [2021-02-08T16:08:32.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:08:32.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:08:32.634Z] Configure a credential helper to remove this warning. See [2021-02-08T16:08:32.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:08:32.634Z] [2021-02-08T16:08:32.634Z] Login Succeeded [2021-02-08T16:08:32.634Z] nexus3.edgexfoundry.org:10002 [2021-02-08T16:08:33.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:08:33.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:08:33.230Z] Configure a credential helper to remove this warning. See [2021-02-08T16:08:33.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:08:33.230Z] [2021-02-08T16:08:33.230Z] Login Succeeded [2021-02-08T16:08:33.230Z] nexus3.edgexfoundry.org:10003 [2021-02-08T16:08:33.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:08:33.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:08:33.828Z] Configure a credential helper to remove this warning. See [2021-02-08T16:08:33.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:08:33.828Z] [2021-02-08T16:08:33.828Z] Login Succeeded [2021-02-08T16:08:33.828Z] nexus3.edgexfoundry.org:10004 [2021-02-08T16:08:34.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:08:34.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:08:34.379Z] Configure a credential helper to remove this warning. See [2021-02-08T16:08:34.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:08:34.379Z] [2021-02-08T16:08:34.379Z] Login Succeeded [2021-02-08T16:08:34.379Z] docker.io [2021-02-08T16:08:34.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:08:35.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:08:35.254Z] Configure a credential helper to remove this warning. See [2021-02-08T16:08:35.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:08:35.254Z] [2021-02-08T16:08:35.254Z] Login Succeeded [2021-02-08T16:08:35.254Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T16:08:35.273Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-08T16:08:35.700Z] ========================================================= [2021-02-08T16:08:35.700Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T16:08:35.700Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:08:36.086Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-08T16:08:36.362Z] Sending build context to Docker daemon 534kB [2021-02-08T16:08:36.362Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:08:36.362Z] Step 2/8 : FROM ${BASE} [2021-02-08T16:08:36.635Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T16:08:36.635Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T16:08:36.635Z] a4357932f1b6: Pulling fs layer [2021-02-08T16:08:36.635Z] 18c013af1878: Pulling fs layer [2021-02-08T16:08:36.635Z] 00ac8860ef70: Pulling fs layer [2021-02-08T16:08:36.635Z] 63d7cb157983: Pulling fs layer [2021-02-08T16:08:36.635Z] b116817d02f9: Pulling fs layer [2021-02-08T16:08:36.635Z] 00ac8860ef70: Waiting [2021-02-08T16:08:36.635Z] 745a02a5169b: Pulling fs layer [2021-02-08T16:08:36.635Z] 63d7cb157983: Waiting [2021-02-08T16:08:36.635Z] b116817d02f9: Waiting [2021-02-08T16:08:36.635Z] 745a02a5169b: Waiting [2021-02-08T16:08:36.635Z] 18c013af1878: Verifying Checksum [2021-02-08T16:08:36.635Z] 18c013af1878: Download complete [2021-02-08T16:08:36.635Z] a4357932f1b6: Verifying Checksum [2021-02-08T16:08:36.635Z] a4357932f1b6: Download complete [2021-02-08T16:08:36.635Z] 63d7cb157983: Verifying Checksum [2021-02-08T16:08:36.635Z] 63d7cb157983: Download complete [2021-02-08T16:08:36.635Z] b116817d02f9: Verifying Checksum [2021-02-08T16:08:36.635Z] b116817d02f9: Download complete [2021-02-08T16:08:37.609Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T16:08:37.609Z] 5f621e34cdf4: Download complete [2021-02-08T16:08:38.206Z] 5f621e34cdf4: Pull complete [2021-02-08T16:08:38.486Z] a4357932f1b6: Pull complete [2021-02-08T16:08:39.090Z] 18c013af1878: Pull complete [2021-02-08T16:08:39.373Z] 745a02a5169b: Verifying Checksum [2021-02-08T16:08:39.373Z] 745a02a5169b: Download complete [2021-02-08T16:08:40.805Z] 00ac8860ef70: Verifying Checksum [2021-02-08T16:08:40.805Z] 00ac8860ef70: Download complete [2021-02-08T16:08:50.984Z] 00ac8860ef70: Pull complete [2021-02-08T16:08:51.259Z] 63d7cb157983: Pull complete [2021-02-08T16:08:51.531Z] b116817d02f9: Pull complete [2021-02-08T16:08:55.851Z] 745a02a5169b: Pull complete [2021-02-08T16:08:55.851Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T16:08:55.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T16:08:55.851Z] ---> b7e6874047d6 [2021-02-08T16:08:55.851Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-08T16:08:57.149Z] Running on prd-centos7-docker-4c-2g-25574 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2021-02-08T16:08:57.205Z] Running in /w/workspace/device-modbus-go/38 [Pipeline] { [Pipeline] checkout [2021-02-08T16:08:57.826Z] ---> Running in da08e7c81104 [2021-02-08T16:08:58.418Z] Removing intermediate container da08e7c81104 [2021-02-08T16:08:58.418Z] ---> 0f59904fb5c5 [2021-02-08T16:08:58.418Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T16:08:58.418Z] ---> Running in 51b405d11565 [2021-02-08T16:08:59.510Z] using credential edgex-jenkins-ssh [2021-02-08T16:08:59.570Z] Cloning the remote Git repository [2021-02-08T16:08:59.320Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-02-08T16:08:59.399Z] > git init /w/workspace/device-modbus-go/38 # timeout=10 [2021-02-08T16:08:59.468Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-08T16:08:59.468Z] > git --version # timeout=10 [2021-02-08T16:08:59.475Z] > git --version # 'git version 2.24.3' [2021-02-08T16:08:59.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:08:59.507Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:09:00.091Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-08T16:09:00.101Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:09:00.116Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-08T16:09:00.129Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-08T16:09:00.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:09:00.135Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T16:09:00.741Z] Checking out Revision 9554146ac767a316102827058dd0818d8a8edfd8 (master) [2021-02-08T16:09:01.059Z] Removing intermediate container 51b405d11565 [2021-02-08T16:09:01.059Z] ---> d4cd26fd666b [2021-02-08T16:09:01.059Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-08T16:09:01.059Z] ---> Running in b546e30604bf [2021-02-08T16:09:00.567Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:09:00.572Z] > git checkout -f 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 [2021-02-08T16:09:02.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T16:09:03.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T16:09:03.318Z] (1/14) Installing libmagic (5.38-r0) [2021-02-08T16:09:03.910Z] (2/14) Installing file (5.38-r0) [2021-02-08T16:09:04.182Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-08T16:09:04.182Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-08T16:09:04.254Z] Commit message: "Merge pull request #210 from FelixTing/issue-204" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:09:05.381Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:09:05.725Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:09:06.042Z] + sudo service docker restart [2021-02-08T16:09:06.042Z] + true [2021-02-08T16:09:06.042Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T16:09:07.052Z] provisioning config files... [2021-02-08T16:09:07.089Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config8840587740087146127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:09:07.458Z] ---> docker-login.sh [2021-02-08T16:09:07.458Z] nexus3.edgexfoundry.org:10001 [2021-02-08T16:09:07.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:09:07.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:09:07.723Z] Configure a credential helper to remove this warning. See [2021-02-08T16:09:07.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:09:07.723Z] [2021-02-08T16:09:07.723Z] Login Succeeded [2021-02-08T16:09:07.723Z] nexus3.edgexfoundry.org:10002 [2021-02-08T16:09:07.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:09:07.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:09:07.988Z] Configure a credential helper to remove this warning. See [2021-02-08T16:09:07.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:09:07.988Z] [2021-02-08T16:09:07.988Z] Login Succeeded [2021-02-08T16:09:07.988Z] nexus3.edgexfoundry.org:10003 [2021-02-08T16:09:08.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:09:08.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:09:08.250Z] Configure a credential helper to remove this warning. See [2021-02-08T16:09:08.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:09:08.250Z] [2021-02-08T16:09:08.250Z] Login Succeeded [2021-02-08T16:09:08.250Z] nexus3.edgexfoundry.org:10004 [2021-02-08T16:09:08.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:09:08.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:09:08.250Z] Configure a credential helper to remove this warning. See [2021-02-08T16:09:08.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:09:08.250Z] [2021-02-08T16:09:08.250Z] Login Succeeded [2021-02-08T16:09:08.250Z] docker.io [2021-02-08T16:09:08.482Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-08T16:09:08.482Z] (6/14) Installing patch (2.7.6-r6) [2021-02-08T16:09:08.482Z] (7/14) Installing build-base (0.5-r2) [2021-02-08T16:09:08.482Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-08T16:09:08.482Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-08T16:09:08.482Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-08T16:09:08.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:09:08.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:09:08.776Z] Configure a credential helper to remove this warning. See [2021-02-08T16:09:08.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:09:08.776Z] [2021-02-08T16:09:08.776Z] Login Succeeded [2021-02-08T16:09:08.776Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T16:09:08.787Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-08T16:09:09.086Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-08T16:09:09.086Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-08T16:09:09.086Z] (13/14) Installing openssh-server (8.3_p1-r1) [Pipeline] echo [2021-02-08T16:09:09.105Z] ========================================================= [2021-02-08T16:09:09.105Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T16:09:09.105Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:09:09.364Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-08T16:09:09.364Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T16:09:09.364Z] OK: 221 MiB in 53 packages [2021-02-08T16:09:09.482Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-08T16:09:09.482Z] Sending build context to Docker daemon 535kB [2021-02-08T16:09:09.482Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:09:09.482Z] Step 2/8 : FROM ${BASE} [2021-02-08T16:09:09.482Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T16:09:09.482Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T16:09:09.482Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T16:09:09.482Z] de9db76c5a1d: Pulling fs layer [2021-02-08T16:09:09.482Z] bca2f99d35d6: Pulling fs layer [2021-02-08T16:09:09.482Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T16:09:09.482Z] 7c6f9722023f: Pulling fs layer [2021-02-08T16:09:09.482Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T16:09:09.482Z] 93359f2a8cfa: Waiting [2021-02-08T16:09:09.482Z] 7c6f9722023f: Waiting [2021-02-08T16:09:09.482Z] bca2f99d35d6: Waiting [2021-02-08T16:09:09.482Z] a35cf1a2eb13: Waiting [2021-02-08T16:09:09.749Z] de9db76c5a1d: Verifying Checksum [2021-02-08T16:09:09.749Z] de9db76c5a1d: Download complete [2021-02-08T16:09:09.749Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T16:09:09.749Z] 0ef7d3d256c8: Download complete [2021-02-08T16:09:09.749Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T16:09:09.749Z] 93359f2a8cfa: Download complete [2021-02-08T16:09:09.749Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T16:09:09.749Z] 188c0c94c7c5: Download complete [2021-02-08T16:09:09.749Z] 7c6f9722023f: Verifying Checksum [2021-02-08T16:09:09.749Z] 7c6f9722023f: Download complete [2021-02-08T16:09:10.014Z] 188c0c94c7c5: Pull complete [2021-02-08T16:09:10.279Z] 0ef7d3d256c8: Pull complete [2021-02-08T16:09:10.279Z] de9db76c5a1d: Pull complete [2021-02-08T16:09:11.259Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T16:09:11.259Z] a35cf1a2eb13: Download complete [2021-02-08T16:09:12.208Z] bca2f99d35d6: Verifying Checksum [2021-02-08T16:09:12.208Z] bca2f99d35d6: Download complete [2021-02-08T16:09:13.676Z] Removing intermediate container b546e30604bf [2021-02-08T16:09:13.676Z] ---> 6d00da9c725f [2021-02-08T16:09:13.676Z] Step 6/8 : WORKDIR /device-modbus-go [2021-02-08T16:09:13.676Z] ---> Running in 6b822842edda [2021-02-08T16:09:13.950Z] Removing intermediate container 6b822842edda [2021-02-08T16:09:13.950Z] ---> 5f48ec26878c [2021-02-08T16:09:13.950Z] Step 7/8 : COPY . . [2021-02-08T16:09:14.933Z] ---> 5ddec78a899d [2021-02-08T16:09:14.933Z] Step 8/8 : RUN go mod download [2021-02-08T16:09:14.933Z] ---> Running in 1e5d9dcf0b95 [2021-02-08T16:09:17.547Z] bca2f99d35d6: Pull complete [2021-02-08T16:09:17.811Z] 93359f2a8cfa: Pull complete [2021-02-08T16:09:17.811Z] 7c6f9722023f: Pull complete [2021-02-08T16:09:25.994Z] a35cf1a2eb13: Pull complete [2021-02-08T16:09:25.994Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T16:09:25.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T16:09:25.994Z] ---> a62c8e92a672 [2021-02-08T16:09:25.994Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-08T16:09:26.257Z] ---> Running in 68ce4a014b68 [2021-02-08T16:09:26.521Z] Removing intermediate container 68ce4a014b68 [2021-02-08T16:09:26.521Z] ---> 9a003390cfa1 [2021-02-08T16:09:26.521Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T16:09:26.521Z] ---> Running in d4a88ad7c100 [2021-02-08T16:09:27.929Z] Removing intermediate container d4a88ad7c100 [2021-02-08T16:09:27.929Z] ---> 75c2cef71208 [2021-02-08T16:09:27.929Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-08T16:09:27.929Z] ---> Running in 74628f22ed9f [2021-02-08T16:09:28.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T16:09:29.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T16:09:29.719Z] (1/14) Installing libmagic (5.38-r0) [2021-02-08T16:09:30.295Z] (2/14) Installing file (5.38-r0) [2021-02-08T16:09:30.295Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-08T16:09:30.295Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-08T16:09:36.930Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-08T16:09:36.930Z] (6/14) Installing patch (2.7.6-r6) [2021-02-08T16:09:36.930Z] (7/14) Installing build-base (0.5-r2) [2021-02-08T16:09:36.930Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-08T16:09:36.930Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-08T16:09:36.930Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-08T16:09:36.930Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-08T16:09:36.930Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-08T16:09:36.930Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-08T16:09:37.140Z] Removing intermediate container 1e5d9dcf0b95 [2021-02-08T16:09:37.140Z] ---> 0b5f29f233c0 [2021-02-08T16:09:37.140Z] Successfully built 0b5f29f233c0 [2021-02-08T16:09:37.140Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:09:37.196Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-08T16:09:37.196Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T16:09:37.196Z] OK: 237 MiB in 53 packages [2021-02-08T16:09:37.494Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T16:09:37.494Z] . [Pipeline] withDockerContainer [2021-02-08T16:09:37.769Z] prd-ubuntu18.04-docker-arm64-4c-16g-25573 does not seem to be running inside a container [2021-02-08T16:09:37.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T16:09:39.236Z] $ docker top 0e89430d40f369fd1d43f512ff30840ef10ef5ad1dbff7e6806abe00d0f69216 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:09:40.267Z] + go version [2021-02-08T16:09:40.267Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T16:09:40.293Z] $ docker stop --time=1 0e89430d40f369fd1d43f512ff30840ef10ef5ad1dbff7e6806abe00d0f69216 [2021-02-08T16:09:40.518Z] Removing intermediate container 74628f22ed9f [2021-02-08T16:09:40.519Z] ---> 135b7f7297a7 [2021-02-08T16:09:40.519Z] Step 6/8 : WORKDIR /device-modbus-go [2021-02-08T16:09:40.781Z] ---> Running in defb1397a797 [2021-02-08T16:09:40.781Z] Removing intermediate container defb1397a797 [2021-02-08T16:09:40.781Z] ---> 91a760baa4bd [2021-02-08T16:09:40.781Z] Step 7/8 : COPY . . [2021-02-08T16:09:41.734Z] ---> 104a89d4c337 [2021-02-08T16:09:41.734Z] Step 8/8 : RUN go mod download [2021-02-08T16:09:41.734Z] ---> Running in cf7c871589a8 [2021-02-08T16:09:42.262Z] $ docker rm -f 0e89430d40f369fd1d43f512ff30840ef10ef5ad1dbff7e6806abe00d0f69216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:09:43.450Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T16:09:43.450Z] . [Pipeline] withDockerContainer [2021-02-08T16:09:43.705Z] prd-ubuntu18.04-docker-arm64-4c-16g-25573 does not seem to be running inside a container [2021-02-08T16:09:43.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T16:09:45.278Z] $ docker top e61f955d94ec377af93b6a31cb66d8383a0f080c348a90b21e798611a58baebf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:09:46.267Z] + make test [2021-02-08T16:09:46.267Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-08T16:09:47.258Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-02-08T16:10:03.750Z] Removing intermediate container cf7c871589a8 [2021-02-08T16:10:03.750Z] ---> 129193bb79b7 [2021-02-08T16:10:03.750Z] Successfully built 129193bb79b7 [2021-02-08T16:10:03.750Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:10:04.068Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T16:10:04.068Z] . [Pipeline] withDockerContainer [2021-02-08T16:10:04.196Z] prd-centos7-docker-4c-2g-25574 does not seem to be running inside a container [2021-02-08T16:10:04.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T16:10:05.037Z] $ docker top 8d565879452bb4e829508cf399e27824b0e4b03cfc120e01adffeede01d30238 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:10:05.544Z] + go version [2021-02-08T16:10:05.544Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T16:10:05.563Z] $ docker stop --time=1 8d565879452bb4e829508cf399e27824b0e4b03cfc120e01adffeede01d30238 [2021-02-08T16:10:06.911Z] $ docker rm -f 8d565879452bb4e829508cf399e27824b0e4b03cfc120e01adffeede01d30238 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:10:07.783Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T16:10:07.783Z] . [Pipeline] withDockerContainer [2021-02-08T16:10:07.883Z] prd-centos7-docker-4c-2g-25574 does not seem to be running inside a container [2021-02-08T16:10:07.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T16:10:08.519Z] $ docker top 129f09b7e5698a863438e6b397803dd8ae1d813d7d1103080468610448073d5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:10:08.989Z] + make test [2021-02-08T16:10:08.989Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-08T16:10:10.398Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-02-08T16:10:19.682Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-02-08T16:10:19.682Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.366s coverage: 50.3% of statements [2021-02-08T16:10:19.682Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-08T16:10:20.507Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-02-08T16:10:21.085Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.278s coverage: 50.3% of statements [2021-02-08T16:10:21.085Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-08T16:10:23.670Z] gofmt -l . [2021-02-08T16:10:23.670Z] [ "`gofmt -l .`" = "" ] [2021-02-08T16:10:23.670Z] ./bin/test-attribution-txt.sh [2021-02-08T16:10:24.258Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-08T16:10:24.542Z] $ docker stop --time=1 129f09b7e5698a863438e6b397803dd8ae1d813d7d1103080468610448073d5a [2021-02-08T16:10:26.406Z] gofmt -l . [2021-02-08T16:10:26.406Z] [ "`gofmt -l .`" = "" ] [2021-02-08T16:10:26.406Z] ./bin/test-attribution-txt.sh [2021-02-08T16:10:26.844Z] $ docker rm -f 129f09b7e5698a863438e6b397803dd8ae1d813d7d1103080468610448073d5a [2021-02-08T16:10:27.004Z] ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:10:27.403Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] } [2021-02-08T16:10:27.626Z] $ docker stop --time=1 e61f955d94ec377af93b6a31cb66d8383a0f080c348a90b21e798611a58baebf [2021-02-08T16:10:27.701Z] Stashed 1 file(s) [2021-02-08T16:10:29.939Z] $ docker rm -f e61f955d94ec377af93b6a31cb66d8383a0f080c348a90b21e798611a58baebf [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-08T16:10:30.785Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T16:10:30.808Z] Warning: overwriting stash ‘coverage-report’ [2021-02-08T16:10:31.643Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-08T16:10:34.771Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:10:35.080Z] + ls -al . [2021-02-08T16:10:35.080Z] total 104 [2021-02-08T16:10:35.080Z] drwxrwxr-x. 9 jenkins jenkins 4096 Feb 8 16:10 . [2021-02-08T16:10:35.080Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 8 16:08 .. [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 5589 Feb 8 16:09 Attribution.txt [2021-02-08T16:10:35.080Z] drwxrwxr-x. 2 jenkins jenkins 87 Feb 8 16:09 bin [2021-02-08T16:10:35.080Z] drwxrwxr-x. 3 jenkins jenkins 32 Feb 8 16:09 cmd [2021-02-08T16:10:35.080Z] -rw-r--r--. 1 jenkins jenkins 22362 Feb 8 16:10 coverage.out [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 1434 Feb 8 16:09 Dockerfile [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 958 Feb 8 16:09 Dockerfile.build [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 8 16:09 .dockerignore [2021-02-08T16:10:35.080Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 8 16:09 .git [2021-02-08T16:10:35.080Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 8 16:09 .github [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 338 Feb 8 16:09 .gitignore [2021-02-08T16:10:35.080Z] -rw-r--r--. 1 jenkins jenkins 517 Feb 8 16:10 go.mod [2021-02-08T16:10:35.080Z] -rw-r--r--. 1 jenkins jenkins 14838 Feb 8 16:10 go.sum [2021-02-08T16:10:35.080Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 8 16:09 internal [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 679 Feb 8 16:09 Jenkinsfile [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 11340 Feb 8 16:09 LICENSE [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 880 Feb 8 16:09 Makefile [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 591 Feb 8 16:09 README.md [2021-02-08T16:10:35.080Z] drwxrwxr-x. 2 jenkins jenkins 52 Feb 8 16:09 simulator [2021-02-08T16:10:35.080Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 8 16:09 snap [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 11 Feb 8 16:06 VERSION [2021-02-08T16:10:35.080Z] -rw-rw-r--. 1 jenkins jenkins 229 Feb 8 16:09 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:10:35.286Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-08T16:10:35.395Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=9554146ac767a316102827058dd0818d8a8edfd8 --label arch=amd64 --label version=1.3.2-dev.1 . [2021-02-08T16:10:35.395Z] Sending build context to Docker daemon 566.3kB [2021-02-08T16:10:35.395Z] Step 1/20 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:10:35.395Z] Step 2/20 : FROM ${BASE} AS builder [2021-02-08T16:10:35.395Z] ---> 129193bb79b7 [2021-02-08T16:10:35.395Z] Step 3/20 : ARG MAKE='make build' [2021-02-08T16:10:35.658Z] ---> Running in f18140538314 [2021-02-08T16:10:35.658Z] Removing intermediate container f18140538314 [2021-02-08T16:10:35.658Z] ---> 256063da1d74 [2021-02-08T16:10:35.658Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T16:10:35.696Z] + ls -al . [2021-02-08T16:10:35.696Z] total 136 [2021-02-08T16:10:35.696Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 8 16:10 . [2021-02-08T16:10:35.696Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 16:08 .. [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 8 16:08 .dockerignore [2021-02-08T16:10:35.696Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 8 16:08 .git [2021-02-08T16:10:35.696Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 16:08 .github [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 338 Feb 8 16:08 .gitignore [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 5589 Feb 8 16:08 Attribution.txt [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 1434 Feb 8 16:08 Dockerfile [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 958 Feb 8 16:08 Dockerfile.build [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 679 Feb 8 16:08 Jenkinsfile [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 8 16:08 LICENSE [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 880 Feb 8 16:08 Makefile [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 591 Feb 8 16:08 README.md [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 8 16:06 VERSION [2021-02-08T16:10:35.696Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 16:08 bin [2021-02-08T16:10:35.696Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 16:08 cmd [2021-02-08T16:10:35.696Z] -rw-r--r-- 1 jenkins jenkins 22362 Feb 8 16:10 coverage.out [2021-02-08T16:10:35.696Z] -rw-r--r-- 1 jenkins jenkins 517 Feb 8 16:10 go.mod [2021-02-08T16:10:35.696Z] -rw-r--r-- 1 jenkins jenkins 14838 Feb 8 16:10 go.sum [2021-02-08T16:10:35.696Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 16:08 internal [2021-02-08T16:10:35.696Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 16:08 simulator [2021-02-08T16:10:35.696Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 16:08 snap [2021-02-08T16:10:35.696Z] -rw-rw-r-- 1 jenkins jenkins 229 Feb 8 16:08 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:10:35.923Z] ---> Running in 47c044c8088f [2021-02-08T16:10:36.135Z] + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9554146ac767a316102827058dd0818d8a8edfd8 --label arch=arm64 --label version=1.3.2-dev.1 . [2021-02-08T16:10:36.434Z] Sending build context to Docker daemon 565.2kB [2021-02-08T16:10:36.707Z] Step 1/20 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:10:36.707Z] Step 2/20 : FROM ${BASE} AS builder [2021-02-08T16:10:36.707Z] ---> 0b5f29f233c0 [2021-02-08T16:10:36.707Z] Step 3/20 : ARG MAKE='make build' [2021-02-08T16:10:36.707Z] ---> Running in f2107bb80cde [2021-02-08T16:10:36.874Z] Removing intermediate container 47c044c8088f [2021-02-08T16:10:36.874Z] ---> bbe1d9def206 [2021-02-08T16:10:36.874Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2021-02-08T16:10:36.874Z] ---> Running in da70791338fd [2021-02-08T16:10:37.305Z] Removing intermediate container f2107bb80cde [2021-02-08T16:10:37.305Z] ---> f6d2c5ed7b37 [2021-02-08T16:10:37.305Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T16:10:37.305Z] ---> Running in ee433b913f40 [2021-02-08T16:10:37.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T16:10:38.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T16:10:38.681Z] OK: 237 MiB in 53 packages [2021-02-08T16:10:39.279Z] Removing intermediate container da70791338fd [2021-02-08T16:10:39.279Z] ---> 7badc1c888fa [2021-02-08T16:10:39.279Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2021-02-08T16:10:39.279Z] ---> Running in b6e4bda5d566 [2021-02-08T16:10:39.291Z] Removing intermediate container ee433b913f40 [2021-02-08T16:10:39.291Z] ---> afd73f4f43e0 [2021-02-08T16:10:39.291Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2021-02-08T16:10:39.542Z] Removing intermediate container b6e4bda5d566 [2021-02-08T16:10:39.543Z] ---> a53a0127b537 [2021-02-08T16:10:39.543Z] Step 7/20 : COPY . . [2021-02-08T16:10:39.565Z] ---> Running in 525e92e20da1 [2021-02-08T16:10:40.491Z] ---> f50ccdbba1bd [2021-02-08T16:10:40.491Z] Step 8/20 : RUN ${MAKE} [2021-02-08T16:10:40.492Z] ---> Running in 25e25aa350cb [2021-02-08T16:10:40.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T16:10:41.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.1" -o cmd/device-modbus ./cmd [2021-02-08T16:10:41.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T16:10:42.109Z] OK: 221 MiB in 53 packages [2021-02-08T16:10:43.081Z] Removing intermediate container 525e92e20da1 [2021-02-08T16:10:43.081Z] ---> 7104041f419f [2021-02-08T16:10:43.081Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2021-02-08T16:10:43.081Z] ---> Running in d88008421598 [2021-02-08T16:10:43.675Z] Removing intermediate container d88008421598 [2021-02-08T16:10:43.675Z] ---> 120c35b5443f [2021-02-08T16:10:43.676Z] Step 7/20 : COPY . . [2021-02-08T16:10:44.289Z] ---> 24160fb5f945 [2021-02-08T16:10:44.289Z] Step 8/20 : RUN ${MAKE} [2021-02-08T16:10:44.561Z] ---> Running in 90574d233850 [2021-02-08T16:10:45.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.1" -o cmd/device-modbus ./cmd [2021-02-08T16:10:49.338Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-08T16:10:52.678Z] Removing intermediate container 25e25aa350cb [2021-02-08T16:10:52.678Z] ---> 99d8c7251430 [2021-02-08T16:10:52.678Z] Step 9/20 : FROM scratch [2021-02-08T16:10:52.678Z] ---> [2021-02-08T16:10:52.678Z] Step 10/20 : ENV APP_PORT=49991 [2021-02-08T16:10:52.678Z] ---> Running in 1b2b61d32231 [2021-02-08T16:10:52.941Z] Removing intermediate container 1b2b61d32231 [2021-02-08T16:10:52.941Z] ---> 92dccc23dd11 [2021-02-08T16:10:52.941Z] Step 11/20 : EXPOSE $APP_PORT [2021-02-08T16:10:52.941Z] ---> Running in aac4d1ab78dd [2021-02-08T16:10:52.941Z] Removing intermediate container aac4d1ab78dd [2021-02-08T16:10:52.941Z] ---> 6f169f87baaa [2021-02-08T16:10:52.941Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2021-02-08T16:10:53.517Z] ---> ede2b304f0c8 [2021-02-08T16:10:53.517Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2021-02-08T16:10:54.464Z] ---> 83e7b985c7f0 [2021-02-08T16:10:54.464Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2021-02-08T16:10:54.464Z] ---> 6582847784d7 [2021-02-08T16:10:54.464Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2021-02-08T16:10:54.464Z] ---> Running in 107f09c242cb [2021-02-08T16:10:54.730Z] Removing intermediate container 107f09c242cb [2021-02-08T16:10:54.730Z] ---> 8173ba52b3f9 [2021-02-08T16:10:54.730Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2021-02-08T16:10:54.730Z] ---> Running in de3d5c046f77 [2021-02-08T16:10:55.000Z] Removing intermediate container de3d5c046f77 [2021-02-08T16:10:55.000Z] ---> d91c01fe0fcf [2021-02-08T16:10:55.000Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T16:10:55.000Z] ---> Running in 12b02dad83a8 [2021-02-08T16:10:55.263Z] Removing intermediate container 12b02dad83a8 [2021-02-08T16:10:55.263Z] ---> 66a413e8cb8c [2021-02-08T16:10:55.263Z] Step 18/20 : LABEL arch=amd64 [2021-02-08T16:10:55.263Z] ---> Running in f47931e10829 [2021-02-08T16:10:55.263Z] Removing intermediate container f47931e10829 [2021-02-08T16:10:55.263Z] ---> f4f197e00f93 [2021-02-08T16:10:55.263Z] Step 19/20 : LABEL git_sha=9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:10:55.527Z] ---> Running in 5f0eed8f28f8 [2021-02-08T16:10:55.527Z] Removing intermediate container 5f0eed8f28f8 [2021-02-08T16:10:55.527Z] ---> 26ed852886f8 [2021-02-08T16:10:55.527Z] Step 20/20 : LABEL version=1.3.2-dev.1 [2021-02-08T16:10:55.527Z] ---> Running in 899359a6819c [2021-02-08T16:10:55.790Z] Removing intermediate container 899359a6819c [2021-02-08T16:10:55.790Z] ---> f59d1de080de [2021-02-08T16:10:55.790Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-08T16:10:55.790Z] Successfully built f59d1de080de [2021-02-08T16:10:55.790Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T16:10:56.182Z] provisioning config files... [2021-02-08T16:10:56.226Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config1297027797578285224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:10:56.602Z] ---> docker-login.sh [2021-02-08T16:10:56.602Z] nexus3.edgexfoundry.org:10001 [2021-02-08T16:10:56.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:10:56.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:10:56.863Z] Configure a credential helper to remove this warning. See [2021-02-08T16:10:56.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:10:56.863Z] [2021-02-08T16:10:56.863Z] Login Succeeded [2021-02-08T16:10:56.863Z] nexus3.edgexfoundry.org:10002 [2021-02-08T16:10:56.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:10:56.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:10:56.863Z] Configure a credential helper to remove this warning. See [2021-02-08T16:10:56.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:10:56.863Z] [2021-02-08T16:10:56.863Z] Login Succeeded [2021-02-08T16:10:56.863Z] nexus3.edgexfoundry.org:10003 [2021-02-08T16:10:57.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:10:57.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:10:57.125Z] Configure a credential helper to remove this warning. See [2021-02-08T16:10:57.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:10:57.125Z] [2021-02-08T16:10:57.125Z] Login Succeeded [2021-02-08T16:10:57.125Z] nexus3.edgexfoundry.org:10004 [2021-02-08T16:10:57.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:10:57.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:10:57.391Z] Configure a credential helper to remove this warning. See [2021-02-08T16:10:57.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:10:57.391Z] [2021-02-08T16:10:57.391Z] Login Succeeded [2021-02-08T16:10:57.391Z] docker.io [2021-02-08T16:10:57.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:10:57.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:10:57.660Z] Configure a credential helper to remove this warning. See [2021-02-08T16:10:57.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:10:57.660Z] [2021-02-08T16:10:57.660Z] Login Succeeded [2021-02-08T16:10:57.660Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T16:10:57.671Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T16:10:57.861Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2021-02-08T16:10:57.861Z] 9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:10:57.861Z] latest [2021-02-08T16:10:57.861Z] 1.3.2-dev.1 [2021-02-08T16:10:57.861Z] 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [2021-02-08T16:10:57.861Z] master [2021-02-08T16:10:57.861Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:10:58.376Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:10:58.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:10:58.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-02-08T16:10:58.682Z] f2d31a79036f: Preparing [2021-02-08T16:10:58.682Z] 39a9456a6983: Preparing [2021-02-08T16:10:58.682Z] 33f40003cc0a: Preparing [2021-02-08T16:10:58.944Z] f2d31a79036f: Pushed [2021-02-08T16:10:58.944Z] 39a9456a6983: Pushed [2021-02-08T16:10:59.897Z] 33f40003cc0a: Pushed [2021-02-08T16:10:59.897Z] 9554146ac767a316102827058dd0818d8a8edfd8: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:00.210Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:00.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2021-02-08T16:11:00.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-02-08T16:11:00.513Z] f2d31a79036f: Preparing [2021-02-08T16:11:00.513Z] 39a9456a6983: Preparing [2021-02-08T16:11:00.513Z] 33f40003cc0a: Preparing [2021-02-08T16:11:00.513Z] 33f40003cc0a: Layer already exists [2021-02-08T16:11:00.513Z] f2d31a79036f: Layer already exists [2021-02-08T16:11:00.513Z] 39a9456a6983: Layer already exists [2021-02-08T16:11:00.513Z] latest: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:00.866Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:01.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.1 [2021-02-08T16:11:01.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-02-08T16:11:01.165Z] f2d31a79036f: Preparing [2021-02-08T16:11:01.165Z] 39a9456a6983: Preparing [2021-02-08T16:11:01.165Z] 33f40003cc0a: Preparing [2021-02-08T16:11:01.165Z] f2d31a79036f: Layer already exists [2021-02-08T16:11:01.165Z] 39a9456a6983: Layer already exists [2021-02-08T16:11:01.165Z] 33f40003cc0a: Layer already exists [2021-02-08T16:11:01.165Z] 1.3.2-dev.1: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:01.472Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:01.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [2021-02-08T16:11:01.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-02-08T16:11:01.777Z] f2d31a79036f: Preparing [2021-02-08T16:11:01.777Z] 39a9456a6983: Preparing [2021-02-08T16:11:01.777Z] 33f40003cc0a: Preparing [2021-02-08T16:11:01.777Z] 39a9456a6983: Layer already exists [2021-02-08T16:11:01.777Z] 33f40003cc0a: Layer already exists [2021-02-08T16:11:01.777Z] f2d31a79036f: Layer already exists [2021-02-08T16:11:01.777Z] 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:02.095Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:02.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2021-02-08T16:11:02.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-02-08T16:11:02.401Z] f2d31a79036f: Preparing [2021-02-08T16:11:02.401Z] 39a9456a6983: Preparing [2021-02-08T16:11:02.401Z] 33f40003cc0a: Preparing [2021-02-08T16:11:02.401Z] f2d31a79036f: Layer already exists [2021-02-08T16:11:02.401Z] 33f40003cc0a: Layer already exists [2021-02-08T16:11:02.401Z] 39a9456a6983: Layer already exists [2021-02-08T16:11:02.401Z] master: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T16:11:02.596Z] ===================================================== [Pipeline] echo [2021-02-08T16:11:02.647Z] taggedImages: [2021-02-08T16:11:02.647Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:11:02.647Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2021-02-08T16:11:02.647Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.1 [2021-02-08T16:11:02.647Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [2021-02-08T16:11:02.647Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-08T16:11:12.480Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-08T16:11:16.783Z] Removing intermediate container 90574d233850 [2021-02-08T16:11:16.783Z] ---> 7c341c77a6e7 [2021-02-08T16:11:16.783Z] Step 9/20 : FROM scratch [2021-02-08T16:11:16.783Z] ---> [2021-02-08T16:11:16.783Z] Step 10/20 : ENV APP_PORT=49991 [2021-02-08T16:11:16.783Z] ---> Running in cdddba30d0ee [2021-02-08T16:11:16.783Z] Removing intermediate container cdddba30d0ee [2021-02-08T16:11:16.783Z] ---> 22f43fee6dd4 [2021-02-08T16:11:16.783Z] Step 11/20 : EXPOSE $APP_PORT [2021-02-08T16:11:16.783Z] ---> Running in 8012f1efc8e5 [2021-02-08T16:11:17.380Z] Removing intermediate container 8012f1efc8e5 [2021-02-08T16:11:17.380Z] ---> 80e181e904a6 [2021-02-08T16:11:17.380Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2021-02-08T16:11:18.361Z] ---> 0a129c655102 [2021-02-08T16:11:18.361Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2021-02-08T16:11:18.957Z] ---> ade64fe5e576 [2021-02-08T16:11:18.957Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2021-02-08T16:11:19.935Z] ---> 0137a0e4fa64 [2021-02-08T16:11:19.935Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2021-02-08T16:11:19.935Z] ---> Running in cb0497b75947 [2021-02-08T16:11:20.207Z] Removing intermediate container cb0497b75947 [2021-02-08T16:11:20.207Z] ---> e19f3a597179 [2021-02-08T16:11:20.207Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2021-02-08T16:11:20.478Z] ---> Running in 69fbce9828ce [2021-02-08T16:11:20.752Z] Removing intermediate container 69fbce9828ce [2021-02-08T16:11:20.752Z] ---> 46ddd9ebaa91 [2021-02-08T16:11:20.752Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T16:11:21.026Z] ---> Running in 867e00e1a8dc [2021-02-08T16:11:21.300Z] Removing intermediate container 867e00e1a8dc [2021-02-08T16:11:21.300Z] ---> 59d099827924 [2021-02-08T16:11:21.300Z] Step 18/20 : LABEL arch=arm64 [2021-02-08T16:11:21.573Z] ---> Running in d6865a44d6c2 [2021-02-08T16:11:22.163Z] Removing intermediate container d6865a44d6c2 [2021-02-08T16:11:22.163Z] ---> 3c7e4368bd6b [2021-02-08T16:11:22.163Z] Step 19/20 : LABEL git_sha=9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:11:22.163Z] ---> Running in c7a616c4828c [2021-02-08T16:11:22.432Z] Removing intermediate container c7a616c4828c [2021-02-08T16:11:22.432Z] ---> 8ae3dd3b4938 [2021-02-08T16:11:22.432Z] Step 20/20 : LABEL version=1.3.2-dev.1 [2021-02-08T16:11:22.703Z] ---> Running in 068fc8eb2c58 [2021-02-08T16:11:22.977Z] Removing intermediate container 068fc8eb2c58 [2021-02-08T16:11:22.977Z] ---> e7afb5ba844c [2021-02-08T16:11:22.977Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-08T16:11:23.262Z] Successfully built e7afb5ba844c [2021-02-08T16:11:23.262Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T16:11:23.650Z] provisioning config files... [2021-02-08T16:11:23.687Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config8656512390665989006tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:11:24.069Z] ---> docker-login.sh [2021-02-08T16:11:24.069Z] nexus3.edgexfoundry.org:10001 [2021-02-08T16:11:24.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:11:24.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:11:24.341Z] Configure a credential helper to remove this warning. See [2021-02-08T16:11:24.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:11:24.341Z] [2021-02-08T16:11:24.341Z] Login Succeeded [2021-02-08T16:11:24.341Z] nexus3.edgexfoundry.org:10002 [2021-02-08T16:11:24.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:11:24.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:11:24.937Z] Configure a credential helper to remove this warning. See [2021-02-08T16:11:24.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:11:24.937Z] [2021-02-08T16:11:24.937Z] Login Succeeded [2021-02-08T16:11:24.937Z] nexus3.edgexfoundry.org:10003 [2021-02-08T16:11:25.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:11:25.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:11:25.533Z] Configure a credential helper to remove this warning. See [2021-02-08T16:11:25.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:11:25.533Z] [2021-02-08T16:11:25.533Z] Login Succeeded [2021-02-08T16:11:25.533Z] nexus3.edgexfoundry.org:10004 [2021-02-08T16:11:25.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:11:26.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:11:26.075Z] Configure a credential helper to remove this warning. See [2021-02-08T16:11:26.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:11:26.075Z] [2021-02-08T16:11:26.075Z] Login Succeeded [2021-02-08T16:11:26.075Z] docker.io [2021-02-08T16:11:26.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T16:11:26.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T16:11:26.615Z] Configure a credential helper to remove this warning. See [2021-02-08T16:11:26.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T16:11:26.615Z] [2021-02-08T16:11:26.615Z] Login Succeeded [2021-02-08T16:11:26.615Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T16:11:26.631Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T16:11:26.823Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2021-02-08T16:11:26.823Z] 9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:11:26.823Z] latest [2021-02-08T16:11:26.823Z] 1.3.2-dev.1 [2021-02-08T16:11:26.823Z] 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [2021-02-08T16:11:26.823Z] master [2021-02-08T16:11:26.823Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:27.332Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:27.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:11:27.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-02-08T16:11:27.673Z] 9df0c09af57a: Preparing [2021-02-08T16:11:27.673Z] dcc388657aa8: Preparing [2021-02-08T16:11:27.673Z] 6df8c20f7f0e: Preparing [2021-02-08T16:11:27.948Z] 9df0c09af57a: Pushed [2021-02-08T16:11:27.948Z] dcc388657aa8: Pushed [2021-02-08T16:11:30.563Z] 6df8c20f7f0e: Pushed [2021-02-08T16:11:30.563Z] 9554146ac767a316102827058dd0818d8a8edfd8: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:30.974Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:31.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2021-02-08T16:11:31.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-02-08T16:11:31.310Z] 9df0c09af57a: Preparing [2021-02-08T16:11:31.310Z] dcc388657aa8: Preparing [2021-02-08T16:11:31.310Z] 6df8c20f7f0e: Preparing [2021-02-08T16:11:31.310Z] 9df0c09af57a: Layer already exists [2021-02-08T16:11:31.310Z] 6df8c20f7f0e: Layer already exists [2021-02-08T16:11:31.310Z] dcc388657aa8: Layer already exists [2021-02-08T16:11:31.580Z] latest: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:31.918Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:32.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.1 [2021-02-08T16:11:32.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-02-08T16:11:32.262Z] 9df0c09af57a: Preparing [2021-02-08T16:11:32.262Z] dcc388657aa8: Preparing [2021-02-08T16:11:32.262Z] 6df8c20f7f0e: Preparing [2021-02-08T16:11:32.262Z] 6df8c20f7f0e: Layer already exists [2021-02-08T16:11:32.262Z] 9df0c09af57a: Layer already exists [2021-02-08T16:11:32.262Z] dcc388657aa8: Layer already exists [2021-02-08T16:11:32.539Z] 1.3.2-dev.1: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:32.883Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:33.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [2021-02-08T16:11:33.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-02-08T16:11:33.219Z] 9df0c09af57a: Preparing [2021-02-08T16:11:33.219Z] dcc388657aa8: Preparing [2021-02-08T16:11:33.219Z] 6df8c20f7f0e: Preparing [2021-02-08T16:11:33.219Z] 9df0c09af57a: Layer already exists [2021-02-08T16:11:33.219Z] 6df8c20f7f0e: Layer already exists [2021-02-08T16:11:33.219Z] dcc388657aa8: Layer already exists [2021-02-08T16:11:33.491Z] 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:33.832Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:34.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2021-02-08T16:11:34.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-02-08T16:11:34.170Z] 9df0c09af57a: Preparing [2021-02-08T16:11:34.170Z] dcc388657aa8: Preparing [2021-02-08T16:11:34.170Z] 6df8c20f7f0e: Preparing [2021-02-08T16:11:34.170Z] 6df8c20f7f0e: Layer already exists [2021-02-08T16:11:34.170Z] 9df0c09af57a: Layer already exists [2021-02-08T16:11:34.170Z] dcc388657aa8: Layer already exists [2021-02-08T16:11:34.441Z] master: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T16:11:34.635Z] ===================================================== [Pipeline] echo [2021-02-08T16:11:34.680Z] taggedImages: [2021-02-08T16:11:34.680Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8 [2021-02-08T16:11:34.680Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2021-02-08T16:11:34.680Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.1 [2021-02-08T16:11:34.680Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [2021-02-08T16:11:34.681Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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 [2021-02-08T16:11:35.943Z] provisioning config files... [2021-02-08T16:11:35.956Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6909408233066948659tmp [Pipeline] { [Pipeline] sh [2021-02-08T16:11:36.345Z] + set +x [2021-02-08T16:11:36.345Z] + curl -s https://codecov.io/bash [2021-02-08T16:11:36.345Z] + bash -s -- [2021-02-08T16:11:36.608Z] [2021-02-08T16:11:36.608Z] _____ _ [2021-02-08T16:11:36.608Z] / ____| | | [2021-02-08T16:11:36.608Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T16:11:36.608Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T16:11:36.608Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T16:11:36.608Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T16:11:36.608Z] Bash-20210129-7c25fce [2021-02-08T16:11:36.608Z] [2021-02-08T16:11:36.608Z] [2021-02-08T16:11:36.608Z] ==> git version 2.24.3 found [2021-02-08T16:11:36.608Z] ==> 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 [2021-02-08T16:11:36.608Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T16:11:36.608Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T16:11:36.608Z] ==> Jenkins CI detected. [2021-02-08T16:11:36.608Z] project root: . [2021-02-08T16:11:36.608Z] --> token set from env [2021-02-08T16:11:36.608Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T16:11:36.608Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T16:11:36.608Z] ==> Python coveragepy not found [2021-02-08T16:11:36.608Z] ==> Searching for coverage reports in: [2021-02-08T16:11:36.608Z] + . [2021-02-08T16:11:36.608Z] -> Found 1 reports [2021-02-08T16:11:36.608Z] ==> Detecting git/mercurial file structure [2021-02-08T16:11:36.608Z] ==> Reading reports [2021-02-08T16:11:36.608Z] + ./coverage.out bytes=22362 [2021-02-08T16:11:36.608Z] ==> Appending adjustments [2021-02-08T16:11:36.608Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T16:11:36.872Z] + Found adjustments [2021-02-08T16:11:36.872Z] ==> Gzipping contents [2021-02-08T16:11:36.872Z] 8.0K /tmp/codecov.5BGkk5.gz [2021-02-08T16:11:36.872Z] ==> Uploading reports [2021-02-08T16:11:36.872Z] url: https://codecov.io [2021-02-08T16:11:36.872Z] query: branch=master&commit=9554146ac767a316102827058dd0818d8a8edfd8&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T16:11:36.872Z] -> Pinging Codecov [2021-02-08T16:11:36.872Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=9554146ac767a316102827058dd0818d8a8edfd8&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T16:11:37.136Z] -> Uploading to [2021-02-08T16:11:37.136Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/55DBCA73C666E3227836607328DD7E49/9554146ac767a316102827058dd0818d8a8edfd8/30d64d14-90e4-4787-949b-1cfe04d61369.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T161137Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b163b2c80bc117cbbbf8b0e95b03002ac087fbb0d0aefd4ceced77334349bf7c [2021-02-08T16:11:37.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T16:11:37.136Z] Dload Upload Total Spent Left Speed [2021-02-08T16:11:37.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4232 0 0 100 4232 0 9250 --:--:-- --:--:-- --:--:-- 9240 100 4232 0 0 100 4232 0 9246 --:--:-- --:--:-- --:--:-- 9240 [2021-02-08T16:11:37.713Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] } [2021-02-08T16:11:37.723Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-08T16:11:38.571Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-08T16:11:38.662Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:39.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T16:11:39.007Z] [2021-02-08T16:11:39.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:11:39.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T16:11:39.364Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-08T16:11:39.364Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T16:11:39.364Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T16:11:39.364Z] de9db76c5a1d: Pulling fs layer [2021-02-08T16:11:39.364Z] 0eba1c9be4d2: Pulling fs layer [2021-02-08T16:11:39.364Z] 0d57e429df01: Pulling fs layer [2021-02-08T16:11:39.364Z] 4e4be7b47b0d: Pulling fs layer [2021-02-08T16:11:39.364Z] e1f770b5df2f: Pulling fs layer [2021-02-08T16:11:39.364Z] 85a0685a4137: Pulling fs layer [2021-02-08T16:11:39.364Z] 0eba1c9be4d2: Waiting [2021-02-08T16:11:39.364Z] 0d57e429df01: Waiting [2021-02-08T16:11:39.364Z] 4e4be7b47b0d: Waiting [2021-02-08T16:11:39.364Z] 85a0685a4137: Waiting [2021-02-08T16:11:39.364Z] e1f770b5df2f: Waiting [2021-02-08T16:11:39.364Z] de9db76c5a1d: Verifying Checksum [2021-02-08T16:11:39.364Z] de9db76c5a1d: Download complete [2021-02-08T16:11:39.364Z] 0ef7d3d256c8: Download complete [2021-02-08T16:11:39.364Z] 0d57e429df01: Verifying Checksum [2021-02-08T16:11:39.364Z] 0d57e429df01: Download complete [2021-02-08T16:11:39.364Z] 4e4be7b47b0d: Verifying Checksum [2021-02-08T16:11:39.364Z] 4e4be7b47b0d: Download complete [2021-02-08T16:11:39.364Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T16:11:39.364Z] 188c0c94c7c5: Download complete [2021-02-08T16:11:39.945Z] 188c0c94c7c5: Pull complete [2021-02-08T16:11:39.945Z] 0ef7d3d256c8: Pull complete [2021-02-08T16:11:40.207Z] de9db76c5a1d: Pull complete [2021-02-08T16:11:41.155Z] e1f770b5df2f: Verifying Checksum [2021-02-08T16:11:41.155Z] e1f770b5df2f: Download complete [2021-02-08T16:11:43.097Z] 85a0685a4137: Verifying Checksum [2021-02-08T16:11:43.097Z] 85a0685a4137: Download complete [2021-02-08T16:11:43.097Z] 0eba1c9be4d2: Verifying Checksum [2021-02-08T16:11:43.097Z] 0eba1c9be4d2: Download complete [2021-02-08T16:11:49.767Z] 0eba1c9be4d2: Pull complete [2021-02-08T16:11:49.767Z] 0d57e429df01: Pull complete [2021-02-08T16:11:49.767Z] 4e4be7b47b0d: Pull complete [2021-02-08T16:11:51.759Z] e1f770b5df2f: Pull complete [2021-02-08T16:11:58.444Z] 85a0685a4137: Pull complete [2021-02-08T16:11:58.444Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-08T16:11:58.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T16:11:58.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-08T16:11:58.672Z] prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container [2021-02-08T16:11:58.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-08T16:11:59.840Z] $ docker top c32146b013b53248883a83d2387fd91e9c0bb7c17b719ad493a1e9529aaf1d3c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T16:12:00.082Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-08T16:12:00.389Z] + set -o pipefail [2021-02-08T16:12:00.389Z] + snyk monitor '--org=edgex-jenkins' [2021-02-08T16:12:18.584Z] [2021-02-08T16:12:18.584Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2021-02-08T16:12:18.584Z] [2021-02-08T16:12:18.584Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/2790015b-ca9c-4422-9f05-189a038b17df [2021-02-08T16:12:18.584Z] [2021-02-08T16:12:18.584Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-08T16:12:18.584Z] [2021-02-08T16:12:18.585Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-08T16:12:18.585Z] [2021-02-08T16:12:18.585Z] [Pipeline] } [2021-02-08T16:12:18.602Z] $ docker stop --time=1 c32146b013b53248883a83d2387fd91e9c0bb7c17b719ad493a1e9529aaf1d3c [2021-02-08T16:12:21.641Z] $ docker rm -f c32146b013b53248883a83d2387fd91e9c0bb7c17b719ad493a1e9529aaf1d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-08T16:12:23.627Z] + git log --format=format:%s -1 9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:12:23.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:12:23.958Z] . [Pipeline] withDockerContainer [2021-02-08T16:12:24.091Z] prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container [2021-02-08T16:12:24.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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:10004/edgex-devops/git-semver:latest cat [2021-02-08T16:12:25.003Z] $ docker top d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:12:25.326Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:12:25.326Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:12:25.612Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:12:25.616Z] $ docker exec d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d ssh-agent [2021-02-08T16:12:25.815Z] SSH_AUTH_SOCK=/tmp/ssh-pwxRtjNbb7Ey/agent.11 [2021-02-08T16:12:25.815Z] SSH_AGENT_PID=17 [2021-02-08T16:12:25.825Z] Running ssh-add (command line suppressed) [2021-02-08T16:12:25.976Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7537541511403537213.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7537541511403537213.key) [2021-02-08T16:12:26.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:12:26.409Z] + git semver tag [2021-02-08T16:12:26.677Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:12:26.677Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-02-08T16:12:26.677Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-02-08T16:12:26.677Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:12:26.677Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:12:26.677Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:12:26.677Z] # $SEMVER_BRANCH = master [2021-02-08T16:12:26.677Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2021-02-08T16:12:26.677Z] # 9554146ac767a316102827058dd0818d8a8edfd8 HEAD [2021-02-08T16:12:26.677Z] # -> Force: false [2021-02-08T16:12:26.677Z] # a2b2b568b38f09880e5a2bc3c73a8df8df3365c8 refs/tags/v1.3.2-dev.1 [Pipeline] } [2021-02-08T16:12:26.693Z] $ docker exec --env ******** --env ******** d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d ssh-agent -k [2021-02-08T16:12:26.830Z] unset SSH_AUTH_SOCK; [2021-02-08T16:12:26.830Z] unset SSH_AGENT_PID; [2021-02-08T16:12:26.830Z] echo Agent pid 17 killed; [2021-02-08T16:12:26.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:12:27.421Z] + git semver [Pipeline] } [2021-02-08T16:12:27.441Z] $ docker stop --time=1 d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d [2021-02-08T16:12:28.901Z] $ docker rm -f d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:12:29.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T16:12:29.594Z] [2021-02-08T16:12:29.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:12:29.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T16:12:29.957Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-08T16:12:29.957Z] ab5ef0e58194: Pulling fs layer [2021-02-08T16:12:29.957Z] 9712f1f96733: Pulling fs layer [2021-02-08T16:12:29.957Z] 63f879dbbcfc: Pulling fs layer [2021-02-08T16:12:29.957Z] 0d9ebad4ef96: Pulling fs layer [2021-02-08T16:12:29.957Z] e9a5061849ea: Pulling fs layer [2021-02-08T16:12:29.957Z] d747dcd14b5f: Pulling fs layer [2021-02-08T16:12:29.957Z] 2de7ff778b66: Pulling fs layer [2021-02-08T16:12:29.957Z] 0d9ebad4ef96: Waiting [2021-02-08T16:12:29.957Z] e9a5061849ea: Waiting [2021-02-08T16:12:29.957Z] 2de7ff778b66: Waiting [2021-02-08T16:12:29.957Z] d747dcd14b5f: Waiting [2021-02-08T16:12:29.957Z] 9712f1f96733: Verifying Checksum [2021-02-08T16:12:29.957Z] 9712f1f96733: Download complete [2021-02-08T16:12:31.369Z] 63f879dbbcfc: Verifying Checksum [2021-02-08T16:12:31.369Z] 63f879dbbcfc: Download complete [2021-02-08T16:12:31.641Z] e9a5061849ea: Verifying Checksum [2021-02-08T16:12:31.641Z] e9a5061849ea: Download complete [2021-02-08T16:12:31.641Z] d747dcd14b5f: Verifying Checksum [2021-02-08T16:12:31.641Z] d747dcd14b5f: Download complete [2021-02-08T16:12:32.237Z] 2de7ff778b66: Verifying Checksum [2021-02-08T16:12:32.506Z] 0d9ebad4ef96: Verifying Checksum [2021-02-08T16:12:32.506Z] 0d9ebad4ef96: Download complete [2021-02-08T16:12:32.775Z] ab5ef0e58194: Verifying Checksum [2021-02-08T16:12:32.775Z] ab5ef0e58194: Download complete [2021-02-08T16:12:38.141Z] ab5ef0e58194: Pull complete [2021-02-08T16:12:38.421Z] 9712f1f96733: Pull complete [2021-02-08T16:12:41.790Z] 63f879dbbcfc: Pull complete [2021-02-08T16:12:48.472Z] 0d9ebad4ef96: Pull complete [2021-02-08T16:12:51.060Z] e9a5061849ea: Pull complete [2021-02-08T16:12:51.060Z] d747dcd14b5f: Pull complete [2021-02-08T16:12:53.020Z] 2de7ff778b66: Pull complete [2021-02-08T16:12:53.020Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-08T16:12:53.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T16:12:53.020Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-08T16:12:53.259Z] prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container [2021-02-08T16:12:53.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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-lftools:0.23.1-centos7 cat [2021-02-08T16:12:57.006Z] $ docker top 326b1ead8a92e915235ac374ab75b89a38958a2eab493400852a8271ee502ee0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-08T16:12:57.286Z] provisioning config files... [2021-02-08T16:12:57.299Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3606813245436635080tmp [2021-02-08T16:12:57.318Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1178019734678218741tmp [2021-02-08T16:12:57.335Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4038942706204428084tmp [Pipeline] { [Pipeline] echo [2021-02-08T16:12:57.393Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:12:57.713Z] ---> sigul-configuration.sh [2021-02-08T16:12:57.713Z] gpg: directory `/root/.gnupg' created [2021-02-08T16:12:57.713Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-08T16:12:57.713Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-08T16:12:57.713Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-08T16:12:57.713Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-08T16:12:57.713Z] gpg: CAST5 encrypted data [2021-02-08T16:12:57.979Z] gpg: encrypted with 1 passphrase [2021-02-08T16:12:57.979Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-08T16:12:58.288Z] + mkdir /home/jenkins [2021-02-08T16:12:58.288Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-08T16:12:58.596Z] + 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 [2021-02-08T16:12:58.610Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:12:58.912Z] ---> sigul-install.sh [2021-02-08T16:13:05.705Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-08T16:13:06.013Z] + git tag --list [2021-02-08T16:13:06.013Z] 0.7.1 [2021-02-08T16:13:06.013Z] v1.0.0 [2021-02-08T16:13:06.013Z] v1.1.0 [2021-02-08T16:13:06.013Z] v1.1.1 [2021-02-08T16:13:06.013Z] v1.2.2 [2021-02-08T16:13:06.013Z] v1.3.0 [2021-02-08T16:13:06.013Z] v1.3.1 [2021-02-08T16:13:06.013Z] v1.3.1-dev.1 [2021-02-08T16:13:06.013Z] v1.3.1-dev.2 [2021-02-08T16:13:06.013Z] v1.3.1-dev.3 [2021-02-08T16:13:06.013Z] v1.3.1-dev.4 [2021-02-08T16:13:06.013Z] v1.3.1-dev.5 [2021-02-08T16:13:06.013Z] v1.3.1-dev.6 [2021-02-08T16:13:06.013Z] v1.3.1-dev.7 [2021-02-08T16:13:06.013Z] v1.3.1-dev.8 [2021-02-08T16:13:06.013Z] v1.3.2-dev.1 [Pipeline] sh [2021-02-08T16:13:06.322Z] + lftools sign git-tag v1.3.2-dev.1 [2021-02-08T16:13:07.724Z] Signing Git tag with Sigul... [2021-02-08T16:13:07.724Z] Signing v1.3.2-dev.1 [Pipeline] echo [2021-02-08T16:13:08.697Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:13:09.001Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-08T16:13:09.021Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-08T16:13:09.181Z] $ docker stop --time=1 326b1ead8a92e915235ac374ab75b89a38958a2eab493400852a8271ee502ee0 [2021-02-08T16:13:11.362Z] $ docker rm -f 326b1ead8a92e915235ac374ab75b89a38958a2eab493400852a8271ee502ee0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:13:12.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:13:12.308Z] . [Pipeline] withDockerContainer [2021-02-08T16:13:12.436Z] prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container [2021-02-08T16:13:12.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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:10004/edgex-devops/git-semver:latest cat [2021-02-08T16:13:13.650Z] $ docker top 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:13:14.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:13:14.085Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:13:14.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:13:14.356Z] $ docker exec 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b ssh-agent [2021-02-08T16:13:14.563Z] SSH_AUTH_SOCK=/tmp/ssh-mb5L6i8pRkiD/agent.11 [2021-02-08T16:13:14.563Z] SSH_AGENT_PID=16 [2021-02-08T16:13:14.573Z] Running ssh-add (command line suppressed) [2021-02-08T16:13:14.718Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4565243412912178730.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4565243412912178730.key) [2021-02-08T16:13:14.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:13:15.157Z] + git semver bump pre [2021-02-08T16:13:15.157Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:13:15.157Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-02-08T16:13:15.157Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-02-08T16:13:15.157Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:13:15.157Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:13:15.157Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:13:15.157Z] # $SEMVER_BRANCH = master [2021-02-08T16:13:15.157Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2021-02-08T16:13:15.157Z] 1.3.2-dev.2 [Pipeline] } [2021-02-08T16:13:15.171Z] $ docker exec --env ******** --env ******** 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b ssh-agent -k [2021-02-08T16:13:15.318Z] unset SSH_AUTH_SOCK; [2021-02-08T16:13:15.319Z] unset SSH_AGENT_PID; [2021-02-08T16:13:15.319Z] echo Agent pid 16 killed; [2021-02-08T16:13:15.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:13:15.849Z] + git semver [Pipeline] } [2021-02-08T16:13:15.867Z] $ docker stop --time=1 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b [2021-02-08T16:13:17.273Z] $ docker rm -f 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:13:17.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:13:17.837Z] . [Pipeline] withDockerContainer [2021-02-08T16:13:17.952Z] prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container [2021-02-08T16:13:18.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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:10004/edgex-devops/git-semver:latest cat [2021-02-08T16:13:18.729Z] $ docker top dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:13:19.018Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:13:19.018Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:13:19.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:13:19.229Z] $ docker exec dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d ssh-agent [2021-02-08T16:13:19.424Z] SSH_AUTH_SOCK=/tmp/ssh-1iQnDXaVuYVF/agent.11 [2021-02-08T16:13:19.424Z] SSH_AGENT_PID=16 [2021-02-08T16:13:19.431Z] Running ssh-add (command line suppressed) [2021-02-08T16:13:19.576Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8091932573366280054.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8091932573366280054.key) [2021-02-08T16:13:19.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:13:19.989Z] + git semver push [2021-02-08T16:13:19.989Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:13:19.990Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-02-08T16:13:19.990Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-02-08T16:13:19.990Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:13:19.990Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:13:19.990Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:13:19.990Z] # $SEMVER_BRANCH = master [2021-02-08T16:13:19.990Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2021-02-08T16:13:26.635Z] $ docker exec --env ******** --env ******** dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d ssh-agent -k [2021-02-08T16:13:26.788Z] unset SSH_AUTH_SOCK; [2021-02-08T16:13:26.790Z] unset SSH_AGENT_PID; [2021-02-08T16:13:26.790Z] echo Agent pid 16 killed; [2021-02-08T16:13:26.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:13:27.319Z] + git semver [Pipeline] } [2021-02-08T16:13:27.336Z] $ docker stop --time=1 dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d [2021-02-08T16:13:28.717Z] $ docker rm -f dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d [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 [2021-02-08T16:13:30.283Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:13:30.877Z] ---> package-listing.sh [2021-02-08T16:13:30.877Z] ++ facter osfamily [2021-02-08T16:13:30.877Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T16:13:30.877Z] + OS_FAMILY=redhat [2021-02-08T16:13:30.877Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2021-02-08T16:13:30.877Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T16:13:30.877Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T16:13:30.877Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T16:13:30.877Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T16:13:30.877Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2021-02-08T16:13:30.877Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T16:13:30.877Z] + case "${OS_FAMILY}" in [2021-02-08T16:13:30.877Z] + rpm -qa [2021-02-08T16:13:30.877Z] + sort [2021-02-08T16:13:36.225Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T16:13:36.226Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T16:13:36.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T16:13:36.226Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2021-02-08T16:13:36.226Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2021-02-08T16:13:36.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo [2021-02-08T16:13:36.241Z] 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/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T16:13:36.542Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:13:37.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:13:37.121Z] [2021-02-08T16:13:37.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:13:37.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:13:37.498Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T16:13:37.498Z] df20fa9351a1: Pulling fs layer [2021-02-08T16:13:37.498Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T16:13:37.498Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T16:13:37.498Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T16:13:37.498Z] 93b61091891f: Pulling fs layer [2021-02-08T16:13:37.498Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T16:13:37.498Z] 5e14af77c1be: Pulling fs layer [2021-02-08T16:13:37.498Z] 01666e4c0597: Pulling fs layer [2021-02-08T16:13:37.498Z] aa168da1d23b: Pulling fs layer [2021-02-08T16:13:37.498Z] 46f8f816bc3b: Waiting [2021-02-08T16:13:37.498Z] 93b61091891f: Waiting [2021-02-08T16:13:37.498Z] 93b9cdb0e59b: Waiting [2021-02-08T16:13:37.498Z] 5e14af77c1be: Waiting [2021-02-08T16:13:37.498Z] 01666e4c0597: Waiting [2021-02-08T16:13:37.498Z] aa168da1d23b: Waiting [2021-02-08T16:13:37.498Z] 36b3adc4ff6f: Verifying Checksum [2021-02-08T16:13:37.498Z] 36b3adc4ff6f: Download complete [2021-02-08T16:13:37.498Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T16:13:37.498Z] 46f8f816bc3b: Download complete [2021-02-08T16:13:37.498Z] df20fa9351a1: Verifying Checksum [2021-02-08T16:13:37.498Z] df20fa9351a1: Download complete [2021-02-08T16:13:37.765Z] 93b9cdb0e59b: Verifying Checksum [2021-02-08T16:13:37.765Z] 93b9cdb0e59b: Download complete [2021-02-08T16:13:37.765Z] 5e14af77c1be: Verifying Checksum [2021-02-08T16:13:37.765Z] 5e14af77c1be: Download complete [2021-02-08T16:13:37.765Z] 93b61091891f: Verifying Checksum [2021-02-08T16:13:37.765Z] 93b61091891f: Download complete [2021-02-08T16:13:37.765Z] 01666e4c0597: Verifying Checksum [2021-02-08T16:13:37.765Z] 01666e4c0597: Download complete [2021-02-08T16:13:38.342Z] df20fa9351a1: Pull complete [2021-02-08T16:13:38.342Z] 36b3adc4ff6f: Pull complete [2021-02-08T16:13:38.342Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T16:13:38.342Z] 8ad3a11d3b57: Download complete [2021-02-08T16:13:40.298Z] 8ad3a11d3b57: Pull complete [2021-02-08T16:13:40.298Z] aa168da1d23b: Verifying Checksum [2021-02-08T16:13:40.298Z] aa168da1d23b: Download complete [2021-02-08T16:13:40.562Z] 46f8f816bc3b: Pull complete [2021-02-08T16:13:41.144Z] 93b61091891f: Pull complete [2021-02-08T16:13:41.144Z] 93b9cdb0e59b: Pull complete [2021-02-08T16:13:41.144Z] 5e14af77c1be: Pull complete [2021-02-08T16:13:41.414Z] 01666e4c0597: Pull complete [2021-02-08T16:13:49.668Z] aa168da1d23b: Pull complete [2021-02-08T16:13:49.668Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T16:13:49.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:13:49.668Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T16:13:49.900Z] prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container [2021-02-08T16:13:49.953Z] $ 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/xfoundry_device-modbus-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/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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-lftools-log-publisher:alpine cat [2021-02-08T16:13:53.339Z] $ docker top 6beb4018f2a58dfaa6f4d70786e6dd1dd0fd42754972a3ba335d90c776cb0c08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:13:53.857Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T16:13:54.177Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T16:13:54.491Z] + ls /var/log/sa-host [2021-02-08T16:13:54.492Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T16:13:54.492Z] file_magic: OK [2021-02-08T16:13:54.492Z] HZ: Using current value: 100 [2021-02-08T16:13:54.492Z] file_header: OK [2021-02-08T16:13:54.492Z] 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 [2021-02-08T16:13:54.492Z] Statistics: [2021-02-08T16:13:54.492Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T16:13:54.492Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T16:13:54.492Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T16:13:54.492Z] file_magic: OK [2021-02-08T16:13:54.492Z] HZ: Using current value: 100 [2021-02-08T16:13:54.492Z] file_header: OK [2021-02-08T16:13:54.492Z] 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 [2021-02-08T16:13:54.492Z] Statistics: [2021-02-08T16:13:54.492Z] Hnuu...uuuununununu... [2021-02-08T16:13:54.492Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T16:13:54.758Z] provisioning config files... [2021-02-08T16:13:54.779Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3106238497268603382tmp [Pipeline] { [Pipeline] echo [2021-02-08T16:13:54.869Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:13:55.174Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T16:13:55.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T16:13:55.279Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:13:55.580Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T16:13:55.592Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:13:55.904Z] ---> sudo-logs.sh [2021-02-08T16:13:55.904Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T16:13:55.918Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:13:56.219Z] ---> job-cost.sh [2021-02-08T16:13:56.219Z] lf-activate-venv: SKIPPING [2021-02-08T16:13:56.219Z] INFO: No Stack... [2021-02-08T16:13:57.612Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T16:13:57.874Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T16:13:57.889Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:13:58.189Z] ---> logs-deploy.sh [2021-02-08T16:13:58.189Z] lf-activate-venv: SKIPPING [2021-02-08T16:13:58.189Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/38 [2021-02-08T16:13:58.189Z] INFO: archiving workspace using pattern(s): [2021-02-08T16:14:00.126Z] Archives upload complete. [2021-02-08T16:14:00.126Z] INFO: archiving logs to Nexus [2021-02-08T16:14:01.086Z] ---> uname -a: [2021-02-08T16:14:01.086Z] Linux prd-centos7-docker-4c-2g-25572.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] ---> lscpu: [2021-02-08T16:14:01.086Z] Architecture: x86_64 [2021-02-08T16:14:01.086Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-08T16:14:01.086Z] Byte Order: Little Endian [2021-02-08T16:14:01.086Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-08T16:14:01.086Z] CPU(s): 4 [2021-02-08T16:14:01.086Z] On-line CPU(s) list: 0-3 [2021-02-08T16:14:01.086Z] Thread(s) per core: 1 [2021-02-08T16:14:01.086Z] Core(s) per socket: 1 [2021-02-08T16:14:01.086Z] Socket(s): 4 [2021-02-08T16:14:01.086Z] NUMA node(s): 1 [2021-02-08T16:14:01.086Z] Vendor ID: GenuineIntel [2021-02-08T16:14:01.086Z] CPU family: 6 [2021-02-08T16:14:01.086Z] Model: 44 [2021-02-08T16:14:01.086Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-08T16:14:01.086Z] Stepping: 1 [2021-02-08T16:14:01.086Z] CPU MHz: 2933.436 [2021-02-08T16:14:01.086Z] BogoMIPS: 5866.87 [2021-02-08T16:14:01.086Z] Virtualization: VT-x [2021-02-08T16:14:01.086Z] Hypervisor vendor: KVM [2021-02-08T16:14:01.086Z] Virtualization type: full [2021-02-08T16:14:01.086Z] L1d cache: 128 KiB [2021-02-08T16:14:01.086Z] L1i cache: 128 KiB [2021-02-08T16:14:01.086Z] L2 cache: 16 MiB [2021-02-08T16:14:01.086Z] L3 cache: 64 MiB [2021-02-08T16:14:01.086Z] NUMA node0 CPU(s): 0-3 [2021-02-08T16:14:01.086Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-08T16:14:01.086Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-08T16:14:01.086Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-08T16:14:01.086Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-08T16:14:01.086Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-08T16:14:01.086Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-08T16:14:01.086Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-08T16:14:01.086Z] Vulnerability Srbds: Not affected [2021-02-08T16:14:01.086Z] Vulnerability Tsx async abort: Not affected [2021-02-08T16:14:01.086Z] 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 [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] ---> nproc: [2021-02-08T16:14:01.086Z] 4 [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] ---> df -h: [2021-02-08T16:14:01.086Z] Filesystem Size Used Available Use% Mounted on [2021-02-08T16:14:01.086Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-08T16:14:01.086Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-08T16:14:01.086Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-08T16:14:01.086Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-08T16:14:01.086Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] ---> free -m: [2021-02-08T16:14:01.086Z] total used free shared buff/cache available [2021-02-08T16:14:01.086Z] Mem: 1837 836 148 0 852 935 [2021-02-08T16:14:01.086Z] Swap: 1023 2 1021 [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] ---> ip addr: [2021-02-08T16:14:01.086Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-08T16:14:01.086Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-08T16:14:01.086Z] inet 127.0.0.1/8 scope host lo [2021-02-08T16:14:01.086Z] valid_lft forever preferred_lft forever [2021-02-08T16:14:01.086Z] inet6 ::1/128 scope host [2021-02-08T16:14:01.086Z] valid_lft forever preferred_lft forever [2021-02-08T16:14:01.086Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-08T16:14:01.086Z] link/ether fa:16:3e:36:ec:d0 brd ff:ff:ff:ff:ff:ff [2021-02-08T16:14:01.086Z] inet 10.30.122.78/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-08T16:14:01.086Z] valid_lft 85883sec preferred_lft 85883sec [2021-02-08T16:14:01.086Z] inet6 fe80::f816:3eff:fe36:ecd0/64 scope link [2021-02-08T16:14:01.086Z] valid_lft forever preferred_lft forever [2021-02-08T16:14:01.086Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-08T16:14:01.086Z] link/ether 02:42:91:66:78:fe brd ff:ff:ff:ff:ff:ff [2021-02-08T16:14:01.086Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-08T16:14:01.086Z] valid_lft forever preferred_lft forever [2021-02-08T16:14:01.086Z] inet6 fe80::42:91ff:fe66:78fe/64 scope link [2021-02-08T16:14:01.086Z] valid_lft forever preferred_lft forever [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] ---> sar -b -r -n DEV: [2021-02-08T16:14:01.086Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] 16:05:12 LINUX RESTART (4 CPU) [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] 16:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-08T16:14:01.086Z] 16:07:02 29.94 11.14 18.81 0.00 4371.24 2952.61 0.00 [2021-02-08T16:14:01.086Z] 16:08:01 1.93 0.00 1.93 0.00 0.00 35.63 0.00 [2021-02-08T16:14:01.086Z] 16:09:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 [2021-02-08T16:14:01.086Z] 16:10:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 [2021-02-08T16:14:01.086Z] 16:11:01 0.17 0.00 0.17 0.00 0.00 2.60 0.00 [2021-02-08T16:14:01.086Z] 16:12:01 219.19 132.83 86.36 0.00 6660.50 33241.89 0.00 [2021-02-08T16:14:01.086Z] 16:13:01 257.76 108.08 149.68 0.00 5304.64 32863.18 0.00 [2021-02-08T16:14:01.086Z] Average: 73.02 36.12 36.89 0.00 2340.81 9903.35 0.00 [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] 16:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-08T16:14:01.086Z] 16:07:02 147964 0 632668 33.62 2620 1098292 1115640 38.07 451252 1084156 20 [2021-02-08T16:14:01.086Z] 16:08:01 151900 0 628724 33.42 2620 1098300 1089364 37.18 450820 1081340 8 [2021-02-08T16:14:01.086Z] 16:09:01 151884 0 628736 33.42 2620 1098304 1089432 37.18 462380 1070104 8 [2021-02-08T16:14:01.086Z] 16:10:01 151136 0 629484 33.46 2620 1098304 1089292 37.18 463504 1069548 12 [2021-02-08T16:14:01.086Z] 16:11:01 150264 0 630324 33.50 2620 1098336 1089448 37.18 471568 1062436 24 [2021-02-08T16:14:01.086Z] 16:12:01 123572 0 748696 39.79 2596 1006680 1251788 42.72 523036 985296 52 [2021-02-08T16:14:01.086Z] 16:13:01 77968 0 837728 44.52 1492 964356 1315012 44.88 613244 850756 3664 [2021-02-08T16:14:01.086Z] Average: 136384 0 676623 35.96 2455 1066082 1148568 39.20 490829 1029091 541 [2021-02-08T16:14:01.086Z] [2021-02-08T16:14:01.086Z] 16:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-08T16:14:01.086Z] 16:07:02 eth0 78.21 63.15 342.58 37.61 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:07:02 docker0 2.05 1.56 0.39 4.24 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:08:01 eth0 3.95 1.63 3.10 0.11 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:09:01 eth0 1.35 0.60 0.58 0.40 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:10:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:11:01 eth0 1.22 0.38 0.45 0.23 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.086Z] 16:12:01 eth0 420.95 367.65 4078.25 32.27 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] 16:12:01 veth7c05f98 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] 16:13:01 eth0 436.12 374.16 3441.34 72.72 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] 16:13:01 veth5b1aa83 11.23 13.32 0.76 57.40 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] 16:13:01 docker0 42.87 44.72 3.57 216.04 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] Average: eth0 134.97 115.74 1127.35 20.54 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] Average: veth5b1aa83 1.61 1.91 0.11 8.23 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] Average: docker0 6.44 6.63 0.57 31.57 0.00 0.00 0.00 0.00 [2021-02-08T16:14:01.087Z] [2021-02-08T16:14:01.087Z] [2021-02-08T16:14:01.087Z] ---> sar -P ALL: [2021-02-08T16:14:01.087Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) [2021-02-08T16:14:01.087Z] [2021-02-08T16:14:01.087Z] 16:05:12 LINUX RESTART (4 CPU) [2021-02-08T16:14:01.087Z] [2021-02-08T16:14:01.087Z] 16:06:01 CPU %user %nice %system %iowait %steal %idle [2021-02-08T16:14:01.087Z] 16:07:02 all 2.66 0.00 1.95 0.44 0.10 94.86 [2021-02-08T16:14:01.087Z] 16:07:02 0 2.27 0.00 2.13 0.08 0.05 95.47 [2021-02-08T16:14:01.087Z] 16:07:02 1 2.60 0.00 1.81 0.13 0.08 95.37 [2021-02-08T16:14:01.087Z] 16:07:02 2 3.02 0.00 2.13 1.48 0.15 93.22 [2021-02-08T16:14:01.087Z] 16:07:02 3 2.74 0.00 1.71 0.05 0.13 95.37 [2021-02-08T16:14:01.087Z] 16:08:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-02-08T16:14:01.087Z] 16:08:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-08T16:14:01.087Z] 16:08:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-02-08T16:14:01.087Z] 16:08:01 2 0.46 0.00 0.03 0.00 0.00 99.51 [2021-02-08T16:14:01.087Z] 16:08:01 3 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-08T16:14:01.087Z] 16:09:01 all 0.16 0.00 0.07 0.00 0.01 99.76 [2021-02-08T16:14:01.087Z] 16:09:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-08T16:14:01.087Z] 16:09:01 1 0.30 0.00 0.07 0.00 0.00 99.63 [2021-02-08T16:14:01.087Z] 16:09:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-02-08T16:14:01.087Z] 16:09:01 3 0.25 0.00 0.12 0.00 0.02 99.62 [2021-02-08T16:14:01.087Z] 16:10:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-08T16:14:01.087Z] 16:10:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-08T16:14:01.087Z] 16:10:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-08T16:14:01.087Z] 16:10:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-08T16:14:01.087Z] 16:10:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-08T16:14:01.087Z] 16:11:01 all 0.12 0.00 0.13 0.00 0.02 99.73 [2021-02-08T16:14:01.087Z] 16:11:01 0 0.07 0.00 0.10 0.00 0.00 99.83 [2021-02-08T16:14:01.087Z] 16:11:01 1 0.08 0.00 0.10 0.00 0.00 99.82 [2021-02-08T16:14:01.087Z] 16:11:01 2 0.08 0.00 0.13 0.00 0.05 99.73 [2021-02-08T16:14:01.087Z] 16:11:01 3 0.23 0.00 0.20 0.00 0.02 99.55 [2021-02-08T16:14:01.087Z] 16:12:01 all 8.52 0.00 6.01 1.17 0.43 83.87 [2021-02-08T16:14:01.087Z] 16:12:01 0 8.57 0.00 6.28 0.79 0.50 83.87 [2021-02-08T16:14:01.087Z] 16:12:01 1 9.53 0.00 5.93 0.94 0.37 83.23 [2021-02-08T16:14:01.087Z] 16:12:01 2 8.23 0.00 6.30 1.76 0.43 83.28 [2021-02-08T16:14:01.087Z] 16:12:01 3 7.73 0.00 5.54 1.20 0.41 85.11 [2021-02-08T16:14:01.087Z] 16:13:01 all 10.83 0.00 9.20 3.44 1.28 75.24 [2021-02-08T16:14:01.087Z] 16:13:01 0 10.89 0.00 9.93 3.54 1.23 74.41 [2021-02-08T16:14:01.087Z] 16:13:01 1 10.37 0.00 9.28 2.64 1.37 76.34 [2021-02-08T16:14:01.087Z] 16:13:01 2 11.33 0.00 8.29 4.03 1.35 75.00 [2021-02-08T16:14:01.087Z] 16:13:01 3 10.75 0.00 9.31 3.54 1.18 75.22 [2021-02-08T16:14:01.087Z] Average: all 3.18 0.00 2.45 0.71 0.26 93.41 [2021-02-08T16:14:01.087Z] Average: 0 3.08 0.00 2.60 0.62 0.25 93.45 [2021-02-08T16:14:01.087Z] Average: 1 3.31 0.00 2.43 0.52 0.26 93.49 [2021-02-08T16:14:01.087Z] Average: 2 3.27 0.00 2.39 1.02 0.28 93.05 [2021-02-08T16:14:01.087Z] Average: 3 3.06 0.00 2.39 0.67 0.25 93.64 [2021-02-08T16:14:01.087Z] [2021-02-08T16:14:01.087Z] [2021-02-08T16:14:01.087Z]