Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 99df618622a9f54f94da4a2280a77aba81c63d12 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3798 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 99df618622a9f54f94da4a2280a77aba81c63d12 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 99df618622a9f54f94da4a2280a77aba81c63d12 # timeout=10 Commit message: "Merge pull request #231 from ernestojeda/rename-makefile-images" > git rev-list --no-walk 94aa4268434e23c8f700f751c1eb2cf3b0794e00 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-09T10:50:31.510Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-09T10:50:31.612Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-09T10:50:31.650Z] ========================================================= [2021-05-09T10:50:31.651Z] EdgeX Global Pipelines Version Info [2021-05-09T10:50:31.651Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:50:35.649Z] ------------------- [2021-05-09T10:50:35.650Z] stable info: [2021-05-09T10:50:35.650Z] ------------------- [2021-05-09T10:50:35.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-09T10:50:35.650Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T10:50:35.650Z] Message: update stable to v1.0.191 [2021-05-09T10:50:37.297Z] ------------------- [2021-05-09T10:50:37.297Z] experimental info: [2021-05-09T10:50:37.297Z] ------------------- [2021-05-09T10:50:37.297Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-09T10:50:37.297Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T10:50:37.297Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-09T10:50:37.747Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2021-05-09T10:50:37.771Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2021-05-09T10:50:37.797Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-09T10:50:37.891Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-09T10:50:37.915Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-09T10:50:37.970Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-09T10:50:37.992Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-09T10:50:38.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-09T10:50:38.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-09T10:50:38.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-09T10:50:38.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-09T10:50:38.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2021-05-09T10:50:38.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-09T10:50:38.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-09T10:50:38.222Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T10:50:38.246Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T10:50:38.269Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-09T10:50:38.294Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-09T10:50:38.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-09T10:50:38.358Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-09T10:50:38.382Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-09T10:50:38.405Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-09T10:50:38.429Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-09T10:50:38.453Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-09T10:50:38.498Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-09T10:50:38.522Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-09T10:50:38.546Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-09T10:50:38.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-09T10:50:38.595Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-09T10:50:38.620Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] echo [2021-05-09T10:50:38.671Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99df618 [Pipeline] echo [2021-05-09T10:50:38.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T10:50:38.783Z] provisioning config files... [2021-05-09T10:50:38.847Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6299893876033927890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:50:39.363Z] ---> docker-login.sh [2021-05-09T10:50:39.363Z] nexus3.edgexfoundry.org:10001 [2021-05-09T10:50:40.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:50:41.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:50:41.454Z] Configure a credential helper to remove this warning. See [2021-05-09T10:50:41.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:50:41.454Z] [2021-05-09T10:50:41.454Z] Login Succeeded [2021-05-09T10:50:41.454Z] nexus3.edgexfoundry.org:10002 [2021-05-09T10:50:42.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:50:43.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:50:43.057Z] Configure a credential helper to remove this warning. See [2021-05-09T10:50:43.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:50:43.057Z] [2021-05-09T10:50:43.057Z] Login Succeeded [2021-05-09T10:50:43.057Z] nexus3.edgexfoundry.org:10003 [2021-05-09T10:50:43.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:50:44.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:50:44.235Z] Configure a credential helper to remove this warning. See [2021-05-09T10:50:44.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:50:44.235Z] [2021-05-09T10:50:44.235Z] Login Succeeded [2021-05-09T10:50:44.235Z] nexus3.edgexfoundry.org:10004 [2021-05-09T10:50:45.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:50:46.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:50:46.014Z] Configure a credential helper to remove this warning. See [2021-05-09T10:50:46.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:50:46.014Z] [2021-05-09T10:50:46.014Z] Login Succeeded [2021-05-09T10:50:46.014Z] docker.io [2021-05-09T10:50:46.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:50:46.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:50:46.989Z] Configure a credential helper to remove this warning. See [2021-05-09T10:50:46.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:50:46.989Z] [2021-05-09T10:50:46.989Z] Login Succeeded [2021-05-09T10:50:46.989Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T10:50:47.051Z] 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-05-09T10:50:47.806Z] + git log --format=format:%s -1 99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] echo [2021-05-09T10:50:48.047Z] GIT_COMMIT: 99df618622a9f54f94da4a2280a77aba81c63d12, Commit Message: Merge pull request #231 from ernestojeda/rename-makefile-images [Pipeline] echo [2021-05-09T10:50:48.062Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:50:48.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T10:50:49.079Z] [2021-05-09T10:50:49.079Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:50:49.743Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T10:50:50.046Z] latest: Pulling from edgex-devops/git-semver [2021-05-09T10:50:50.046Z] 31603596830f: Pulling fs layer [2021-05-09T10:50:50.046Z] 54011a49482f: Pulling fs layer [2021-05-09T10:50:50.046Z] a6820b24f6d8: Pulling fs layer [2021-05-09T10:50:50.046Z] f581987b2513: Pulling fs layer [2021-05-09T10:50:50.046Z] f581987b2513: Waiting [2021-05-09T10:50:50.046Z] 54011a49482f: Verifying Checksum [2021-05-09T10:50:50.046Z] 54011a49482f: Download complete [2021-05-09T10:50:50.429Z] 31603596830f: Verifying Checksum [2021-05-09T10:50:50.429Z] 31603596830f: Download complete [2021-05-09T10:50:51.165Z] f581987b2513: Verifying Checksum [2021-05-09T10:50:51.165Z] f581987b2513: Download complete [2021-05-09T10:50:51.963Z] a6820b24f6d8: Verifying Checksum [2021-05-09T10:50:51.963Z] a6820b24f6d8: Download complete [2021-05-09T10:50:52.628Z] 31603596830f: Pull complete [2021-05-09T10:50:53.062Z] 54011a49482f: Pull complete [2021-05-09T10:50:56.987Z] a6820b24f6d8: Pull complete [2021-05-09T10:50:58.557Z] f581987b2513: Pull complete [2021-05-09T10:50:58.558Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-09T10:50:58.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T10:50:58.558Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-09T10:50:59.171Z] prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container [2021-05-09T10:50:59.352Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-09T10:51:03.007Z] $ docker top ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-09T10:51:03.531Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T10:51:03.531Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T10:51:04.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T10:51:04.428Z] $ docker exec ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent [2021-05-09T10:51:05.507Z] SSH_AUTH_SOCK=/tmp/ssh-1vpCgF7gODh2/agent.11 [2021-05-09T10:51:05.507Z] SSH_AGENT_PID=16 [2021-05-09T10:51:05.532Z] Running ssh-add (command line suppressed) [2021-05-09T10:51:06.377Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7130829580203184376.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7130829580203184376.key) [2021-05-09T10:51:06.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T10:51:07.019Z] + git tag --points-at HEAD [Pipeline] } [2021-05-09T10:51:07.083Z] $ docker exec --env ******** --env ******** ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent -k [2021-05-09T10:51:07.675Z] unset SSH_AUTH_SOCK; [2021-05-09T10:51:07.716Z] unset SSH_AGENT_PID; [2021-05-09T10:51:07.716Z] echo Agent pid 16 killed; [2021-05-09T10:51:08.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-09T10:51:08.141Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T10:51:08.141Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T10:51:08.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T10:51:08.647Z] $ docker exec ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent [2021-05-09T10:51:09.651Z] SSH_AUTH_SOCK=/tmp/ssh-JPLkSgPx9HL1/agent.45 [2021-05-09T10:51:09.651Z] SSH_AGENT_PID=50 [2021-05-09T10:51:09.838Z] Running ssh-add (command line suppressed) [2021-05-09T10:51:10.715Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8977785884360653083.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8977785884360653083.key) [2021-05-09T10:51:11.131Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T10:51:12.027Z] + git semver init [2021-05-09T10:51:12.027Z] # -> Open(): unable to determine branch for HEAD [2021-05-09T10:51:12.027Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-05-09T10:51:12.027Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-05-09T10:51:12.028Z] # $SEMVER_REMOTE_NAME = origin [2021-05-09T10:51:12.028Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-09T10:51:12.028Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-09T10:51:12.028Z] # $SEMVER_BRANCH = master [2021-05-09T10:51:12.028Z] # $SEMVER_TEMP = /tmp/semver-491256721 [2021-05-09T10:51:12.028Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2021-05-09T10:51:12.743Z] # '/tmp/semver-491256721' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2021-05-09T10:51:12.743Z] # -> Force: false [2021-05-09T10:51:12.743Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2021-05-09T10:51:12.781Z] $ docker exec --env ******** --env ******** ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent -k [2021-05-09T10:51:13.211Z] unset SSH_AUTH_SOCK; [2021-05-09T10:51:13.217Z] unset SSH_AGENT_PID; [2021-05-09T10:51:13.218Z] echo Agent pid 50 killed; [2021-05-09T10:51:13.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T10:51:13.752Z] + git semver [Pipeline] } [2021-05-09T10:51:13.814Z] $ docker stop --time=1 ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b [2021-05-09T10:51:16.291Z] $ docker rm -f ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T10:51:17.024Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-09T10:51:18.255Z] Stashed 1 file(s) [Pipeline] echo [2021-05-09T10:51:18.258Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.6 [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-05-09T10:51:33.443Z] Still waiting to schedule task [2021-05-09T10:51:33.443Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3802’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3792’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-09T10:51:33.446Z] Still waiting to schedule task [2021-05-09T10:51:33.446Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-09T10:52:36.259Z] Running on prd-centos7-docker-4c-2g-3805 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2021-05-09T10:52:36.280Z] Running in /w/workspace/device-modbus-go/44 [Pipeline] { [Pipeline] checkout [2021-05-09T10:52:38.917Z] using credential edgex-jenkins-ssh [2021-05-09T10:52:38.930Z] Cloning the remote Git repository [2021-05-09T10:52:38.962Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-05-09T10:52:39.031Z] > git init /w/workspace/device-modbus-go/44 # timeout=10 [2021-05-09T10:52:39.094Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-09T10:52:39.095Z] > git --version # timeout=10 [2021-05-09T10:52:39.101Z] > git --version # 'git version 2.24.3' [2021-05-09T10:52:39.102Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T10:52:39.134Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T10:52:39.741Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-09T10:52:39.751Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T10:52:39.763Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-09T10:52:39.780Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-09T10:52:39.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T10:52:39.785Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T10:52:40.144Z] Checking out Revision 99df618622a9f54f94da4a2280a77aba81c63d12 (master) [2021-05-09T10:52:40.155Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T10:52:40.161Z] > git checkout -f 99df618622a9f54f94da4a2280a77aba81c63d12 # timeout=10 [2021-05-09T10:52:43.935Z] Commit message: "Merge pull request #231 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T10:52:44.829Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-09T10:52:45.160Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T10:52:45.458Z] + sudo service docker restart [2021-05-09T10:52:45.458Z] + true [2021-05-09T10:52:45.458Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T10:52:46.438Z] provisioning config files... [2021-05-09T10:52:46.475Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config7111356154838227470tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:52:46.805Z] ---> docker-login.sh [2021-05-09T10:52:46.805Z] nexus3.edgexfoundry.org:10001 [2021-05-09T10:52:47.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:52:47.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:52:47.334Z] Configure a credential helper to remove this warning. See [2021-05-09T10:52:47.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:52:47.334Z] [2021-05-09T10:52:47.334Z] Login Succeeded [2021-05-09T10:52:47.334Z] nexus3.edgexfoundry.org:10002 [2021-05-09T10:52:47.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:52:47.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:52:47.334Z] Configure a credential helper to remove this warning. See [2021-05-09T10:52:47.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:52:47.334Z] [2021-05-09T10:52:47.334Z] Login Succeeded [2021-05-09T10:52:47.334Z] nexus3.edgexfoundry.org:10003 [2021-05-09T10:52:47.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:52:47.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:52:47.597Z] Configure a credential helper to remove this warning. See [2021-05-09T10:52:47.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:52:47.597Z] [2021-05-09T10:52:47.597Z] Login Succeeded [2021-05-09T10:52:47.597Z] nexus3.edgexfoundry.org:10004 [2021-05-09T10:52:47.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:52:47.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:52:47.860Z] Configure a credential helper to remove this warning. See [2021-05-09T10:52:47.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:52:47.860Z] [2021-05-09T10:52:47.860Z] Login Succeeded [2021-05-09T10:52:47.860Z] docker.io [2021-05-09T10:52:47.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:52:48.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:52:48.123Z] Configure a credential helper to remove this warning. See [2021-05-09T10:52:48.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:52:48.123Z] [2021-05-09T10:52:48.123Z] Login Succeeded [2021-05-09T10:52:48.123Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T10:52:48.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-09T10:52:48.345Z] ========================================================= [2021-05-09T10:52:48.345Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-09T10:52:48.345Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:52:48.665Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-09T10:52:48.665Z] Sending build context to Docker daemon 596kB [2021-05-09T10:52:48.665Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-09T10:52:48.665Z] Step 2/8 : FROM ${BASE} [2021-05-09T10:52:48.665Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-09T10:52:48.665Z] 540db60ca938: Pulling fs layer [2021-05-09T10:52:48.665Z] adcc1eea9eea: Pulling fs layer [2021-05-09T10:52:48.665Z] 4c4ab2625f07: Pulling fs layer [2021-05-09T10:52:48.665Z] 0510c868ecb4: Pulling fs layer [2021-05-09T10:52:48.665Z] afea3b2eda06: Pulling fs layer [2021-05-09T10:52:48.665Z] 7809a108b3ef: Pulling fs layer [2021-05-09T10:52:48.665Z] f706445af74f: Pulling fs layer [2021-05-09T10:52:48.666Z] afea3b2eda06: Waiting [2021-05-09T10:52:48.666Z] 7809a108b3ef: Waiting [2021-05-09T10:52:48.666Z] f706445af74f: Waiting [2021-05-09T10:52:48.666Z] 0510c868ecb4: Waiting [2021-05-09T10:52:48.935Z] adcc1eea9eea: Download complete [2021-05-09T10:52:48.935Z] afea3b2eda06: Verifying Checksum [2021-05-09T10:52:48.935Z] afea3b2eda06: Download complete [2021-05-09T10:52:48.935Z] 7809a108b3ef: Verifying Checksum [2021-05-09T10:52:48.935Z] 7809a108b3ef: Download complete [2021-05-09T10:52:48.935Z] 540db60ca938: Verifying Checksum [2021-05-09T10:52:48.935Z] 540db60ca938: Download complete [2021-05-09T10:52:49.201Z] 540db60ca938: Pull complete [2021-05-09T10:52:49.467Z] adcc1eea9eea: Pull complete [2021-05-09T10:52:49.467Z] 4c4ab2625f07: Pull complete [2021-05-09T10:52:50.864Z] f706445af74f: Verifying Checksum [2021-05-09T10:52:50.864Z] f706445af74f: Download complete [2021-05-09T10:52:51.809Z] 0510c868ecb4: Verifying Checksum [2021-05-09T10:52:51.809Z] 0510c868ecb4: Download complete [2021-05-09T10:52:57.143Z] 0510c868ecb4: Pull complete [2021-05-09T10:52:57.143Z] afea3b2eda06: Pull complete [2021-05-09T10:52:57.406Z] 7809a108b3ef: Pull complete [2021-05-09T10:53:01.663Z] f706445af74f: Pull complete [2021-05-09T10:53:01.663Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-09T10:53:01.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-09T10:53:01.663Z] ---> b068be0155e3 [2021-05-09T10:53:01.663Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-09T10:53:03.062Z] ---> Running in 0fb85724023b [2021-05-09T10:53:03.062Z] Removing intermediate container 0fb85724023b [2021-05-09T10:53:03.062Z] ---> f6317d02dfc4 [2021-05-09T10:53:03.062Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T10:53:03.332Z] ---> Running in ff1633161534 [2021-05-09T10:53:04.736Z] Removing intermediate container ff1633161534 [2021-05-09T10:53:04.736Z] ---> cc0fd09c3022 [2021-05-09T10:53:04.736Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-09T10:53:04.736Z] ---> Running in 2fed22827d3b [2021-05-09T10:53:05.316Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T10:53:07.248Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T10:53:07.823Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-09T10:53:08.085Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-09T10:53:08.348Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-09T10:53:08.348Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-09T10:53:08.611Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-09T10:53:08.874Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-09T10:53:08.874Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-09T10:53:09.450Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-09T10:53:09.714Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-09T10:53:09.977Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-09T10:53:09.977Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-09T10:53:10.240Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-09T10:53:11.187Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-09T10:53:11.187Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T10:53:11.187Z] OK: 156 MiB in 53 packages [2021-05-09T10:53:12.136Z] Removing intermediate container 2fed22827d3b [2021-05-09T10:53:12.136Z] ---> 1f1a11ca53a3 [2021-05-09T10:53:12.136Z] Step 6/8 : WORKDIR /device-modbus-go [2021-05-09T10:53:12.136Z] ---> Running in 06550d385239 [2021-05-09T10:53:12.136Z] Removing intermediate container 06550d385239 [2021-05-09T10:53:12.136Z] ---> 73558dac9a98 [2021-05-09T10:53:12.136Z] Step 7/8 : COPY . . [2021-05-09T10:53:13.101Z] ---> 06ce4c9e35c9 [2021-05-09T10:53:13.101Z] Step 8/8 : RUN go mod download [2021-05-09T10:53:13.101Z] ---> Running in d5f3b46320a6 [2021-05-09T10:53:39.761Z] Removing intermediate container d5f3b46320a6 [2021-05-09T10:53:39.761Z] ---> cdd0debc89d5 [2021-05-09T10:53:39.761Z] Successfully built cdd0debc89d5 [2021-05-09T10:53:39.761Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:53:40.086Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T10:53:40.086Z] . [Pipeline] withDockerContainer [2021-05-09T10:53:40.211Z] prd-centos7-docker-4c-2g-3805 does not seem to be running inside a container [2021-05-09T10:53:40.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-09T10:53:41.170Z] $ docker top 581c59b6b213ea88618a6d0d1552a29bc19e129b2fcdb1834d4a090195639537 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T10:53:41.602Z] + go version [2021-05-09T10:53:41.602Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-09T10:53:41.621Z] $ docker stop --time=1 581c59b6b213ea88618a6d0d1552a29bc19e129b2fcdb1834d4a090195639537 [2021-05-09T10:53:42.987Z] $ docker rm -f 581c59b6b213ea88618a6d0d1552a29bc19e129b2fcdb1834d4a090195639537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:53:43.496Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T10:53:43.496Z] . [Pipeline] withDockerContainer [2021-05-09T10:53:43.599Z] prd-centos7-docker-4c-2g-3805 does not seem to be running inside a container [2021-05-09T10:53:43.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-09T10:53:44.363Z] $ docker top ba6730e4ed7b158ef7c911e7e90bb3b2da81d8175198eb487e7104527155f4e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T10:53:44.824Z] + go mod tidy [Pipeline] sh [2021-05-09T10:53:45.717Z] + make test [2021-05-09T10:53:45.717Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-09T10:53:47.404Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-05-09T10:54:05.908Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-05-09T10:54:05.908Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.012s coverage: 50.1% of statements [2021-05-09T10:54:05.908Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-09T10:54:12.587Z] gofmt -l . [2021-05-09T10:54:12.587Z] [ "`gofmt -l .`" = "" ] [2021-05-09T10:54:12.587Z] ./bin/test-attribution-txt.sh [2021-05-09T10:54:13.182Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-09T10:54:13.473Z] $ docker stop --time=1 ba6730e4ed7b158ef7c911e7e90bb3b2da81d8175198eb487e7104527155f4e8 [2021-05-09T10:54:15.203Z] $ docker rm -f ba6730e4ed7b158ef7c911e7e90bb3b2da81d8175198eb487e7104527155f4e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T10:54:15.782Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-09T10:54:16.136Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-09T10:54:19.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-09T10:54:19.313Z] + ls -al . [2021-05-09T10:54:19.313Z] total 112 [2021-05-09T10:54:19.313Z] drwxrwxr-x. 9 jenkins jenkins 4096 May 9 10:54 . [2021-05-09T10:54:19.313Z] drwxrwxr-x. 4 jenkins jenkins 30 May 9 10:52 .. [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 7127 May 9 10:52 Attribution.txt [2021-05-09T10:54:19.313Z] drwxrwxr-x. 2 jenkins jenkins 87 May 9 10:52 bin [2021-05-09T10:54:19.313Z] drwxrwxr-x. 3 jenkins jenkins 32 May 9 10:52 cmd [2021-05-09T10:54:19.313Z] -rw-r--r--. 1 jenkins jenkins 23236 May 9 10:54 coverage.out [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 1457 May 9 10:52 Dockerfile [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 995 May 9 10:52 Dockerfile.build [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 140 May 9 10:52 .dockerignore [2021-05-09T10:54:19.313Z] drwxrwxr-x. 8 jenkins jenkins 162 May 9 10:52 .git [2021-05-09T10:54:19.313Z] drwxrwxr-x. 2 jenkins jenkins 103 May 9 10:52 .github [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 338 May 9 10:52 .gitignore [2021-05-09T10:54:19.313Z] -rw-r--r--. 1 jenkins jenkins 377 May 9 10:54 go.mod [2021-05-09T10:54:19.313Z] -rw-r--r--. 1 jenkins jenkins 21766 May 9 10:53 go.sum [2021-05-09T10:54:19.313Z] drwxrwxr-x. 3 jenkins jenkins 20 May 9 10:52 internal [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 679 May 9 10:52 Jenkinsfile [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 9 10:52 LICENSE [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 910 May 9 10:52 Makefile [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 2897 May 9 10:52 README.md [2021-05-09T10:54:19.313Z] drwxrwxr-x. 2 jenkins jenkins 52 May 9 10:52 simulator [2021-05-09T10:54:19.313Z] drwxrwxr-x. 4 jenkins jenkins 71 May 9 10:52 snap [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 11 May 9 10:51 VERSION [2021-05-09T10:54:19.313Z] -rw-rw-r--. 1 jenkins jenkins 229 May 9 10:52 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:54:19.627Z] + 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=99df618622a9f54f94da4a2280a77aba81c63d12 --label arch=amd64 --label version=1.3.2-dev.6 . [2021-05-09T10:54:19.890Z] Sending build context to Docker daemon 620kB [2021-05-09T10:54:19.890Z] Step 1/21 : ARG BASE=golang:1.15-alpine3.12 [2021-05-09T10:54:19.890Z] Step 2/21 : FROM ${BASE} AS builder [2021-05-09T10:54:19.890Z] ---> cdd0debc89d5 [2021-05-09T10:54:19.890Z] Step 3/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T10:54:20.158Z] ---> Running in 28f430939b38 [2021-05-09T10:54:22.095Z] Removing intermediate container 28f430939b38 [2021-05-09T10:54:22.095Z] ---> 4547a8a4fa23 [2021-05-09T10:54:22.095Z] Step 4/21 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-09T10:54:22.095Z] ---> Running in 878e69a9c028 [2021-05-09T10:54:22.674Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T10:54:24.065Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T10:54:26.644Z] OK: 156 MiB in 53 packages [2021-05-09T10:54:26.644Z] Removing intermediate container 878e69a9c028 [2021-05-09T10:54:26.644Z] ---> b04c8b92814e [2021-05-09T10:54:26.644Z] Step 5/21 : WORKDIR /device-modbus-go [2021-05-09T10:54:26.908Z] ---> Running in f634bc6470a2 [2021-05-09T10:54:27.173Z] Removing intermediate container f634bc6470a2 [2021-05-09T10:54:27.173Z] ---> f1885f5926a7 [2021-05-09T10:54:27.173Z] Step 6/21 : COPY . . [2021-05-09T10:54:28.136Z] ---> 55e2ef8d232d [2021-05-09T10:54:28.136Z] Step 7/21 : RUN go mod download [2021-05-09T10:54:28.136Z] ---> Running in a50db9c495fd [2021-05-09T10:54:29.545Z] Removing intermediate container a50db9c495fd [2021-05-09T10:54:29.545Z] ---> c1d393e8423e [2021-05-09T10:54:29.545Z] Step 8/21 : RUN make build [2021-05-09T10:54:29.545Z] ---> Running in 8e69454f78e9 [2021-05-09T10:54:29.811Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.6" -o cmd/device-modbus ./cmd [2021-05-09T10:54:42.176Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-09T10:54:46.405Z] Removing intermediate container 8e69454f78e9 [2021-05-09T10:54:46.405Z] ---> 98f825c868c9 [2021-05-09T10:54:46.405Z] Step 9/21 : FROM alpine:3.12 [2021-05-09T10:54:46.405Z] 3.12: Pulling from library/alpine [2021-05-09T10:54:46.405Z] 339de151aab4: Pulling fs layer [2021-05-09T10:54:46.671Z] 339de151aab4: Verifying Checksum [2021-05-09T10:54:46.671Z] 339de151aab4: Download complete [2021-05-09T10:54:46.935Z] 339de151aab4: Pull complete [2021-05-09T10:54:46.935Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T10:54:46.935Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T10:54:46.935Z] ---> 13621d1b12d4 [2021-05-09T10:54:46.935Z] Step 10/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2021-05-09T10:54:46.935Z] ---> Running in bbfb00034d9e [2021-05-09T10:54:47.203Z] Removing intermediate container bbfb00034d9e [2021-05-09T10:54:47.203Z] ---> 3a175e91a71a [2021-05-09T10:54:47.203Z] Step 11/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T10:54:47.203Z] ---> Running in e04051053658 [2021-05-09T10:54:48.599Z] Removing intermediate container e04051053658 [2021-05-09T10:54:48.599Z] ---> 7453741be15a [2021-05-09T10:54:48.599Z] Step 12/21 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-09T10:54:48.599Z] ---> Running in 3307fb4669b1 [2021-05-09T10:54:48.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T10:54:50.467Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3811 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2021-05-09T10:54:50.487Z] Running in /w/workspace/device-modbus-go/44 [Pipeline] { [Pipeline] checkout [2021-05-09T10:54:50.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T10:54:51.362Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-09T10:54:51.625Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-09T10:54:51.625Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-09T10:54:51.893Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-09T10:54:52.156Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-09T10:54:52.421Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-09T10:54:52.684Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T10:54:52.684Z] OK: 8 MiB in 20 packages [2021-05-09T10:54:53.262Z] Removing intermediate container 3307fb4669b1 [2021-05-09T10:54:53.262Z] ---> ccb45ec48d06 [2021-05-09T10:54:53.262Z] Step 13/21 : COPY --from=builder /device-modbus-go/cmd / [2021-05-09T10:54:53.837Z] ---> d42167d5ca81 [2021-05-09T10:54:53.837Z] Step 14/21 : COPY --from=builder /device-modbus-go/LICENSE / [2021-05-09T10:54:54.103Z] ---> a31e40595ceb [2021-05-09T10:54:54.103Z] Step 15/21 : COPY --from=builder /device-modbus-go/Attribution.txt / [2021-05-09T10:54:54.367Z] ---> c205241edb61 [2021-05-09T10:54:54.367Z] Step 16/21 : EXPOSE 49991 [2021-05-09T10:54:54.367Z] ---> Running in 015211d3d000 [2021-05-09T10:54:54.629Z] Removing intermediate container 015211d3d000 [2021-05-09T10:54:54.629Z] ---> 7016eceb825a [2021-05-09T10:54:54.629Z] Step 17/21 : ENTRYPOINT ["/device-modbus"] [2021-05-09T10:54:54.629Z] ---> Running in a0401f281f3c [2021-05-09T10:54:54.895Z] Removing intermediate container a0401f281f3c [2021-05-09T10:54:54.895Z] ---> 86a4e55fd86b [2021-05-09T10:54:54.895Z] Step 18/21 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T10:54:54.895Z] ---> Running in 083a92dd3348 [2021-05-09T10:54:55.156Z] Removing intermediate container 083a92dd3348 [2021-05-09T10:54:55.156Z] ---> 45d81955d5c2 [2021-05-09T10:54:55.156Z] Step 19/21 : LABEL arch=amd64 [2021-05-09T10:54:55.156Z] ---> Running in dd3e70d59203 [2021-05-09T10:54:55.156Z] Removing intermediate container dd3e70d59203 [2021-05-09T10:54:55.156Z] ---> c22342c86d1b [2021-05-09T10:54:55.156Z] Step 20/21 : LABEL git_sha=99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:54:55.418Z] ---> Running in 712b3b1a0dd7 [2021-05-09T10:54:55.418Z] Removing intermediate container 712b3b1a0dd7 [2021-05-09T10:54:55.418Z] ---> f8ecaa99e5da [2021-05-09T10:54:55.418Z] Step 21/21 : LABEL version=1.3.2-dev.6 [2021-05-09T10:54:55.679Z] ---> Running in b618bbbab288 [2021-05-09T10:54:55.679Z] Removing intermediate container b618bbbab288 [2021-05-09T10:54:55.679Z] ---> e6683b176354 [2021-05-09T10:54:55.679Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-09T10:54:55.679Z] Successfully built e6683b176354 [2021-05-09T10:54:55.679Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T10:54:55.804Z] provisioning config files... [2021-05-09T10:54:55.840Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config3175982746837892228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:54:56.176Z] ---> docker-login.sh [2021-05-09T10:54:56.176Z] nexus3.edgexfoundry.org:10001 [2021-05-09T10:54:56.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:54:56.409Z] using credential edgex-jenkins-ssh [2021-05-09T10:54:56.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:54:56.437Z] Configure a credential helper to remove this warning. See [2021-05-09T10:54:56.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:54:56.437Z] [2021-05-09T10:54:56.437Z] Login Succeeded [2021-05-09T10:54:56.437Z] nexus3.edgexfoundry.org:10002 [2021-05-09T10:54:56.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:54:56.438Z] Cloning the remote Git repository [2021-05-09T10:54:56.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:54:56.701Z] Configure a credential helper to remove this warning. See [2021-05-09T10:54:56.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:54:56.701Z] [2021-05-09T10:54:56.701Z] Login Succeeded [2021-05-09T10:54:56.701Z] nexus3.edgexfoundry.org:10003 [2021-05-09T10:54:56.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:54:56.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:54:56.701Z] Configure a credential helper to remove this warning. See [2021-05-09T10:54:56.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:54:56.701Z] [2021-05-09T10:54:56.701Z] Login Succeeded [2021-05-09T10:54:56.701Z] nexus3.edgexfoundry.org:10004 [2021-05-09T10:54:56.490Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-05-09T10:54:56.604Z] > git init /w/workspace/device-modbus-go/44 # timeout=10 [2021-05-09T10:54:56.697Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-09T10:54:56.698Z] > git --version # timeout=10 [2021-05-09T10:54:56.720Z] > git --version # 'git version 2.17.1' [2021-05-09T10:54:56.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T10:54:56.868Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T10:54:56.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:54:56.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:54:56.963Z] Configure a credential helper to remove this warning. See [2021-05-09T10:54:56.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:54:56.963Z] [2021-05-09T10:54:56.963Z] Login Succeeded [2021-05-09T10:54:56.963Z] docker.io [2021-05-09T10:54:56.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:54:57.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:54:57.230Z] Configure a credential helper to remove this warning. See [2021-05-09T10:54:57.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:54:57.230Z] [2021-05-09T10:54:57.230Z] Login Succeeded [2021-05-09T10:54:57.230Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T10:54:57.243Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-09T10:54:57.316Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2021-05-09T10:54:57.316Z] 99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:54:57.316Z] latest [2021-05-09T10:54:57.316Z] 1.3.2-dev.6 [2021-05-09T10:54:57.316Z] 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [2021-05-09T10:54:57.316Z] master [2021-05-09T10:54:57.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:54:57.685Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:54:57.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:54:57.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-05-09T10:54:57.992Z] 3281917af48a: Preparing [2021-05-09T10:54:57.992Z] 721249dc36cd: Preparing [2021-05-09T10:54:57.992Z] 16d0e839f581: Preparing [2021-05-09T10:54:57.992Z] 7f9b8aebc93d: Preparing [2021-05-09T10:54:57.992Z] c248a4555511: Preparing [2021-05-09T10:54:57.992Z] 32f366d666a5: Preparing [2021-05-09T10:54:57.992Z] 32f366d666a5: Waiting [2021-05-09T10:54:57.801Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-09T10:54:57.818Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T10:54:57.849Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-05-09T10:54:57.889Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-05-09T10:54:57.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T10:54:57.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T10:54:58.254Z] c248a4555511: Pushed [2021-05-09T10:54:58.254Z] 3281917af48a: Pushed [2021-05-09T10:54:58.254Z] 721249dc36cd: Pushed [2021-05-09T10:54:58.254Z] 32f366d666a5: Layer already exists [2021-05-09T10:54:58.254Z] 7f9b8aebc93d: Pushed [2021-05-09T10:54:58.359Z] Checking out Revision 99df618622a9f54f94da4a2280a77aba81c63d12 (master) [2021-05-09T10:54:59.214Z] 16d0e839f581: Pushed [2021-05-09T10:54:59.480Z] 99df618622a9f54f94da4a2280a77aba81c63d12: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:54:58.379Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T10:54:58.401Z] > git checkout -f 99df618622a9f54f94da4a2280a77aba81c63d12 # timeout=10 [2021-05-09T10:54:59.803Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:00.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2021-05-09T10:55:00.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-05-09T10:55:00.110Z] 3281917af48a: Preparing [2021-05-09T10:55:00.110Z] 721249dc36cd: Preparing [2021-05-09T10:55:00.110Z] 16d0e839f581: Preparing [2021-05-09T10:55:00.110Z] 7f9b8aebc93d: Preparing [2021-05-09T10:55:00.110Z] c248a4555511: Preparing [2021-05-09T10:55:00.110Z] 32f366d666a5: Preparing [2021-05-09T10:55:00.110Z] 32f366d666a5: Waiting [2021-05-09T10:55:00.110Z] 3281917af48a: Layer already exists [2021-05-09T10:55:00.110Z] 16d0e839f581: Layer already exists [2021-05-09T10:55:00.110Z] 721249dc36cd: Layer already exists [2021-05-09T10:55:00.110Z] c248a4555511: Layer already exists [2021-05-09T10:55:00.110Z] 7f9b8aebc93d: Layer already exists [2021-05-09T10:55:00.110Z] 32f366d666a5: Layer already exists [2021-05-09T10:55:00.110Z] latest: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:00.425Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:00.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.6 [2021-05-09T10:55:00.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-05-09T10:55:00.734Z] 3281917af48a: Preparing [2021-05-09T10:55:00.734Z] 721249dc36cd: Preparing [2021-05-09T10:55:00.734Z] 16d0e839f581: Preparing [2021-05-09T10:55:00.734Z] 7f9b8aebc93d: Preparing [2021-05-09T10:55:00.734Z] c248a4555511: Preparing [2021-05-09T10:55:00.734Z] 32f366d666a5: Preparing [2021-05-09T10:55:00.734Z] 32f366d666a5: Waiting [2021-05-09T10:55:00.734Z] 3281917af48a: Layer already exists [2021-05-09T10:55:00.734Z] 721249dc36cd: Layer already exists [2021-05-09T10:55:00.734Z] 16d0e839f581: Layer already exists [2021-05-09T10:55:00.734Z] c248a4555511: Layer already exists [2021-05-09T10:55:00.734Z] 7f9b8aebc93d: Layer already exists [2021-05-09T10:55:00.734Z] 32f366d666a5: Layer already exists [2021-05-09T10:55:00.734Z] 1.3.2-dev.6: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:01.058Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:01.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [2021-05-09T10:55:01.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-05-09T10:55:01.364Z] 3281917af48a: Preparing [2021-05-09T10:55:01.364Z] 721249dc36cd: Preparing [2021-05-09T10:55:01.364Z] 16d0e839f581: Preparing [2021-05-09T10:55:01.364Z] 7f9b8aebc93d: Preparing [2021-05-09T10:55:01.364Z] c248a4555511: Preparing [2021-05-09T10:55:01.364Z] 32f366d666a5: Preparing [2021-05-09T10:55:01.364Z] 32f366d666a5: Waiting [2021-05-09T10:55:01.364Z] 16d0e839f581: Layer already exists [2021-05-09T10:55:01.364Z] c248a4555511: Layer already exists [2021-05-09T10:55:01.364Z] 3281917af48a: Layer already exists [2021-05-09T10:55:01.364Z] 721249dc36cd: Layer already exists [2021-05-09T10:55:01.364Z] 7f9b8aebc93d: Layer already exists [2021-05-09T10:55:01.364Z] 32f366d666a5: Layer already exists [2021-05-09T10:55:01.364Z] 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:01.677Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:02.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2021-05-09T10:55:02.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2021-05-09T10:55:02.004Z] 3281917af48a: Preparing [2021-05-09T10:55:02.004Z] 721249dc36cd: Preparing [2021-05-09T10:55:02.004Z] 16d0e839f581: Preparing [2021-05-09T10:55:02.004Z] 7f9b8aebc93d: Preparing [2021-05-09T10:55:02.004Z] c248a4555511: Preparing [2021-05-09T10:55:02.004Z] 32f366d666a5: Preparing [2021-05-09T10:55:02.004Z] 32f366d666a5: Waiting [2021-05-09T10:55:02.004Z] 721249dc36cd: Layer already exists [2021-05-09T10:55:02.004Z] 3281917af48a: Layer already exists [2021-05-09T10:55:02.004Z] 7f9b8aebc93d: Layer already exists [2021-05-09T10:55:02.004Z] c248a4555511: Layer already exists [2021-05-09T10:55:02.004Z] 16d0e839f581: Layer already exists [2021-05-09T10:55:02.004Z] 32f366d666a5: Layer already exists [2021-05-09T10:55:02.005Z] master: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-09T10:55:02.062Z] ===================================================== [Pipeline] echo [2021-05-09T10:55:02.079Z] taggedImages: [2021-05-09T10:55:02.079Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:55:02.079Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2021-05-09T10:55:02.079Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.6 [2021-05-09T10:55:02.079Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [2021-05-09T10:55:02.079Z] - 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:55:02.575Z] ---> job-cost.sh [2021-05-09T10:55:02.575Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FC9f [2021-05-09T10:55:03.095Z] Commit message: "Merge pull request #231 from ernestojeda/rename-makefile-images" [2021-05-09T10:55:03.436Z] [2021-05-09T10:55:03.436Z] GitHub has been notified of this commit’s build result [2021-05-09T10:55:03.436Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T10:55:04.542Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-09T10:55:04.954Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T10:55:05.297Z] + sudo service docker restart+ [2021-05-09T10:55:05.297Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T10:55:07.349Z] provisioning config files... [2021-05-09T10:55:07.469Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config3071961267952140891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:55:07.914Z] ---> docker-login.sh [2021-05-09T10:55:07.915Z] nexus3.edgexfoundry.org:10001 [2021-05-09T10:55:08.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:55:09.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:55:09.192Z] Configure a credential helper to remove this warning. See [2021-05-09T10:55:09.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:55:09.192Z] [2021-05-09T10:55:09.192Z] Login Succeeded [2021-05-09T10:55:09.469Z] nexus3.edgexfoundry.org:10002 [2021-05-09T10:55:09.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:55:10.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:55:10.027Z] Configure a credential helper to remove this warning. See [2021-05-09T10:55:10.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:55:10.027Z] [2021-05-09T10:55:10.027Z] Login Succeeded [2021-05-09T10:55:10.027Z] nexus3.edgexfoundry.org:10003 [2021-05-09T10:55:10.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:55:10.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:55:10.583Z] Configure a credential helper to remove this warning. See [2021-05-09T10:55:10.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:55:10.583Z] [2021-05-09T10:55:10.583Z] Login Succeeded [2021-05-09T10:55:10.583Z] nexus3.edgexfoundry.org:10004 [2021-05-09T10:55:11.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:55:11.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:55:11.186Z] Configure a credential helper to remove this warning. See [2021-05-09T10:55:11.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:55:11.186Z] [2021-05-09T10:55:11.186Z] Login Succeeded [2021-05-09T10:55:11.186Z] docker.io [2021-05-09T10:55:11.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:55:12.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:55:12.066Z] Configure a credential helper to remove this warning. See [2021-05-09T10:55:12.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:55:12.066Z] [2021-05-09T10:55:12.066Z] Login Succeeded [2021-05-09T10:55:12.066Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T10:55:12.089Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-09T10:55:12.445Z] ========================================================= [2021-05-09T10:55:12.445Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-09T10:55:12.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:55:12.800Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-09T10:55:13.075Z] Sending build context to Docker daemon 594.9kB [2021-05-09T10:55:13.354Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-09T10:55:13.354Z] Step 2/8 : FROM ${BASE} [2021-05-09T10:55:13.354Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-09T10:55:13.354Z] 595b0fe564bb: Pulling fs layer [2021-05-09T10:55:13.354Z] 7186ed65a4f7: Pulling fs layer [2021-05-09T10:55:13.354Z] 316046926c0a: Pulling fs layer [2021-05-09T10:55:13.354Z] 4ebd0625c992: Pulling fs layer [2021-05-09T10:55:13.354Z] 207e8628e3a3: Pulling fs layer [2021-05-09T10:55:13.354Z] c791037a9be2: Pulling fs layer [2021-05-09T10:55:13.354Z] ffd874e62e21: Pulling fs layer [2021-05-09T10:55:13.354Z] 4ebd0625c992: Waiting [2021-05-09T10:55:13.354Z] 207e8628e3a3: Waiting [2021-05-09T10:55:13.354Z] c791037a9be2: Waiting [2021-05-09T10:55:13.354Z] ffd874e62e21: Waiting [2021-05-09T10:55:13.354Z] 316046926c0a: Verifying Checksum [2021-05-09T10:55:13.354Z] 316046926c0a: Download complete [2021-05-09T10:55:13.354Z] 7186ed65a4f7: Download complete [2021-05-09T10:55:13.354Z] 207e8628e3a3: Verifying Checksum [2021-05-09T10:55:13.354Z] 207e8628e3a3: Download complete [2021-05-09T10:55:13.354Z] c791037a9be2: Download complete [2021-05-09T10:55:13.354Z] 595b0fe564bb: Download complete [2021-05-09T10:55:14.371Z] 595b0fe564bb: Pull complete [2021-05-09T10:55:14.652Z] 7186ed65a4f7: Pull complete [2021-05-09T10:55:15.287Z] 316046926c0a: Pull complete [2021-05-09T10:55:15.888Z] ffd874e62e21: Verifying Checksum [2021-05-09T10:55:15.888Z] ffd874e62e21: Download complete [2021-05-09T10:55:17.524Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-09T10:55:17.875Z] 4ebd0625c992: Verifying Checksum [2021-05-09T10:55:17.875Z] 4ebd0625c992: Download complete [2021-05-09T10:55:27.391Z] 4ebd0625c992: Pull complete [2021-05-09T10:55:27.391Z] 207e8628e3a3: Pull complete [2021-05-09T10:55:27.666Z] c791037a9be2: Pull complete [2021-05-09T10:55:31.089Z] ffd874e62e21: Pull complete [2021-05-09T10:55:31.090Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-09T10:55:31.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-09T10:55:31.090Z] ---> cfc18b08335c [2021-05-09T10:55:31.090Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-09T10:55:34.504Z] ---> Running in 30fe1b75b70f [2021-05-09T10:55:34.780Z] Removing intermediate container 30fe1b75b70f [2021-05-09T10:55:34.780Z] ---> 948fe03ef1c7 [2021-05-09T10:55:34.780Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T10:55:34.780Z] ---> Running in 38d0dfbe77c3 [2021-05-09T10:55:37.416Z] Removing intermediate container 38d0dfbe77c3 [2021-05-09T10:55:37.416Z] ---> de4da52e2010 [2021-05-09T10:55:37.417Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-09T10:55:37.417Z] ---> Running in e535ee2387ba [2021-05-09T10:55:38.879Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T10:55:40.862Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T10:55:41.852Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-09T10:55:42.127Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-09T10:55:42.127Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-09T10:55:42.403Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-09T10:55:42.680Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-09T10:55:42.954Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-09T10:55:42.954Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-09T10:55:43.549Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-09T10:55:43.821Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-09T10:55:44.094Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-09T10:55:44.367Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-09T10:55:44.367Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-09T10:55:44.639Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-09T10:55:44.912Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T10:55:44.913Z] OK: 145 MiB in 53 packages [2021-05-09T10:55:45.092Z] lf-activate-venv(): INFO: Adding /tmp/venv-FC9f/bin to PATH [2021-05-09T10:55:45.093Z] INFO: No Stack... [2021-05-09T10:55:45.093Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-09T10:55:45.093Z] INFO: Archiving Costs [Pipeline] sh [2021-05-09T10:55:45.444Z] + cat /w/workspace/device-modbus-go/44/archives/cost.csv [2021-05-09T10:55:45.444Z] + cut -d, -f6 [Pipeline] lock [2021-05-09T10:55:45.585Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [2021-05-09T10:55:45.617Z] Resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] did not exist. Created. [2021-05-09T10:55:45.618Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-09T10:55:45.984Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-09T10:55:46.093Z] Stashed 1 file(s) [Pipeline] } [2021-05-09T10:55:46.106Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-09T10:55:46.378Z] Removing intermediate container e535ee2387ba [2021-05-09T10:55:46.378Z] ---> ebf99264cfb5 [2021-05-09T10:55:46.378Z] Step 6/8 : WORKDIR /device-modbus-go [2021-05-09T10:55:46.654Z] ---> Running in 45d50bc70aac [2021-05-09T10:55:47.250Z] Removing intermediate container 45d50bc70aac [2021-05-09T10:55:47.250Z] ---> 453c8f033a5a [2021-05-09T10:55:47.250Z] Step 7/8 : COPY . . [2021-05-09T10:55:48.247Z] ---> 16a837addb51 [2021-05-09T10:55:48.247Z] Step 8/8 : RUN go mod download [2021-05-09T10:55:48.524Z] ---> Running in a2c4c04c1d56 [2021-05-09T10:56:20.906Z] Removing intermediate container a2c4c04c1d56 [2021-05-09T10:56:20.906Z] ---> ca997e80a8c3 [2021-05-09T10:56:20.906Z] Successfully built ca997e80a8c3 [2021-05-09T10:56:20.906Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:56:21.278Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T10:56:21.278Z] . [Pipeline] withDockerContainer [2021-05-09T10:56:21.567Z] prd-ubuntu18.04-docker-arm64-4c-16g-3811 does not seem to be running inside a container [2021-05-09T10:56:21.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@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-arm64 cat [2021-05-09T10:56:23.245Z] $ docker top 59f4c3d81b17b02583053f1eeb74c6ae807240893faeb24c2461f39c4864ed7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T10:56:24.232Z] + go version [2021-05-09T10:56:24.232Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-09T10:56:24.257Z] $ docker stop --time=1 59f4c3d81b17b02583053f1eeb74c6ae807240893faeb24c2461f39c4864ed7f [2021-05-09T10:56:26.276Z] $ docker rm -f 59f4c3d81b17b02583053f1eeb74c6ae807240893faeb24c2461f39c4864ed7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:56:26.984Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T10:56:26.984Z] . [Pipeline] withDockerContainer [2021-05-09T10:56:27.261Z] prd-ubuntu18.04-docker-arm64-4c-16g-3811 does not seem to be running inside a container [2021-05-09T10:56:27.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@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-arm64 cat [2021-05-09T10:56:28.947Z] $ docker top 3e02a23e357ec297cbed5991cc0573dac8577a13c802f6e84593b9dfee3882d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T10:56:29.961Z] + go mod tidy [Pipeline] sh [2021-05-09T10:56:31.233Z] + make test [2021-05-09T10:56:31.233Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-09T10:56:32.691Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-05-09T10:57:29.381Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-05-09T10:57:29.381Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.043s coverage: 50.1% of statements [2021-05-09T10:57:29.381Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-09T10:57:56.199Z] gofmt -l . [2021-05-09T10:57:56.199Z] [ "`gofmt -l .`" = "" ] [2021-05-09T10:57:56.199Z] ./bin/test-attribution-txt.sh [2021-05-09T10:57:56.199Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-09T10:57:56.228Z] $ docker stop --time=1 3e02a23e357ec297cbed5991cc0573dac8577a13c802f6e84593b9dfee3882d7 [2021-05-09T10:57:58.364Z] $ docker rm -f 3e02a23e357ec297cbed5991cc0573dac8577a13c802f6e84593b9dfee3882d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T10:57:59.251Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-09T10:57:59.275Z] Warning: overwriting stash ‘coverage-report’ [2021-05-09T10:58:00.258Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T10:58:00.717Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-09T10:58:01.073Z] + ls -al . [2021-05-09T10:58:01.073Z] total 144 [2021-05-09T10:58:01.073Z] drwxrwxr-x 9 jenkins jenkins 4096 May 9 10:57 . [2021-05-09T10:58:01.073Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:54 .. [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 140 May 9 10:54 .dockerignore [2021-05-09T10:58:01.073Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:55 .git [2021-05-09T10:58:01.073Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 .github [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 338 May 9 10:54 .gitignore [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 7127 May 9 10:54 Attribution.txt [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 1457 May 9 10:54 Dockerfile [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 995 May 9 10:54 Dockerfile.build [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 679 May 9 10:54 Jenkinsfile [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 10:54 LICENSE [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 910 May 9 10:54 Makefile [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 2897 May 9 10:54 README.md [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 11 May 9 10:51 VERSION [2021-05-09T10:58:01.073Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 bin [2021-05-09T10:58:01.073Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:54 cmd [2021-05-09T10:58:01.073Z] -rw-r--r-- 1 jenkins jenkins 23236 May 9 10:57 coverage.out [2021-05-09T10:58:01.073Z] -rw-r--r-- 1 jenkins jenkins 377 May 9 10:57 go.mod [2021-05-09T10:58:01.073Z] -rw-r--r-- 1 jenkins jenkins 21766 May 9 10:56 go.sum [2021-05-09T10:58:01.073Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:54 internal [2021-05-09T10:58:01.073Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 simulator [2021-05-09T10:58:01.073Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:54 snap [2021-05-09T10:58:01.073Z] -rw-rw-r-- 1 jenkins jenkins 229 May 9 10:54 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:58:01.482Z] + 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=99df618622a9f54f94da4a2280a77aba81c63d12 --label arch=arm64 --label version=1.3.2-dev.6 . [2021-05-09T10:58:01.763Z] Sending build context to Docker daemon 619kB [2021-05-09T10:58:02.043Z] Step 1/21 : ARG BASE=golang:1.15-alpine3.12 [2021-05-09T10:58:02.043Z] Step 2/21 : FROM ${BASE} AS builder [2021-05-09T10:58:02.043Z] ---> ca997e80a8c3 [2021-05-09T10:58:02.043Z] Step 3/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T10:58:02.318Z] ---> Running in 01891f168bfb [2021-05-09T10:58:04.297Z] Removing intermediate container 01891f168bfb [2021-05-09T10:58:04.297Z] ---> c663b116efc6 [2021-05-09T10:58:04.297Z] Step 4/21 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-09T10:58:04.567Z] ---> Running in ef2a9cfc4b99 [2021-05-09T10:58:05.538Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T10:58:07.496Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T10:58:10.110Z] OK: 145 MiB in 53 packages [2021-05-09T10:58:11.092Z] Removing intermediate container ef2a9cfc4b99 [2021-05-09T10:58:11.092Z] ---> a5e787636e5f [2021-05-09T10:58:11.092Z] Step 5/21 : WORKDIR /device-modbus-go [2021-05-09T10:58:11.092Z] ---> Running in 5c452519ccbe [2021-05-09T10:58:11.685Z] Removing intermediate container 5c452519ccbe [2021-05-09T10:58:11.685Z] ---> b19b9e06847f [2021-05-09T10:58:11.685Z] Step 6/21 : COPY . . [2021-05-09T10:58:12.662Z] ---> 384f03ea3db0 [2021-05-09T10:58:12.662Z] Step 7/21 : RUN go mod download [2021-05-09T10:58:12.662Z] ---> Running in a0daca9704ff [2021-05-09T10:58:15.288Z] Removing intermediate container a0daca9704ff [2021-05-09T10:58:15.288Z] ---> 33eec706d1f4 [2021-05-09T10:58:15.288Z] Step 8/21 : RUN make build [2021-05-09T10:58:15.288Z] ---> Running in 6513f87cf490 [2021-05-09T10:58:16.269Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.6" -o cmd/device-modbus ./cmd [2021-05-09T10:58:48.610Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-09T10:58:56.881Z] Removing intermediate container 6513f87cf490 [2021-05-09T10:58:56.881Z] ---> 9c3bddcea97b [2021-05-09T10:58:56.881Z] Step 9/21 : FROM alpine:3.12 [2021-05-09T10:58:56.881Z] 3.12: Pulling from library/alpine [2021-05-09T10:58:56.881Z] d2f70382dc9a: Pulling fs layer [2021-05-09T10:58:56.881Z] d2f70382dc9a: Verifying Checksum [2021-05-09T10:58:56.881Z] d2f70382dc9a: Download complete [2021-05-09T10:58:57.482Z] d2f70382dc9a: Pull complete [2021-05-09T10:58:57.482Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T10:58:57.482Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T10:58:57.482Z] ---> 9852663dfa18 [2021-05-09T10:58:57.482Z] Step 10/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2021-05-09T10:58:57.756Z] ---> Running in 394000d7475f [2021-05-09T10:58:58.034Z] Removing intermediate container 394000d7475f [2021-05-09T10:58:58.034Z] ---> 8c8091648289 [2021-05-09T10:58:58.034Z] Step 11/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T10:58:58.315Z] ---> Running in c8abab7ae85f [2021-05-09T10:59:00.287Z] Removing intermediate container c8abab7ae85f [2021-05-09T10:59:00.287Z] ---> 97a2fb79120a [2021-05-09T10:59:00.287Z] Step 12/21 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-09T10:59:00.562Z] ---> Running in 5034f38460ab [2021-05-09T10:59:01.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T10:59:02.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T10:59:04.383Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-09T10:59:04.383Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-09T10:59:04.654Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-09T10:59:04.923Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-09T10:59:05.193Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-09T10:59:05.466Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-09T10:59:05.466Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T10:59:05.466Z] OK: 8 MiB in 20 packages [2021-05-09T10:59:06.897Z] Removing intermediate container 5034f38460ab [2021-05-09T10:59:06.897Z] ---> dfdadbd8ca5d [2021-05-09T10:59:06.897Z] Step 13/21 : COPY --from=builder /device-modbus-go/cmd / [2021-05-09T10:59:07.875Z] ---> b1c68fd7644d [2021-05-09T10:59:07.875Z] Step 14/21 : COPY --from=builder /device-modbus-go/LICENSE / [2021-05-09T10:59:08.470Z] ---> fa49c68674ed [2021-05-09T10:59:08.470Z] Step 15/21 : COPY --from=builder /device-modbus-go/Attribution.txt / [2021-05-09T10:59:09.457Z] ---> afef760b1a2c [2021-05-09T10:59:09.457Z] Step 16/21 : EXPOSE 49991 [2021-05-09T10:59:09.457Z] ---> Running in 37371a879f1f [2021-05-09T10:59:09.731Z] Removing intermediate container 37371a879f1f [2021-05-09T10:59:09.731Z] ---> 313f33e0dd92 [2021-05-09T10:59:09.731Z] Step 17/21 : ENTRYPOINT ["/device-modbus"] [2021-05-09T10:59:10.008Z] ---> Running in 5bb00078c290 [2021-05-09T10:59:10.605Z] Removing intermediate container 5bb00078c290 [2021-05-09T10:59:10.605Z] ---> a25e7d08ec7b [2021-05-09T10:59:10.605Z] Step 18/21 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T10:59:10.605Z] ---> Running in 66e41df9de35 [2021-05-09T10:59:11.206Z] Removing intermediate container 66e41df9de35 [2021-05-09T10:59:11.206Z] ---> 21628a1b2275 [2021-05-09T10:59:11.206Z] Step 19/21 : LABEL arch=arm64 [2021-05-09T10:59:11.206Z] ---> Running in f421a5afdab2 [2021-05-09T10:59:11.807Z] Removing intermediate container f421a5afdab2 [2021-05-09T10:59:11.807Z] ---> ab41333e8891 [2021-05-09T10:59:11.807Z] Step 20/21 : LABEL git_sha=99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:59:11.807Z] ---> Running in a79063336955 [2021-05-09T10:59:12.405Z] Removing intermediate container a79063336955 [2021-05-09T10:59:12.405Z] ---> d7bb5d382cd6 [2021-05-09T10:59:12.405Z] Step 21/21 : LABEL version=1.3.2-dev.6 [2021-05-09T10:59:12.405Z] ---> Running in 3b24ab122501 [2021-05-09T10:59:13.003Z] Removing intermediate container 3b24ab122501 [2021-05-09T10:59:13.003Z] ---> 4f0593e262ef [2021-05-09T10:59:13.003Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-09T10:59:13.003Z] Successfully built 4f0593e262ef [2021-05-09T10:59:13.003Z] 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-05-09T10:59:13.161Z] provisioning config files... [2021-05-09T10:59:13.205Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config8290114945172426430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:59:13.571Z] ---> docker-login.sh [2021-05-09T10:59:13.571Z] nexus3.edgexfoundry.org:10001 [2021-05-09T10:59:13.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:59:13.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:59:13.844Z] Configure a credential helper to remove this warning. See [2021-05-09T10:59:13.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:59:13.844Z] [2021-05-09T10:59:13.844Z] Login Succeeded [2021-05-09T10:59:13.844Z] nexus3.edgexfoundry.org:10002 [2021-05-09T10:59:14.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:59:14.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:59:14.731Z] Configure a credential helper to remove this warning. See [2021-05-09T10:59:14.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:59:14.731Z] [2021-05-09T10:59:14.731Z] Login Succeeded [2021-05-09T10:59:14.731Z] nexus3.edgexfoundry.org:10003 [2021-05-09T10:59:15.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:59:15.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:59:15.334Z] Configure a credential helper to remove this warning. See [2021-05-09T10:59:15.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:59:15.334Z] [2021-05-09T10:59:15.334Z] Login Succeeded [2021-05-09T10:59:15.334Z] nexus3.edgexfoundry.org:10004 [2021-05-09T10:59:15.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:59:15.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:59:15.896Z] Configure a credential helper to remove this warning. See [2021-05-09T10:59:15.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:59:15.896Z] [2021-05-09T10:59:15.896Z] Login Succeeded [2021-05-09T10:59:15.896Z] docker.io [2021-05-09T10:59:16.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T10:59:16.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T10:59:16.770Z] Configure a credential helper to remove this warning. See [2021-05-09T10:59:16.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T10:59:16.770Z] [2021-05-09T10:59:16.770Z] Login Succeeded [2021-05-09T10:59:16.770Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T10:59:16.789Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-09T10:59:16.868Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2021-05-09T10:59:16.868Z] 99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:59:16.868Z] latest [2021-05-09T10:59:16.868Z] 1.3.2-dev.6 [2021-05-09T10:59:16.868Z] 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [2021-05-09T10:59:16.868Z] master [2021-05-09T10:59:16.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:17.258Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:17.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:59:17.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-05-09T10:59:17.626Z] 7e86a33ea24c: Preparing [2021-05-09T10:59:17.626Z] cfbccb3c3350: Preparing [2021-05-09T10:59:17.626Z] 0b4c1003ced1: Preparing [2021-05-09T10:59:17.626Z] cd150addd947: Preparing [2021-05-09T10:59:17.626Z] 5bc921f66ca8: Preparing [2021-05-09T10:59:17.626Z] 3fbe34a1663b: Preparing [2021-05-09T10:59:17.626Z] 3fbe34a1663b: Waiting [2021-05-09T10:59:17.921Z] 7e86a33ea24c: Pushed [2021-05-09T10:59:17.921Z] cfbccb3c3350: Pushed [2021-05-09T10:59:17.921Z] 5bc921f66ca8: Pushed [2021-05-09T10:59:17.921Z] 3fbe34a1663b: Layer already exists [2021-05-09T10:59:18.515Z] cd150addd947: Pushed [2021-05-09T10:59:20.484Z] 0b4c1003ced1: Pushed [2021-05-09T10:59:20.756Z] 99df618622a9f54f94da4a2280a77aba81c63d12: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:21.099Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:21.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2021-05-09T10:59:21.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-05-09T10:59:21.435Z] 7e86a33ea24c: Preparing [2021-05-09T10:59:21.435Z] cfbccb3c3350: Preparing [2021-05-09T10:59:21.435Z] 0b4c1003ced1: Preparing [2021-05-09T10:59:21.435Z] cd150addd947: Preparing [2021-05-09T10:59:21.435Z] 5bc921f66ca8: Preparing [2021-05-09T10:59:21.435Z] 3fbe34a1663b: Preparing [2021-05-09T10:59:21.435Z] 3fbe34a1663b: Waiting [2021-05-09T10:59:21.435Z] cfbccb3c3350: Layer already exists [2021-05-09T10:59:21.435Z] 7e86a33ea24c: Layer already exists [2021-05-09T10:59:21.435Z] 5bc921f66ca8: Layer already exists [2021-05-09T10:59:21.435Z] 0b4c1003ced1: Layer already exists [2021-05-09T10:59:21.435Z] cd150addd947: Layer already exists [2021-05-09T10:59:21.435Z] 3fbe34a1663b: Layer already exists [2021-05-09T10:59:21.706Z] latest: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:22.050Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:22.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.6 [2021-05-09T10:59:22.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-05-09T10:59:22.386Z] 7e86a33ea24c: Preparing [2021-05-09T10:59:22.386Z] cfbccb3c3350: Preparing [2021-05-09T10:59:22.386Z] 0b4c1003ced1: Preparing [2021-05-09T10:59:22.386Z] cd150addd947: Preparing [2021-05-09T10:59:22.386Z] 5bc921f66ca8: Preparing [2021-05-09T10:59:22.386Z] 3fbe34a1663b: Preparing [2021-05-09T10:59:22.386Z] 3fbe34a1663b: Waiting [2021-05-09T10:59:22.386Z] 5bc921f66ca8: Layer already exists [2021-05-09T10:59:22.386Z] cd150addd947: Layer already exists [2021-05-09T10:59:22.386Z] cfbccb3c3350: Layer already exists [2021-05-09T10:59:22.386Z] 0b4c1003ced1: Layer already exists [2021-05-09T10:59:22.386Z] 7e86a33ea24c: Layer already exists [2021-05-09T10:59:22.657Z] 3fbe34a1663b: Layer already exists [2021-05-09T10:59:22.657Z] 1.3.2-dev.6: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:22.998Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:23.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [2021-05-09T10:59:23.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-05-09T10:59:23.339Z] 7e86a33ea24c: Preparing [2021-05-09T10:59:23.339Z] cfbccb3c3350: Preparing [2021-05-09T10:59:23.339Z] 0b4c1003ced1: Preparing [2021-05-09T10:59:23.339Z] cd150addd947: Preparing [2021-05-09T10:59:23.339Z] 5bc921f66ca8: Preparing [2021-05-09T10:59:23.339Z] 3fbe34a1663b: Preparing [2021-05-09T10:59:23.339Z] 3fbe34a1663b: Waiting [2021-05-09T10:59:23.339Z] cd150addd947: Layer already exists [2021-05-09T10:59:23.339Z] cfbccb3c3350: Layer already exists [2021-05-09T10:59:23.339Z] 7e86a33ea24c: Layer already exists [2021-05-09T10:59:23.339Z] 0b4c1003ced1: Layer already exists [2021-05-09T10:59:23.339Z] 5bc921f66ca8: Layer already exists [2021-05-09T10:59:23.609Z] 3fbe34a1663b: Layer already exists [2021-05-09T10:59:23.609Z] 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:23.961Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-09T10:59:24.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2021-05-09T10:59:24.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2021-05-09T10:59:24.302Z] 7e86a33ea24c: Preparing [2021-05-09T10:59:24.302Z] cfbccb3c3350: Preparing [2021-05-09T10:59:24.302Z] 0b4c1003ced1: Preparing [2021-05-09T10:59:24.302Z] cd150addd947: Preparing [2021-05-09T10:59:24.302Z] 5bc921f66ca8: Preparing [2021-05-09T10:59:24.302Z] 3fbe34a1663b: Preparing [2021-05-09T10:59:24.302Z] 3fbe34a1663b: Waiting [2021-05-09T10:59:24.302Z] cd150addd947: Layer already exists [2021-05-09T10:59:24.302Z] cfbccb3c3350: Layer already exists [2021-05-09T10:59:24.302Z] 0b4c1003ced1: Layer already exists [2021-05-09T10:59:24.302Z] 7e86a33ea24c: Layer already exists [2021-05-09T10:59:24.302Z] 5bc921f66ca8: Layer already exists [2021-05-09T10:59:24.573Z] 3fbe34a1663b: Layer already exists [2021-05-09T10:59:24.573Z] master: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-09T10:59:24.639Z] ===================================================== [Pipeline] echo [2021-05-09T10:59:24.662Z] taggedImages: [2021-05-09T10:59:24.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12 [2021-05-09T10:59:24.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2021-05-09T10:59:24.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.6 [2021-05-09T10:59:24.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [2021-05-09T10:59:24.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-09T10:59:25.043Z] ---> job-cost.sh [2021-05-09T10:59:25.043Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WtOY [2021-05-09T11:00:04.061Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-09T11:01:40.841Z] lf-activate-venv(): INFO: Adding /tmp/venv-WtOY/bin to PATH [2021-05-09T11:01:40.841Z] INFO: No Stack... [2021-05-09T11:01:40.841Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-09T11:01:40.841Z] INFO: Archiving Costs [Pipeline] sh [2021-05-09T11:01:41.185Z] + cat /w/workspace/device-modbus-go/44/archives/cost.csv [2021-05-09T11:01:41.185Z] + cut -d, -f6 [Pipeline] lock [2021-05-09T11:01:41.321Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [2021-05-09T11:01:41.352Z] Resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] did not exist. Created. [2021-05-09T11:01:41.353Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-09T11:01:41.735Z] /w/workspace/device-modbus-go/44@tmp/durable-83ce58c1/script.sh: 1: /w/workspace/device-modbus-go/44@tmp/durable-83ce58c1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-09T11:01:42.085Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-09T11:01:42.106Z] Warning: overwriting stash ‘stack-cost’ [2021-05-09T11:01:42.261Z] Stashed 1 file(s) [Pipeline] } [2021-05-09T11:01:42.278Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-09T11:01:42.749Z] provisioning config files... [2021-05-09T11:01:42.773Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8918773856439054410tmp [Pipeline] { [Pipeline] sh [2021-05-09T11:01:43.210Z] + set +x [2021-05-09T11:01:43.210Z] + bash -s -- [2021-05-09T11:01:43.210Z] + curl -s https://codecov.io/bash [2021-05-09T11:01:43.483Z] [2021-05-09T11:01:43.483Z] _____ _ [2021-05-09T11:01:43.483Z] / ____| | | [2021-05-09T11:01:43.483Z] | | ___ __| | ___ ___ _____ __ [2021-05-09T11:01:43.483Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-09T11:01:43.483Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-09T11:01:43.484Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-09T11:01:43.484Z] Bash-1.0.2 [2021-05-09T11:01:43.484Z] [2021-05-09T11:01:43.484Z] [2021-05-09T11:01:43.484Z] ==> git version 2.24.3 found [2021-05-09T11:01:43.484Z] ==> 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-05-09T11:01:43.484Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-09T11:01:43.484Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-09T11:01:43.484Z] ==> Jenkins CI detected. [2021-05-09T11:01:43.484Z] project root: . [2021-05-09T11:01:43.484Z] --> token set from env [2021-05-09T11:01:43.484Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-09T11:01:43.754Z] ==> Running gcov in . (disable via -X gcov) [2021-05-09T11:01:43.754Z] ==> Python coveragepy not found [2021-05-09T11:01:43.754Z] ==> Searching for coverage reports in: [2021-05-09T11:01:43.754Z] + . [2021-05-09T11:01:43.754Z] -> Found 1 reports [2021-05-09T11:01:43.754Z] ==> Detecting git/mercurial file structure [2021-05-09T11:01:43.754Z] ==> Reading reports [2021-05-09T11:01:43.754Z] + ./coverage.out bytes=23236 [2021-05-09T11:01:43.754Z] ==> Appending adjustments [2021-05-09T11:01:43.754Z] https://docs.codecov.io/docs/fixing-reports [2021-05-09T11:01:44.031Z] + Found adjustments [2021-05-09T11:01:44.031Z] ==> Gzipping contents [2021-05-09T11:01:44.031Z] 8.0K /tmp/codecov.bAHVNv.gz [2021-05-09T11:01:44.031Z] ==> Uploading reports [2021-05-09T11:01:44.031Z] url: https://codecov.io [2021-05-09T11:01:44.031Z] query: branch=master&commit=99df618622a9f54f94da4a2280a77aba81c63d12&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-09T11:01:44.031Z] -> Pinging Codecov [2021-05-09T11:01:44.031Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=99df618622a9f54f94da4a2280a77aba81c63d12&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-09T11:01:44.652Z] -> Uploading to [2021-05-09T11:01:44.652Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-09/55DBCA73C666E3227836607328DD7E49/99df618622a9f54f94da4a2280a77aba81c63d12/a1260173-e055-407b-99a1-a709ad135d2f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T110144Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d7b68e29ac0e67fff3e4b2668b6820a2c6e34aa62b6caa26eacaef3de50ab26 [2021-05-09T11:01:44.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-09T11:01:44.652Z] Dload Upload Total Spent Left Speed [2021-05-09T11:01:45.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4324 0 0 100 4324 0 6793 --:--:-- --:--:-- --:--:-- 6798 [2021-05-09T11:01:45.519Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] } [2021-05-09T11:01:45.534Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-09T11:01:45.818Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-09T11:01:45.845Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:01:46.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-09T11:01:46.680Z] [2021-05-09T11:01:46.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:01:47.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-09T11:01:47.289Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-09T11:01:47.289Z] 188c0c94c7c5: Pulling fs layer [2021-05-09T11:01:47.289Z] 0ef7d3d256c8: Pulling fs layer [2021-05-09T11:01:47.289Z] de9db76c5a1d: Pulling fs layer [2021-05-09T11:01:47.289Z] 0eba1c9be4d2: Pulling fs layer [2021-05-09T11:01:47.289Z] 0d57e429df01: Pulling fs layer [2021-05-09T11:01:47.289Z] 4e4be7b47b0d: Pulling fs layer [2021-05-09T11:01:47.289Z] e1f770b5df2f: Pulling fs layer [2021-05-09T11:01:47.289Z] 85a0685a4137: Pulling fs layer [2021-05-09T11:01:47.289Z] 0d57e429df01: Waiting [2021-05-09T11:01:47.289Z] 4e4be7b47b0d: Waiting [2021-05-09T11:01:47.289Z] e1f770b5df2f: Waiting [2021-05-09T11:01:47.289Z] 85a0685a4137: Waiting [2021-05-09T11:01:47.289Z] 0eba1c9be4d2: Waiting [2021-05-09T11:01:47.289Z] de9db76c5a1d: Verifying Checksum [2021-05-09T11:01:47.289Z] de9db76c5a1d: Download complete [2021-05-09T11:01:47.289Z] 0ef7d3d256c8: Verifying Checksum [2021-05-09T11:01:47.289Z] 0ef7d3d256c8: Download complete [2021-05-09T11:01:47.599Z] 0d57e429df01: Verifying Checksum [2021-05-09T11:01:47.599Z] 0d57e429df01: Download complete [2021-05-09T11:01:47.599Z] 4e4be7b47b0d: Verifying Checksum [2021-05-09T11:01:47.599Z] 4e4be7b47b0d: Download complete [2021-05-09T11:01:47.599Z] 188c0c94c7c5: Verifying Checksum [2021-05-09T11:01:47.599Z] 188c0c94c7c5: Download complete [2021-05-09T11:01:49.261Z] 188c0c94c7c5: Pull complete [2021-05-09T11:01:50.100Z] 0ef7d3d256c8: Pull complete [2021-05-09T11:01:50.471Z] e1f770b5df2f: Verifying Checksum [2021-05-09T11:01:50.471Z] e1f770b5df2f: Download complete [2021-05-09T11:01:50.471Z] de9db76c5a1d: Pull complete [2021-05-09T11:02:01.084Z] 0eba1c9be4d2: Verifying Checksum [2021-05-09T11:02:01.084Z] 0eba1c9be4d2: Download complete [2021-05-09T11:02:02.661Z] 85a0685a4137: Verifying Checksum [2021-05-09T11:02:02.661Z] 85a0685a4137: Download complete [2021-05-09T11:02:15.379Z] 0eba1c9be4d2: Pull complete [2021-05-09T11:02:15.379Z] 0d57e429df01: Pull complete [2021-05-09T11:02:15.379Z] 4e4be7b47b0d: Pull complete [2021-05-09T11:02:17.499Z] e1f770b5df2f: Pull complete [2021-05-09T11:02:32.790Z] 85a0685a4137: Pull complete [2021-05-09T11:02:32.790Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-09T11:02:32.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-09T11:02:32.790Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-09T11:02:33.517Z] prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container [2021-05-09T11:02:33.730Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-09T11:02:35.866Z] $ docker top b2aff3fb02658246ceaa571b88362698b51b53727d963398b8e81223db9fef1d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-09T11:02:36.149Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-09T11:02:36.835Z] + set -o pipefail [2021-05-09T11:02:36.835Z] + snyk monitor '--org=edgex-jenkins' [2021-05-09T11:02:52.326Z] [2021-05-09T11:02:52.326Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2021-05-09T11:02:52.326Z] [2021-05-09T11:02:52.326Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/1b7e8be1-688d-422d-ba25-46f194267da1 [2021-05-09T11:02:52.326Z] [2021-05-09T11:02:52.326Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-05-09T11:02:52.326Z] [2021-05-09T11:02:52.326Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-09T11:02:52.326Z] [2021-05-09T11:02:52.326Z] [Pipeline] } [2021-05-09T11:02:52.364Z] $ docker stop --time=1 b2aff3fb02658246ceaa571b88362698b51b53727d963398b8e81223db9fef1d [2021-05-09T11:02:55.408Z] $ docker rm -f b2aff3fb02658246ceaa571b88362698b51b53727d963398b8e81223db9fef1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-09T11:02:57.372Z] + git log --format=format:%s -1 99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:02:57.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:02:58.008Z] . [Pipeline] withDockerContainer [2021-05-09T11:02:58.209Z] prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container [2021-05-09T11:02:58.391Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-09T11:02:59.884Z] $ docker top 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-09T11:03:00.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:03:00.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:03:01.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:03:01.197Z] $ docker exec 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 ssh-agent [2021-05-09T11:03:01.539Z] SSH_AUTH_SOCK=/tmp/ssh-tpbrDElarIUb/agent.11 [2021-05-09T11:03:01.539Z] SSH_AGENT_PID=16 [2021-05-09T11:03:01.574Z] Running ssh-add (command line suppressed) [2021-05-09T11:03:01.855Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2351007258232245816.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2351007258232245816.key) [2021-05-09T11:03:02.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:03:02.759Z] + git semver tag [2021-05-09T11:03:02.759Z] # -> Open(): unable to determine branch for HEAD [2021-05-09T11:03:02.759Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-05-09T11:03:02.759Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-05-09T11:03:02.759Z] # $SEMVER_REMOTE_NAME = origin [2021-05-09T11:03:02.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-09T11:03:02.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-09T11:03:02.759Z] # $SEMVER_BRANCH = master [2021-05-09T11:03:02.759Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2021-05-09T11:03:02.759Z] # 99df618622a9f54f94da4a2280a77aba81c63d12 HEAD [2021-05-09T11:03:02.759Z] # -> Force: false [2021-05-09T11:03:02.759Z] # 4deec7757c08276591c68089d81a32eb8910ced0 refs/tags/v1.3.2-dev.6 [Pipeline] } [2021-05-09T11:03:02.781Z] $ docker exec --env ******** --env ******** 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 ssh-agent -k [2021-05-09T11:03:03.047Z] unset SSH_AUTH_SOCK; [2021-05-09T11:03:03.047Z] unset SSH_AGENT_PID; [2021-05-09T11:03:03.048Z] echo Agent pid 16 killed; [2021-05-09T11:03:03.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:03:03.592Z] + git semver [Pipeline] } [2021-05-09T11:03:03.687Z] $ docker stop --time=1 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 [2021-05-09T11:03:05.621Z] $ docker rm -f 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:03:06.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-09T11:03:06.556Z] [2021-05-09T11:03:06.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:03:06.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-09T11:03:06.935Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-09T11:03:06.935Z] ab5ef0e58194: Pulling fs layer [2021-05-09T11:03:06.935Z] 9712f1f96733: Pulling fs layer [2021-05-09T11:03:06.935Z] 63f879dbbcfc: Pulling fs layer [2021-05-09T11:03:06.935Z] 0d9ebad4ef96: Pulling fs layer [2021-05-09T11:03:06.935Z] e9a5061849ea: Pulling fs layer [2021-05-09T11:03:06.935Z] d747dcd14b5f: Pulling fs layer [2021-05-09T11:03:06.935Z] 2de7ff778b66: Pulling fs layer [2021-05-09T11:03:06.935Z] 0d9ebad4ef96: Waiting [2021-05-09T11:03:06.935Z] e9a5061849ea: Waiting [2021-05-09T11:03:06.935Z] d747dcd14b5f: Waiting [2021-05-09T11:03:06.935Z] 2de7ff778b66: Waiting [2021-05-09T11:03:06.935Z] 9712f1f96733: Download complete [2021-05-09T11:03:10.348Z] 63f879dbbcfc: Verifying Checksum [2021-05-09T11:03:10.348Z] 63f879dbbcfc: Download complete [2021-05-09T11:03:10.348Z] e9a5061849ea: Verifying Checksum [2021-05-09T11:03:10.348Z] e9a5061849ea: Download complete [2021-05-09T11:03:10.348Z] d747dcd14b5f: Verifying Checksum [2021-05-09T11:03:10.348Z] d747dcd14b5f: Download complete [2021-05-09T11:03:10.617Z] 2de7ff778b66: Verifying Checksum [2021-05-09T11:03:10.617Z] 2de7ff778b66: Download complete [2021-05-09T11:03:11.645Z] 0d9ebad4ef96: Verifying Checksum [2021-05-09T11:03:11.645Z] 0d9ebad4ef96: Download complete [2021-05-09T11:03:11.933Z] ab5ef0e58194: Verifying Checksum [2021-05-09T11:03:11.933Z] ab5ef0e58194: Download complete [2021-05-09T11:03:24.591Z] ab5ef0e58194: Pull complete [2021-05-09T11:03:24.591Z] 9712f1f96733: Pull complete [2021-05-09T11:03:28.166Z] 63f879dbbcfc: Pull complete [2021-05-09T11:03:43.829Z] 0d9ebad4ef96: Pull complete [2021-05-09T11:03:46.536Z] e9a5061849ea: Pull complete [2021-05-09T11:03:46.536Z] d747dcd14b5f: Pull complete [2021-05-09T11:03:52.471Z] 2de7ff778b66: Pull complete [2021-05-09T11:03:52.471Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-09T11:03:52.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-09T11:03:52.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-09T11:03:53.002Z] prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container [2021-05-09T11:03:53.240Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-09T11:03:57.603Z] $ docker top 56cc852a46a27d7e8deb2632dddd7ede8e4f187e69a146e8b127d8bf65c69299 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-09T11:03:58.035Z] provisioning config files... [2021-05-09T11:03:58.062Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6626782259249175366tmp [2021-05-09T11:03:58.102Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2693389505855045874tmp [2021-05-09T11:03:58.137Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6689026464183774381tmp [Pipeline] { [Pipeline] echo [2021-05-09T11:03:58.246Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:03:59.021Z] ---> sigul-configuration.sh [2021-05-09T11:03:59.021Z] gpg: directory `/root/.gnupg' created [2021-05-09T11:03:59.021Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-09T11:03:59.021Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-09T11:03:59.021Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-09T11:03:59.021Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-09T11:03:59.021Z] gpg: CAST5 encrypted data [2021-05-09T11:03:59.021Z] gpg: encrypted with 1 passphrase [2021-05-09T11:03:59.021Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-09T11:04:00.805Z] + mkdir /home/jenkins [2021-05-09T11:04:00.805Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-09T11:04:02.438Z] + 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-05-09T11:04:02.467Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:04:03.317Z] ---> sigul-install.sh [2021-05-09T11:04:14.562Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-09T11:04:15.279Z] + git tag --list [2021-05-09T11:04:15.279Z] 0.7.1 [2021-05-09T11:04:15.279Z] v1.0.0 [2021-05-09T11:04:15.279Z] v1.1.0 [2021-05-09T11:04:15.279Z] v1.1.1 [2021-05-09T11:04:15.279Z] v1.2.2 [2021-05-09T11:04:15.279Z] v1.3.0 [2021-05-09T11:04:15.279Z] v1.3.1 [2021-05-09T11:04:15.279Z] v1.3.1-dev.1 [2021-05-09T11:04:15.279Z] v1.3.1-dev.2 [2021-05-09T11:04:15.279Z] v1.3.1-dev.3 [2021-05-09T11:04:15.279Z] v1.3.1-dev.4 [2021-05-09T11:04:15.279Z] v1.3.1-dev.5 [2021-05-09T11:04:15.279Z] v1.3.1-dev.6 [2021-05-09T11:04:15.279Z] v1.3.1-dev.7 [2021-05-09T11:04:15.279Z] v1.3.1-dev.8 [2021-05-09T11:04:15.279Z] v1.3.2-dev.1 [2021-05-09T11:04:15.279Z] v1.3.2-dev.2 [2021-05-09T11:04:15.279Z] v1.3.2-dev.3 [2021-05-09T11:04:15.279Z] v1.3.2-dev.4 [2021-05-09T11:04:15.279Z] v1.3.2-dev.5 [2021-05-09T11:04:15.279Z] v1.3.2-dev.6 [Pipeline] sh [2021-05-09T11:04:16.507Z] + lftools sign git-tag v1.3.2-dev.6 [2021-05-09T11:04:18.617Z] Signing Git tag with Sigul... [2021-05-09T11:04:18.617Z] Signing v1.3.2-dev.6 [Pipeline] echo [2021-05-09T11:04:20.149Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:04:20.851Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-09T11:04:20.869Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-09T11:04:20.915Z] $ docker stop --time=1 56cc852a46a27d7e8deb2632dddd7ede8e4f187e69a146e8b127d8bf65c69299 [2021-05-09T11:04:23.877Z] $ docker rm -f 56cc852a46a27d7e8deb2632dddd7ede8e4f187e69a146e8b127d8bf65c69299 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:04:24.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:04:24.813Z] . [Pipeline] withDockerContainer [2021-05-09T11:04:25.305Z] prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container [2021-05-09T11:04:25.463Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-09T11:04:27.056Z] $ docker top 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-09T11:04:27.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:04:27.656Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:04:28.223Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:04:28.230Z] $ docker exec 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 ssh-agent [2021-05-09T11:04:29.129Z] SSH_AUTH_SOCK=/tmp/ssh-uhieP5L0Wm96/agent.12 [2021-05-09T11:04:29.129Z] SSH_AGENT_PID=17 [2021-05-09T11:04:29.167Z] Running ssh-add (command line suppressed) [2021-05-09T11:04:29.791Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2369850381443662470.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2369850381443662470.key) [2021-05-09T11:04:30.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:04:31.130Z] + git semver bump pre [2021-05-09T11:04:31.130Z] # -> Open(): unable to determine branch for HEAD [2021-05-09T11:04:31.130Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-05-09T11:04:31.130Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-05-09T11:04:31.130Z] # $SEMVER_REMOTE_NAME = origin [2021-05-09T11:04:31.130Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-09T11:04:31.130Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-09T11:04:31.130Z] # $SEMVER_BRANCH = master [2021-05-09T11:04:31.130Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2021-05-09T11:04:31.412Z] 1.3.2-dev.7 [Pipeline] } [2021-05-09T11:04:31.559Z] $ docker exec --env ******** --env ******** 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 ssh-agent -k [2021-05-09T11:04:32.328Z] unset SSH_AUTH_SOCK; [2021-05-09T11:04:32.328Z] unset SSH_AGENT_PID; [2021-05-09T11:04:32.329Z] echo Agent pid 17 killed; [2021-05-09T11:04:32.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:04:33.248Z] + git semver [Pipeline] } [2021-05-09T11:04:33.276Z] $ docker stop --time=1 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 [2021-05-09T11:04:35.225Z] $ docker rm -f 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:04:35.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:04:35.774Z] . [Pipeline] withDockerContainer [2021-05-09T11:04:35.981Z] prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container [2021-05-09T11:04:36.064Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-09T11:04:37.360Z] $ docker top cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-09T11:04:37.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:04:37.823Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:04:38.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:04:38.504Z] $ docker exec cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece ssh-agent [2021-05-09T11:04:38.886Z] SSH_AUTH_SOCK=/tmp/ssh-9ipeokipPW23/agent.11 [2021-05-09T11:04:38.886Z] SSH_AGENT_PID=16 [2021-05-09T11:04:38.897Z] Running ssh-add (command line suppressed) [2021-05-09T11:04:39.158Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1563443918256255058.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1563443918256255058.key) [2021-05-09T11:04:39.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:04:40.001Z] + git semver push [2021-05-09T11:04:40.001Z] # -> Open(): unable to determine branch for HEAD [2021-05-09T11:04:40.001Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2021-05-09T11:04:40.001Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2021-05-09T11:04:40.001Z] # $SEMVER_REMOTE_NAME = origin [2021-05-09T11:04:40.001Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-09T11:04:40.001Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-09T11:04:40.001Z] # $SEMVER_BRANCH = master [2021-05-09T11:04:40.001Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2021-05-09T11:04:44.382Z] $ docker exec --env ******** --env ******** cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece ssh-agent -k [2021-05-09T11:04:44.888Z] unset SSH_AUTH_SOCK; [2021-05-09T11:04:44.892Z] unset SSH_AGENT_PID; [2021-05-09T11:04:44.892Z] echo Agent pid 16 killed; [2021-05-09T11:04:45.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:04:46.472Z] + git semver [Pipeline] } [2021-05-09T11:04:46.517Z] $ docker stop --time=1 cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece [2021-05-09T11:04:48.516Z] $ docker rm -f cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece [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-05-09T11:04:49.621Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:04:50.657Z] ---> package-listing.sh [2021-05-09T11:04:50.658Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-09T11:04:50.658Z] ++ facter osfamily [2021-05-09T11:04:50.934Z] + OS_FAMILY=redhat [2021-05-09T11:04:50.934Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2021-05-09T11:04:50.934Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-09T11:04:50.934Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-09T11:04:50.934Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-09T11:04:50.934Z] + PACKAGES=/tmp/packages_start.txt [2021-05-09T11:04:50.934Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2021-05-09T11:04:50.934Z] + PACKAGES=/tmp/packages_end.txt [2021-05-09T11:04:50.934Z] + case "${OS_FAMILY}" in [2021-05-09T11:04:50.934Z] + sort [2021-05-09T11:04:50.934Z] + rpm -qa [2021-05-09T11:04:59.356Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-09T11:04:59.356Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-09T11:04:59.356Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-09T11:04:59.356Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2021-05-09T11:04:59.356Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2021-05-09T11:04:59.356Z] + 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-05-09T11:04:59.373Z] 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-05-09T11:04:59.781Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:05:00.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:05:00.796Z] [2021-05-09T11:05:00.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:05:01.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:05:01.521Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-09T11:05:01.521Z] df20fa9351a1: Pulling fs layer [2021-05-09T11:05:01.521Z] 36b3adc4ff6f: Pulling fs layer [2021-05-09T11:05:01.521Z] 8ad3a11d3b57: Pulling fs layer [2021-05-09T11:05:01.521Z] 46f8f816bc3b: Pulling fs layer [2021-05-09T11:05:01.521Z] 93b61091891f: Pulling fs layer [2021-05-09T11:05:01.521Z] 93b9cdb0e59b: Pulling fs layer [2021-05-09T11:05:01.521Z] 5e14af77c1be: Pulling fs layer [2021-05-09T11:05:01.521Z] 01666e4c0597: Pulling fs layer [2021-05-09T11:05:01.521Z] aa168da1d23b: Pulling fs layer [2021-05-09T11:05:01.521Z] 46f8f816bc3b: Waiting [2021-05-09T11:05:01.521Z] 93b61091891f: Waiting [2021-05-09T11:05:01.521Z] 01666e4c0597: Waiting [2021-05-09T11:05:01.521Z] aa168da1d23b: Waiting [2021-05-09T11:05:01.521Z] 93b9cdb0e59b: Waiting [2021-05-09T11:05:01.521Z] 5e14af77c1be: Waiting [2021-05-09T11:05:01.521Z] 36b3adc4ff6f: Verifying Checksum [2021-05-09T11:05:01.521Z] 36b3adc4ff6f: Download complete [2021-05-09T11:05:01.521Z] 46f8f816bc3b: Verifying Checksum [2021-05-09T11:05:01.521Z] 46f8f816bc3b: Download complete [2021-05-09T11:05:01.521Z] df20fa9351a1: Verifying Checksum [2021-05-09T11:05:01.521Z] df20fa9351a1: Download complete [2021-05-09T11:05:01.521Z] 93b9cdb0e59b: Verifying Checksum [2021-05-09T11:05:01.521Z] 93b9cdb0e59b: Download complete [2021-05-09T11:05:02.721Z] 5e14af77c1be: Verifying Checksum [2021-05-09T11:05:02.721Z] 5e14af77c1be: Download complete [2021-05-09T11:05:02.721Z] 01666e4c0597: Verifying Checksum [2021-05-09T11:05:02.721Z] 01666e4c0597: Download complete [2021-05-09T11:05:02.721Z] 93b61091891f: Verifying Checksum [2021-05-09T11:05:02.721Z] 93b61091891f: Download complete [2021-05-09T11:05:03.066Z] 8ad3a11d3b57: Verifying Checksum [2021-05-09T11:05:03.066Z] 8ad3a11d3b57: Download complete [2021-05-09T11:05:03.066Z] df20fa9351a1: Pull complete [2021-05-09T11:05:03.924Z] 36b3adc4ff6f: Pull complete [2021-05-09T11:05:07.513Z] 8ad3a11d3b57: Pull complete [2021-05-09T11:05:07.513Z] 46f8f816bc3b: Pull complete [2021-05-09T11:05:09.208Z] 93b61091891f: Pull complete [2021-05-09T11:05:09.907Z] 93b9cdb0e59b: Pull complete [2021-05-09T11:05:10.211Z] 5e14af77c1be: Pull complete [2021-05-09T11:05:10.485Z] aa168da1d23b: Verifying Checksum [2021-05-09T11:05:10.485Z] aa168da1d23b: Download complete [2021-05-09T11:05:10.485Z] 01666e4c0597: Pull complete [2021-05-09T11:05:33.181Z] aa168da1d23b: Pull complete [2021-05-09T11:05:33.181Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-09T11:05:33.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:05:33.181Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-09T11:05:33.920Z] prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container [2021-05-09T11:05:34.072Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-09T11:05:39.089Z] $ docker top cafaa08dc0ad6a4a3e604112f524c285ab51832033ee945c5a7e6f9f65b6d9e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:05:40.947Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-09T11:05:41.781Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-09T11:05:42.651Z] + ls /var/log/sa-host [2021-05-09T11:05:42.651Z] + sadf -c /var/log/sa-host/sa09 [2021-05-09T11:05:42.651Z] file_magic: OK [2021-05-09T11:05:42.651Z] HZ: Using current value: 100 [2021-05-09T11:05:42.651Z] file_header: OK [2021-05-09T11:05:42.651Z] 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-05-09T11:05:42.651Z] Statistics: [2021-05-09T11:05:42.651Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-09T11:05:42.651Z] File successfully converted to sysstat format version 12.2.1 [2021-05-09T11:05:42.651Z] + sadf -c /var/log/sa-host/sa23 [2021-05-09T11:05:42.651Z] file_magic: OK [2021-05-09T11:05:42.651Z] HZ: Using current value: 100 [2021-05-09T11:05:42.651Z] file_header: OK [2021-05-09T11:05:42.651Z] 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-05-09T11:05:42.651Z] Statistics: [2021-05-09T11:05:42.651Z] Hnuu...uuuununununu... [2021-05-09T11:05:42.651Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-09T11:05:42.837Z] provisioning config files... [2021-05-09T11:05:42.859Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3853277445648965692tmp [Pipeline] { [Pipeline] echo [2021-05-09T11:05:42.890Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:05:43.550Z] ---> create-netrc.sh [Pipeline] } [2021-05-09T11:05:43.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-09T11:05:43.596Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:05:44.313Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-09T11:05:44.390Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:05:45.198Z] ---> sudo-logs.sh [2021-05-09T11:05:45.198Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-09T11:05:45.260Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:05:46.219Z] ---> job-cost.sh [2021-05-09T11:05:46.219Z] lf-activate-venv: SKIPPING [2021-05-09T11:05:46.219Z] DEBUG: total: 0.20999999344348907 [2021-05-09T11:05:46.219Z] INFO: Retrieving Stack Cost... [2021-05-09T11:05:47.709Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-09T11:05:48.327Z] INFO: Archiving Costs [Pipeline] echo [2021-05-09T11:05:48.365Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:05:49.536Z] ---> logs-deploy.sh [2021-05-09T11:05:49.537Z] lf-activate-venv: SKIPPING [2021-05-09T11:05:49.537Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/44 [2021-05-09T11:05:49.537Z] INFO: archiving workspace using pattern(s): [2021-05-09T11:05:53.078Z] Archives upload complete. [2021-05-09T11:05:53.423Z] INFO: archiving logs to Nexus [2021-05-09T11:05:55.689Z] ---> uname -a: [2021-05-09T11:05:55.689Z] Linux prd-centos7-docker-4c-2g-3798.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-05-09T11:05:55.689Z] [2021-05-09T11:05:55.689Z] [2021-05-09T11:05:55.689Z] ---> lscpu: [2021-05-09T11:05:55.689Z] Architecture: x86_64 [2021-05-09T11:05:55.689Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-09T11:05:55.689Z] Byte Order: Little Endian [2021-05-09T11:05:55.689Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-09T11:05:55.689Z] CPU(s): 4 [2021-05-09T11:05:55.689Z] On-line CPU(s) list: 0-3 [2021-05-09T11:05:55.689Z] Thread(s) per core: 1 [2021-05-09T11:05:55.689Z] Core(s) per socket: 1 [2021-05-09T11:05:55.689Z] Socket(s): 4 [2021-05-09T11:05:55.689Z] NUMA node(s): 1 [2021-05-09T11:05:55.689Z] Vendor ID: GenuineIntel [2021-05-09T11:05:55.689Z] CPU family: 6 [2021-05-09T11:05:55.689Z] Model: 44 [2021-05-09T11:05:55.689Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-09T11:05:55.689Z] Stepping: 1 [2021-05-09T11:05:55.689Z] CPU MHz: 2933.438 [2021-05-09T11:05:55.689Z] BogoMIPS: 5866.87 [2021-05-09T11:05:55.689Z] Virtualization: VT-x [2021-05-09T11:05:55.689Z] Hypervisor vendor: KVM [2021-05-09T11:05:55.689Z] Virtualization type: full [2021-05-09T11:05:55.689Z] L1d cache: 128 KiB [2021-05-09T11:05:55.689Z] L1i cache: 128 KiB [2021-05-09T11:05:55.689Z] L2 cache: 16 MiB [2021-05-09T11:05:55.689Z] L3 cache: 64 MiB [2021-05-09T11:05:55.689Z] NUMA node0 CPU(s): 0-3 [2021-05-09T11:05:55.689Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-09T11:05:55.689Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-09T11:05:55.689Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-09T11:05:55.689Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-09T11:05:55.689Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-09T11:05:55.689Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-09T11:05:55.689Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-09T11:05:55.689Z] Vulnerability Srbds: Not affected [2021-05-09T11:05:55.689Z] Vulnerability Tsx async abort: Not affected [2021-05-09T11:05:55.689Z] 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-05-09T11:05:55.689Z] [2021-05-09T11:05:55.689Z] [2021-05-09T11:05:55.689Z] ---> nproc: [2021-05-09T11:05:55.689Z] 4 [2021-05-09T11:05:55.689Z] [2021-05-09T11:05:55.689Z] [2021-05-09T11:05:55.689Z] ---> df -h: [2021-05-09T11:05:55.689Z] Filesystem Size Used Available Use% Mounted on [2021-05-09T11:05:55.689Z] overlay 50.0G 8.2G 41.8G 16% / [2021-05-09T11:05:55.689Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-09T11:05:55.689Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-09T11:05:55.689Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-09T11:05:55.689Z] /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os [2021-05-09T11:05:55.689Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2021-05-09T11:05:55.689Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2021-05-09T11:05:55.689Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2021-05-09T11:05:55.689Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log [2021-05-09T11:05:55.689Z] /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json [2021-05-09T11:05:55.690Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_device-modbus-go_master [2021-05-09T11:05:55.690Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_device-modbus-go_master@tmp [2021-05-09T11:05:55.690Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2021-05-09T11:05:55.690Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] ---> free -m: [2021-05-09T11:05:55.690Z] total used free shared buff/cache available [2021-05-09T11:05:55.690Z] Mem: 1837 848 153 0 835 923 [2021-05-09T11:05:55.690Z] Swap: 1023 3 1020 [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] ---> ip addr: [2021-05-09T11:05:55.690Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-09T11:05:55.690Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-09T11:05:55.690Z] inet 127.0.0.1/8 scope host lo [2021-05-09T11:05:55.690Z] valid_lft forever preferred_lft forever [2021-05-09T11:05:55.690Z] inet6 ::1/128 scope host [2021-05-09T11:05:55.690Z] valid_lft forever preferred_lft forever [2021-05-09T11:05:55.690Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-09T11:05:55.690Z] link/ether fa:16:3e:74:5f:7d brd ff:ff:ff:ff:ff:ff [2021-05-09T11:05:55.690Z] inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-09T11:05:55.690Z] valid_lft 85392sec preferred_lft 85392sec [2021-05-09T11:05:55.690Z] inet6 fe80::f816:3eff:fe74:5f7d/64 scope link [2021-05-09T11:05:55.690Z] valid_lft forever preferred_lft forever [2021-05-09T11:05:55.690Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-09T11:05:55.690Z] link/ether 02:42:9e:39:7e:37 brd ff:ff:ff:ff:ff:ff [2021-05-09T11:05:55.690Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-09T11:05:55.690Z] valid_lft forever preferred_lft forever [2021-05-09T11:05:55.690Z] inet6 fe80::42:9eff:fe39:7e37/64 scope link [2021-05-09T11:05:55.690Z] valid_lft forever preferred_lft forever [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] ---> sar -b -r -n DEV: [2021-05-09T11:05:55.690Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] 10:48:52 LINUX RESTART (4 CPU) [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] 10:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-09T11:05:55.690Z] 10:51:01 54.96 17.06 37.91 0.00 4684.71 3775.80 0.00 [2021-05-09T11:05:55.690Z] 10:52:02 9.51 3.15 6.36 0.00 658.59 180.20 0.00 [2021-05-09T11:05:55.690Z] 10:53:01 0.42 0.00 0.42 0.00 0.00 6.28 0.00 [2021-05-09T11:05:55.690Z] 10:54:01 0.30 0.00 0.30 0.00 0.00 3.72 0.00 [2021-05-09T11:05:55.690Z] 10:55:01 0.30 0.00 0.30 0.00 0.00 4.68 0.00 [2021-05-09T11:05:55.690Z] 10:56:01 0.30 0.00 0.30 0.00 0.00 3.40 0.00 [2021-05-09T11:05:55.690Z] 10:57:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 [2021-05-09T11:05:55.690Z] 10:58:01 0.25 0.00 0.25 0.00 0.00 3.48 0.00 [2021-05-09T11:05:55.690Z] 10:59:02 0.25 0.00 0.25 0.00 0.00 3.13 0.00 [2021-05-09T11:05:55.690Z] 11:00:01 0.29 0.00 0.29 0.00 0.00 3.40 0.00 [2021-05-09T11:05:55.690Z] 11:01:01 0.30 0.02 0.28 0.00 0.13 3.13 0.00 [2021-05-09T11:05:55.690Z] 11:02:01 17.21 6.93 10.28 0.00 697.80 5841.12 0.00 [2021-05-09T11:05:55.690Z] 11:03:02 312.36 190.33 122.03 0.00 8302.19 31251.73 0.00 [2021-05-09T11:05:55.690Z] 11:04:01 189.85 45.75 144.10 0.00 2747.15 29722.69 0.00 [2021-05-09T11:05:55.690Z] 11:05:02 94.60 76.24 18.35 0.00 5735.21 4445.04 0.00 [2021-05-09T11:05:55.690Z] Average: 45.43 22.71 22.72 0.00 1523.70 5012.13 0.00 [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] 10:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-09T11:05:55.690Z] 10:51:01 75352 0 684280 36.37 2620 1119292 1934740 66.03 464104 1137960 40 [2021-05-09T11:05:55.690Z] 10:52:02 162852 0 614484 32.66 2620 1101588 1146288 39.12 439328 1078776 8 [2021-05-09T11:05:55.690Z] 10:53:01 166428 0 610904 32.47 2620 1101592 1113380 38.00 437336 1077644 20 [2021-05-09T11:05:55.690Z] 10:54:01 163060 0 614268 32.65 2620 1101596 1102036 37.61 442728 1075924 20 [2021-05-09T11:05:55.690Z] 10:55:01 160904 0 616420 32.76 2620 1101600 1102084 37.61 446452 1074464 20 [2021-05-09T11:05:55.690Z] 10:56:01 158160 0 619156 32.91 2620 1101608 1102096 37.61 456628 1067032 8 [2021-05-09T11:05:55.690Z] 10:57:01 157804 0 619512 32.93 2620 1101608 1102072 37.61 457372 1066828 20 [2021-05-09T11:05:55.690Z] 10:58:01 156992 0 620316 32.97 2620 1101616 1102060 37.61 457808 1066832 20 [2021-05-09T11:05:55.690Z] 10:59:02 162088 0 615216 32.70 2620 1101620 1073204 36.63 454768 1065924 8 [2021-05-09T11:05:55.690Z] 11:00:01 160548 0 616752 32.78 2620 1101624 1073372 36.63 456220 1065924 16 [2021-05-09T11:05:55.690Z] 11:01:01 157788 0 619508 32.93 2620 1101628 1076064 36.72 458440 1065924 8 [2021-05-09T11:05:55.690Z] 11:02:01 65168 0 706628 37.56 2620 1107128 1590332 54.28 529308 1078580 93844 [2021-05-09T11:05:55.690Z] 11:03:02 244460 0 713188 37.90 2596 921300 1240908 42.35 516300 862008 40 [2021-05-09T11:05:55.690Z] 11:04:01 134632 0 808640 42.98 1880 936392 1439436 49.13 572152 844604 196 [2021-05-09T11:05:55.690Z] 11:05:02 71844 0 850840 45.22 1544 957316 1622456 55.37 634184 837168 10700 [2021-05-09T11:05:55.690Z] Average: 146539 0 662007 35.18 2497 1070501 1254702 42.82 481542 1031039 6998 [2021-05-09T11:05:55.690Z] [2021-05-09T11:05:55.690Z] 10:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-09T11:05:55.690Z] 10:51:01 veth33069df 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:51:01 veth81c71ec 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:51:01 eth0 179.34 142.93 862.74 62.12 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:52:02 eth0 22.12 17.64 28.98 8.04 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:52:02 docker0 1.61 1.71 0.40 4.90 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:53:01 eth0 2.48 0.57 0.67 0.40 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:54:01 eth0 4.39 0.86 1.09 0.58 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:55:01 eth0 2.83 0.92 1.02 0.68 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:56:01 eth0 3.44 0.71 0.81 0.40 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:57:01 eth0 1.45 0.83 0.81 0.59 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:58:01 eth0 0.47 0.23 0.27 0.16 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:59:02 eth0 0.62 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 10:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:00:01 eth0 1.12 0.30 0.33 0.20 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:01:01 eth0 0.68 0.48 0.41 0.24 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:02:01 eth0 391.83 333.89 3926.63 67.13 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:03:02 veth4d85bbe 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:03:02 eth0 91.22 84.19 411.03 18.07 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:03:02 docker0 52.26 53.05 4.66 259.23 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:04:01 vethcfc0255 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:04:01 eth0 351.42 300.69 3246.32 88.13 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.690Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.691Z] 11:05:02 eth0 106.92 78.47 485.41 34.41 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.691Z] 11:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.691Z] 11:05:02 docker0 20.78 34.83 1.36 256.76 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.691Z] Average: eth0 77.31 64.15 597.61 18.71 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.691Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.691Z] Average: docker0 5.01 6.01 0.43 34.98 0.00 0.00 0.00 0.00 [2021-05-09T11:05:55.691Z] [2021-05-09T11:05:55.691Z] [2021-05-09T11:05:55.691Z] ---> sar -P ALL: [2021-05-09T11:05:55.691Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) [2021-05-09T11:05:55.691Z] [2021-05-09T11:05:55.691Z] 10:48:52 LINUX RESTART (4 CPU) [2021-05-09T11:05:55.691Z] [2021-05-09T11:05:55.691Z] 10:50:02 CPU %user %nice %system %iowait %steal %idle [2021-05-09T11:05:55.691Z] 10:51:01 all 9.86 0.00 4.00 1.70 35.97 48.47 [2021-05-09T11:05:55.691Z] 10:51:01 0 7.80 0.00 3.93 1.75 37.60 48.92 [2021-05-09T11:05:55.691Z] 10:51:01 1 9.89 0.00 3.94 2.42 36.47 47.28 [2021-05-09T11:05:55.691Z] 10:51:01 2 11.08 0.00 4.06 1.23 34.56 49.07 [2021-05-09T11:05:55.691Z] 10:51:01 3 10.77 0.00 4.06 1.40 35.16 48.61 [2021-05-09T11:05:55.691Z] 10:52:02 all 1.00 0.00 1.61 0.21 12.38 84.80 [2021-05-09T11:05:55.691Z] 10:52:02 0 0.92 0.00 1.82 0.02 13.08 84.17 [2021-05-09T11:05:55.691Z] 10:52:02 1 1.07 0.00 1.32 0.26 11.69 85.66 [2021-05-09T11:05:55.691Z] 10:52:02 2 0.83 0.00 1.46 0.23 12.53 84.94 [2021-05-09T11:05:55.691Z] 10:52:02 3 1.20 0.00 1.84 0.33 12.20 84.44 [2021-05-09T11:05:55.691Z] 10:53:01 all 0.03 0.00 0.05 0.00 1.75 98.16 [2021-05-09T11:05:55.691Z] 10:53:01 0 0.02 0.00 0.08 0.00 1.72 98.18 [2021-05-09T11:05:55.691Z] 10:53:01 1 0.03 0.00 0.03 0.00 0.86 99.08 [2021-05-09T11:05:55.691Z] 10:53:01 2 0.07 0.00 0.03 0.00 1.95 97.95 [2021-05-09T11:05:55.691Z] 10:53:01 3 0.02 0.00 0.07 0.00 2.48 97.43 [2021-05-09T11:05:55.691Z] 10:54:01 all 0.08 0.00 0.26 0.00 2.47 97.19 [2021-05-09T11:05:55.691Z] 10:54:01 0 0.07 0.00 0.15 0.00 2.32 97.47 [2021-05-09T11:05:55.691Z] 10:54:01 1 0.03 0.00 0.07 0.00 2.22 97.68 [2021-05-09T11:05:55.691Z] 10:54:01 2 0.15 0.00 0.69 0.00 2.37 96.80 [2021-05-09T11:05:55.691Z] 10:54:01 3 0.06 0.00 0.13 0.00 2.98 96.83 [2021-05-09T11:05:55.691Z] 10:55:01 all 0.07 0.00 0.05 0.00 1.21 98.67 [2021-05-09T11:05:55.691Z] 10:55:01 0 0.05 0.00 0.12 0.00 1.30 98.53 [2021-05-09T11:05:55.691Z] 10:55:01 1 0.03 0.00 0.03 0.00 1.32 98.62 [2021-05-09T11:05:55.691Z] 10:55:01 2 0.07 0.00 0.03 0.00 1.73 98.18 [2021-05-09T11:05:55.691Z] 10:55:01 3 0.12 0.00 0.03 0.00 0.50 99.35 [2021-05-09T11:05:55.691Z] 10:56:01 all 0.07 0.00 0.12 0.00 2.30 97.51 [2021-05-09T11:05:55.691Z] 10:56:01 0 0.10 0.00 0.18 0.00 1.85 97.87 [2021-05-09T11:05:55.691Z] 10:56:01 1 0.00 0.00 0.03 0.00 2.41 97.56 [2021-05-09T11:05:55.691Z] 10:56:01 2 0.15 0.00 0.11 0.00 2.99 96.75 [2021-05-09T11:05:55.691Z] 10:56:01 3 0.02 0.00 0.16 0.00 1.93 97.89 [2021-05-09T11:05:55.691Z] 10:57:01 all 0.12 0.00 0.03 0.00 0.91 98.93 [2021-05-09T11:05:55.691Z] 10:57:01 0 0.00 0.00 0.02 0.00 1.20 98.78 [2021-05-09T11:05:55.691Z] 10:57:01 1 0.10 0.00 0.07 0.00 1.04 98.79 [2021-05-09T11:05:55.691Z] 10:57:01 2 0.17 0.00 0.02 0.00 0.81 99.01 [2021-05-09T11:05:55.691Z] 10:57:01 3 0.23 0.00 0.03 0.00 0.58 99.15 [2021-05-09T11:05:55.691Z] 10:58:01 all 0.07 0.00 0.02 0.00 0.56 99.35 [2021-05-09T11:05:55.691Z] 10:58:01 0 0.02 0.00 0.02 0.00 0.40 99.57 [2021-05-09T11:05:55.691Z] 10:58:01 1 0.20 0.00 0.02 0.00 0.40 99.38 [2021-05-09T11:05:55.691Z] 10:58:01 2 0.03 0.00 0.03 0.00 0.66 99.27 [2021-05-09T11:05:55.691Z] 10:58:01 3 0.03 0.00 0.02 0.00 0.78 99.17 [2021-05-09T11:05:55.691Z] 10:59:02 all 0.08 0.00 0.03 0.00 0.76 99.12 [2021-05-09T11:05:55.691Z] 10:59:02 0 0.03 0.00 0.05 0.00 1.89 98.03 [2021-05-09T11:05:55.691Z] 10:59:02 1 0.28 0.00 0.02 0.00 0.50 99.20 [2021-05-09T11:05:55.691Z] 10:59:02 2 0.02 0.00 0.05 0.00 0.33 99.60 [2021-05-09T11:05:55.691Z] 10:59:02 3 0.00 0.00 0.02 0.00 0.32 99.67 [2021-05-09T11:05:55.691Z] 11:00:01 all 0.09 0.00 0.04 0.00 0.69 99.18 [2021-05-09T11:05:55.691Z] 11:00:01 0 0.03 0.00 0.07 0.00 1.17 98.73 [2021-05-09T11:05:55.691Z] 11:00:01 1 0.29 0.00 0.02 0.00 0.56 99.14 [2021-05-09T11:05:55.691Z] 11:00:01 2 0.03 0.00 0.03 0.00 0.79 99.14 [2021-05-09T11:05:55.691Z] 11:00:01 3 0.02 0.00 0.03 0.00 0.22 99.73 [2021-05-09T11:05:55.691Z] 11:01:01 all 0.08 0.00 0.04 0.00 1.21 98.67 [2021-05-09T11:05:55.691Z] 11:01:01 0 0.05 0.00 0.02 0.00 0.86 99.07 [2021-05-09T11:05:55.691Z] 11:01:01 1 0.20 0.00 0.05 0.00 1.38 98.37 [2021-05-09T11:05:55.691Z] 11:01:01 2 0.05 0.00 0.03 0.00 1.14 98.78 [2021-05-09T11:05:55.691Z] 11:01:01 3 0.03 0.00 0.07 0.00 1.43 98.47 [2021-05-09T11:05:55.691Z] [2021-05-09T11:05:55.691Z] 11:01:01 CPU %user %nice %system %iowait %steal %idle [2021-05-09T11:05:55.691Z] 11:02:01 all 1.25 0.00 1.31 0.11 10.54 86.78 [2021-05-09T11:05:55.691Z] 11:02:01 0 1.48 0.00 1.39 0.10 10.78 86.25 [2021-05-09T11:05:55.691Z] 11:02:01 1 1.27 0.00 1.85 0.22 9.33 87.34 [2021-05-09T11:05:55.691Z] 11:02:01 2 1.27 0.00 1.06 0.11 11.83 85.73 [2021-05-09T11:05:55.691Z] 11:02:01 3 1.01 0.00 0.97 0.00 10.20 87.82 [2021-05-09T11:05:55.691Z] 11:03:02 all 6.05 0.00 6.18 3.04 23.74 61.00 [2021-05-09T11:05:55.691Z] 11:03:02 0 5.68 0.00 6.15 2.34 23.93 61.90 [2021-05-09T11:05:55.691Z] 11:03:02 1 6.04 0.00 5.81 2.64 23.59 61.93 [2021-05-09T11:05:55.691Z] 11:03:02 2 6.70 0.00 6.96 3.32 24.18 58.83 [2021-05-09T11:05:55.691Z] 11:03:02 3 5.80 0.00 5.80 3.85 23.26 61.27 [2021-05-09T11:05:55.691Z] 11:04:01 all 5.05 0.00 5.96 1.22 31.86 55.91 [2021-05-09T11:05:55.691Z] 11:04:01 0 4.90 0.00 5.37 0.83 32.77 56.13 [2021-05-09T11:05:55.691Z] 11:04:01 1 5.24 0.00 5.73 1.76 32.58 54.69 [2021-05-09T11:05:55.691Z] 11:04:01 2 5.01 0.00 6.47 1.37 32.08 55.07 [2021-05-09T11:05:55.691Z] 11:04:01 3 5.07 0.00 6.28 0.92 29.96 57.78 [2021-05-09T11:05:55.691Z] 11:05:02 all 5.10 0.00 5.48 3.10 17.55 68.77 [2021-05-09T11:05:55.691Z] 11:05:02 0 3.47 0.00 4.58 1.33 18.52 72.10 [2021-05-09T11:05:55.691Z] 11:05:02 1 3.28 0.00 5.40 1.62 17.75 71.96 [2021-05-09T11:05:55.691Z] 11:05:02 2 9.69 0.00 6.11 6.08 16.73 61.39 [2021-05-09T11:05:55.691Z] 11:05:02 3 4.10 0.00 5.86 3.47 17.15 69.42 [2021-05-09T11:05:55.691Z] Average: all 2.05 0.00 1.77 0.66 10.09 85.43 [2021-05-09T11:05:55.691Z] Average: 0 1.76 0.00 1.69 0.46 10.58 85.51 [2021-05-09T11:05:55.691Z] Average: 1 1.98 0.00 1.72 0.63 10.00 85.67 [2021-05-09T11:05:55.691Z] Average: 2 2.47 0.00 1.89 0.86 10.07 84.72 [2021-05-09T11:05:55.691Z] Average: 3 2.01 0.00 1.77 0.70 9.70 85.82 [2021-05-09T11:05:55.691Z] [2021-05-09T11:05:55.691Z] [2021-05-09T11:05:55.691Z]