Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14141 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 Checking out Revision 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 # timeout=10 Commit message: "Merge pull request #191 from weichou1229/issue-190" > git rev-list --no-walk 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-02T06:48:57.412Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-02T06:48:57.652Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-02T06:48:57.752Z] ========================================================= [2020-12-02T06:48:57.752Z] EdgeX Global Pipelines Version Info [2020-12-02T06:48:57.752Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:48:59.233Z] ------------------- [2020-12-02T06:48:59.233Z] stable info: [2020-12-02T06:48:59.233Z] ------------------- [2020-12-02T06:48:59.233Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-02T06:48:59.233Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T06:48:59.233Z] Message: update stable to v1.0.169 [2020-12-02T06:49:00.177Z] ------------------- [2020-12-02T06:49:00.177Z] experimental info: [2020-12-02T06:49:00.177Z] ------------------- [2020-12-02T06:49:00.177Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-02T06:49:00.177Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T06:49:00.177Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T06:49:00.533Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-12-02T06:49:00.660Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-12-02T06:49:00.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-02T06:49:00.884Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-02T06:49:00.976Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-02T06:49:01.066Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-02T06:49:01.191Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-02T06:49:01.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-02T06:49:01.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-02T06:49:01.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-02T06:49:01.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-02T06:49:01.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-12-02T06:49:01.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-02T06:49:01.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-02T06:49:01.996Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T06:49:02.120Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T06:49:02.216Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T06:49:02.308Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T06:49:02.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-02T06:49:02.511Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-02T06:49:02.608Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-02T06:49:02.724Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-02T06:49:02.821Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-02T06:49:02.926Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-02T06:49:03.089Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-02T06:49:03.190Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-02T06:49:03.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-02T06:49:03.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-02T06:49:03.471Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-02T06:49:03.564Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [Pipeline] echo [2020-12-02T06:49:03.689Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1382852 [Pipeline] echo [2020-12-02T06:49:03.771Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T06:49:03.955Z] provisioning config files... [2020-12-02T06:49:03.981Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config836757288715520972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:49:04.444Z] ---> docker-login.sh [2020-12-02T06:49:04.444Z] nexus3.edgexfoundry.org:10001 [2020-12-02T06:49:04.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:49:04.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:49:04.706Z] Configure a credential helper to remove this warning. See [2020-12-02T06:49:04.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:49:04.706Z] [2020-12-02T06:49:04.706Z] Login Succeeded [2020-12-02T06:49:04.968Z] nexus3.edgexfoundry.org:10002 [2020-12-02T06:49:04.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:49:04.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:49:04.969Z] Configure a credential helper to remove this warning. See [2020-12-02T06:49:04.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:49:04.969Z] [2020-12-02T06:49:04.969Z] Login Succeeded [2020-12-02T06:49:04.969Z] nexus3.edgexfoundry.org:10003 [2020-12-02T06:49:05.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:49:05.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:49:05.230Z] Configure a credential helper to remove this warning. See [2020-12-02T06:49:05.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:49:05.230Z] [2020-12-02T06:49:05.230Z] Login Succeeded [2020-12-02T06:49:05.230Z] nexus3.edgexfoundry.org:10004 [2020-12-02T06:49:05.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:49:05.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:49:05.492Z] Configure a credential helper to remove this warning. See [2020-12-02T06:49:05.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:49:05.492Z] [2020-12-02T06:49:05.492Z] Login Succeeded [2020-12-02T06:49:05.492Z] docker.io [2020-12-02T06:49:05.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:49:05.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:49:05.755Z] Configure a credential helper to remove this warning. See [2020-12-02T06:49:05.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:49:05.755Z] [2020-12-02T06:49:05.755Z] Login Succeeded [2020-12-02T06:49:05.755Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T06:49:05.765Z] 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 [2020-12-02T06:49:06.633Z] + git log --format=format:%s -1 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [Pipeline] echo [2020-12-02T06:49:06.705Z] GIT_COMMIT: 1382852b285b5e2bd91d034a86bf10f1b4c73ac1, Commit Message: Merge pull request #191 from weichou1229/issue-190 [Pipeline] echo [2020-12-02T06:49:06.748Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:49:07.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T06:49:07.701Z] [2020-12-02T06:49:07.701Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:49:08.059Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T06:49:08.059Z] latest: Pulling from edgex-devops/git-semver [2020-12-02T06:49:08.059Z] 31603596830f: Pulling fs layer [2020-12-02T06:49:08.059Z] 2a8b12db71e7: Pulling fs layer [2020-12-02T06:49:08.059Z] 6ca5941a6612: Pulling fs layer [2020-12-02T06:49:08.059Z] ecc8261a40a4: Pulling fs layer [2020-12-02T06:49:08.059Z] ecc8261a40a4: Waiting [2020-12-02T06:49:08.059Z] 2a8b12db71e7: Download complete [2020-12-02T06:49:08.059Z] 31603596830f: Verifying Checksum [2020-12-02T06:49:08.059Z] 31603596830f: Download complete [2020-12-02T06:49:08.324Z] ecc8261a40a4: Verifying Checksum [2020-12-02T06:49:08.324Z] ecc8261a40a4: Download complete [2020-12-02T06:49:08.324Z] 6ca5941a6612: Verifying Checksum [2020-12-02T06:49:08.324Z] 6ca5941a6612: Download complete [2020-12-02T06:49:08.590Z] 31603596830f: Pull complete [2020-12-02T06:49:08.590Z] 2a8b12db71e7: Pull complete [2020-12-02T06:49:09.558Z] 6ca5941a6612: Pull complete [2020-12-02T06:49:09.821Z] ecc8261a40a4: Pull complete [2020-12-02T06:49:09.821Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-02T06:49:09.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T06:49:09.821Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-02T06:49:09.942Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:49:09.995Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T06:49:12.357Z] $ docker top 45c5f4213e4340cb48504b9cddc94f12b5f143a8b686824906d9174481aa1852 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T06:49:12.648Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T06:49:12.649Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T06:49:12.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T06:49:12.866Z] $ docker exec 45c5f4213e4340cb48504b9cddc94f12b5f143a8b686824906d9174481aa1852 ssh-agent [2020-12-02T06:49:13.022Z] SSH_AUTH_SOCK=/tmp/ssh-I4z8nlTpGeHC/agent.12 [2020-12-02T06:49:13.022Z] SSH_AGENT_PID=18 [2020-12-02T06:49:13.035Z] Running ssh-add (command line suppressed) [2020-12-02T06:49:13.158Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6154558963358140584.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6154558963358140584.key) [2020-12-02T06:49:13.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T06:49:13.552Z] + git tag --points-at HEAD [Pipeline] } [2020-12-02T06:49:13.577Z] $ docker exec --env ******** --env ******** 45c5f4213e4340cb48504b9cddc94f12b5f143a8b686824906d9174481aa1852 ssh-agent -k [2020-12-02T06:49:13.691Z] unset SSH_AUTH_SOCK; [2020-12-02T06:49:13.691Z] unset SSH_AGENT_PID; [2020-12-02T06:49:13.691Z] echo Agent pid 18 killed; [2020-12-02T06:49:13.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-02T06:49:13.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T06:49:13.893Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T06:49:14.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T06:49:14.057Z] $ docker exec 45c5f4213e4340cb48504b9cddc94f12b5f143a8b686824906d9174481aa1852 ssh-agent [2020-12-02T06:49:14.228Z] SSH_AUTH_SOCK=/tmp/ssh-BJL4zUWAOEZh/agent.47 [2020-12-02T06:49:14.228Z] SSH_AGENT_PID=52 [2020-12-02T06:49:14.235Z] Running ssh-add (command line suppressed) [2020-12-02T06:49:14.351Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6244285993615744497.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6244285993615744497.key) [2020-12-02T06:49:14.399Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T06:49:14.752Z] + git semver init [2020-12-02T06:49:14.752Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T06:49:14.752Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T06:49:14.752Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T06:49:14.752Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T06:49:14.752Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T06:49:14.752Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T06:49:14.752Z] # $SEMVER_BRANCH = master [2020-12-02T06:49:14.752Z] # $SEMVER_TEMP = /tmp/semver-726880318 [2020-12-02T06:49:14.752Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-12-02T06:49:15.327Z] # '/tmp/semver-726880318' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-12-02T06:49:15.327Z] # -> Force: false [2020-12-02T06:49:15.327Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-02T06:49:15.343Z] $ docker exec --env ******** --env ******** 45c5f4213e4340cb48504b9cddc94f12b5f143a8b686824906d9174481aa1852 ssh-agent -k [2020-12-02T06:49:15.464Z] unset SSH_AUTH_SOCK; [2020-12-02T06:49:15.464Z] unset SSH_AGENT_PID; [2020-12-02T06:49:15.464Z] echo Agent pid 52 killed; [2020-12-02T06:49:15.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T06:49:15.977Z] + git semver [Pipeline] } [2020-12-02T06:49:15.997Z] $ docker stop --time=1 45c5f4213e4340cb48504b9cddc94f12b5f143a8b686824906d9174481aa1852 [2020-12-02T06:49:17.341Z] $ docker rm -f 45c5f4213e4340cb48504b9cddc94f12b5f143a8b686824906d9174481aa1852 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T06:49:17.804Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-02T06:49:18.173Z] Stashed 1 file(s) [Pipeline] echo [2020-12-02T06:49:18.175Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [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 [2020-12-02T06:49:33.704Z] Still waiting to schedule task [2020-12-02T06:49:33.704Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-02T06:49:33.707Z] Still waiting to schedule task [2020-12-02T06:49:33.707Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-02T06:52:14.498Z] Running on prd-centos7-docker-4c-2g-14143 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-02T06:52:14.566Z] Running in /w/workspace/device-modbus-go/30 [Pipeline] { [Pipeline] checkout [2020-12-02T06:52:17.201Z] using credential edgex-jenkins-ssh [2020-12-02T06:52:17.268Z] Cloning the remote Git repository [2020-12-02T06:52:17.132Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T06:52:17.217Z] > git init /w/workspace/device-modbus-go/30 # timeout=10 [2020-12-02T06:52:17.283Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T06:52:17.283Z] > git --version # timeout=10 [2020-12-02T06:52:17.291Z] > git --version # 'git version 2.24.3' [2020-12-02T06:52:17.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T06:52:17.321Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T06:52:18.513Z] Checking out Revision 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 (master) [2020-12-02T06:52:17.911Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T06:52:17.917Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T06:52:17.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T06:52:17.942Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T06:52:17.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T06:52:17.947Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T06:52:18.443Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T06:52:18.449Z] > git checkout -f 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 # timeout=10 [2020-12-02T06:52:22.176Z] Commit message: "Merge pull request #191 from weichou1229/issue-190" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T06:52:23.646Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-02T06:52:23.978Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T06:52:24.300Z] + sudo service docker restart [2020-12-02T06:52:24.301Z] + true [2020-12-02T06:52:24.301Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T06:52:25.382Z] provisioning config files... [2020-12-02T06:52:25.421Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/30@tmp/config7866713984935740224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:52:25.795Z] ---> docker-login.sh [2020-12-02T06:52:25.796Z] nexus3.edgexfoundry.org:10001 [2020-12-02T06:52:26.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:52:26.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:52:26.325Z] Configure a credential helper to remove this warning. See [2020-12-02T06:52:26.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:52:26.325Z] [2020-12-02T06:52:26.325Z] Login Succeeded [2020-12-02T06:52:26.325Z] nexus3.edgexfoundry.org:10002 [2020-12-02T06:52:26.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:52:26.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:52:26.805Z] Configure a credential helper to remove this warning. See [2020-12-02T06:52:26.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:52:26.805Z] [2020-12-02T06:52:26.805Z] Login Succeeded [2020-12-02T06:52:26.805Z] nexus3.edgexfoundry.org:10003 [2020-12-02T06:52:26.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:52:26.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:52:26.805Z] Configure a credential helper to remove this warning. See [2020-12-02T06:52:26.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:52:26.805Z] [2020-12-02T06:52:26.805Z] Login Succeeded [2020-12-02T06:52:26.805Z] nexus3.edgexfoundry.org:10004 [2020-12-02T06:52:26.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:52:26.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:52:26.805Z] Configure a credential helper to remove this warning. See [2020-12-02T06:52:26.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:52:26.805Z] [2020-12-02T06:52:26.805Z] Login Succeeded [2020-12-02T06:52:26.805Z] docker.io [2020-12-02T06:52:27.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:52:27.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:52:27.334Z] Configure a credential helper to remove this warning. See [2020-12-02T06:52:27.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:52:27.334Z] [2020-12-02T06:52:27.334Z] Login Succeeded [2020-12-02T06:52:27.334Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T06:52:27.346Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T06:52:27.709Z] ========================================================= [2020-12-02T06:52:27.709Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-02T06:52:27.709Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:52:28.063Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-02T06:52:28.063Z] Sending build context to Docker daemon 508.9kB [2020-12-02T06:52:28.063Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T06:52:28.063Z] Step 2/8 : FROM ${BASE} [2020-12-02T06:52:28.063Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-02T06:52:28.063Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T06:52:28.063Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T06:52:28.063Z] de9db76c5a1d: Pulling fs layer [2020-12-02T06:52:28.063Z] bca2f99d35d6: Pulling fs layer [2020-12-02T06:52:28.063Z] 93359f2a8cfa: Pulling fs layer [2020-12-02T06:52:28.063Z] 7c6f9722023f: Pulling fs layer [2020-12-02T06:52:28.063Z] a35cf1a2eb13: Pulling fs layer [2020-12-02T06:52:28.063Z] bca2f99d35d6: Waiting [2020-12-02T06:52:28.063Z] 93359f2a8cfa: Waiting [2020-12-02T06:52:28.063Z] 7c6f9722023f: Waiting [2020-12-02T06:52:28.063Z] a35cf1a2eb13: Waiting [2020-12-02T06:52:28.328Z] de9db76c5a1d: Verifying Checksum [2020-12-02T06:52:28.328Z] de9db76c5a1d: Download complete [2020-12-02T06:52:28.328Z] 0ef7d3d256c8: Verifying Checksum [2020-12-02T06:52:28.328Z] 0ef7d3d256c8: Download complete [2020-12-02T06:52:28.328Z] 93359f2a8cfa: Verifying Checksum [2020-12-02T06:52:28.328Z] 93359f2a8cfa: Download complete [2020-12-02T06:52:28.328Z] 7c6f9722023f: Verifying Checksum [2020-12-02T06:52:28.328Z] 7c6f9722023f: Download complete [2020-12-02T06:52:28.328Z] 188c0c94c7c5: Verifying Checksum [2020-12-02T06:52:28.328Z] 188c0c94c7c5: Download complete [2020-12-02T06:52:28.594Z] 188c0c94c7c5: Pull complete [2020-12-02T06:52:28.861Z] 0ef7d3d256c8: Pull complete [2020-12-02T06:52:28.861Z] de9db76c5a1d: Pull complete [2020-12-02T06:52:30.267Z] a35cf1a2eb13: Verifying Checksum [2020-12-02T06:52:30.268Z] a35cf1a2eb13: Download complete [2020-12-02T06:52:30.850Z] bca2f99d35d6: Download complete [2020-12-02T06:52:36.198Z] bca2f99d35d6: Pull complete [2020-12-02T06:52:36.198Z] 93359f2a8cfa: Pull complete [2020-12-02T06:52:36.198Z] 7c6f9722023f: Pull complete [2020-12-02T06:52:42.836Z] a35cf1a2eb13: Pull complete [2020-12-02T06:52:42.836Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-02T06:52:42.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-02T06:52:42.836Z] ---> a62c8e92a672 [2020-12-02T06:52:42.836Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-02T06:52:42.836Z] ---> Running in 09fae88f4257 [2020-12-02T06:52:42.836Z] Removing intermediate container 09fae88f4257 [2020-12-02T06:52:42.836Z] ---> 305a8caf542a [2020-12-02T06:52:42.836Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T06:52:42.836Z] ---> Running in 55310c98502c [2020-12-02T06:52:43.799Z] Removing intermediate container 55310c98502c [2020-12-02T06:52:43.799Z] ---> 11a25e3f0f7a [2020-12-02T06:52:43.799Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T06:52:43.799Z] ---> Running in 9812b89c084b [2020-12-02T06:52:44.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T06:52:45.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T06:52:45.976Z] (1/14) Installing libmagic (5.38-r0) [2020-12-02T06:52:46.240Z] (2/14) Installing file (5.38-r0) [2020-12-02T06:52:46.240Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-02T06:52:46.240Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-02T06:52:51.556Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-02T06:52:51.556Z] (6/14) Installing patch (2.7.6-r6) [2020-12-02T06:52:51.556Z] (7/14) Installing build-base (0.5-r2) [2020-12-02T06:52:51.556Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-02T06:52:51.556Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-02T06:52:51.556Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-02T06:52:51.556Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-02T06:52:51.556Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-02T06:52:51.556Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-02T06:52:51.818Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-02T06:52:51.818Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T06:52:51.818Z] OK: 237 MiB in 53 packages [2020-12-02T06:52:55.167Z] Removing intermediate container 9812b89c084b [2020-12-02T06:52:55.167Z] ---> d44be86a78f1 [2020-12-02T06:52:55.167Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-02T06:52:55.433Z] ---> Running in a0210f0e36e5 [2020-12-02T06:52:55.433Z] Removing intermediate container a0210f0e36e5 [2020-12-02T06:52:55.433Z] ---> 0d121e991e7b [2020-12-02T06:52:55.433Z] Step 7/8 : COPY . . [2020-12-02T06:52:56.431Z] ---> 2c3c1de4f626 [2020-12-02T06:52:56.431Z] Step 8/8 : RUN go mod download [2020-12-02T06:52:56.431Z] ---> Running in ff2cba1d89dd [2020-12-02T06:53:18.504Z] Removing intermediate container ff2cba1d89dd [2020-12-02T06:53:18.504Z] ---> 0dbf45785e0c [2020-12-02T06:53:18.504Z] Successfully built 0dbf45785e0c [2020-12-02T06:53:18.504Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:53:18.858Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T06:53:18.858Z] . [Pipeline] withDockerContainer [2020-12-02T06:53:18.989Z] prd-centos7-docker-4c-2g-14143 does not seem to be running inside a container [2020-12-02T06:53:19.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/30 -v /w/workspace/device-modbus-go/30:/w/workspace/device-modbus-go/30:rw,z -v /w/workspace/device-modbus-go/30@tmp:/w/workspace/device-modbus-go/30@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 [2020-12-02T06:53:19.775Z] $ docker top 0a4a6f04e57ec4a78139561e98876b220f8aa384ee8409088e019918933d0894 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T06:53:20.295Z] + go version [2020-12-02T06:53:20.295Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-02T06:53:20.310Z] $ docker stop --time=1 0a4a6f04e57ec4a78139561e98876b220f8aa384ee8409088e019918933d0894 [2020-12-02T06:53:21.671Z] $ docker rm -f 0a4a6f04e57ec4a78139561e98876b220f8aa384ee8409088e019918933d0894 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:53:22.601Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T06:53:22.601Z] . [Pipeline] withDockerContainer [2020-12-02T06:53:22.708Z] prd-centos7-docker-4c-2g-14143 does not seem to be running inside a container [2020-12-02T06:53:22.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/30 -v /w/workspace/device-modbus-go/30:/w/workspace/device-modbus-go/30:rw,z -v /w/workspace/device-modbus-go/30@tmp:/w/workspace/device-modbus-go/30@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 [2020-12-02T06:53:23.459Z] $ docker top 97c913940bcf8ae92941a3486ef9d8496c230451eef10cd1442d5957efde4a1c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T06:53:23.993Z] + make test [2020-12-02T06:53:23.993Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-02T06:53:24.808Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14144 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-02T06:53:24.872Z] Running in /w/workspace/device-modbus-go/30 [Pipeline] { [Pipeline] checkout [2020-12-02T06:53:24.962Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-02T06:53:30.374Z] using credential edgex-jenkins-ssh [2020-12-02T06:53:30.439Z] Cloning the remote Git repository [2020-12-02T06:53:30.513Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T06:53:30.752Z] > git init /w/workspace/device-modbus-go/30 # timeout=10 [2020-12-02T06:53:30.828Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T06:53:30.830Z] > git --version # timeout=10 [2020-12-02T06:53:30.846Z] > git --version # 'git version 2.17.1' [2020-12-02T06:53:30.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T06:53:30.931Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T06:53:32.221Z] Checking out Revision 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 (master) [2020-12-02T06:53:31.681Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T06:53:31.703Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T06:53:31.733Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T06:53:31.769Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T06:53:31.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T06:53:31.780Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T06:53:32.246Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T06:53:32.263Z] > git checkout -f 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 # timeout=10 [2020-12-02T06:53:35.176Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-02T06:53:35.752Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.244s coverage: 50.3% of statements [2020-12-02T06:53:35.752Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-02T06:53:36.769Z] Commit message: "Merge pull request #191 from weichou1229/issue-190" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T06:53:38.323Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-02T06:53:38.362Z] gofmt -l . [2020-12-02T06:53:38.362Z] [ "`gofmt -l .`" = "" ] [2020-12-02T06:53:38.362Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-02T06:53:38.626Z] ./bin/test-go-mod-tidy.sh [2020-12-02T06:53:38.741Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] } [2020-12-02T06:53:38.915Z] $ docker stop --time=1 97c913940bcf8ae92941a3486ef9d8496c230451eef10cd1442d5957efde4a1c [2020-12-02T06:53:39.092Z] + true [2020-12-02T06:53:39.092Z] + sudo service docker restart [2020-12-02T06:53:41.297Z] $ docker rm -f 97c913940bcf8ae92941a3486ef9d8496c230451eef10cd1442d5957efde4a1c [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T06:53:41.861Z] provisioning config files... [2020-12-02T06:53:41.909Z] + sudo chown -R jenkins:jenkins . [2020-12-02T06:53:41.918Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/30@tmp/config3228997291926586320tmp [Pipeline] stash [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:53:42.282Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2020-12-02T06:53:42.384Z] ---> docker-login.sh [2020-12-02T06:53:42.385Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-02T06:53:43.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:53:43.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:53:43.650Z] Configure a credential helper to remove this warning. See [2020-12-02T06:53:43.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:53:43.650Z] [2020-12-02T06:53:43.650Z] Login Succeeded [2020-12-02T06:53:43.650Z] nexus3.edgexfoundry.org:10002 [2020-12-02T06:53:43.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:53:44.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:53:44.216Z] Configure a credential helper to remove this warning. See [2020-12-02T06:53:44.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:53:44.216Z] [2020-12-02T06:53:44.216Z] Login Succeeded [2020-12-02T06:53:44.216Z] nexus3.edgexfoundry.org:10003 [2020-12-02T06:53:44.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:53:44.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:53:44.770Z] Configure a credential helper to remove this warning. See [2020-12-02T06:53:44.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:53:44.770Z] [2020-12-02T06:53:44.770Z] Login Succeeded [2020-12-02T06:53:44.770Z] nexus3.edgexfoundry.org:10004 [2020-12-02T06:53:45.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2020-12-02T06:53:45.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:53:45.325Z] Configure a credential helper to remove this warning. See [2020-12-02T06:53:45.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:53:45.325Z] [2020-12-02T06:53:45.325Z] Login Succeeded [2020-12-02T06:53:45.325Z] docker.io [2020-12-02T06:53:45.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:53:45.611Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T06:53:45.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:53:45.879Z] Configure a credential helper to remove this warning. See [2020-12-02T06:53:45.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:53:45.880Z] [2020-12-02T06:53:45.880Z] Login Succeeded [2020-12-02T06:53:45.880Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T06:53:45.898Z] Deleting 1 temporary files [2020-12-02T06:53:45.927Z] + ls -al . [2020-12-02T06:53:45.928Z] total 104 [2020-12-02T06:53:45.928Z] drwxrwxr-x. 9 jenkins jenkins 4096 Dec 2 06:53 . [2020-12-02T06:53:45.928Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 2 06:52 .. [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 5589 Dec 2 06:52 Attribution.txt [2020-12-02T06:53:45.928Z] drwxrwxr-x. 2 jenkins jenkins 87 Dec 2 06:52 bin [2020-12-02T06:53:45.928Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 2 06:52 cmd [2020-12-02T06:53:45.928Z] -rw-r--r--. 1 jenkins jenkins 22364 Dec 2 06:53 coverage.out [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 1430 Dec 2 06:52 Dockerfile [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 954 Dec 2 06:52 Dockerfile.build [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 2 06:52 .dockerignore [2020-12-02T06:53:45.928Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 2 06:52 .git [2020-12-02T06:53:45.928Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 2 06:52 .github [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 338 Dec 2 06:52 .gitignore [2020-12-02T06:53:45.928Z] -rw-r--r--. 1 jenkins jenkins 523 Dec 2 06:53 go.mod [2020-12-02T06:53:45.928Z] -rw-r--r--. 1 jenkins jenkins 14850 Dec 2 06:53 go.sum [2020-12-02T06:53:45.928Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 2 06:52 internal [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 679 Dec 2 06:52 Jenkinsfile [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 2 06:52 LICENSE [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 880 Dec 2 06:52 Makefile [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 591 Dec 2 06:52 README.md [2020-12-02T06:53:45.928Z] drwxrwxr-x. 2 jenkins jenkins 52 Dec 2 06:52 simulator [2020-12-02T06:53:45.928Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 2 06:52 snap [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 2 06:49 VERSION [2020-12-02T06:53:45.928Z] -rw-rw-r--. 1 jenkins jenkins 229 Dec 2 06:52 version.go [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-02T06:53:46.319Z] ========================================================= [2020-12-02T06:53:46.319Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-02T06:53:46.319Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:53:46.425Z] + 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=1382852b285b5e2bd91d034a86bf10f1b4c73ac1 --label arch=amd64 --label version=1.3.1-dev.2 . [2020-12-02T06:53:46.425Z] Sending build context to Docker daemon 540.2kB [2020-12-02T06:53:46.689Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-12-02T06:53:46.689Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-02T06:53:46.689Z] ---> 0dbf45785e0c [2020-12-02T06:53:46.689Z] Step 3/20 : ARG MAKE='make build' [2020-12-02T06:53:46.689Z] ---> Running in 54de08d135da [2020-12-02T06:53:46.703Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-02T06:53:46.953Z] Removing intermediate container 54de08d135da [2020-12-02T06:53:46.953Z] ---> a03eaf177cd5 [2020-12-02T06:53:46.953Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T06:53:46.953Z] ---> Running in c8f10bda54d3 [2020-12-02T06:53:46.987Z] Sending build context to Docker daemon 507.9kB [2020-12-02T06:53:47.266Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T06:53:47.266Z] Step 2/8 : FROM ${BASE} [2020-12-02T06:53:47.266Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-02T06:53:47.266Z] 5f621e34cdf4: Pulling fs layer [2020-12-02T06:53:47.266Z] a4357932f1b6: Pulling fs layer [2020-12-02T06:53:47.266Z] 18c013af1878: Pulling fs layer [2020-12-02T06:53:47.266Z] 00ac8860ef70: Pulling fs layer [2020-12-02T06:53:47.266Z] 63d7cb157983: Pulling fs layer [2020-12-02T06:53:47.266Z] b116817d02f9: Pulling fs layer [2020-12-02T06:53:47.266Z] 745a02a5169b: Pulling fs layer [2020-12-02T06:53:47.266Z] 63d7cb157983: Waiting [2020-12-02T06:53:47.266Z] b116817d02f9: Waiting [2020-12-02T06:53:47.266Z] 00ac8860ef70: Waiting [2020-12-02T06:53:47.266Z] 18c013af1878: Verifying Checksum [2020-12-02T06:53:47.266Z] 18c013af1878: Download complete [2020-12-02T06:53:47.266Z] a4357932f1b6: Verifying Checksum [2020-12-02T06:53:47.266Z] a4357932f1b6: Download complete [2020-12-02T06:53:47.266Z] 63d7cb157983: Download complete [2020-12-02T06:53:47.266Z] b116817d02f9: Verifying Checksum [2020-12-02T06:53:47.266Z] b116817d02f9: Download complete [2020-12-02T06:53:47.546Z] 5f621e34cdf4: Verifying Checksum [2020-12-02T06:53:47.546Z] 5f621e34cdf4: Download complete [2020-12-02T06:53:47.903Z] Removing intermediate container c8f10bda54d3 [2020-12-02T06:53:47.903Z] ---> 2523dfaf56a6 [2020-12-02T06:53:47.903Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T06:53:47.903Z] ---> Running in 3c41cf211a76 [2020-12-02T06:53:48.155Z] 5f621e34cdf4: Pull complete [2020-12-02T06:53:48.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T06:53:49.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T06:53:49.146Z] a4357932f1b6: Pull complete [2020-12-02T06:53:49.423Z] 18c013af1878: Pull complete [2020-12-02T06:53:49.699Z] 745a02a5169b: Verifying Checksum [2020-12-02T06:53:49.699Z] 745a02a5169b: Download complete [2020-12-02T06:53:50.076Z] OK: 237 MiB in 53 packages [2020-12-02T06:53:50.343Z] Removing intermediate container 3c41cf211a76 [2020-12-02T06:53:50.343Z] ---> 389ec28c1db7 [2020-12-02T06:53:50.343Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-02T06:53:50.343Z] ---> Running in 81ca7051fbe4 [2020-12-02T06:53:50.611Z] Removing intermediate container 81ca7051fbe4 [2020-12-02T06:53:50.611Z] ---> f2a6abcc88ba [2020-12-02T06:53:50.611Z] Step 7/20 : COPY . . [2020-12-02T06:53:51.142Z] 00ac8860ef70: Verifying Checksum [2020-12-02T06:53:51.142Z] 00ac8860ef70: Download complete [2020-12-02T06:53:51.188Z] ---> 19df98e42649 [2020-12-02T06:53:51.188Z] Step 8/20 : RUN ${MAKE} [2020-12-02T06:53:51.453Z] ---> Running in 62e4143dca0c [2020-12-02T06:53:51.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.2" -o cmd/device-modbus ./cmd [2020-12-02T06:54:00.029Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-02T06:54:01.329Z] 00ac8860ef70: Pull complete [2020-12-02T06:54:01.329Z] 63d7cb157983: Pull complete [2020-12-02T06:54:01.605Z] b116817d02f9: Pull complete [2020-12-02T06:54:04.260Z] Removing intermediate container 62e4143dca0c [2020-12-02T06:54:04.260Z] ---> 07dae1cb0119 [2020-12-02T06:54:04.260Z] Step 9/20 : FROM scratch [2020-12-02T06:54:04.260Z] ---> [2020-12-02T06:54:04.260Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-02T06:54:04.260Z] ---> Running in 49bc89845066 [2020-12-02T06:54:04.260Z] Removing intermediate container 49bc89845066 [2020-12-02T06:54:04.260Z] ---> 89e8e7741c60 [2020-12-02T06:54:04.260Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-02T06:54:04.260Z] ---> Running in d8ecb257e2e8 [2020-12-02T06:54:04.525Z] Removing intermediate container d8ecb257e2e8 [2020-12-02T06:54:04.525Z] ---> 20304566921c [2020-12-02T06:54:04.525Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-02T06:54:05.104Z] ---> e45b1e01d65b [2020-12-02T06:54:05.104Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-02T06:54:05.104Z] ---> e74dcdb9d8be [2020-12-02T06:54:05.104Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-02T06:54:05.367Z] ---> e16f6bca8f0c [2020-12-02T06:54:05.367Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-02T06:54:05.367Z] ---> Running in 80ea3c9d7840 [2020-12-02T06:54:05.630Z] Removing intermediate container 80ea3c9d7840 [2020-12-02T06:54:05.631Z] ---> 0628d9f8b45b [2020-12-02T06:54:05.631Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-02T06:54:05.631Z] ---> Running in 87a6f92acf72 [2020-12-02T06:54:05.893Z] Removing intermediate container 87a6f92acf72 [2020-12-02T06:54:05.893Z] ---> fedd611d6516 [2020-12-02T06:54:05.893Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T06:54:05.893Z] ---> Running in 3eb51bc9790a [2020-12-02T06:54:05.893Z] Removing intermediate container 3eb51bc9790a [2020-12-02T06:54:05.893Z] ---> af4b8ea2d326 [2020-12-02T06:54:05.893Z] Step 18/20 : LABEL arch=amd64 [2020-12-02T06:54:05.936Z] 745a02a5169b: Pull complete [2020-12-02T06:54:05.936Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-02T06:54:05.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-02T06:54:05.936Z] ---> b7e6874047d6 [2020-12-02T06:54:05.936Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-02T06:54:06.156Z] ---> Running in fc682a92515c [2020-12-02T06:54:06.156Z] Removing intermediate container fc682a92515c [2020-12-02T06:54:06.156Z] ---> 36d7c04a836b [2020-12-02T06:54:06.156Z] Step 19/20 : LABEL git_sha=1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:54:06.156Z] ---> Running in a4cd68870cde [2020-12-02T06:54:06.420Z] Removing intermediate container a4cd68870cde [2020-12-02T06:54:06.420Z] ---> 545f487b8650 [2020-12-02T06:54:06.420Z] Step 20/20 : LABEL version=1.3.1-dev.2 [2020-12-02T06:54:06.420Z] ---> Running in 847527ebd22a [2020-12-02T06:54:06.683Z] Removing intermediate container 847527ebd22a [2020-12-02T06:54:06.683Z] ---> 755c5f4e91c5 [2020-12-02T06:54:06.683Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T06:54:06.683Z] Successfully built 755c5f4e91c5 [2020-12-02T06:54:06.683Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T06:54:07.328Z] provisioning config files... [2020-12-02T06:54:07.372Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/30@tmp/config972040047061447044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:54:07.731Z] ---> docker-login.sh [2020-12-02T06:54:07.732Z] nexus3.edgexfoundry.org:10001 [2020-12-02T06:54:07.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:54:07.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:54:07.732Z] Configure a credential helper to remove this warning. See [2020-12-02T06:54:07.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:54:07.732Z] [2020-12-02T06:54:07.732Z] Login Succeeded [2020-12-02T06:54:07.732Z] nexus3.edgexfoundry.org:10002 [2020-12-02T06:54:07.960Z] ---> Running in 775aee5b14f6 [2020-12-02T06:54:07.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:54:07.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:54:07.994Z] Configure a credential helper to remove this warning. See [2020-12-02T06:54:07.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:54:07.994Z] [2020-12-02T06:54:07.994Z] Login Succeeded [2020-12-02T06:54:07.994Z] nexus3.edgexfoundry.org:10003 [2020-12-02T06:54:08.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:54:08.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:54:08.258Z] Configure a credential helper to remove this warning. See [2020-12-02T06:54:08.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:54:08.258Z] [2020-12-02T06:54:08.258Z] Login Succeeded [2020-12-02T06:54:08.258Z] nexus3.edgexfoundry.org:10004 [2020-12-02T06:54:08.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:54:08.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:54:08.523Z] Configure a credential helper to remove this warning. See [2020-12-02T06:54:08.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:54:08.523Z] [2020-12-02T06:54:08.523Z] Login Succeeded [2020-12-02T06:54:08.523Z] docker.io [2020-12-02T06:54:08.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:54:08.563Z] Removing intermediate container 775aee5b14f6 [2020-12-02T06:54:08.563Z] ---> 726ad4f79c47 [2020-12-02T06:54:08.563Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T06:54:08.563Z] ---> Running in 8659c02a6fb2 [2020-12-02T06:54:08.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:54:08.787Z] Configure a credential helper to remove this warning. See [2020-12-02T06:54:08.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:54:08.787Z] [2020-12-02T06:54:08.787Z] Login Succeeded [2020-12-02T06:54:08.787Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T06:54:08.799Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T06:54:09.053Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-12-02T06:54:09.053Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:54:09.053Z] latest [2020-12-02T06:54:09.053Z] 1.3.1-dev.2 [2020-12-02T06:54:09.053Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [2020-12-02T06:54:09.053Z] master [2020-12-02T06:54:09.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:09.585Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:09.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:54:09.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T06:54:09.893Z] 98bc71ca1ca5: Preparing [2020-12-02T06:54:09.893Z] 140ec62fbbdd: Preparing [2020-12-02T06:54:09.893Z] baae686c7ac2: Preparing [2020-12-02T06:54:10.157Z] 98bc71ca1ca5: Pushed [2020-12-02T06:54:10.157Z] 140ec62fbbdd: Pushed [2020-12-02T06:54:11.116Z] baae686c7ac2: Pushed [2020-12-02T06:54:11.116Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1: digest: sha256:76ec3f0dfb95e7ba6661181b6c7e3c94bb301404f98d8328dbcf1f901d1c1f21 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:11.213Z] Removing intermediate container 8659c02a6fb2 [2020-12-02T06:54:11.213Z] ---> eb9edc2a4803 [2020-12-02T06:54:11.213Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T06:54:11.213Z] ---> Running in 6fc2c47024ec [2020-12-02T06:54:11.432Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:11.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-02T06:54:11.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T06:54:11.752Z] 98bc71ca1ca5: Preparing [2020-12-02T06:54:11.752Z] 140ec62fbbdd: Preparing [2020-12-02T06:54:11.752Z] baae686c7ac2: Preparing [2020-12-02T06:54:11.752Z] baae686c7ac2: Layer already exists [2020-12-02T06:54:11.752Z] 98bc71ca1ca5: Layer already exists [2020-12-02T06:54:11.752Z] 140ec62fbbdd: Layer already exists [2020-12-02T06:54:11.752Z] latest: digest: sha256:76ec3f0dfb95e7ba6661181b6c7e3c94bb301404f98d8328dbcf1f901d1c1f21 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:12.064Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:12.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T06:54:12.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.2 [2020-12-02T06:54:12.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T06:54:12.371Z] 98bc71ca1ca5: Preparing [2020-12-02T06:54:12.371Z] 140ec62fbbdd: Preparing [2020-12-02T06:54:12.371Z] baae686c7ac2: Preparing [2020-12-02T06:54:12.371Z] baae686c7ac2: Layer already exists [2020-12-02T06:54:12.371Z] 140ec62fbbdd: Layer already exists [2020-12-02T06:54:12.371Z] 98bc71ca1ca5: Layer already exists [2020-12-02T06:54:12.371Z] 1.3.1-dev.2: digest: sha256:76ec3f0dfb95e7ba6661181b6c7e3c94bb301404f98d8328dbcf1f901d1c1f21 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:12.683Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:12.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T06:54:12.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [2020-12-02T06:54:12.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T06:54:12.990Z] 98bc71ca1ca5: Preparing [2020-12-02T06:54:12.990Z] 140ec62fbbdd: Preparing [2020-12-02T06:54:12.990Z] baae686c7ac2: Preparing [2020-12-02T06:54:12.990Z] 140ec62fbbdd: Layer already exists [2020-12-02T06:54:12.990Z] 98bc71ca1ca5: Layer already exists [2020-12-02T06:54:12.990Z] baae686c7ac2: Layer already exists [2020-12-02T06:54:12.990Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2: digest: sha256:76ec3f0dfb95e7ba6661181b6c7e3c94bb301404f98d8328dbcf1f901d1c1f21 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:13.307Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:13.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-12-02T06:54:13.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T06:54:13.615Z] 98bc71ca1ca5: Preparing [2020-12-02T06:54:13.615Z] 140ec62fbbdd: Preparing [2020-12-02T06:54:13.615Z] baae686c7ac2: Preparing [2020-12-02T06:54:13.615Z] 98bc71ca1ca5: Layer already exists [2020-12-02T06:54:13.615Z] 140ec62fbbdd: Layer already exists [2020-12-02T06:54:13.615Z] baae686c7ac2: Layer already exists [2020-12-02T06:54:13.615Z] master: digest: sha256:76ec3f0dfb95e7ba6661181b6c7e3c94bb301404f98d8328dbcf1f901d1c1f21 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T06:54:13.872Z] ===================================================== [Pipeline] echo [2020-12-02T06:54:13.941Z] taggedImages: [2020-12-02T06:54:13.941Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:54:13.941Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-02T06:54:13.941Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.2 [2020-12-02T06:54:13.941Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [2020-12-02T06:54:13.941Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-12-02T06:54:14.226Z] (1/14) Installing libmagic (5.38-r0) [2020-12-02T06:54:14.226Z] (2/14) Installing file (5.38-r0) [2020-12-02T06:54:14.226Z] (3/14) Installing libc-dev (0.7.2-r3) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-12-02T06:54:14.500Z] (4/14) Installing g++ (9.3.0-r2) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-02T06:54:17.912Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-02T06:54:18.186Z] (6/14) Installing patch (2.7.6-r6) [2020-12-02T06:54:18.186Z] (7/14) Installing build-base (0.5-r2) [2020-12-02T06:54:18.186Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-02T06:54:18.457Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-02T06:54:18.457Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-02T06:54:18.728Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-02T06:54:18.999Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-02T06:54:18.999Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-02T06:54:18.999Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-02T06:54:19.273Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T06:54:19.274Z] OK: 221 MiB in 53 packages [2020-12-02T06:54:23.600Z] Removing intermediate container 6fc2c47024ec [2020-12-02T06:54:23.600Z] ---> 39fecbaebf0f [2020-12-02T06:54:23.600Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-02T06:54:23.600Z] ---> Running in 3f5c9fac19bf [2020-12-02T06:54:23.873Z] Removing intermediate container 3f5c9fac19bf [2020-12-02T06:54:23.873Z] ---> b3f50017fd21 [2020-12-02T06:54:23.873Z] Step 7/8 : COPY . . [2020-12-02T06:54:24.856Z] ---> d86400389dde [2020-12-02T06:54:24.856Z] Step 8/8 : RUN go mod download [2020-12-02T06:54:24.856Z] ---> Running in c5f4f61b007e [2020-12-02T06:54:47.048Z] Removing intermediate container c5f4f61b007e [2020-12-02T06:54:47.048Z] ---> 97a29c623431 [2020-12-02T06:54:47.048Z] Successfully built 97a29c623431 [2020-12-02T06:54:47.048Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:47.397Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T06:54:47.397Z] . [Pipeline] withDockerContainer [2020-12-02T06:54:47.684Z] prd-ubuntu18.04-docker-arm64-4c-16g-14144 does not seem to be running inside a container [2020-12-02T06:54:47.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/30 -v /w/workspace/device-modbus-go/30:/w/workspace/device-modbus-go/30:rw,z -v /w/workspace/device-modbus-go/30@tmp:/w/workspace/device-modbus-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T06:54:49.330Z] $ docker top b357daaeedbf339d16cfd0b0a3dbfbefcd00f6e6618df700bba8c42c7a0820c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T06:54:50.380Z] + go version [2020-12-02T06:54:50.380Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-02T06:54:50.409Z] $ docker stop --time=1 b357daaeedbf339d16cfd0b0a3dbfbefcd00f6e6618df700bba8c42c7a0820c5 [2020-12-02T06:54:52.331Z] $ docker rm -f b357daaeedbf339d16cfd0b0a3dbfbefcd00f6e6618df700bba8c42c7a0820c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:54:53.418Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T06:54:53.418Z] . [Pipeline] withDockerContainer [2020-12-02T06:54:53.679Z] prd-ubuntu18.04-docker-arm64-4c-16g-14144 does not seem to be running inside a container [2020-12-02T06:54:53.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/30 -v /w/workspace/device-modbus-go/30:/w/workspace/device-modbus-go/30:rw,z -v /w/workspace/device-modbus-go/30@tmp:/w/workspace/device-modbus-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T06:54:55.257Z] $ docker top 91b35ca3b4936416382105d94b28a35cfc4f1c300cc81d20c9aac937c4781e32 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T06:54:56.299Z] + make test [2020-12-02T06:54:56.300Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-02T06:54:57.290Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-02T06:55:29.683Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-02T06:55:29.683Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.327s coverage: 50.3% of statements [2020-12-02T06:55:29.955Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-02T06:55:36.682Z] gofmt -l . [2020-12-02T06:55:36.683Z] [ "`gofmt -l .`" = "" ] [2020-12-02T06:55:36.958Z] ./bin/test-attribution-txt.sh [2020-12-02T06:55:37.553Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T06:55:38.178Z] $ docker stop --time=1 91b35ca3b4936416382105d94b28a35cfc4f1c300cc81d20c9aac937c4781e32 [2020-12-02T06:55:40.320Z] $ docker rm -f 91b35ca3b4936416382105d94b28a35cfc4f1c300cc81d20c9aac937c4781e32 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T06:55:41.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T06:55:41.287Z] Warning: overwriting stash ‘coverage-report’ [2020-12-02T06:55:42.096Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T06:55:42.866Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T06:55:43.279Z] + ls -al . [2020-12-02T06:55:43.279Z] total 136 [2020-12-02T06:55:43.279Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 2 06:55 . [2020-12-02T06:55:43.279Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 06:53 .. [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 2 06:53 .dockerignore [2020-12-02T06:55:43.279Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 2 06:53 .git [2020-12-02T06:55:43.279Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 06:53 .github [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 338 Dec 2 06:53 .gitignore [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 5589 Dec 2 06:53 Attribution.txt [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 1430 Dec 2 06:53 Dockerfile [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 954 Dec 2 06:53 Dockerfile.build [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 679 Dec 2 06:53 Jenkinsfile [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 2 06:53 LICENSE [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 880 Dec 2 06:53 Makefile [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 591 Dec 2 06:53 README.md [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 2 06:49 VERSION [2020-12-02T06:55:43.279Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 06:53 bin [2020-12-02T06:55:43.279Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 06:53 cmd [2020-12-02T06:55:43.279Z] -rw-r--r-- 1 jenkins jenkins 22364 Dec 2 06:55 coverage.out [2020-12-02T06:55:43.279Z] -rw-r--r-- 1 jenkins jenkins 523 Dec 2 06:55 go.mod [2020-12-02T06:55:43.279Z] -rw-r--r-- 1 jenkins jenkins 14850 Dec 2 06:55 go.sum [2020-12-02T06:55:43.279Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 06:53 internal [2020-12-02T06:55:43.279Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 06:53 simulator [2020-12-02T06:55:43.279Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 06:53 snap [2020-12-02T06:55:43.279Z] -rw-rw-r-- 1 jenkins jenkins 229 Dec 2 06:53 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:55:43.661Z] + 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=1382852b285b5e2bd91d034a86bf10f1b4c73ac1 --label arch=arm64 --label version=1.3.1-dev.2 . [2020-12-02T06:55:43.958Z] Sending build context to Docker daemon 539.1kB [2020-12-02T06:55:44.234Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-12-02T06:55:44.234Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-02T06:55:44.234Z] ---> 97a29c623431 [2020-12-02T06:55:44.234Z] Step 3/20 : ARG MAKE='make build' [2020-12-02T06:55:44.234Z] ---> Running in 567dfb79d48b [2020-12-02T06:55:44.829Z] Removing intermediate container 567dfb79d48b [2020-12-02T06:55:44.829Z] ---> a97055ccede5 [2020-12-02T06:55:44.829Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T06:55:44.829Z] ---> Running in 14f218db3d87 [2020-12-02T06:55:46.809Z] Removing intermediate container 14f218db3d87 [2020-12-02T06:55:46.809Z] ---> 4a65f6873c99 [2020-12-02T06:55:46.809Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T06:55:46.809Z] ---> Running in 18704197c98f [2020-12-02T06:55:47.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T06:55:48.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T06:55:49.354Z] OK: 221 MiB in 53 packages [2020-12-02T06:55:50.335Z] Removing intermediate container 18704197c98f [2020-12-02T06:55:50.335Z] ---> 437340b3f821 [2020-12-02T06:55:50.335Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-02T06:55:50.611Z] ---> Running in 7921a59b7f72 [2020-12-02T06:55:50.888Z] Removing intermediate container 7921a59b7f72 [2020-12-02T06:55:50.889Z] ---> 26224546ffcb [2020-12-02T06:55:50.889Z] Step 7/20 : COPY . . [2020-12-02T06:55:51.900Z] ---> 6b7b50d37896 [2020-12-02T06:55:51.900Z] Step 8/20 : RUN ${MAKE} [2020-12-02T06:55:51.900Z] ---> Running in 2c4c4eeafdcc [2020-12-02T06:55:52.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.2" -o cmd/device-modbus ./cmd [2020-12-02T06:56:19.715Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-02T06:56:24.026Z] Removing intermediate container 2c4c4eeafdcc [2020-12-02T06:56:24.026Z] ---> e1da0cfa5e9c [2020-12-02T06:56:24.026Z] Step 9/20 : FROM scratch [2020-12-02T06:56:24.026Z] ---> [2020-12-02T06:56:24.026Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-02T06:56:24.026Z] ---> Running in a52cbf9d8899 [2020-12-02T06:56:24.299Z] Removing intermediate container a52cbf9d8899 [2020-12-02T06:56:24.299Z] ---> d5fe775ff559 [2020-12-02T06:56:24.299Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-02T06:56:24.299Z] ---> Running in 36f76889f0f4 [2020-12-02T06:56:24.586Z] Removing intermediate container 36f76889f0f4 [2020-12-02T06:56:24.586Z] ---> 7659e2fd46bd [2020-12-02T06:56:24.586Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-02T06:56:26.033Z] ---> 838230704d7d [2020-12-02T06:56:26.033Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-02T06:56:26.629Z] ---> 4386c7633c32 [2020-12-02T06:56:26.629Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-02T06:56:27.226Z] ---> f5a0d80c0a63 [2020-12-02T06:56:27.226Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-02T06:56:27.499Z] ---> Running in 54819e1ef201 [2020-12-02T06:56:27.772Z] Removing intermediate container 54819e1ef201 [2020-12-02T06:56:27.772Z] ---> 811e379ba461 [2020-12-02T06:56:27.772Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-02T06:56:28.046Z] ---> Running in dc28d36ebf52 [2020-12-02T06:56:28.320Z] Removing intermediate container dc28d36ebf52 [2020-12-02T06:56:28.320Z] ---> d19152a7f2d3 [2020-12-02T06:56:28.320Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T06:56:28.594Z] ---> Running in 77e2d3ffe494 [2020-12-02T06:56:28.865Z] Removing intermediate container 77e2d3ffe494 [2020-12-02T06:56:28.865Z] ---> 66342b8138e0 [2020-12-02T06:56:28.865Z] Step 18/20 : LABEL arch=arm64 [2020-12-02T06:56:29.141Z] ---> Running in c52fd550e32a [2020-12-02T06:56:29.417Z] Removing intermediate container c52fd550e32a [2020-12-02T06:56:29.417Z] ---> 7441fcf25e05 [2020-12-02T06:56:29.417Z] Step 19/20 : LABEL git_sha=1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:56:29.686Z] ---> Running in 8562e06461f6 [2020-12-02T06:56:29.958Z] Removing intermediate container 8562e06461f6 [2020-12-02T06:56:29.958Z] ---> fe761e47dc07 [2020-12-02T06:56:29.958Z] Step 20/20 : LABEL version=1.3.1-dev.2 [2020-12-02T06:56:30.229Z] ---> Running in 5392bbafd2c8 [2020-12-02T06:56:30.501Z] Removing intermediate container 5392bbafd2c8 [2020-12-02T06:56:30.501Z] ---> a093ca7a8fc2 [2020-12-02T06:56:30.501Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T06:56:30.771Z] Successfully built a093ca7a8fc2 [2020-12-02T06:56:30.771Z] 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 [2020-12-02T06:56:31.306Z] provisioning config files... [2020-12-02T06:56:31.346Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/30@tmp/config1118198362946124783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:56:31.744Z] ---> docker-login.sh [2020-12-02T06:56:31.744Z] nexus3.edgexfoundry.org:10001 [2020-12-02T06:56:32.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:56:32.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:56:32.019Z] Configure a credential helper to remove this warning. See [2020-12-02T06:56:32.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:56:32.019Z] [2020-12-02T06:56:32.019Z] Login Succeeded [2020-12-02T06:56:32.019Z] nexus3.edgexfoundry.org:10002 [2020-12-02T06:56:32.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:56:32.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:56:32.613Z] Configure a credential helper to remove this warning. See [2020-12-02T06:56:32.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:56:32.613Z] [2020-12-02T06:56:32.613Z] Login Succeeded [2020-12-02T06:56:32.613Z] nexus3.edgexfoundry.org:10003 [2020-12-02T06:56:33.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:56:33.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:56:33.210Z] Configure a credential helper to remove this warning. See [2020-12-02T06:56:33.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:56:33.210Z] [2020-12-02T06:56:33.210Z] Login Succeeded [2020-12-02T06:56:33.210Z] nexus3.edgexfoundry.org:10004 [2020-12-02T06:56:33.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:56:33.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:56:33.806Z] Configure a credential helper to remove this warning. See [2020-12-02T06:56:33.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:56:33.806Z] [2020-12-02T06:56:33.806Z] Login Succeeded [2020-12-02T06:56:33.806Z] docker.io [2020-12-02T06:56:34.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T06:56:34.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T06:56:34.669Z] Configure a credential helper to remove this warning. See [2020-12-02T06:56:34.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T06:56:34.669Z] [2020-12-02T06:56:34.669Z] Login Succeeded [2020-12-02T06:56:34.669Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T06:56:34.685Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T06:56:34.932Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-12-02T06:56:34.932Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:56:34.932Z] latest [2020-12-02T06:56:34.932Z] 1.3.1-dev.2 [2020-12-02T06:56:34.932Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [2020-12-02T06:56:34.932Z] master [2020-12-02T06:56:34.932Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:35.468Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:35.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:56:35.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T06:56:35.821Z] 8697255d9129: Preparing [2020-12-02T06:56:35.821Z] 77986c9b325b: Preparing [2020-12-02T06:56:35.821Z] db93589b3546: Preparing [2020-12-02T06:56:36.094Z] 8697255d9129: Pushed [2020-12-02T06:56:36.094Z] 77986c9b325b: Pushed [2020-12-02T06:56:38.703Z] db93589b3546: Pushed [2020-12-02T06:56:38.976Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1: digest: sha256:5fc6ac005a11ed909afa1ae70a85a9fef0a904eaf8d689fcd29688b1a29a31a3 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:39.314Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:39.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-02T06:56:39.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T06:56:39.651Z] 8697255d9129: Preparing [2020-12-02T06:56:39.651Z] 77986c9b325b: Preparing [2020-12-02T06:56:39.651Z] db93589b3546: Preparing [2020-12-02T06:56:39.651Z] db93589b3546: Layer already exists [2020-12-02T06:56:39.651Z] 77986c9b325b: Layer already exists [2020-12-02T06:56:39.651Z] 8697255d9129: Layer already exists [2020-12-02T06:56:39.923Z] latest: digest: sha256:5fc6ac005a11ed909afa1ae70a85a9fef0a904eaf8d689fcd29688b1a29a31a3 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:40.262Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:40.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.2 [2020-12-02T06:56:40.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T06:56:40.597Z] 8697255d9129: Preparing [2020-12-02T06:56:40.597Z] 77986c9b325b: Preparing [2020-12-02T06:56:40.597Z] db93589b3546: Preparing [2020-12-02T06:56:40.597Z] db93589b3546: Layer already exists [2020-12-02T06:56:40.597Z] 77986c9b325b: Layer already exists [2020-12-02T06:56:40.597Z] 8697255d9129: Layer already exists [2020-12-02T06:56:40.869Z] 1.3.1-dev.2: digest: sha256:5fc6ac005a11ed909afa1ae70a85a9fef0a904eaf8d689fcd29688b1a29a31a3 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:41.209Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:41.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [2020-12-02T06:56:41.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T06:56:41.542Z] 8697255d9129: Preparing [2020-12-02T06:56:41.542Z] 77986c9b325b: Preparing [2020-12-02T06:56:41.542Z] db93589b3546: Preparing [2020-12-02T06:56:41.814Z] 8697255d9129: Layer already exists [2020-12-02T06:56:41.814Z] 77986c9b325b: Layer already exists [2020-12-02T06:56:41.814Z] db93589b3546: Layer already exists [2020-12-02T06:56:41.814Z] 1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2: digest: sha256:5fc6ac005a11ed909afa1ae70a85a9fef0a904eaf8d689fcd29688b1a29a31a3 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:42.159Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:42.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-12-02T06:56:42.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T06:56:42.501Z] 8697255d9129: Preparing [2020-12-02T06:56:42.501Z] 77986c9b325b: Preparing [2020-12-02T06:56:42.501Z] db93589b3546: Preparing [2020-12-02T06:56:42.501Z] db93589b3546: Layer already exists [2020-12-02T06:56:42.501Z] 77986c9b325b: Layer already exists [2020-12-02T06:56:42.501Z] 8697255d9129: Layer already exists [2020-12-02T06:56:42.773Z] master: digest: sha256:5fc6ac005a11ed909afa1ae70a85a9fef0a904eaf8d689fcd29688b1a29a31a3 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T06:56:42.995Z] ===================================================== [Pipeline] echo [2020-12-02T06:56:43.059Z] taggedImages: [2020-12-02T06:56:43.059Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [2020-12-02T06:56:43.059Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-02T06:56:43.059Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.2 [2020-12-02T06:56:43.059Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1382852b285b5e2bd91d034a86bf10f1b4c73ac1-1.3.1-dev.2 [2020-12-02T06:56:43.059Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-02T06:56:44.649Z] provisioning config files... [2020-12-02T06:56:44.659Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2306754606813500609tmp [Pipeline] { [Pipeline] sh [2020-12-02T06:56:45.062Z] + set +x [2020-12-02T06:56:45.062Z] + curl -s https://codecov.io/bash [2020-12-02T06:56:45.062Z] + bash -s -- [2020-12-02T06:56:45.327Z] [2020-12-02T06:56:45.327Z] _____ _ [2020-12-02T06:56:45.327Z] / ____| | | [2020-12-02T06:56:45.327Z] | | ___ __| | ___ ___ _____ __ [2020-12-02T06:56:45.327Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-02T06:56:45.327Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-02T06:56:45.327Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-02T06:56:45.327Z] Bash-20201130-cc6d3fe [2020-12-02T06:56:45.327Z] [2020-12-02T06:56:45.327Z] [2020-12-02T06:56:45.327Z] ==> Jenkins CI detected. [2020-12-02T06:56:45.327Z] project root: . [2020-12-02T06:56:45.327Z] --> token set from env [2020-12-02T06:56:45.327Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-02T06:56:45.327Z] ==> Running gcov in . (disable via -X gcov) [2020-12-02T06:56:45.327Z] ==> Python coveragepy not found [2020-12-02T06:56:45.327Z] ==> Searching for coverage reports in: [2020-12-02T06:56:45.327Z] + . [2020-12-02T06:56:45.327Z] -> Found 1 reports [2020-12-02T06:56:45.327Z] ==> Detecting git/mercurial file structure [2020-12-02T06:56:45.327Z] ==> Reading reports [2020-12-02T06:56:45.327Z] + ./coverage.out bytes=22364 [2020-12-02T06:56:45.327Z] ==> Appending adjustments [2020-12-02T06:56:45.327Z] https://docs.codecov.io/docs/fixing-reports [2020-12-02T06:56:45.327Z] + Found adjustments [2020-12-02T06:56:45.589Z] ==> Gzipping contents [2020-12-02T06:56:45.589Z] 8.0K /tmp/codecov.O7059T.gz [2020-12-02T06:56:45.589Z] ==> Uploading reports [2020-12-02T06:56:45.589Z] url: https://codecov.io [2020-12-02T06:56:45.589Z] query: branch=master&commit=1382852b285b5e2bd91d034a86bf10f1b4c73ac1&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-02T06:56:45.589Z] -> Pinging Codecov [2020-12-02T06:56:45.589Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=1382852b285b5e2bd91d034a86bf10f1b4c73ac1&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-02T06:56:46.537Z] -> Uploading to [2020-12-02T06:56:46.537Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-02/55DBCA73C666E3227836607328DD7E49/1382852b285b5e2bd91d034a86bf10f1b4c73ac1/81ed942f-2168-4320-a0c7-a202b3a2cc07.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T065646Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23355628bac464b25807e1815464c2df06c8dcea22cc069b10547014f8a2ecbc [2020-12-02T06:56:46.537Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T06:56:46.537Z] Dload Upload Total Spent Left Speed [2020-12-02T06:56:46.801Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4205 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4205 0 0 100 4205 0 11123 --:--:-- --:--:-- --:--:-- 11124 [2020-12-02T06:56:46.801Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [Pipeline] } [2020-12-02T06:56:46.812Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-02T06:56:47.710Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-02T06:56:47.763Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:48.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T06:56:48.114Z] [2020-12-02T06:56:48.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:56:48.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T06:56:48.474Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-02T06:56:48.474Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T06:56:48.474Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T06:56:48.474Z] de9db76c5a1d: Pulling fs layer [2020-12-02T06:56:48.474Z] 0eba1c9be4d2: Pulling fs layer [2020-12-02T06:56:48.474Z] 0d57e429df01: Pulling fs layer [2020-12-02T06:56:48.474Z] 4e4be7b47b0d: Pulling fs layer [2020-12-02T06:56:48.474Z] e1f770b5df2f: Pulling fs layer [2020-12-02T06:56:48.474Z] 85a0685a4137: Pulling fs layer [2020-12-02T06:56:48.474Z] 0eba1c9be4d2: Waiting [2020-12-02T06:56:48.474Z] 0d57e429df01: Waiting [2020-12-02T06:56:48.474Z] 4e4be7b47b0d: Waiting [2020-12-02T06:56:48.474Z] e1f770b5df2f: Waiting [2020-12-02T06:56:48.474Z] 85a0685a4137: Waiting [2020-12-02T06:56:48.474Z] de9db76c5a1d: Verifying Checksum [2020-12-02T06:56:48.474Z] de9db76c5a1d: Download complete [2020-12-02T06:56:48.474Z] 0ef7d3d256c8: Verifying Checksum [2020-12-02T06:56:48.474Z] 0ef7d3d256c8: Download complete [2020-12-02T06:56:48.474Z] 0d57e429df01: Verifying Checksum [2020-12-02T06:56:48.474Z] 0d57e429df01: Download complete [2020-12-02T06:56:48.475Z] 4e4be7b47b0d: Verifying Checksum [2020-12-02T06:56:48.475Z] 4e4be7b47b0d: Download complete [2020-12-02T06:56:48.475Z] 188c0c94c7c5: Verifying Checksum [2020-12-02T06:56:48.475Z] 188c0c94c7c5: Download complete [2020-12-02T06:56:49.049Z] 188c0c94c7c5: Pull complete [2020-12-02T06:56:49.049Z] 0ef7d3d256c8: Pull complete [2020-12-02T06:56:49.312Z] de9db76c5a1d: Pull complete [2020-12-02T06:56:50.263Z] e1f770b5df2f: Verifying Checksum [2020-12-02T06:56:50.263Z] e1f770b5df2f: Download complete [2020-12-02T06:56:52.207Z] 0eba1c9be4d2: Verifying Checksum [2020-12-02T06:56:52.207Z] 0eba1c9be4d2: Download complete [2020-12-02T06:56:52.790Z] 85a0685a4137: Verifying Checksum [2020-12-02T06:56:52.790Z] 85a0685a4137: Download complete [2020-12-02T06:56:57.037Z] 0eba1c9be4d2: Pull complete [2020-12-02T06:56:57.301Z] 0d57e429df01: Pull complete [2020-12-02T06:56:57.301Z] 4e4be7b47b0d: Pull complete [2020-12-02T06:57:01.527Z] e1f770b5df2f: Pull complete [2020-12-02T06:57:08.162Z] 85a0685a4137: Pull complete [2020-12-02T06:57:08.162Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-02T06:57:08.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T06:57:08.162Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-02T06:57:08.373Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:57:08.429Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T06:57:09.398Z] $ docker top feaffae31b7ee67678226c1cefd015fc0f1b3f38a01f6d10cdb78f8acbe41cd3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-02T06:57:09.603Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-02T06:57:09.895Z] + set -o pipefail [2020-12-02T06:57:09.895Z] + snyk monitor '--org=edgex-jenkins' [2020-12-02T06:57:18.057Z] [2020-12-02T06:57:18.057Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-12-02T06:57:18.057Z] [2020-12-02T06:57:18.057Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/7aae2089-824a-43f7-96b0-b66f40dc75da [2020-12-02T06:57:18.057Z] [2020-12-02T06:57:18.057Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2020-12-02T06:57:18.057Z] [2020-12-02T06:57:18.057Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-02T06:57:18.057Z] [2020-12-02T06:57:18.058Z] [Pipeline] } [2020-12-02T06:57:18.074Z] $ docker stop --time=1 feaffae31b7ee67678226c1cefd015fc0f1b3f38a01f6d10cdb78f8acbe41cd3 [2020-12-02T06:57:20.587Z] $ docker rm -f feaffae31b7ee67678226c1cefd015fc0f1b3f38a01f6d10cdb78f8acbe41cd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-02T06:57:21.481Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1, dockerFile=Dockerfile [Pipeline] echo [2020-12-02T06:57:21.484Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T06:57:21.775Z] + set -o pipefail [2020-12-02T06:57:21.776Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T06:57:21.776Z] + tee .snyk [2020-12-02T06:57:22.036Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T06:57:22.036Z] version: v1.14.1 [2020-12-02T06:57:22.036Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T06:57:22.036Z] ignore: [2020-12-02T06:57:22.036Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T06:57:22.036Z] - '*': [2020-12-02T06:57:22.036Z] reason: does not apply # justification for ignoring [2020-12-02T06:57:22.036Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-02T06:57:22.036Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T06:57:22.036Z] - '*': [2020-12-02T06:57:22.036Z] reason: false positive [2020-12-02T06:57:22.036Z] expires: 2021-01-01T00:00:00 [2020-12-02T06:57:22.036Z] # patch: {} [Pipeline] withCredentials [2020-12-02T06:57:22.142Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:57:22.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T06:57:22.492Z] . [Pipeline] withDockerContainer [2020-12-02T06:57:22.588Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:57:22.647Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T06:57:23.190Z] $ docker top e624636efb959fbca93afd656219784ba6007077f35689d6db23b4fbebd6ea99 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T06:57:23.658Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T06:57:23.669Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T06:57:23.958Z] + set -o pipefail [2020-12-02T06:57:23.959Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1382852b285b5e2bd91d034a86bf10f1b4c73ac1 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T06:57:23.959Z] + snyk-to-html -o snykReport.html [2020-12-02T06:57:33.998Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T06:57:34.016Z] $ docker stop --time=1 e624636efb959fbca93afd656219784ba6007077f35689d6db23b4fbebd6ea99 [2020-12-02T06:57:35.512Z] $ docker rm -f e624636efb959fbca93afd656219784ba6007077f35689d6db23b4fbebd6ea99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 [2020-12-02T06:57:37.107Z] + git log --format=format:%s -1 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:57:37.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T06:57:37.415Z] . [Pipeline] withDockerContainer [2020-12-02T06:57:37.554Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:57:37.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T06:57:38.308Z] $ docker top 01857a1a081d6a6d33d443e81bdc1decb28c93a9f0d42b43e9a2d17115ec3d6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T06:57:38.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T06:57:38.645Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T06:57:38.852Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T06:57:38.858Z] $ docker exec 01857a1a081d6a6d33d443e81bdc1decb28c93a9f0d42b43e9a2d17115ec3d6d ssh-agent [2020-12-02T06:57:39.051Z] SSH_AUTH_SOCK=/tmp/ssh-SxhMXtYeOi4e/agent.11 [2020-12-02T06:57:39.051Z] SSH_AGENT_PID=17 [2020-12-02T06:57:39.059Z] Running ssh-add (command line suppressed) [2020-12-02T06:57:39.199Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6549496742663457185.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6549496742663457185.key) [2020-12-02T06:57:39.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T06:57:39.604Z] + git semver tag [2020-12-02T06:57:39.604Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T06:57:39.604Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T06:57:39.604Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T06:57:39.604Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T06:57:39.604Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T06:57:39.604Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T06:57:39.604Z] # $SEMVER_BRANCH = master [2020-12-02T06:57:39.604Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-02T06:57:39.604Z] # 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 HEAD [2020-12-02T06:57:39.604Z] # -> Force: false [2020-12-02T06:57:39.604Z] # 3b3908be10c157b6721b8d0f788a45c8b8c418e6 refs/tags/v1.3.1-dev.2 [Pipeline] } [2020-12-02T06:57:39.619Z] $ docker exec --env ******** --env ******** 01857a1a081d6a6d33d443e81bdc1decb28c93a9f0d42b43e9a2d17115ec3d6d ssh-agent -k [2020-12-02T06:57:39.732Z] unset SSH_AUTH_SOCK; [2020-12-02T06:57:39.733Z] unset SSH_AGENT_PID; [2020-12-02T06:57:39.733Z] echo Agent pid 17 killed; [2020-12-02T06:57:39.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T06:57:40.283Z] + git semver [Pipeline] } [2020-12-02T06:57:40.304Z] $ docker stop --time=1 01857a1a081d6a6d33d443e81bdc1decb28c93a9f0d42b43e9a2d17115ec3d6d [2020-12-02T06:57:41.653Z] $ docker rm -f 01857a1a081d6a6d33d443e81bdc1decb28c93a9f0d42b43e9a2d17115ec3d6d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:57:42.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T06:57:42.308Z] [2020-12-02T06:57:42.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:57:42.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T06:57:42.672Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-02T06:57:42.672Z] ab5ef0e58194: Pulling fs layer [2020-12-02T06:57:42.672Z] 9712f1f96733: Pulling fs layer [2020-12-02T06:57:42.672Z] 63f879dbbcfc: Pulling fs layer [2020-12-02T06:57:42.672Z] 0d9ebad4ef96: Pulling fs layer [2020-12-02T06:57:42.672Z] e9a5061849ea: Pulling fs layer [2020-12-02T06:57:42.672Z] d747dcd14b5f: Pulling fs layer [2020-12-02T06:57:42.672Z] 2de7ff778b66: Pulling fs layer [2020-12-02T06:57:42.672Z] e9a5061849ea: Waiting [2020-12-02T06:57:42.672Z] d747dcd14b5f: Waiting [2020-12-02T06:57:42.672Z] 0d9ebad4ef96: Waiting [2020-12-02T06:57:42.672Z] 2de7ff778b66: Waiting [2020-12-02T06:57:44.599Z] 63f879dbbcfc: Verifying Checksum [2020-12-02T06:57:44.599Z] 63f879dbbcfc: Download complete [2020-12-02T06:57:44.599Z] e9a5061849ea: Verifying Checksum [2020-12-02T06:57:44.599Z] e9a5061849ea: Download complete [2020-12-02T06:57:44.599Z] d747dcd14b5f: Verifying Checksum [2020-12-02T06:57:44.599Z] d747dcd14b5f: Download complete [2020-12-02T06:57:44.870Z] 2de7ff778b66: Verifying Checksum [2020-12-02T06:57:44.870Z] 2de7ff778b66: Download complete [2020-12-02T06:57:45.136Z] ab5ef0e58194: Verifying Checksum [2020-12-02T06:57:45.136Z] ab5ef0e58194: Download complete [2020-12-02T06:57:45.136Z] 0d9ebad4ef96: Verifying Checksum [2020-12-02T06:57:45.136Z] 0d9ebad4ef96: Download complete [2020-12-02T06:57:49.374Z] ab5ef0e58194: Pull complete [2020-12-02T06:57:49.374Z] 9712f1f96733: Pull complete [2020-12-02T06:57:51.938Z] 63f879dbbcfc: Pull complete [2020-12-02T06:57:58.561Z] 0d9ebad4ef96: Pull complete [2020-12-02T06:57:59.955Z] e9a5061849ea: Pull complete [2020-12-02T06:57:59.955Z] d747dcd14b5f: Pull complete [2020-12-02T06:58:02.520Z] 2de7ff778b66: Pull complete [2020-12-02T06:58:02.520Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-02T06:58:02.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T06:58:02.520Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-02T06:58:02.706Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:58:02.754Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-02T06:58:06.667Z] $ docker top 2499be35af8971acb3d4da21217ce0554588c3c98964ee3bcaadc745ac8baf6c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-02T06:58:06.896Z] provisioning config files... [2020-12-02T06:58:06.905Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8522806375914783606tmp [2020-12-02T06:58:06.920Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config452673675259859644tmp [2020-12-02T06:58:06.934Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6359691144749083769tmp [Pipeline] { [Pipeline] echo [2020-12-02T06:58:07.057Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:58:07.356Z] ---> sigul-configuration.sh [2020-12-02T06:58:07.356Z] gpg: directory `/root/.gnupg' created [2020-12-02T06:58:07.356Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-02T06:58:07.356Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-02T06:58:07.356Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-02T06:58:07.356Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-02T06:58:07.356Z] gpg: CAST5 encrypted data [2020-12-02T06:58:07.619Z] gpg: encrypted with 1 passphrase [2020-12-02T06:58:07.619Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-02T06:58:07.929Z] + mkdir /home/jenkins [2020-12-02T06:58:07.929Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-02T06:58:08.231Z] + 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 [2020-12-02T06:58:08.243Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:58:08.540Z] ---> sigul-install.sh [2020-12-02T06:58:15.144Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-02T06:58:15.451Z] + git tag --list [2020-12-02T06:58:15.451Z] 0.7.1 [2020-12-02T06:58:15.451Z] v1.0.0 [2020-12-02T06:58:15.451Z] v1.1.0 [2020-12-02T06:58:15.451Z] v1.1.1 [2020-12-02T06:58:15.451Z] v1.2.1 [2020-12-02T06:58:15.451Z] v1.2.2 [2020-12-02T06:58:15.451Z] v1.2.2-dev.1 [2020-12-02T06:58:15.451Z] v1.2.2-dev.2 [2020-12-02T06:58:15.451Z] v1.2.2-dev.3 [2020-12-02T06:58:15.451Z] v1.2.3-dev.1 [2020-12-02T06:58:15.451Z] v1.2.3-dev.2 [2020-12-02T06:58:15.451Z] v1.2.3-dev.3 [2020-12-02T06:58:15.451Z] v1.2.3-dev.4 [2020-12-02T06:58:15.451Z] v1.2.3-dev.5 [2020-12-02T06:58:15.451Z] v1.2.3-dev.6 [2020-12-02T06:58:15.451Z] v1.2.3-dev.7 [2020-12-02T06:58:15.451Z] v1.2.3-dev.8 [2020-12-02T06:58:15.451Z] v1.2.3-dev.9 [2020-12-02T06:58:15.451Z] v1.3.0 [2020-12-02T06:58:15.451Z] v1.3.1-dev.1 [2020-12-02T06:58:15.451Z] v1.3.1-dev.2 [Pipeline] sh [2020-12-02T06:58:15.761Z] + lftools sign git-tag v1.3.1-dev.2 [2020-12-02T06:58:17.150Z] Signing Git tag with Sigul... [2020-12-02T06:58:17.150Z] Signing v1.3.1-dev.2 [Pipeline] echo [2020-12-02T06:58:18.554Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:58:18.850Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-02T06:58:18.859Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-02T06:58:18.963Z] $ docker stop --time=1 2499be35af8971acb3d4da21217ce0554588c3c98964ee3bcaadc745ac8baf6c [2020-12-02T06:58:21.000Z] $ docker rm -f 2499be35af8971acb3d4da21217ce0554588c3c98964ee3bcaadc745ac8baf6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:58:22.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T06:58:22.020Z] . [Pipeline] withDockerContainer [2020-12-02T06:58:22.120Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:58:22.169Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T06:58:22.839Z] $ docker top ac36c4d4e0af890b79a7a80751ab48306fe740efb38c4d0b19338ac7710910b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T06:58:23.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T06:58:23.147Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T06:58:24.672Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T06:58:24.678Z] $ docker exec ac36c4d4e0af890b79a7a80751ab48306fe740efb38c4d0b19338ac7710910b9 ssh-agent [2020-12-02T06:58:24.849Z] SSH_AUTH_SOCK=/tmp/ssh-gXAigDPexGIM/agent.11 [2020-12-02T06:58:24.849Z] SSH_AGENT_PID=17 [2020-12-02T06:58:24.856Z] Running ssh-add (command line suppressed) [2020-12-02T06:58:24.989Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5189789491176695348.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5189789491176695348.key) [2020-12-02T06:58:25.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T06:58:25.468Z] + git semver bump pre [2020-12-02T06:58:25.468Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T06:58:25.468Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T06:58:25.468Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T06:58:25.468Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T06:58:25.468Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T06:58:25.468Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T06:58:25.468Z] # $SEMVER_BRANCH = master [2020-12-02T06:58:25.468Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-02T06:58:25.468Z] 1.3.1-dev.3 [Pipeline] } [2020-12-02T06:58:25.503Z] $ docker exec --env ******** --env ******** ac36c4d4e0af890b79a7a80751ab48306fe740efb38c4d0b19338ac7710910b9 ssh-agent -k [2020-12-02T06:58:25.640Z] unset SSH_AUTH_SOCK; [2020-12-02T06:58:25.640Z] unset SSH_AGENT_PID; [2020-12-02T06:58:25.640Z] echo Agent pid 17 killed; [2020-12-02T06:58:25.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T06:58:26.188Z] + git semver [Pipeline] } [2020-12-02T06:58:26.208Z] $ docker stop --time=1 ac36c4d4e0af890b79a7a80751ab48306fe740efb38c4d0b19338ac7710910b9 [2020-12-02T06:58:27.564Z] $ docker rm -f ac36c4d4e0af890b79a7a80751ab48306fe740efb38c4d0b19338ac7710910b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:58:28.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T06:58:28.078Z] . [Pipeline] withDockerContainer [2020-12-02T06:58:28.179Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:58:28.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T06:58:28.829Z] $ docker top 84df16fe4b05f94e4a802ddab7f162fbcfe03d6053d3df8930d3817f5f90af68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T06:58:29.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T06:58:29.107Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T06:58:29.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T06:58:29.294Z] $ docker exec 84df16fe4b05f94e4a802ddab7f162fbcfe03d6053d3df8930d3817f5f90af68 ssh-agent [2020-12-02T06:58:29.472Z] SSH_AUTH_SOCK=/tmp/ssh-sjxcWPlKsISi/agent.12 [2020-12-02T06:58:29.472Z] SSH_AGENT_PID=17 [2020-12-02T06:58:29.479Z] Running ssh-add (command line suppressed) [2020-12-02T06:58:29.601Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_9106823748813854665.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_9106823748813854665.key) [2020-12-02T06:58:29.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T06:58:30.000Z] + git semver push [2020-12-02T06:58:30.000Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T06:58:30.000Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T06:58:30.000Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T06:58:30.000Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T06:58:30.000Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T06:58:30.000Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T06:58:30.000Z] # $SEMVER_BRANCH = master [2020-12-02T06:58:30.000Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-02T06:58:36.615Z] $ docker exec --env ******** --env ******** 84df16fe4b05f94e4a802ddab7f162fbcfe03d6053d3df8930d3817f5f90af68 ssh-agent -k [2020-12-02T06:58:36.744Z] unset SSH_AUTH_SOCK; [2020-12-02T06:58:36.744Z] unset SSH_AGENT_PID; [2020-12-02T06:58:36.744Z] echo Agent pid 17 killed; [2020-12-02T06:58:36.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T06:58:37.282Z] + git semver [Pipeline] } [2020-12-02T06:58:37.302Z] $ docker stop --time=1 84df16fe4b05f94e4a802ddab7f162fbcfe03d6053d3df8930d3817f5f90af68 [2020-12-02T06:58:38.680Z] $ docker rm -f 84df16fe4b05f94e4a802ddab7f162fbcfe03d6053d3df8930d3817f5f90af68 [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 [2020-12-02T06:58:40.322Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:58:40.889Z] ---> package-listing.sh [2020-12-02T06:58:40.890Z] ++ facter osfamily [2020-12-02T06:58:40.890Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-02T06:58:40.890Z] + OS_FAMILY=redhat [2020-12-02T06:58:40.890Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-12-02T06:58:40.890Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-02T06:58:40.890Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-02T06:58:40.890Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-02T06:58:40.890Z] + PACKAGES=/tmp/packages_start.txt [2020-12-02T06:58:40.890Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-02T06:58:40.890Z] + PACKAGES=/tmp/packages_end.txt [2020-12-02T06:58:40.890Z] + case "${OS_FAMILY}" in [2020-12-02T06:58:40.890Z] + rpm -qa [2020-12-02T06:58:40.890Z] + sort [2020-12-02T06:58:46.200Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-02T06:58:46.200Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-02T06:58:46.200Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-02T06:58:46.200Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-02T06:58:46.200Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-12-02T06:58:46.200Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo [2020-12-02T06:58:46.213Z] 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 [2020-12-02T06:58:46.506Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:58:46.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T06:58:46.813Z] [2020-12-02T06:58:46.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-02T06:58:47.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T06:58:47.183Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-02T06:58:47.183Z] df20fa9351a1: Pulling fs layer [2020-12-02T06:58:47.183Z] 36b3adc4ff6f: Pulling fs layer [2020-12-02T06:58:47.183Z] 8ad3a11d3b57: Pulling fs layer [2020-12-02T06:58:47.183Z] 46f8f816bc3b: Pulling fs layer [2020-12-02T06:58:47.183Z] 93b61091891f: Pulling fs layer [2020-12-02T06:58:47.183Z] 93b9cdb0e59b: Pulling fs layer [2020-12-02T06:58:47.183Z] 5e14af77c1be: Pulling fs layer [2020-12-02T06:58:47.183Z] 01666e4c0597: Pulling fs layer [2020-12-02T06:58:47.183Z] aa168da1d23b: Pulling fs layer [2020-12-02T06:58:47.183Z] 46f8f816bc3b: Waiting [2020-12-02T06:58:47.183Z] 93b9cdb0e59b: Waiting [2020-12-02T06:58:47.183Z] 93b61091891f: Waiting [2020-12-02T06:58:47.183Z] 5e14af77c1be: Waiting [2020-12-02T06:58:47.183Z] 01666e4c0597: Waiting [2020-12-02T06:58:47.183Z] aa168da1d23b: Waiting [2020-12-02T06:58:47.183Z] 36b3adc4ff6f: Verifying Checksum [2020-12-02T06:58:47.183Z] 36b3adc4ff6f: Download complete [2020-12-02T06:58:47.183Z] 46f8f816bc3b: Verifying Checksum [2020-12-02T06:58:47.183Z] 46f8f816bc3b: Download complete [2020-12-02T06:58:47.445Z] df20fa9351a1: Verifying Checksum [2020-12-02T06:58:47.445Z] df20fa9351a1: Download complete [2020-12-02T06:58:47.445Z] 93b9cdb0e59b: Verifying Checksum [2020-12-02T06:58:47.445Z] 93b9cdb0e59b: Download complete [2020-12-02T06:58:47.445Z] 5e14af77c1be: Verifying Checksum [2020-12-02T06:58:47.445Z] 5e14af77c1be: Download complete [2020-12-02T06:58:47.445Z] 93b61091891f: Verifying Checksum [2020-12-02T06:58:47.445Z] 93b61091891f: Download complete [2020-12-02T06:58:47.445Z] 01666e4c0597: Verifying Checksum [2020-12-02T06:58:47.445Z] 01666e4c0597: Download complete [2020-12-02T06:58:47.445Z] 8ad3a11d3b57: Verifying Checksum [2020-12-02T06:58:47.445Z] 8ad3a11d3b57: Download complete [2020-12-02T06:58:47.708Z] df20fa9351a1: Pull complete [2020-12-02T06:58:47.971Z] 36b3adc4ff6f: Pull complete [2020-12-02T06:58:48.924Z] 8ad3a11d3b57: Pull complete [2020-12-02T06:58:49.187Z] 46f8f816bc3b: Pull complete [2020-12-02T06:58:49.450Z] aa168da1d23b: Verifying Checksum [2020-12-02T06:58:49.450Z] aa168da1d23b: Download complete [2020-12-02T06:58:50.026Z] 93b61091891f: Pull complete [2020-12-02T06:58:50.288Z] 93b9cdb0e59b: Pull complete [2020-12-02T06:58:50.288Z] 5e14af77c1be: Pull complete [2020-12-02T06:58:50.550Z] 01666e4c0597: Pull complete [2020-12-02T06:58:58.726Z] aa168da1d23b: Pull complete [2020-12-02T06:58:58.726Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-02T06:58:58.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T06:58:58.726Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-02T06:58:58.918Z] prd-centos7-docker-4c-2g-14141 does not seem to be running inside a container [2020-12-02T06:58:58.967Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-02T06:59:01.908Z] $ docker top 2f263017ce4841bbcc5fe902f4cc5cc2f472defef7cc23ef9ddbfd9051fd6d16 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T06:59:02.464Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-02T06:59:02.768Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-02T06:59:03.066Z] + ls /var/log/sa-host [2020-12-02T06:59:03.067Z] + sadf -c /var/log/sa-host/sa02 [2020-12-02T06:59:03.067Z] file_magic: OK [2020-12-02T06:59:03.067Z] HZ: Using current value: 100 [2020-12-02T06:59:03.067Z] file_header: OK [2020-12-02T06:59:03.067Z] 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 [2020-12-02T06:59:03.067Z] Statistics: [2020-12-02T06:59:03.067Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-02T06:59:03.067Z] File successfully converted to sysstat format version 12.2.1 [2020-12-02T06:59:03.067Z] + sadf -c /var/log/sa-host/sa23 [2020-12-02T06:59:03.067Z] file_magic: OK [2020-12-02T06:59:03.067Z] HZ: Using current value: 100 [2020-12-02T06:59:03.067Z] file_header: OK [2020-12-02T06:59:03.067Z] 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 [2020-12-02T06:59:03.067Z] Statistics: [2020-12-02T06:59:03.067Z] Hnuu...uuuununununu... [2020-12-02T06:59:03.067Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-02T06:59:03.684Z] provisioning config files... [2020-12-02T06:59:03.699Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2739276751223337797tmp [Pipeline] { [Pipeline] echo [2020-12-02T06:59:03.787Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:59:04.084Z] ---> create-netrc.sh [Pipeline] } [2020-12-02T06:59:04.095Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-02T06:59:04.251Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:59:04.546Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-02T06:59:04.559Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:59:04.857Z] ---> sudo-logs.sh [2020-12-02T06:59:04.857Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-02T06:59:04.868Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:59:05.165Z] ---> job-cost.sh [2020-12-02T06:59:05.165Z] lf-activate-venv: SKIPPING [2020-12-02T06:59:05.165Z] INFO: No Stack... [2020-12-02T06:59:06.109Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-02T06:59:06.377Z] INFO: Archiving Costs [Pipeline] echo [2020-12-02T06:59:06.397Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T06:59:06.692Z] ---> logs-deploy.sh [2020-12-02T06:59:06.692Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/30 [2020-12-02T06:59:06.692Z] INFO: archiving workspace using pattern(s): [2020-12-02T06:59:08.083Z] Archives upload complete. [2020-12-02T06:59:08.346Z] INFO: archiving logs to Nexus [2020-12-02T06:59:09.341Z] ---> uname -a: [2020-12-02T06:59:09.341Z] Linux prd-centos7-docker-4c-2g-14141.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] ---> lscpu: [2020-12-02T06:59:09.341Z] Architecture: x86_64 [2020-12-02T06:59:09.341Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-02T06:59:09.341Z] Byte Order: Little Endian [2020-12-02T06:59:09.341Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-02T06:59:09.341Z] CPU(s): 4 [2020-12-02T06:59:09.341Z] On-line CPU(s) list: 0-3 [2020-12-02T06:59:09.341Z] Thread(s) per core: 1 [2020-12-02T06:59:09.341Z] Core(s) per socket: 1 [2020-12-02T06:59:09.341Z] Socket(s): 4 [2020-12-02T06:59:09.341Z] NUMA node(s): 1 [2020-12-02T06:59:09.341Z] Vendor ID: GenuineIntel [2020-12-02T06:59:09.341Z] CPU family: 6 [2020-12-02T06:59:09.341Z] Model: 44 [2020-12-02T06:59:09.341Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-02T06:59:09.341Z] Stepping: 1 [2020-12-02T06:59:09.341Z] CPU MHz: 2933.438 [2020-12-02T06:59:09.341Z] BogoMIPS: 5866.87 [2020-12-02T06:59:09.341Z] Virtualization: VT-x [2020-12-02T06:59:09.341Z] Hypervisor vendor: KVM [2020-12-02T06:59:09.341Z] Virtualization type: full [2020-12-02T06:59:09.341Z] L1d cache: 128 KiB [2020-12-02T06:59:09.341Z] L1i cache: 128 KiB [2020-12-02T06:59:09.341Z] L2 cache: 16 MiB [2020-12-02T06:59:09.341Z] L3 cache: 64 MiB [2020-12-02T06:59:09.341Z] NUMA node0 CPU(s): 0-3 [2020-12-02T06:59:09.341Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-02T06:59:09.341Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-02T06:59:09.341Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-02T06:59:09.341Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-02T06:59:09.341Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-02T06:59:09.341Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-02T06:59:09.341Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-02T06:59:09.341Z] Vulnerability Srbds: Not affected [2020-12-02T06:59:09.341Z] Vulnerability Tsx async abort: Not affected [2020-12-02T06:59:09.341Z] 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 [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] ---> nproc: [2020-12-02T06:59:09.341Z] 4 [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] ---> df -h: [2020-12-02T06:59:09.341Z] Filesystem Size Used Available Use% Mounted on [2020-12-02T06:59:09.341Z] overlay 50.0G 8.6G 41.4G 17% / [2020-12-02T06:59:09.341Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-02T06:59:09.341Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-02T06:59:09.341Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2020-12-02T06:59:09.341Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] ---> free -m: [2020-12-02T06:59:09.341Z] total used free shared buff/cache available [2020-12-02T06:59:09.341Z] Mem: 1837 813 121 0 901 958 [2020-12-02T06:59:09.341Z] Swap: 1023 2 1021 [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] ---> ip addr: [2020-12-02T06:59:09.341Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-02T06:59:09.341Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-02T06:59:09.341Z] inet 127.0.0.1/8 scope host lo [2020-12-02T06:59:09.341Z] valid_lft forever preferred_lft forever [2020-12-02T06:59:09.341Z] inet6 ::1/128 scope host [2020-12-02T06:59:09.341Z] valid_lft forever preferred_lft forever [2020-12-02T06:59:09.341Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-02T06:59:09.341Z] link/ether fa:16:3e:6f:2e:72 brd ff:ff:ff:ff:ff:ff [2020-12-02T06:59:09.341Z] inet 10.30.122.144/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-02T06:59:09.341Z] valid_lft 85757sec preferred_lft 85757sec [2020-12-02T06:59:09.341Z] inet6 fe80::f816:3eff:fe6f:2e72/64 scope link [2020-12-02T06:59:09.341Z] valid_lft forever preferred_lft forever [2020-12-02T06:59:09.341Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-02T06:59:09.341Z] link/ether 02:42:55:e0:54:2e brd ff:ff:ff:ff:ff:ff [2020-12-02T06:59:09.341Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-02T06:59:09.341Z] valid_lft forever preferred_lft forever [2020-12-02T06:59:09.341Z] inet6 fe80::42:55ff:fee0:542e/64 scope link [2020-12-02T06:59:09.341Z] valid_lft forever preferred_lft forever [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] ---> sar -b -r -n DEV: [2020-12-02T06:59:09.341Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/02/20 _x86_64_ (4 CPU) [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] 06:48:13 LINUX RESTART (4 CPU) [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] 06:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-02T06:59:09.341Z] 06:50:01 29.25 10.37 18.88 0.00 4292.86 2958.83 0.00 [2020-12-02T06:59:09.341Z] 06:51:01 1.88 0.00 1.88 0.00 0.00 35.24 0.00 [2020-12-02T06:59:09.341Z] 06:52:01 0.30 0.00 0.30 0.00 0.00 3.75 0.00 [2020-12-02T06:59:09.341Z] 06:53:01 0.22 0.00 0.22 0.00 0.00 3.23 0.00 [2020-12-02T06:59:09.341Z] 06:54:01 0.18 0.00 0.18 0.00 0.00 1.80 0.00 [2020-12-02T06:59:09.341Z] 06:55:01 0.37 0.00 0.37 0.00 0.00 4.56 0.00 [2020-12-02T06:59:09.341Z] 06:56:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 [2020-12-02T06:59:09.341Z] 06:57:01 85.55 37.82 47.73 0.00 2062.26 21314.58 0.00 [2020-12-02T06:59:09.341Z] 06:58:01 388.35 193.84 194.51 0.00 9333.11 40737.84 0.00 [2020-12-02T06:59:09.341Z] 06:59:01 210.90 100.35 110.55 0.00 8090.10 26334.79 0.00 [2020-12-02T06:59:09.341Z] Average: 71.76 34.26 37.50 0.00 2379.08 9144.46 0.00 [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] 06:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-02T06:59:09.341Z] 06:50:01 157984 0 569984 30.29 2620 1150956 1126380 38.44 365600 1158396 20 [2020-12-02T06:59:09.341Z] 06:51:01 163028 0 564932 30.02 2620 1150964 1091808 37.26 367576 1152536 8 [2020-12-02T06:59:09.341Z] 06:52:01 164272 0 563684 29.96 2620 1150968 1078444 36.81 373056 1145612 8 [2020-12-02T06:59:09.341Z] 06:53:01 162120 0 565832 30.07 2620 1150972 1078612 36.81 376032 1145044 8 [2020-12-02T06:59:09.341Z] 06:54:01 162312 0 565636 30.06 2620 1150976 1078600 36.81 385832 1135184 8 [2020-12-02T06:59:09.341Z] 06:55:01 163312 0 564632 30.01 2620 1150980 1078444 36.81 384984 1135184 12 [2020-12-02T06:59:09.341Z] 06:56:01 163484 0 564456 30.00 2620 1150984 1078444 36.81 384992 1135184 8 [2020-12-02T06:59:09.341Z] 06:57:01 68700 0 674208 35.83 2620 1136016 1513992 51.67 500756 1075116 47520 [2020-12-02T06:59:09.341Z] 06:58:01 126060 0 785168 41.73 1744 968572 1357480 46.33 562044 859468 71028 [2020-12-02T06:59:09.341Z] 06:59:01 177368 0 807984 42.94 1492 894700 1597512 54.52 562644 785516 28 [2020-12-02T06:59:09.341Z] Average: 150864 0 622652 33.09 2420 1105609 1207972 41.23 426352 1072724 11865 [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] 06:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-02T06:59:09.341Z] 06:50:01 eth0 76.91 60.88 344.55 26.78 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:50:01 docker0 2.00 1.65 0.39 3.94 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:51:01 eth0 0.50 0.35 0.27 0.20 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:52:01 eth0 0.53 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:53:01 eth0 1.13 0.35 0.35 0.17 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:54:01 eth0 0.73 0.50 0.41 0.30 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:57:01 eth0 394.56 350.59 4073.24 28.52 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:58:01 eth0 446.16 397.37 3488.20 92.81 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:58:01 docker0 31.11 30.40 2.97 159.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:59:01 eth0 305.32 245.27 2414.56 78.79 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] 06:59:01 docker0 21.03 29.18 1.29 185.19 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] Average: eth0 122.66 105.60 1032.60 22.77 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] Average: docker0 5.42 6.13 0.47 34.84 0.00 0.00 0.00 0.00 [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] ---> sar -P ALL: [2020-12-02T06:59:09.341Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/02/20 _x86_64_ (4 CPU) [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] 06:48:13 LINUX RESTART (4 CPU) [2020-12-02T06:59:09.341Z] [2020-12-02T06:59:09.341Z] 06:49:01 CPU %user %nice %system %iowait %steal %idle [2020-12-02T06:59:09.341Z] 06:50:01 all 2.45 0.00 1.78 0.41 0.00 95.35 [2020-12-02T06:59:09.341Z] 06:50:01 0 2.75 0.00 1.98 0.13 0.00 95.14 [2020-12-02T06:59:09.342Z] 06:50:01 1 2.18 0.00 1.64 1.14 0.02 95.02 [2020-12-02T06:59:09.342Z] 06:50:01 2 2.44 0.00 1.81 0.17 0.00 95.58 [2020-12-02T06:59:09.342Z] 06:50:01 3 2.43 0.00 1.71 0.20 0.00 95.66 [2020-12-02T06:59:09.342Z] 06:51:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-12-02T06:59:09.342Z] 06:51:01 0 0.25 0.00 0.02 0.00 0.00 99.73 [2020-12-02T06:59:09.342Z] 06:51:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-02T06:59:09.342Z] 06:51:01 2 0.28 0.00 0.05 0.00 0.00 99.67 [2020-12-02T06:59:09.342Z] 06:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-02T06:59:09.342Z] 06:52:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-12-02T06:59:09.342Z] 06:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-12-02T06:59:09.342Z] 06:52:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-02T06:59:09.342Z] 06:52:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2020-12-02T06:59:09.342Z] 06:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-02T06:59:09.342Z] 06:53:01 all 0.12 0.00 0.05 0.00 0.01 99.81 [2020-12-02T06:59:09.342Z] 06:53:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-02T06:59:09.342Z] 06:53:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2020-12-02T06:59:09.342Z] 06:53:01 2 0.37 0.00 0.08 0.00 0.02 99.53 [2020-12-02T06:59:09.342Z] 06:53:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2020-12-02T06:59:09.342Z] 06:54:01 all 0.08 0.00 0.15 0.00 0.02 99.75 [2020-12-02T06:59:09.342Z] 06:54:01 0 0.08 0.00 0.08 0.00 0.02 99.82 [2020-12-02T06:59:09.342Z] 06:54:01 1 0.10 0.00 0.17 0.00 0.03 99.70 [2020-12-02T06:59:09.342Z] 06:54:01 2 0.10 0.00 0.15 0.00 0.02 99.73 [2020-12-02T06:59:09.342Z] 06:54:01 3 0.05 0.00 0.22 0.00 0.00 99.73 [2020-12-02T06:59:09.342Z] 06:55:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2020-12-02T06:59:09.342Z] 06:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-02T06:59:09.342Z] 06:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-02T06:59:09.342Z] 06:55:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-02T06:59:09.342Z] 06:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-02T06:59:09.342Z] 06:56:01 all 0.17 0.00 0.02 0.00 0.00 99.81 [2020-12-02T06:59:09.342Z] 06:56:01 0 0.55 0.00 0.03 0.00 0.00 99.42 [2020-12-02T06:59:09.342Z] 06:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-02T06:59:09.342Z] 06:56:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-02T06:59:09.342Z] 06:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-02T06:59:09.342Z] 06:57:01 all 4.95 0.00 3.36 0.69 0.02 90.98 [2020-12-02T06:59:09.342Z] 06:57:01 0 5.31 0.00 3.49 0.56 0.02 90.62 [2020-12-02T06:59:09.342Z] 06:57:01 1 4.96 0.00 3.58 1.55 0.02 89.90 [2020-12-02T06:59:09.342Z] 06:57:01 2 4.71 0.00 3.26 0.67 0.02 91.33 [2020-12-02T06:59:09.342Z] 06:57:01 3 4.81 0.00 3.09 0.00 0.02 92.08 [2020-12-02T06:59:09.342Z] 06:58:01 all 14.57 0.00 11.05 5.01 0.05 69.32 [2020-12-02T06:59:09.342Z] 06:58:01 0 13.69 0.00 11.56 5.03 0.03 69.69 [2020-12-02T06:59:09.342Z] 06:58:01 1 14.05 0.00 10.68 4.99 0.07 70.21 [2020-12-02T06:59:09.342Z] 06:58:01 2 14.38 0.00 11.09 4.69 0.03 69.80 [2020-12-02T06:59:09.342Z] 06:58:01 3 16.15 0.00 10.89 5.34 0.07 67.55 [2020-12-02T06:59:09.342Z] 06:59:01 all 9.04 0.00 7.00 3.79 0.02 80.16 [2020-12-02T06:59:09.342Z] 06:59:01 0 12.43 0.00 7.79 2.86 0.03 76.88 [2020-12-02T06:59:09.342Z] 06:59:01 1 7.02 0.00 6.87 3.47 0.02 82.63 [2020-12-02T06:59:09.342Z] 06:59:01 2 7.55 0.00 6.37 3.08 0.02 82.98 [2020-12-02T06:59:09.342Z] 06:59:01 3 9.15 0.00 6.95 5.75 0.02 78.14 [2020-12-02T06:59:09.342Z] Average: all 3.13 0.00 2.32 0.97 0.01 93.57 [2020-12-02T06:59:09.342Z] Average: 0 3.47 0.00 2.47 0.84 0.01 93.20 [2020-12-02T06:59:09.342Z] Average: 1 2.81 0.00 2.28 1.10 0.02 93.79 [2020-12-02T06:59:09.342Z] Average: 2 3.00 0.00 2.26 0.85 0.01 93.88 [2020-12-02T06:59:09.342Z] Average: 3 3.22 0.00 2.26 1.11 0.01 93.40 [2020-12-02T06:59:09.342Z] [2020-12-02T06:59:09.342Z] [2020-12-02T06:59:09.342Z]