Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e5b81f2f6d4871b949c13603cb110c658a649c68 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2026 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 with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision e5b81f2f6d4871b949c13603cb110c658a649c68 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --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 e5b81f2f6d4871b949c13603cb110c658a649c68 # timeout=10 Commit message: "Merge pull request #172 from bill-mahoney/snapVersion" > git rev-list --no-walk 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-10T00:04:37.616Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-10T00:04:37.859Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-10T00:04:37.946Z] ========================================================= [2020-09-10T00:04:37.946Z] EdgeX Global Pipelines Version Info [2020-09-10T00:04:37.946Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:04:39.340Z] ------------------- [2020-09-10T00:04:39.340Z] stable info: [2020-09-10T00:04:39.340Z] ------------------- [2020-09-10T00:04:39.340Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-10T00:04:39.340Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-10T00:04:39.340Z] Message: update stable to v1.0.119 [2020-09-10T00:04:40.285Z] ------------------- [2020-09-10T00:04:40.285Z] experimental info: [2020-09-10T00:04:40.285Z] ------------------- [2020-09-10T00:04:40.285Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-10T00:04:40.285Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-10T00:04:40.285Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-10T00:04:40.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-09-10T00:04:40.709Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-09-10T00:04:40.790Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-10T00:04:40.916Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-10T00:04:41.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-10T00:04:41.140Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-10T00:04:41.275Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-10T00:04:41.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-10T00:04:41.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-10T00:04:41.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-10T00:04:41.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-10T00:04:41.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-09-10T00:04:41.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-10T00:04:41.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-10T00:04:42.072Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T00:04:42.164Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T00:04:42.247Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-10T00:04:42.354Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-10T00:04:42.440Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-10T00:04:42.520Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-10T00:04:42.614Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-10T00:04:42.701Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-10T00:04:42.783Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-10T00:04:42.948Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-10T00:04:43.028Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-10T00:04:43.108Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] echo [2020-09-10T00:04:43.188Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5b81f2 [Pipeline] echo [2020-09-10T00:04:43.285Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-10T00:04:43.936Z] + git log --format=format:%s -1 e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] echo [2020-09-10T00:04:44.003Z] GIT_COMMIT: e5b81f2f6d4871b949c13603cb110c658a649c68, Commit Message: Merge pull request #172 from bill-mahoney/snapVersion [Pipeline] echo [2020-09-10T00:04:44.069Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:04:44.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T00:04:45.148Z] [2020-09-10T00:04:45.148Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:04:45.492Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T00:04:45.492Z] latest: Pulling from edgex-devops/git-semver [2020-09-10T00:04:45.492Z] 31603596830f: Pulling fs layer [2020-09-10T00:04:45.492Z] 2a8b12db71e7: Pulling fs layer [2020-09-10T00:04:45.492Z] 6ca5941a6612: Pulling fs layer [2020-09-10T00:04:45.492Z] ecc8261a40a4: Pulling fs layer [2020-09-10T00:04:45.492Z] ecc8261a40a4: Waiting [2020-09-10T00:04:45.492Z] 2a8b12db71e7: Download complete [2020-09-10T00:04:45.767Z] 31603596830f: Verifying Checksum [2020-09-10T00:04:45.767Z] 31603596830f: Download complete [2020-09-10T00:04:45.767Z] ecc8261a40a4: Verifying Checksum [2020-09-10T00:04:45.767Z] ecc8261a40a4: Download complete [2020-09-10T00:04:45.767Z] 6ca5941a6612: Download complete [2020-09-10T00:04:46.030Z] 31603596830f: Pull complete [2020-09-10T00:04:46.291Z] 2a8b12db71e7: Pull complete [2020-09-10T00:04:47.237Z] 6ca5941a6612: Pull complete [2020-09-10T00:04:47.237Z] ecc8261a40a4: Pull complete [2020-09-10T00:04:47.237Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-10T00:04:47.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T00:04:47.237Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-10T00:04:47.338Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:04:47.385Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-10T00:04:49.177Z] $ docker top 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T00:04:49.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T00:04:49.443Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T00:04:49.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T00:04:49.659Z] $ docker exec 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent [2020-09-10T00:04:49.824Z] SSH_AUTH_SOCK=/tmp/ssh-OhUhaYs2zZXn/agent.13 [2020-09-10T00:04:49.824Z] SSH_AGENT_PID=18 [2020-09-10T00:04:49.834Z] Running ssh-add (command line suppressed) [2020-09-10T00:04:49.955Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2152735279116645663.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2152735279116645663.key) [2020-09-10T00:04:50.003Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T00:04:50.330Z] + git describe --exact-match --tags HEAD [2020-09-10T00:04:50.330Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-10T00:04:50.395Z] $ docker exec --env ******** --env ******** 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent -k [2020-09-10T00:04:50.518Z] unset SSH_AUTH_SOCK; [2020-09-10T00:04:50.519Z] unset SSH_AGENT_PID; [2020-09-10T00:04:50.519Z] echo Agent pid 18 killed; [2020-09-10T00:04:50.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-10T00:04:50.660Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-10T00:04:50.660Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-10T00:04:50.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T00:04:50.751Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T00:04:50.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T00:04:50.923Z] $ docker exec 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent [2020-09-10T00:04:51.083Z] SSH_AUTH_SOCK=/tmp/ssh-sA7hH0qgpOXk/agent.48 [2020-09-10T00:04:51.083Z] SSH_AGENT_PID=53 [2020-09-10T00:04:51.090Z] Running ssh-add (command line suppressed) [2020-09-10T00:04:51.205Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4123008516617826788.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4123008516617826788.key) [2020-09-10T00:04:51.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T00:04:51.577Z] + git semver init [2020-09-10T00:04:51.577Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T00:04:51.577Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-10T00:04:51.577Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-10T00:04:51.577Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T00:04:51.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T00:04:51.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T00:04:51.577Z] # $SEMVER_BRANCH = master [2020-09-10T00:04:51.578Z] # $SEMVER_TEMP = /tmp/semver-105004875 [2020-09-10T00:04:51.578Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-09-10T00:04:51.839Z] # '/tmp/semver-105004875' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-09-10T00:04:51.839Z] # -> Force: false [2020-09-10T00:04:51.839Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-09-10T00:04:51.852Z] $ docker exec --env ******** --env ******** 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent -k [2020-09-10T00:04:51.962Z] unset SSH_AUTH_SOCK; [2020-09-10T00:04:51.962Z] unset SSH_AGENT_PID; [2020-09-10T00:04:51.962Z] echo Agent pid 53 killed; [2020-09-10T00:04:52.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T00:04:52.445Z] + git semver [Pipeline] } [2020-09-10T00:04:52.462Z] $ docker stop --time=1 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae [2020-09-10T00:04:53.852Z] $ docker rm -f 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-10T00:04:54.617Z] Stashed 24 file(s) [Pipeline] echo [2020-09-10T00:04:54.619Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.5 [Pipeline] echo [2020-09-10T00:04:54.722Z] Archived original version: [1.2.3-dev.5] [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-09-10T00:04:55.268Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2021 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-09-10T00:04:55.311Z] Running in /w/workspace/device-modbus-go/23 [Pipeline] { [Pipeline] checkout [2020-09-10T00:04:59.441Z] using credential edgex-jenkins-ssh [2020-09-10T00:04:59.495Z] Cloning the remote Git repository [2020-09-10T00:04:59.495Z] Cloning with configured refspecs honoured and without tags [2020-09-10T00:04:59.556Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-10T00:04:59.686Z] > git init /w/workspace/device-modbus-go/23 # timeout=10 [2020-09-10T00:04:59.743Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-10T00:04:59.744Z] > git --version # timeout=10 [2020-09-10T00:04:59.758Z] > git --version # 'git version 2.17.1' [2020-09-10T00:04:59.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T00:04:59.825Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T00:05:00.422Z] Fetching without tags [2020-09-10T00:05:00.911Z] Checking out Revision e5b81f2f6d4871b949c13603cb110c658a649c68 (master) [2020-09-10T00:05:00.363Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-10T00:05:00.388Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T00:05:00.411Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-10T00:05:00.437Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-10T00:05:00.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T00:05:00.450Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T00:05:00.934Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T00:05:00.945Z] > git checkout -f e5b81f2f6d4871b949c13603cb110c658a649c68 # timeout=10 [2020-09-10T00:05:05.069Z] Commit message: "Merge pull request #172 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-10T00:05:06.064Z] ========================================================= [2020-09-10T00:05:06.064Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-10T00:05:06.064Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:05:07.108Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-10T00:05:08.093Z] Sending build context to Docker daemon 669.7kB [2020-09-10T00:05:08.093Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-10T00:05:08.093Z] Step 2/8 : FROM ${BASE} [2020-09-10T00:05:08.383Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-10T00:05:08.383Z] b538f80385f9: Pulling fs layer [2020-09-10T00:05:08.383Z] 74f711af9a0d: Pulling fs layer [2020-09-10T00:05:08.383Z] 99f96fe45779: Pulling fs layer [2020-09-10T00:05:08.383Z] fd7a069fd194: Pulling fs layer [2020-09-10T00:05:08.383Z] 66aa3694b03b: Pulling fs layer [2020-09-10T00:05:08.383Z] 170f70906a0f: Pulling fs layer [2020-09-10T00:05:08.383Z] ad7c5574e4b9: Pulling fs layer [2020-09-10T00:05:08.383Z] e772456be8f7: Pulling fs layer [2020-09-10T00:05:08.383Z] c890913d741a: Pulling fs layer [2020-09-10T00:05:08.383Z] 2480fcc9aa5a: Pulling fs layer [2020-09-10T00:05:08.383Z] 09adf4765672: Pulling fs layer [2020-09-10T00:05:08.383Z] fd7a069fd194: Waiting [2020-09-10T00:05:08.383Z] 66aa3694b03b: Waiting [2020-09-10T00:05:08.383Z] 170f70906a0f: Waiting [2020-09-10T00:05:08.383Z] ad7c5574e4b9: Waiting [2020-09-10T00:05:08.383Z] e772456be8f7: Waiting [2020-09-10T00:05:08.383Z] c890913d741a: Waiting [2020-09-10T00:05:08.383Z] 2480fcc9aa5a: Waiting [2020-09-10T00:05:08.383Z] 09adf4765672: Waiting [2020-09-10T00:05:08.383Z] 99f96fe45779: Verifying Checksum [2020-09-10T00:05:08.383Z] 99f96fe45779: Download complete [2020-09-10T00:05:08.383Z] 74f711af9a0d: Verifying Checksum [2020-09-10T00:05:08.383Z] 74f711af9a0d: Download complete [2020-09-10T00:05:08.383Z] 66aa3694b03b: Download complete [2020-09-10T00:05:08.383Z] 170f70906a0f: Verifying Checksum [2020-09-10T00:05:08.383Z] 170f70906a0f: Download complete [2020-09-10T00:05:08.383Z] b538f80385f9: Verifying Checksum [2020-09-10T00:05:08.383Z] b538f80385f9: Download complete [2020-09-10T00:05:09.376Z] b538f80385f9: Pull complete [2020-09-10T00:05:09.653Z] 74f711af9a0d: Pull complete [2020-09-10T00:05:10.091Z] Still waiting to schedule task [2020-09-10T00:05:10.091Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-10T00:05:10.259Z] 99f96fe45779: Pull complete [2020-09-10T00:05:10.853Z] ad7c5574e4b9: Verifying Checksum [2020-09-10T00:05:10.853Z] ad7c5574e4b9: Download complete [2020-09-10T00:05:10.853Z] c890913d741a: Verifying Checksum [2020-09-10T00:05:10.853Z] c890913d741a: Download complete [2020-09-10T00:05:12.821Z] 2480fcc9aa5a: Verifying Checksum [2020-09-10T00:05:12.821Z] 2480fcc9aa5a: Download complete [2020-09-10T00:05:12.821Z] 09adf4765672: Download complete [2020-09-10T00:05:13.092Z] e772456be8f7: Verifying Checksum [2020-09-10T00:05:13.092Z] e772456be8f7: Download complete [2020-09-10T00:05:14.516Z] fd7a069fd194: Download complete [2020-09-10T00:05:26.921Z] fd7a069fd194: Pull complete [2020-09-10T00:05:26.921Z] 66aa3694b03b: Pull complete [2020-09-10T00:05:26.921Z] 170f70906a0f: Pull complete [2020-09-10T00:05:30.326Z] ad7c5574e4b9: Pull complete [2020-09-10T00:05:34.626Z] e772456be8f7: Pull complete [2020-09-10T00:05:34.899Z] c890913d741a: Pull complete [2020-09-10T00:05:37.522Z] 2480fcc9aa5a: Pull complete [2020-09-10T00:05:37.794Z] 09adf4765672: Pull complete [2020-09-10T00:05:37.794Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-10T00:05:37.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-10T00:05:37.794Z] ---> 2248a725d1cf [2020-09-10T00:05:37.794Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-10T00:05:42.113Z] ---> Running in 624e0113176c [2020-09-10T00:05:42.113Z] Removing intermediate container 624e0113176c [2020-09-10T00:05:42.113Z] ---> 0cc469263eb4 [2020-09-10T00:05:42.113Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T00:05:42.383Z] ---> Running in c58f3c7cebf0 [2020-09-10T00:05:44.997Z] Removing intermediate container c58f3c7cebf0 [2020-09-10T00:05:44.998Z] ---> 81d12e0858ec [2020-09-10T00:05:44.998Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-10T00:05:44.998Z] ---> Running in f6c641a5a210 [2020-09-10T00:05:46.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T00:05:47.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T00:05:47.988Z] (1/14) Installing libmagic (5.38-r0) [2020-09-10T00:05:48.576Z] (2/14) Installing file (5.38-r0) [2020-09-10T00:05:48.577Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-10T00:05:48.577Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-10T00:05:52.861Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-10T00:05:52.861Z] (6/14) Installing patch (2.7.6-r6) [2020-09-10T00:05:52.861Z] (7/14) Installing build-base (0.5-r2) [2020-09-10T00:05:52.861Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-10T00:05:52.861Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-10T00:05:53.131Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-10T00:05:53.403Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-10T00:05:53.403Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-10T00:05:53.673Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-10T00:05:53.673Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-10T00:05:53.944Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T00:05:53.944Z] OK: 221 MiB in 53 packages [2020-09-10T00:05:58.250Z] Removing intermediate container f6c641a5a210 [2020-09-10T00:05:58.250Z] ---> 69845ab970f6 [2020-09-10T00:05:58.250Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-10T00:05:58.250Z] ---> Running in 4358567f0bbd [2020-09-10T00:05:58.524Z] Removing intermediate container 4358567f0bbd [2020-09-10T00:05:58.524Z] ---> 18856b66be41 [2020-09-10T00:05:58.524Z] Step 7/8 : COPY . . [2020-09-10T00:05:59.517Z] ---> 0826f1dd0518 [2020-09-10T00:05:59.517Z] Step 8/8 : RUN go mod download [2020-09-10T00:05:59.517Z] ---> Running in 8b34dd158b34 [2020-09-10T00:06:02.135Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-10T00:06:02.135Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-10T00:06:02.135Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-10T00:06:02.135Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-10T00:06:02.407Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-10T00:06:02.407Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-10T00:06:02.407Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-10T00:06:02.407Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-10T00:06:02.407Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-10T00:06:02.407Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-10T00:06:02.407Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-10T00:06:02.407Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-10T00:06:02.407Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-10T00:06:02.407Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-10T00:06:02.407Z] go: finding github.com/fatih/color v1.7.0 [2020-09-10T00:06:02.407Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-10T00:06:02.679Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-10T00:06:02.679Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-10T00:06:02.679Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-10T00:06:02.679Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-10T00:06:02.679Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-10T00:06:02.679Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-10T00:06:02.679Z] go: finding github.com/google/uuid v1.1.1 [2020-09-10T00:06:02.679Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-10T00:06:02.679Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-10T00:06:02.679Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-10T00:06:02.679Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-10T00:06:02.679Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-10T00:06:02.951Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-10T00:06:03.223Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-10T00:06:03.223Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-10T00:06:03.223Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-10T00:06:03.223Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T00:06:03.223Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T00:06:03.223Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-10T00:06:03.223Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-10T00:06:03.223Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-10T00:06:03.223Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-10T00:06:03.223Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-10T00:06:03.223Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-10T00:06:03.223Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-10T00:06:03.494Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-10T00:06:03.494Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-10T00:06:03.494Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-10T00:06:03.494Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-10T00:06:03.494Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-10T00:06:03.494Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-10T00:06:03.494Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-10T00:06:03.494Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-10T00:06:03.494Z] go: finding github.com/posener/complete v1.1.1 [2020-09-10T00:06:03.494Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-10T00:06:03.494Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-10T00:06:03.494Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-10T00:06:03.770Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-10T00:06:03.770Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-10T00:06:03.770Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-10T00:06:03.770Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-10T00:06:03.770Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-10T00:06:03.770Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-10T00:06:03.770Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-10T00:06:03.770Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-10T00:06:03.770Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-10T00:06:13.927Z] Removing intermediate container 8b34dd158b34 [2020-09-10T00:06:13.927Z] ---> 94c8a448559e [2020-09-10T00:06:13.927Z] Successfully built 94c8a448559e [2020-09-10T00:06:13.927Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-10T00:06:16.558Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-10T00:06:16.891Z] + ls -al . [2020-09-10T00:06:16.891Z] total 100 [2020-09-10T00:06:16.891Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 10 00:05 . [2020-09-10T00:06:16.891Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 00:04 .. [2020-09-10T00:06:16.891Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 10 00:05 .dockerignore [2020-09-10T00:06:16.892Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 10 00:05 .git [2020-09-10T00:06:16.892Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 00:05 .github [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 338 Sep 10 00:05 .gitignore [2020-09-10T00:06:16.892Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 00:05 .semver [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 4564 Sep 10 00:05 Attribution.txt [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 1430 Sep 10 00:05 Dockerfile [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 954 Sep 10 00:05 Dockerfile.build [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 702 Sep 10 00:05 Jenkinsfile [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 10 00:05 LICENSE [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 880 Sep 10 00:05 Makefile [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 591 Sep 10 00:05 README.md [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 10 00:04 VERSION [2020-09-10T00:06:16.892Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 00:05 bin [2020-09-10T00:06:16.892Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 00:05 cmd [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 559 Sep 10 00:05 go.mod [2020-09-10T00:06:16.892Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 00:05 internal [2020-09-10T00:06:16.892Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 00:05 simulator [2020-09-10T00:06:16.892Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 00:05 snap [2020-09-10T00:06:16.892Z] -rw-rw-r-- 1 jenkins jenkins 229 Sep 10 00:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:06:17.234Z] + 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=e5b81f2f6d4871b949c13603cb110c658a649c68 --label arch=arm64 --label version=1.2.3-dev.5 . [2020-09-10T00:06:17.506Z] Sending build context to Docker daemon 669.7kB [2020-09-10T00:06:17.778Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-10T00:06:17.778Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-10T00:06:17.778Z] ---> 94c8a448559e [2020-09-10T00:06:17.778Z] Step 3/20 : ARG MAKE='make build' [2020-09-10T00:06:17.778Z] ---> Running in 644b47a4c2a9 [2020-09-10T00:06:18.380Z] Removing intermediate container 644b47a4c2a9 [2020-09-10T00:06:18.380Z] ---> 18e4a87b790a [2020-09-10T00:06:18.380Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T00:06:18.380Z] ---> Running in 1e2b9171f936 [2020-09-10T00:06:20.999Z] Removing intermediate container 1e2b9171f936 [2020-09-10T00:06:20.999Z] ---> c4cdc0de42b0 [2020-09-10T00:06:20.999Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-10T00:06:20.999Z] ---> Running in e9192969d393 [2020-09-10T00:06:22.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T00:06:23.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T00:06:23.993Z] OK: 221 MiB in 53 packages [2020-09-10T00:06:24.966Z] Removing intermediate container e9192969d393 [2020-09-10T00:06:24.966Z] ---> 3500c27dc86f [2020-09-10T00:06:24.967Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-10T00:06:24.967Z] ---> Running in 714ac6d0a91c [2020-09-10T00:06:25.559Z] Removing intermediate container 714ac6d0a91c [2020-09-10T00:06:25.559Z] ---> a43d6e95d5fc [2020-09-10T00:06:25.559Z] Step 7/20 : COPY . . [2020-09-10T00:06:26.154Z] ---> d66044d98208 [2020-09-10T00:06:26.154Z] Step 8/20 : RUN ${MAKE} [2020-09-10T00:06:26.425Z] ---> Running in d9d05e504025 [2020-09-10T00:06:27.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.5" -o cmd/device-modbus ./cmd [2020-09-10T00:06:54.645Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-10T00:06:58.027Z] Removing intermediate container d9d05e504025 [2020-09-10T00:06:58.027Z] ---> 951d20c68dcf [2020-09-10T00:06:58.027Z] Step 9/20 : FROM scratch [2020-09-10T00:06:58.027Z] ---> [2020-09-10T00:06:58.027Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-10T00:06:58.027Z] ---> Running in bbb113690583 [2020-09-10T00:06:58.623Z] Removing intermediate container bbb113690583 [2020-09-10T00:06:58.623Z] ---> 00680109c146 [2020-09-10T00:06:58.623Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-10T00:06:58.623Z] ---> Running in 48c425c7056d [2020-09-10T00:06:58.895Z] Removing intermediate container 48c425c7056d [2020-09-10T00:06:58.895Z] ---> 5470f80fa922 [2020-09-10T00:06:58.895Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-10T00:07:00.328Z] ---> 1f16918263d8 [2020-09-10T00:07:00.328Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-10T00:07:00.600Z] ---> 7b1920acd784 [2020-09-10T00:07:00.600Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-10T00:07:01.571Z] ---> 803ebfd665a9 [2020-09-10T00:07:01.571Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-10T00:07:01.571Z] ---> Running in 5bfe8e47dc2d [2020-09-10T00:07:01.842Z] Removing intermediate container 5bfe8e47dc2d [2020-09-10T00:07:01.842Z] ---> 9ef4dbf638dc [2020-09-10T00:07:01.842Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-10T00:07:02.111Z] ---> Running in 981728a4f666 [2020-09-10T00:07:02.380Z] Removing intermediate container 981728a4f666 [2020-09-10T00:07:02.380Z] ---> 7f4ed85fd923 [2020-09-10T00:07:02.380Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T00:07:02.650Z] ---> Running in 2676c85a6164 [2020-09-10T00:07:02.923Z] Removing intermediate container 2676c85a6164 [2020-09-10T00:07:02.923Z] ---> 35461cb7cc29 [2020-09-10T00:07:02.923Z] Step 18/20 : LABEL arch=arm64 [2020-09-10T00:07:03.193Z] ---> Running in 99944c270be9 [2020-09-10T00:07:03.463Z] Removing intermediate container 99944c270be9 [2020-09-10T00:07:03.463Z] ---> f78d7f4faa64 [2020-09-10T00:07:03.463Z] Step 19/20 : LABEL git_sha=e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:07:03.731Z] ---> Running in 28900205ff25 [2020-09-10T00:07:04.001Z] Removing intermediate container 28900205ff25 [2020-09-10T00:07:04.001Z] ---> 945d088a8184 [2020-09-10T00:07:04.001Z] Step 20/20 : LABEL version=1.2.3-dev.5 [2020-09-10T00:07:04.273Z] ---> Running in 904ae87d134a [2020-09-10T00:07:04.541Z] Removing intermediate container 904ae87d134a [2020-09-10T00:07:04.541Z] ---> b88d634717a9 [2020-09-10T00:07:04.541Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-10T00:07:04.541Z] Successfully built b88d634717a9 [2020-09-10T00:07:04.541Z] 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-09-10T00:07:05.102Z] provisioning config files... [2020-09-10T00:07:05.139Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/23@tmp/config1662739303549804603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:07:05.513Z] ---> docker-login.sh [2020-09-10T00:07:05.513Z] nexus3.edgexfoundry.org:10001 [2020-09-10T00:07:05.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:07:05.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:07:05.783Z] Configure a credential helper to remove this warning. See [2020-09-10T00:07:05.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:07:05.783Z] [2020-09-10T00:07:05.783Z] Login Succeeded [2020-09-10T00:07:05.783Z] nexus3.edgexfoundry.org:10002 [2020-09-10T00:07:06.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:07:06.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:07:06.374Z] Configure a credential helper to remove this warning. See [2020-09-10T00:07:06.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:07:06.374Z] [2020-09-10T00:07:06.374Z] Login Succeeded [2020-09-10T00:07:06.374Z] nexus3.edgexfoundry.org:10003 [2020-09-10T00:07:06.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:07:06.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:07:06.967Z] Configure a credential helper to remove this warning. See [2020-09-10T00:07:06.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:07:06.967Z] [2020-09-10T00:07:06.967Z] Login Succeeded [2020-09-10T00:07:06.967Z] nexus3.edgexfoundry.org:10004 [2020-09-10T00:07:07.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:07:07.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:07:07.511Z] Configure a credential helper to remove this warning. See [2020-09-10T00:07:07.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:07:07.511Z] [2020-09-10T00:07:07.511Z] Login Succeeded [2020-09-10T00:07:07.511Z] docker.io [2020-09-10T00:07:08.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:07:08.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:07:08.449Z] Configure a credential helper to remove this warning. See [2020-09-10T00:07:08.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:07:08.449Z] [2020-09-10T00:07:08.449Z] Login Succeeded [2020-09-10T00:07:08.449Z] ---> docker-login.sh ends [Pipeline] } [2020-09-10T00:07:08.469Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T00:07:08.647Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-09-10T00:07:08.647Z] e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:07:08.647Z] latest [2020-09-10T00:07:08.647Z] 1.2.3-dev.5 [2020-09-10T00:07:08.647Z] e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [2020-09-10T00:07:08.647Z] master [2020-09-10T00:07:08.647Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:09.183Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:09.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:07:09.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-10T00:07:09.561Z] 76c60f1ce26b: Preparing [2020-09-10T00:07:09.561Z] 6ef69bf4071a: Preparing [2020-09-10T00:07:09.561Z] 983fcff9b4f3: Preparing [2020-09-10T00:07:09.840Z] 76c60f1ce26b: Pushed [2020-09-10T00:07:09.840Z] 6ef69bf4071a: Pushed [2020-09-10T00:07:12.470Z] 983fcff9b4f3: Pushed [2020-09-10T00:07:12.471Z] e5b81f2f6d4871b949c13603cb110c658a649c68: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:12.813Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:13.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-09-10T00:07:13.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-10T00:07:13.145Z] 76c60f1ce26b: Preparing [2020-09-10T00:07:13.145Z] 6ef69bf4071a: Preparing [2020-09-10T00:07:13.145Z] 983fcff9b4f3: Preparing [2020-09-10T00:07:13.145Z] 983fcff9b4f3: Layer already exists [2020-09-10T00:07:13.145Z] 6ef69bf4071a: Layer already exists [2020-09-10T00:07:13.145Z] 76c60f1ce26b: Layer already exists [2020-09-10T00:07:13.415Z] latest: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:13.759Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:14.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.5 [2020-09-10T00:07:14.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-10T00:07:14.094Z] 76c60f1ce26b: Preparing [2020-09-10T00:07:14.094Z] 6ef69bf4071a: Preparing [2020-09-10T00:07:14.094Z] 983fcff9b4f3: Preparing [2020-09-10T00:07:14.094Z] 983fcff9b4f3: Layer already exists [2020-09-10T00:07:14.094Z] 6ef69bf4071a: Layer already exists [2020-09-10T00:07:14.094Z] 76c60f1ce26b: Layer already exists [2020-09-10T00:07:14.367Z] 1.2.3-dev.5: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:14.707Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:15.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [2020-09-10T00:07:15.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-10T00:07:15.040Z] 76c60f1ce26b: Preparing [2020-09-10T00:07:15.040Z] 6ef69bf4071a: Preparing [2020-09-10T00:07:15.040Z] 983fcff9b4f3: Preparing [2020-09-10T00:07:15.040Z] 6ef69bf4071a: Layer already exists [2020-09-10T00:07:15.040Z] 76c60f1ce26b: Layer already exists [2020-09-10T00:07:15.040Z] 983fcff9b4f3: Layer already exists [2020-09-10T00:07:15.314Z] e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:15.650Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:15.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-09-10T00:07:15.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-10T00:07:15.981Z] 76c60f1ce26b: Preparing [2020-09-10T00:07:15.981Z] 6ef69bf4071a: Preparing [2020-09-10T00:07:15.981Z] 983fcff9b4f3: Preparing [2020-09-10T00:07:15.981Z] 983fcff9b4f3: Layer already exists [2020-09-10T00:07:15.981Z] 6ef69bf4071a: Layer already exists [2020-09-10T00:07:15.981Z] 76c60f1ce26b: Layer already exists [2020-09-10T00:07:16.251Z] master: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T00:07:16.432Z] ===================================================== [Pipeline] echo [2020-09-10T00:07:16.473Z] taggedImages: [2020-09-10T00:07:16.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:07:16.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-09-10T00:07:16.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.5 [2020-09-10T00:07:16.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [2020-09-10T00:07:16.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T00:07:34.206Z] Running on prd-centos7-docker-4c-2g-2028 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-09-10T00:07:34.251Z] Running in /w/workspace/device-modbus-go/23 [Pipeline] { [Pipeline] checkout [2020-09-10T00:07:37.253Z] using credential edgex-jenkins-ssh [2020-09-10T00:07:37.299Z] Cloning the remote Git repository [2020-09-10T00:07:37.299Z] Cloning with configured refspecs honoured and without tags [2020-09-10T00:07:37.327Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-10T00:07:37.400Z] > git init /w/workspace/device-modbus-go/23 # timeout=10 [2020-09-10T00:07:37.449Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-10T00:07:37.449Z] > git --version # timeout=10 [2020-09-10T00:07:37.457Z] > git --version # 'git version 2.16.5' [2020-09-10T00:07:37.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T00:07:37.488Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T00:07:38.142Z] Fetching without tags [2020-09-10T00:07:38.561Z] Checking out Revision e5b81f2f6d4871b949c13603cb110c658a649c68 (master) [2020-09-10T00:07:38.110Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-10T00:07:38.122Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T00:07:38.137Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-10T00:07:38.148Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-10T00:07:38.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T00:07:38.154Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T00:07:38.573Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T00:07:38.579Z] > git checkout -f e5b81f2f6d4871b949c13603cb110c658a649c68 # timeout=10 [2020-09-10T00:07:42.184Z] Commit message: "Merge pull request #172 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-10T00:07:43.171Z] ========================================================= [2020-09-10T00:07:43.171Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-10T00:07:43.171Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:07:43.853Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-10T00:07:44.115Z] Sending build context to Docker daemon 669.7kB [2020-09-10T00:07:44.115Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-10T00:07:44.115Z] Step 2/8 : FROM ${BASE} [2020-09-10T00:07:44.382Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-10T00:07:44.382Z] df20fa9351a1: Pulling fs layer [2020-09-10T00:07:44.382Z] ed8968b2872e: Pulling fs layer [2020-09-10T00:07:44.382Z] a92cc7c5fd73: Pulling fs layer [2020-09-10T00:07:44.382Z] 2dd03ba5bac4: Pulling fs layer [2020-09-10T00:07:44.382Z] 1e091d79d1de: Pulling fs layer [2020-09-10T00:07:44.382Z] 481702a1767f: Pulling fs layer [2020-09-10T00:07:44.382Z] f64a6f60c768: Pulling fs layer [2020-09-10T00:07:44.382Z] e78d2573fc39: Pulling fs layer [2020-09-10T00:07:44.382Z] e876d2f968b6: Pulling fs layer [2020-09-10T00:07:44.382Z] ce8a83651883: Pulling fs layer [2020-09-10T00:07:44.382Z] 07967f4d0e4b: Pulling fs layer [2020-09-10T00:07:44.382Z] f64a6f60c768: Waiting [2020-09-10T00:07:44.382Z] e78d2573fc39: Waiting [2020-09-10T00:07:44.382Z] e876d2f968b6: Waiting [2020-09-10T00:07:44.382Z] 07967f4d0e4b: Waiting [2020-09-10T00:07:44.382Z] 1e091d79d1de: Waiting [2020-09-10T00:07:44.382Z] ce8a83651883: Waiting [2020-09-10T00:07:44.382Z] 481702a1767f: Waiting [2020-09-10T00:07:44.382Z] a92cc7c5fd73: Verifying Checksum [2020-09-10T00:07:44.382Z] a92cc7c5fd73: Download complete [2020-09-10T00:07:44.382Z] ed8968b2872e: Download complete [2020-09-10T00:07:44.382Z] 1e091d79d1de: Verifying Checksum [2020-09-10T00:07:44.382Z] 1e091d79d1de: Download complete [2020-09-10T00:07:44.382Z] 481702a1767f: Verifying Checksum [2020-09-10T00:07:44.382Z] 481702a1767f: Download complete [2020-09-10T00:07:44.382Z] df20fa9351a1: Verifying Checksum [2020-09-10T00:07:44.382Z] df20fa9351a1: Download complete [2020-09-10T00:07:44.653Z] df20fa9351a1: Pull complete [2020-09-10T00:07:44.920Z] ed8968b2872e: Pull complete [2020-09-10T00:07:44.920Z] a92cc7c5fd73: Pull complete [2020-09-10T00:07:46.843Z] f64a6f60c768: Verifying Checksum [2020-09-10T00:07:46.843Z] f64a6f60c768: Download complete [2020-09-10T00:07:46.843Z] e876d2f968b6: Verifying Checksum [2020-09-10T00:07:46.843Z] e876d2f968b6: Download complete [2020-09-10T00:07:47.790Z] e78d2573fc39: Verifying Checksum [2020-09-10T00:07:47.790Z] e78d2573fc39: Download complete [2020-09-10T00:07:47.790Z] 07967f4d0e4b: Verifying Checksum [2020-09-10T00:07:47.790Z] 07967f4d0e4b: Download complete [2020-09-10T00:07:47.790Z] ce8a83651883: Verifying Checksum [2020-09-10T00:07:48.408Z] 2dd03ba5bac4: Verifying Checksum [2020-09-10T00:07:48.408Z] 2dd03ba5bac4: Download complete [2020-09-10T00:07:53.736Z] 2dd03ba5bac4: Pull complete [2020-09-10T00:07:53.736Z] 1e091d79d1de: Pull complete [2020-09-10T00:07:53.736Z] 481702a1767f: Pull complete [2020-09-10T00:07:59.061Z] f64a6f60c768: Pull complete [2020-09-10T00:08:02.410Z] e78d2573fc39: Pull complete [2020-09-10T00:08:02.410Z] e876d2f968b6: Pull complete [2020-09-10T00:08:03.365Z] ce8a83651883: Pull complete [2020-09-10T00:08:03.365Z] 07967f4d0e4b: Pull complete [2020-09-10T00:08:03.365Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-10T00:08:03.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-10T00:08:03.365Z] ---> 5d7c900382c6 [2020-09-10T00:08:03.365Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-10T00:08:04.321Z] ---> Running in 13dc59b39e31 [2020-09-10T00:08:04.584Z] Removing intermediate container 13dc59b39e31 [2020-09-10T00:08:04.584Z] ---> da61d8018392 [2020-09-10T00:08:04.584Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T00:08:04.848Z] ---> Running in 05a7dac484f3 [2020-09-10T00:08:06.248Z] Removing intermediate container 05a7dac484f3 [2020-09-10T00:08:06.248Z] ---> 0513ef422ef3 [2020-09-10T00:08:06.248Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-10T00:08:06.248Z] ---> Running in fd596cfa5614 [2020-09-10T00:08:06.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T00:08:07.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T00:08:08.005Z] (1/14) Installing libmagic (5.38-r0) [2020-09-10T00:08:08.275Z] (2/14) Installing file (5.38-r0) [2020-09-10T00:08:08.275Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-10T00:08:08.545Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-10T00:08:15.157Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-10T00:08:15.157Z] (6/14) Installing patch (2.7.6-r6) [2020-09-10T00:08:15.157Z] (7/14) Installing build-base (0.5-r2) [2020-09-10T00:08:15.157Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-10T00:08:15.157Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-10T00:08:15.157Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-10T00:08:15.157Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-10T00:08:15.734Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-10T00:08:15.996Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-10T00:08:16.571Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-10T00:08:16.571Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T00:08:16.833Z] OK: 237 MiB in 53 packages [2020-09-10T00:08:20.160Z] Removing intermediate container fd596cfa5614 [2020-09-10T00:08:20.160Z] ---> 4164c4beeed0 [2020-09-10T00:08:20.160Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-10T00:08:20.160Z] ---> Running in a12d6186fac1 [2020-09-10T00:08:20.160Z] Removing intermediate container a12d6186fac1 [2020-09-10T00:08:20.160Z] ---> 9a667d7ebb1c [2020-09-10T00:08:20.160Z] Step 7/8 : COPY . . [2020-09-10T00:08:21.122Z] ---> d7c9a4215a05 [2020-09-10T00:08:21.122Z] Step 8/8 : RUN go mod download [2020-09-10T00:08:21.122Z] ---> Running in 20b5db33e03b [2020-09-10T00:08:23.050Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-10T00:08:23.050Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-10T00:08:23.051Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-10T00:08:23.051Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-10T00:08:23.051Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-10T00:08:23.051Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-10T00:08:23.051Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-10T00:08:23.051Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-10T00:08:23.051Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-10T00:08:23.051Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-10T00:08:23.315Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-10T00:08:23.315Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-10T00:08:23.315Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-10T00:08:23.315Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-10T00:08:23.315Z] go: finding github.com/fatih/color v1.7.0 [2020-09-10T00:08:23.315Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-10T00:08:23.315Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-10T00:08:23.315Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-10T00:08:23.315Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-10T00:08:23.315Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-10T00:08:23.315Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-10T00:08:23.315Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-10T00:08:23.578Z] go: finding github.com/google/uuid v1.1.1 [2020-09-10T00:08:23.578Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-10T00:08:23.578Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-10T00:08:23.840Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-10T00:08:23.840Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-10T00:08:23.840Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T00:08:23.840Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T00:08:23.840Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-10T00:08:24.102Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-10T00:08:24.102Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-10T00:08:24.102Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-10T00:08:24.365Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-10T00:08:24.365Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-10T00:08:24.365Z] go: finding github.com/posener/complete v1.1.1 [2020-09-10T00:08:24.365Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-10T00:08:24.365Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-10T00:08:24.365Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-10T00:08:24.365Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-10T00:08:24.365Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-10T00:08:24.365Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-10T00:08:24.365Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-10T00:08:24.365Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-10T00:08:24.365Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-10T00:08:24.638Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-10T00:08:24.638Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-10T00:08:24.638Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-10T00:08:32.860Z] Removing intermediate container 20b5db33e03b [2020-09-10T00:08:32.860Z] ---> 097891f84579 [2020-09-10T00:08:32.860Z] Successfully built 097891f84579 [2020-09-10T00:08:32.860Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-10T00:08:34.095Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-10T00:08:34.407Z] + ls -al . [2020-09-10T00:08:34.407Z] total 64 [2020-09-10T00:08:34.407Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 10 00:07 . [2020-09-10T00:08:34.407Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 10 00:07 .. [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 4564 Sep 10 00:07 Attribution.txt [2020-09-10T00:08:34.407Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 10 00:07 bin [2020-09-10T00:08:34.407Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 10 00:07 cmd [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 1430 Sep 10 00:07 Dockerfile [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 954 Sep 10 00:07 Dockerfile.build [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 10 00:07 .dockerignore [2020-09-10T00:08:34.407Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 10 00:07 .git [2020-09-10T00:08:34.407Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 10 00:07 .github [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 338 Sep 10 00:07 .gitignore [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 559 Sep 10 00:07 go.mod [2020-09-10T00:08:34.407Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 10 00:07 internal [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 702 Sep 10 00:07 Jenkinsfile [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 10 00:07 LICENSE [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 880 Sep 10 00:07 Makefile [2020-09-10T00:08:34.407Z] -rw-rw-r--. 1 jenkins jenkins 591 Sep 10 00:07 README.md [2020-09-10T00:08:34.407Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 10 00:07 .semver [2020-09-10T00:08:34.408Z] drwxrwxr-x. 2 jenkins jenkins 52 Sep 10 00:07 simulator [2020-09-10T00:08:34.408Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 10 00:07 snap [2020-09-10T00:08:34.408Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 10 00:04 VERSION [2020-09-10T00:08:34.408Z] -rw-rw-r--. 1 jenkins jenkins 229 Sep 10 00:07 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:08:34.735Z] + 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=e5b81f2f6d4871b949c13603cb110c658a649c68 --label arch=amd64 --label version=1.2.3-dev.5 . [2020-09-10T00:08:34.735Z] Sending build context to Docker daemon 669.7kB [2020-09-10T00:08:34.735Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-10T00:08:34.735Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-10T00:08:34.735Z] ---> 097891f84579 [2020-09-10T00:08:34.735Z] Step 3/20 : ARG MAKE='make build' [2020-09-10T00:08:34.996Z] ---> Running in 2b9697ced5a7 [2020-09-10T00:08:35.261Z] Removing intermediate container 2b9697ced5a7 [2020-09-10T00:08:35.261Z] ---> c2751673975b [2020-09-10T00:08:35.261Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T00:08:35.261Z] ---> Running in 962ce150d44c [2020-09-10T00:08:36.654Z] Removing intermediate container 962ce150d44c [2020-09-10T00:08:36.654Z] ---> 173365126849 [2020-09-10T00:08:36.654Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-10T00:08:36.919Z] ---> Running in 02d4c18b238b [2020-09-10T00:08:37.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T00:08:38.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T00:08:39.047Z] OK: 237 MiB in 53 packages [2020-09-10T00:08:39.641Z] Removing intermediate container 02d4c18b238b [2020-09-10T00:08:39.641Z] ---> 34bc20b515d0 [2020-09-10T00:08:39.641Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-10T00:08:39.641Z] ---> Running in f6194f4d12d0 [2020-09-10T00:08:39.907Z] Removing intermediate container f6194f4d12d0 [2020-09-10T00:08:39.907Z] ---> 7cd35e8fc7b3 [2020-09-10T00:08:39.907Z] Step 7/20 : COPY . . [2020-09-10T00:08:40.489Z] ---> 097661f43fe9 [2020-09-10T00:08:40.489Z] Step 8/20 : RUN ${MAKE} [2020-09-10T00:08:40.489Z] ---> Running in d1459361abcc [2020-09-10T00:08:41.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.5" -o cmd/device-modbus ./cmd [2020-09-10T00:08:51.379Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-10T00:08:53.952Z] Removing intermediate container d1459361abcc [2020-09-10T00:08:53.952Z] ---> a458c5aa0ebe [2020-09-10T00:08:53.952Z] Step 9/20 : FROM scratch [2020-09-10T00:08:53.952Z] ---> [2020-09-10T00:08:53.952Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-10T00:08:53.952Z] ---> Running in 07a92aa810b0 [2020-09-10T00:08:53.952Z] Removing intermediate container 07a92aa810b0 [2020-09-10T00:08:53.952Z] ---> b6c529dbe8ec [2020-09-10T00:08:53.952Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-10T00:08:53.952Z] ---> Running in ddcacf3cf75c [2020-09-10T00:08:53.952Z] Removing intermediate container ddcacf3cf75c [2020-09-10T00:08:53.952Z] ---> 566f8051d8e7 [2020-09-10T00:08:53.952Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-10T00:08:54.532Z] ---> 224f8d689dd4 [2020-09-10T00:08:54.532Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-10T00:08:54.532Z] ---> e672d3a8824e [2020-09-10T00:08:54.532Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-10T00:08:54.795Z] ---> 9534b01ba7a4 [2020-09-10T00:08:54.795Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-10T00:08:54.795Z] ---> Running in a5c4d67dacc1 [2020-09-10T00:08:55.061Z] Removing intermediate container a5c4d67dacc1 [2020-09-10T00:08:55.061Z] ---> a80d5ea3a0cf [2020-09-10T00:08:55.061Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-10T00:08:55.061Z] ---> Running in ed31a27cf1ae [2020-09-10T00:08:55.329Z] Removing intermediate container ed31a27cf1ae [2020-09-10T00:08:55.329Z] ---> c342f2c1572b [2020-09-10T00:08:55.329Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T00:08:55.329Z] ---> Running in 53d62c86b986 [2020-09-10T00:08:55.591Z] Removing intermediate container 53d62c86b986 [2020-09-10T00:08:55.591Z] ---> 42e47d67adfa [2020-09-10T00:08:55.591Z] Step 18/20 : LABEL arch=amd64 [2020-09-10T00:08:55.591Z] ---> Running in de669eff5bae [2020-09-10T00:08:55.591Z] Removing intermediate container de669eff5bae [2020-09-10T00:08:55.591Z] ---> d6906095a9ac [2020-09-10T00:08:55.591Z] Step 19/20 : LABEL git_sha=e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:08:55.858Z] ---> Running in 97935ede9a21 [2020-09-10T00:08:55.858Z] Removing intermediate container 97935ede9a21 [2020-09-10T00:08:55.858Z] ---> 3c3f917eca16 [2020-09-10T00:08:55.858Z] Step 20/20 : LABEL version=1.2.3-dev.5 [2020-09-10T00:08:55.858Z] ---> Running in 53398376135c [2020-09-10T00:08:56.126Z] Removing intermediate container 53398376135c [2020-09-10T00:08:56.126Z] ---> 214787fe9ad6 [2020-09-10T00:08:56.126Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-10T00:08:56.126Z] Successfully built 214787fe9ad6 [2020-09-10T00:08:56.126Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-10T00:08:56.529Z] provisioning config files... [2020-09-10T00:08:56.566Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/23@tmp/config8565810090538459368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:08:56.936Z] ---> docker-login.sh [2020-09-10T00:08:56.936Z] nexus3.edgexfoundry.org:10001 [2020-09-10T00:08:56.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:08:57.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:08:57.204Z] Configure a credential helper to remove this warning. See [2020-09-10T00:08:57.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:08:57.204Z] [2020-09-10T00:08:57.204Z] Login Succeeded [2020-09-10T00:08:57.204Z] nexus3.edgexfoundry.org:10002 [2020-09-10T00:08:57.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:08:57.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:08:57.204Z] Configure a credential helper to remove this warning. See [2020-09-10T00:08:57.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:08:57.204Z] [2020-09-10T00:08:57.204Z] Login Succeeded [2020-09-10T00:08:57.204Z] nexus3.edgexfoundry.org:10003 [2020-09-10T00:08:57.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:08:57.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:08:57.469Z] Configure a credential helper to remove this warning. See [2020-09-10T00:08:57.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:08:57.469Z] [2020-09-10T00:08:57.469Z] Login Succeeded [2020-09-10T00:08:57.469Z] nexus3.edgexfoundry.org:10004 [2020-09-10T00:08:57.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:08:57.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:08:57.732Z] Configure a credential helper to remove this warning. See [2020-09-10T00:08:57.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:08:57.732Z] [2020-09-10T00:08:57.732Z] Login Succeeded [2020-09-10T00:08:57.732Z] docker.io [2020-09-10T00:08:57.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T00:08:57.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T00:08:57.995Z] Configure a credential helper to remove this warning. See [2020-09-10T00:08:57.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T00:08:57.995Z] [2020-09-10T00:08:57.995Z] Login Succeeded [2020-09-10T00:08:57.995Z] ---> docker-login.sh ends [Pipeline] } [2020-09-10T00:08:58.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T00:08:58.188Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-09-10T00:08:58.188Z] e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:08:58.188Z] latest [2020-09-10T00:08:58.188Z] 1.2.3-dev.5 [2020-09-10T00:08:58.188Z] e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [2020-09-10T00:08:58.188Z] master [2020-09-10T00:08:58.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:08:58.688Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:08:58.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:08:58.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-10T00:08:58.998Z] ca89c5230a01: Preparing [2020-09-10T00:08:58.998Z] 479d66818d65: Preparing [2020-09-10T00:08:58.998Z] 58ff2d39838d: Preparing [2020-09-10T00:08:58.998Z] 479d66818d65: Pushed [2020-09-10T00:08:59.259Z] ca89c5230a01: Pushed [2020-09-10T00:09:00.204Z] 58ff2d39838d: Pushed [2020-09-10T00:09:01.149Z] e5b81f2f6d4871b949c13603cb110c658a649c68: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:01.456Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:01.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-09-10T00:09:01.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-10T00:09:01.794Z] ca89c5230a01: Preparing [2020-09-10T00:09:01.794Z] 479d66818d65: Preparing [2020-09-10T00:09:01.794Z] 58ff2d39838d: Preparing [2020-09-10T00:09:01.794Z] ca89c5230a01: Layer already exists [2020-09-10T00:09:01.794Z] 58ff2d39838d: Layer already exists [2020-09-10T00:09:01.794Z] 479d66818d65: Layer already exists [2020-09-10T00:09:01.794Z] latest: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:02.105Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:02.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.5 [2020-09-10T00:09:02.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-10T00:09:02.413Z] ca89c5230a01: Preparing [2020-09-10T00:09:02.413Z] 479d66818d65: Preparing [2020-09-10T00:09:02.413Z] 58ff2d39838d: Preparing [2020-09-10T00:09:02.413Z] ca89c5230a01: Layer already exists [2020-09-10T00:09:02.413Z] 479d66818d65: Layer already exists [2020-09-10T00:09:02.413Z] 58ff2d39838d: Layer already exists [2020-09-10T00:09:02.413Z] 1.2.3-dev.5: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:02.732Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:03.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [2020-09-10T00:09:03.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-10T00:09:03.038Z] ca89c5230a01: Preparing [2020-09-10T00:09:03.038Z] 479d66818d65: Preparing [2020-09-10T00:09:03.038Z] 58ff2d39838d: Preparing [2020-09-10T00:09:03.038Z] 479d66818d65: Layer already exists [2020-09-10T00:09:03.038Z] ca89c5230a01: Layer already exists [2020-09-10T00:09:03.038Z] 58ff2d39838d: Layer already exists [2020-09-10T00:09:03.038Z] e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:03.352Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:03.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-09-10T00:09:03.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-10T00:09:03.657Z] ca89c5230a01: Preparing [2020-09-10T00:09:03.657Z] 479d66818d65: Preparing [2020-09-10T00:09:03.657Z] 58ff2d39838d: Preparing [2020-09-10T00:09:03.657Z] ca89c5230a01: Layer already exists [2020-09-10T00:09:03.657Z] 479d66818d65: Layer already exists [2020-09-10T00:09:03.657Z] 58ff2d39838d: Layer already exists [2020-09-10T00:09:03.657Z] master: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T00:09:03.833Z] ===================================================== [Pipeline] echo [2020-09-10T00:09:03.881Z] taggedImages: [2020-09-10T00:09:03.881Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:09:03.881Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-09-10T00:09:03.881Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.5 [2020-09-10T00:09:03.881Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [2020-09-10T00:09:03.881Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-10T00:09:06.021Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-10T00:09:06.023Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-10T00:09:06.074Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:06.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T00:09:06.415Z] [2020-09-10T00:09:06.415Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:06.757Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T00:09:06.757Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-10T00:09:06.757Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-10T00:09:06.757Z] 408f87550127: Pulling fs layer [2020-09-10T00:09:06.757Z] fe522b08c979: Pulling fs layer [2020-09-10T00:09:06.757Z] 221eaa008020: Pulling fs layer [2020-09-10T00:09:06.757Z] 2a4607e5d6b9: Pulling fs layer [2020-09-10T00:09:06.757Z] 8f79b27c4fd2: Pulling fs layer [2020-09-10T00:09:06.757Z] e5c8dbe1645b: Pulling fs layer [2020-09-10T00:09:06.757Z] 23e8b3b47431: Pulling fs layer [2020-09-10T00:09:06.757Z] 5c568d65a230: Pulling fs layer [2020-09-10T00:09:06.757Z] 23e8b3b47431: Waiting [2020-09-10T00:09:06.757Z] 8f79b27c4fd2: Waiting [2020-09-10T00:09:06.757Z] 5c568d65a230: Waiting [2020-09-10T00:09:06.757Z] e5c8dbe1645b: Waiting [2020-09-10T00:09:06.757Z] 221eaa008020: Waiting [2020-09-10T00:09:06.757Z] 2a4607e5d6b9: Waiting [2020-09-10T00:09:06.757Z] fe522b08c979: Verifying Checksum [2020-09-10T00:09:06.757Z] fe522b08c979: Download complete [2020-09-10T00:09:06.757Z] 408f87550127: Verifying Checksum [2020-09-10T00:09:06.757Z] 408f87550127: Download complete [2020-09-10T00:09:06.758Z] 2a4607e5d6b9: Verifying Checksum [2020-09-10T00:09:06.758Z] 2a4607e5d6b9: Download complete [2020-09-10T00:09:06.758Z] 8f79b27c4fd2: Verifying Checksum [2020-09-10T00:09:06.758Z] 8f79b27c4fd2: Download complete [2020-09-10T00:09:07.019Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-10T00:09:07.019Z] cbdbe7a5bc2a: Download complete [2020-09-10T00:09:07.285Z] cbdbe7a5bc2a: Pull complete [2020-09-10T00:09:07.549Z] 408f87550127: Pull complete [2020-09-10T00:09:07.810Z] e5c8dbe1645b: Download complete [2020-09-10T00:09:07.810Z] fe522b08c979: Pull complete [2020-09-10T00:09:08.767Z] 5c568d65a230: Verifying Checksum [2020-09-10T00:09:08.767Z] 5c568d65a230: Download complete [2020-09-10T00:09:08.767Z] 23e8b3b47431: Verifying Checksum [2020-09-10T00:09:08.767Z] 23e8b3b47431: Download complete [2020-09-10T00:09:10.159Z] 221eaa008020: Verifying Checksum [2020-09-10T00:09:10.159Z] 221eaa008020: Download complete [2020-09-10T00:09:15.486Z] 221eaa008020: Pull complete [2020-09-10T00:09:15.486Z] 2a4607e5d6b9: Pull complete [2020-09-10T00:09:15.486Z] 8f79b27c4fd2: Pull complete [2020-09-10T00:09:17.401Z] e5c8dbe1645b: Pull complete [2020-09-10T00:09:20.728Z] 23e8b3b47431: Pull complete [2020-09-10T00:09:21.307Z] 5c568d65a230: Pull complete [2020-09-10T00:09:21.307Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-10T00:09:21.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T00:09:21.307Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-10T00:09:21.780Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:09:21.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-10T00:09:22.712Z] $ docker top 592981ef984462c704da5b19227d9610c0fc32542216b7c2c838bb522b7ab250 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T00:09:23.186Z] + snyk monitor '--org=edgex-jenkins' [2020-09-10T00:09:31.345Z] [2020-09-10T00:09:31.345Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-09-10T00:09:31.345Z] [2020-09-10T00:09:31.345Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/2e3bfb65-fb5f-487d-a8a5-72fee9aa0e1f [2020-09-10T00:09:31.345Z] [2020-09-10T00:09:31.345Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-10T00:09:31.345Z] [2020-09-10T00:09:31.345Z] [2020-09-10T00:09:31.345Z] Snyk CLI supports Node.js 8 and higher. [2020-09-10T00:09:31.345Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-10T00:09:31.345Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-10T00:09:31.345Z] [2020-09-10T00:09:31.345Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-10T00:09:31.345Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-10T00:09:31.361Z] $ docker stop --time=1 592981ef984462c704da5b19227d9610c0fc32542216b7c2c838bb522b7ab250 [2020-09-10T00:09:33.868Z] $ docker rm -f 592981ef984462c704da5b19227d9610c0fc32542216b7c2c838bb522b7ab250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:34.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T00:09:34.995Z] [2020-09-10T00:09:34.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:35.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T00:09:35.332Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-10T00:09:35.332Z] e7c96db7181b: Pulling fs layer [2020-09-10T00:09:35.332Z] 1868ca2cb446: Pulling fs layer [2020-09-10T00:09:35.332Z] 136be5d0fe8e: Pulling fs layer [2020-09-10T00:09:35.332Z] 894bfe63afcb: Pulling fs layer [2020-09-10T00:09:35.332Z] 894bfe63afcb: Waiting [2020-09-10T00:09:35.332Z] 1868ca2cb446: Verifying Checksum [2020-09-10T00:09:35.332Z] 1868ca2cb446: Download complete [2020-09-10T00:09:35.332Z] 136be5d0fe8e: Verifying Checksum [2020-09-10T00:09:35.332Z] 136be5d0fe8e: Download complete [2020-09-10T00:09:35.332Z] e7c96db7181b: Verifying Checksum [2020-09-10T00:09:35.332Z] e7c96db7181b: Download complete [2020-09-10T00:09:35.593Z] 894bfe63afcb: Verifying Checksum [2020-09-10T00:09:35.593Z] 894bfe63afcb: Download complete [2020-09-10T00:09:35.859Z] e7c96db7181b: Pull complete [2020-09-10T00:09:35.859Z] 1868ca2cb446: Pull complete [2020-09-10T00:09:36.121Z] 136be5d0fe8e: Pull complete [2020-09-10T00:09:36.382Z] 894bfe63afcb: Pull complete [2020-09-10T00:09:36.382Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-10T00:09:36.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T00:09:36.382Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-10T00:09:36.476Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:09:36.524Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-10T00:09:37.809Z] $ docker top 64836c5cd82861e4fca9204969344701af6c136cd3b6addfbd9643c4b9c94fc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T00:09:38.331Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:09:38.331Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T00:09:41.031Z] $ docker stop --time=1 64836c5cd82861e4fca9204969344701af6c136cd3b6addfbd9643c4b9c94fc7 [2020-09-10T00:09:42.395Z] $ docker rm -f 64836c5cd82861e4fca9204969344701af6c136cd3b6addfbd9643c4b9c94fc7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:42.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T00:09:42.846Z] . [Pipeline] withDockerContainer [2020-09-10T00:09:42.940Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:09:42.980Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-10T00:09:43.559Z] $ docker top acf875b18c26a001d69c045d460a7f25e153a528bf976d923864ff230e7f259b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T00:09:44.064Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:09:44.064Z] + tee [2020-09-10T00:09:44.064Z] clair timeout 1m0s [2020-09-10T00:09:44.064Z] docker timeout: 1m0s [2020-09-10T00:09:44.064Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T00:09:44.737Z] $ docker stop --time=1 acf875b18c26a001d69c045d460a7f25e153a528bf976d923864ff230e7f259b [2020-09-10T00:09:46.096Z] $ docker rm -f acf875b18c26a001d69c045d460a7f25e153a528bf976d923864ff230e7f259b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T00:09:46.559Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-09-10T00:09:46.571Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_e5b81f2f6d4871b949c13603cb110c658a649c68.html [Pipeline] writeFile [Pipeline] step [2020-09-10T00:09:46.621Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:46.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T00:09:46.959Z] . [Pipeline] withDockerContainer [2020-09-10T00:09:47.058Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:09:47.104Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-10T00:09:47.822Z] $ docker top aba7fc67b0e792f92a385220416d3a6fa0a6e9fd1c83dc930ded5b61a0b3686a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T00:09:48.411Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:09:48.411Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T00:09:51.102Z] $ docker stop --time=1 aba7fc67b0e792f92a385220416d3a6fa0a6e9fd1c83dc930ded5b61a0b3686a [2020-09-10T00:09:52.481Z] $ docker rm -f aba7fc67b0e792f92a385220416d3a6fa0a6e9fd1c83dc930ded5b61a0b3686a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:52.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T00:09:52.948Z] . [Pipeline] withDockerContainer [2020-09-10T00:09:53.036Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:09:53.078Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-10T00:09:53.746Z] $ docker top 33c4e64853e65e87b98f1c6b35fc52f41135e54305083420cf9635bbad9c629f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T00:09:54.276Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 [2020-09-10T00:09:54.276Z] + tee [2020-09-10T00:09:54.276Z] clair timeout 1m0s [2020-09-10T00:09:54.276Z] docker timeout: 1m0s [2020-09-10T00:09:54.276Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T00:09:54.962Z] $ docker stop --time=1 33c4e64853e65e87b98f1c6b35fc52f41135e54305083420cf9635bbad9c629f [2020-09-10T00:09:56.320Z] $ docker rm -f 33c4e64853e65e87b98f1c6b35fc52f41135e54305083420cf9635bbad9c629f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T00:09:56.770Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-09-10T00:09:56.781Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_e5b81f2f6d4871b949c13603cb110c658a649c68.html [Pipeline] writeFile [Pipeline] step [2020-09-10T00:09:56.849Z] Archiving artifacts [Pipeline] } [Pipeline] // script [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] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:09:57.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T00:09:57.853Z] . [Pipeline] withDockerContainer [2020-09-10T00:09:57.974Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:09:58.042Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-10T00:09:58.780Z] $ docker top bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T00:09:59.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T00:09:59.057Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T00:09:59.246Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T00:09:59.251Z] $ docker exec bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 ssh-agent [2020-09-10T00:09:59.411Z] SSH_AUTH_SOCK=/tmp/ssh-Ea9HTMaPi5wf/agent.12 [2020-09-10T00:09:59.411Z] SSH_AGENT_PID=17 [2020-09-10T00:09:59.417Z] Running ssh-add (command line suppressed) [2020-09-10T00:09:59.540Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6563949419335714795.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6563949419335714795.key) [2020-09-10T00:09:59.589Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T00:09:59.918Z] + git semver tag [2020-09-10T00:09:59.918Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T00:09:59.918Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-10T00:09:59.918Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-10T00:09:59.918Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T00:09:59.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T00:09:59.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T00:09:59.918Z] # $SEMVER_BRANCH = master [2020-09-10T00:09:59.918Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-09-10T00:09:59.918Z] # e5b81f2f6d4871b949c13603cb110c658a649c68 HEAD [2020-09-10T00:09:59.918Z] # -> Force: false [2020-09-10T00:09:59.918Z] # 156e39ff8cffb6cabcd575c90367fd2b5ca0337c refs/tags/v1.2.3-dev.5 [Pipeline] } [2020-09-10T00:09:59.930Z] $ docker exec --env ******** --env ******** bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 ssh-agent -k [2020-09-10T00:10:00.052Z] unset SSH_AUTH_SOCK; [2020-09-10T00:10:00.052Z] unset SSH_AGENT_PID; [2020-09-10T00:10:00.053Z] echo Agent pid 17 killed; [2020-09-10T00:10:00.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T00:10:00.618Z] + git semver [Pipeline] } [2020-09-10T00:10:00.636Z] $ docker stop --time=1 bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 [2020-09-10T00:10:01.978Z] $ docker rm -f bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:10:02.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T00:10:02.557Z] [2020-09-10T00:10:02.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:10:02.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T00:10:02.900Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-10T00:10:02.900Z] ab5ef0e58194: Pulling fs layer [2020-09-10T00:10:02.900Z] 9712f1f96733: Pulling fs layer [2020-09-10T00:10:02.900Z] 63f879dbbcfc: Pulling fs layer [2020-09-10T00:10:02.900Z] 0d9ebad4ef96: Pulling fs layer [2020-09-10T00:10:02.900Z] e9a5061849ea: Pulling fs layer [2020-09-10T00:10:02.900Z] d747dcd14b5f: Pulling fs layer [2020-09-10T00:10:02.900Z] 2de7ff778b66: Pulling fs layer [2020-09-10T00:10:02.900Z] e9a5061849ea: Waiting [2020-09-10T00:10:02.900Z] d747dcd14b5f: Waiting [2020-09-10T00:10:02.900Z] 2de7ff778b66: Waiting [2020-09-10T00:10:02.900Z] 0d9ebad4ef96: Waiting [2020-09-10T00:10:02.900Z] 9712f1f96733: Verifying Checksum [2020-09-10T00:10:02.900Z] 9712f1f96733: Download complete [2020-09-10T00:10:04.290Z] 63f879dbbcfc: Verifying Checksum [2020-09-10T00:10:04.290Z] 63f879dbbcfc: Download complete [2020-09-10T00:10:04.290Z] e9a5061849ea: Verifying Checksum [2020-09-10T00:10:04.290Z] e9a5061849ea: Download complete [2020-09-10T00:10:04.290Z] d747dcd14b5f: Verifying Checksum [2020-09-10T00:10:04.290Z] d747dcd14b5f: Download complete [2020-09-10T00:10:04.552Z] 0d9ebad4ef96: Verifying Checksum [2020-09-10T00:10:04.552Z] 0d9ebad4ef96: Download complete [2020-09-10T00:10:04.552Z] 2de7ff778b66: Verifying Checksum [2020-09-10T00:10:04.552Z] 2de7ff778b66: Download complete [2020-09-10T00:10:05.128Z] ab5ef0e58194: Verifying Checksum [2020-09-10T00:10:05.128Z] ab5ef0e58194: Download complete [2020-09-10T00:10:09.355Z] ab5ef0e58194: Pull complete [2020-09-10T00:10:09.355Z] 9712f1f96733: Pull complete [2020-09-10T00:10:11.904Z] 63f879dbbcfc: Pull complete [2020-09-10T00:10:18.995Z] 0d9ebad4ef96: Pull complete [2020-09-10T00:10:18.995Z] e9a5061849ea: Pull complete [2020-09-10T00:10:18.995Z] d747dcd14b5f: Pull complete [2020-09-10T00:10:22.313Z] 2de7ff778b66: Pull complete [2020-09-10T00:10:22.313Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-10T00:10:22.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T00:10:22.313Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-10T00:10:22.490Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:10:22.534Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-10T00:10:26.033Z] $ docker top 95c972bb61c5fbc615b49ad0935699e001663da495a243cb49be134166a64f67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-10T00:10:26.281Z] provisioning config files... [2020-09-10T00:10:26.296Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7299007030233866771tmp [2020-09-10T00:10:26.317Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1012317923886724119tmp [2020-09-10T00:10:26.332Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7298354526087066713tmp [Pipeline] { [Pipeline] echo [2020-09-10T00:10:26.380Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:10:26.673Z] ---> sigul-configuration.sh [2020-09-10T00:10:26.673Z] gpg: directory `/root/.gnupg' created [2020-09-10T00:10:26.673Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-10T00:10:26.673Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-10T00:10:26.673Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-10T00:10:26.673Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-10T00:10:26.673Z] gpg: CAST5 encrypted data [2020-09-10T00:10:26.935Z] gpg: encrypted with 1 passphrase [2020-09-10T00:10:26.935Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-10T00:10:27.234Z] + mkdir /home/jenkins [2020-09-10T00:10:27.234Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-10T00:10:27.528Z] + 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-09-10T00:10:27.538Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:10:27.834Z] ---> sigul-install.sh [2020-09-10T00:10:33.129Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-10T00:10:33.423Z] + git tag --list [2020-09-10T00:10:33.423Z] v1.2.3-dev.5 [Pipeline] sh [2020-09-10T00:10:33.717Z] + lftools sign git-tag v1.2.3-dev.5 [2020-09-10T00:10:35.102Z] Signing Git tag with Sigul... [2020-09-10T00:10:35.102Z] Signing v1.2.3-dev.5 [Pipeline] echo [2020-09-10T00:10:36.053Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:10:36.348Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-10T00:10:36.357Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-10T00:10:36.456Z] $ docker stop --time=1 95c972bb61c5fbc615b49ad0935699e001663da495a243cb49be134166a64f67 [2020-09-10T00:10:38.485Z] $ docker rm -f 95c972bb61c5fbc615b49ad0935699e001663da495a243cb49be134166a64f67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:10:39.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T00:10:39.208Z] . [Pipeline] withDockerContainer [2020-09-10T00:10:39.308Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:10:39.356Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-10T00:10:40.001Z] $ docker top f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T00:10:40.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T00:10:40.455Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T00:10:40.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T00:10:40.642Z] $ docker exec f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d ssh-agent [2020-09-10T00:10:40.809Z] SSH_AUTH_SOCK=/tmp/ssh-q6Vvk2CdnfMQ/agent.11 [2020-09-10T00:10:40.809Z] SSH_AGENT_PID=17 [2020-09-10T00:10:40.816Z] Running ssh-add (command line suppressed) [2020-09-10T00:10:40.955Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8592574436127547550.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8592574436127547550.key) [2020-09-10T00:10:41.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T00:10:41.345Z] + git semver bump pre [2020-09-10T00:10:41.345Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T00:10:41.345Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-10T00:10:41.345Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-10T00:10:41.345Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T00:10:41.345Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T00:10:41.345Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T00:10:41.345Z] # $SEMVER_BRANCH = master [2020-09-10T00:10:41.345Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-09-10T00:10:41.345Z] 1.2.3-dev.6 [Pipeline] } [2020-09-10T00:10:41.357Z] $ docker exec --env ******** --env ******** f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d ssh-agent -k [2020-09-10T00:10:41.470Z] unset SSH_AUTH_SOCK; [2020-09-10T00:10:41.471Z] unset SSH_AGENT_PID; [2020-09-10T00:10:41.471Z] echo Agent pid 17 killed; [2020-09-10T00:10:41.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T00:10:41.961Z] + git semver [Pipeline] } [2020-09-10T00:10:41.979Z] $ docker stop --time=1 f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d [2020-09-10T00:10:43.326Z] $ docker rm -f f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:10:43.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T00:10:43.823Z] . [Pipeline] withDockerContainer [2020-09-10T00:10:43.914Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:10:44.032Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-10T00:10:44.806Z] $ docker top 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T00:10:45.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T00:10:45.189Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T00:10:45.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T00:10:45.387Z] $ docker exec 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb ssh-agent [2020-09-10T00:10:45.557Z] SSH_AUTH_SOCK=/tmp/ssh-62WQeOT6vsTy/agent.12 [2020-09-10T00:10:45.558Z] SSH_AGENT_PID=17 [2020-09-10T00:10:45.565Z] Running ssh-add (command line suppressed) [2020-09-10T00:10:45.686Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7385251412516594486.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7385251412516594486.key) [2020-09-10T00:10:45.739Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T00:10:46.068Z] + git semver push [2020-09-10T00:10:46.068Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T00:10:46.068Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-10T00:10:46.068Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-10T00:10:46.068Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T00:10:46.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T00:10:46.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T00:10:46.068Z] # $SEMVER_BRANCH = master [2020-09-10T00:10:46.068Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-09-10T00:10:52.670Z] $ docker exec --env ******** --env ******** 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb ssh-agent -k [2020-09-10T00:10:52.799Z] unset SSH_AUTH_SOCK; [2020-09-10T00:10:52.799Z] unset SSH_AGENT_PID; [2020-09-10T00:10:52.799Z] echo Agent pid 17 killed; [2020-09-10T00:10:52.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T00:10:53.368Z] + git semver [Pipeline] } [2020-09-10T00:10:53.386Z] $ docker stop --time=1 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb [2020-09-10T00:10:54.804Z] $ docker rm -f 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb [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-09-10T00:10:56.056Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:10:56.616Z] ---> package-listing.sh [2020-09-10T00:10:56.616Z] ++ facter osfamily [2020-09-10T00:10:56.616Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-10T00:10:56.616Z] + OS_FAMILY=redhat [2020-09-10T00:10:56.616Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-09-10T00:10:56.616Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-10T00:10:56.616Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-10T00:10:56.616Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-10T00:10:56.616Z] + PACKAGES=/tmp/packages_start.txt [2020-09-10T00:10:56.616Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-09-10T00:10:56.616Z] + PACKAGES=/tmp/packages_end.txt [2020-09-10T00:10:56.616Z] + case "${OS_FAMILY}" in [2020-09-10T00:10:56.616Z] + rpm -qa [2020-09-10T00:10:56.616Z] + sort [2020-09-10T00:11:00.828Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-10T00:11:00.828Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-10T00:11:00.828Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-10T00:11:00.828Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-09-10T00:11:00.828Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-09-10T00:11:00.828Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:11:01.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T00:11:01.728Z] [2020-09-10T00:11:01.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-10T00:11:02.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T00:11:02.072Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-10T00:11:02.072Z] df20fa9351a1: Pulling fs layer [2020-09-10T00:11:02.072Z] 36b3adc4ff6f: Pulling fs layer [2020-09-10T00:11:02.072Z] 8ad3a11d3b57: Pulling fs layer [2020-09-10T00:11:02.072Z] 46f8f816bc3b: Pulling fs layer [2020-09-10T00:11:02.072Z] 0dadc02b9964: Pulling fs layer [2020-09-10T00:11:02.072Z] ce6a7cf60c04: Pulling fs layer [2020-09-10T00:11:02.072Z] 7a184a31f384: Pulling fs layer [2020-09-10T00:11:02.072Z] 0879bd2ef858: Pulling fs layer [2020-09-10T00:11:02.072Z] 0dadc02b9964: Waiting [2020-09-10T00:11:02.072Z] 7a184a31f384: Waiting [2020-09-10T00:11:02.072Z] 0879bd2ef858: Waiting [2020-09-10T00:11:02.072Z] ce6a7cf60c04: Waiting [2020-09-10T00:11:02.072Z] 46f8f816bc3b: Waiting [2020-09-10T00:11:02.072Z] 36b3adc4ff6f: Download complete [2020-09-10T00:11:02.072Z] 46f8f816bc3b: Verifying Checksum [2020-09-10T00:11:02.072Z] 46f8f816bc3b: Download complete [2020-09-10T00:11:02.072Z] df20fa9351a1: Verifying Checksum [2020-09-10T00:11:02.072Z] df20fa9351a1: Download complete [2020-09-10T00:11:02.072Z] 0dadc02b9964: Verifying Checksum [2020-09-10T00:11:02.072Z] 0dadc02b9964: Download complete [2020-09-10T00:11:02.072Z] ce6a7cf60c04: Verifying Checksum [2020-09-10T00:11:02.072Z] ce6a7cf60c04: Download complete [2020-09-10T00:11:02.341Z] 7a184a31f384: Verifying Checksum [2020-09-10T00:11:02.341Z] 7a184a31f384: Download complete [2020-09-10T00:11:02.341Z] 8ad3a11d3b57: Download complete [2020-09-10T00:11:02.603Z] 0879bd2ef858: Verifying Checksum [2020-09-10T00:11:02.603Z] 0879bd2ef858: Download complete [2020-09-10T00:11:02.863Z] df20fa9351a1: Pull complete [2020-09-10T00:11:03.127Z] 36b3adc4ff6f: Pull complete [2020-09-10T00:11:03.705Z] 8ad3a11d3b57: Pull complete [2020-09-10T00:11:03.705Z] 46f8f816bc3b: Pull complete [2020-09-10T00:11:04.279Z] 0dadc02b9964: Pull complete [2020-09-10T00:11:04.279Z] ce6a7cf60c04: Pull complete [2020-09-10T00:11:04.279Z] 7a184a31f384: Pull complete [2020-09-10T00:11:06.841Z] 0879bd2ef858: Pull complete [2020-09-10T00:11:06.841Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-10T00:11:06.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T00:11:06.841Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-10T00:11:06.993Z] prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container [2020-09-10T00:11:07.037Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-10T00:11:10.547Z] $ docker top 47bc316aa2e3b362c966584c4b3defc1fe3472f2765ff81b078bfa2a93ce13ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T00:11:11.077Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-10T00:11:11.374Z] + ls /var/log/sa-host [2020-09-10T00:11:11.374Z] + sadf -c /var/log/sa-host/sa05 [2020-09-10T00:11:11.374Z] file_magic: OK [2020-09-10T00:11:11.374Z] HZ: Using current value: 100 [2020-09-10T00:11:11.374Z] file_header: OK [2020-09-10T00:11:11.374Z] 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-09-10T00:11:11.374Z] Statistics: [2020-09-10T00:11:11.374Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T00:11:11.374Z] File successfully converted to sysstat format version 12.2.1 [2020-09-10T00:11:11.374Z] + sadf -c /var/log/sa-host/sa10 [2020-09-10T00:11:11.374Z] file_magic: OK [2020-09-10T00:11:11.374Z] HZ: Using current value: 100 [2020-09-10T00:11:11.374Z] file_header: OK [2020-09-10T00:11:11.374Z] 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-09-10T00:11:11.374Z] Statistics: [2020-09-10T00:11:11.374Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T00:11:11.374Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-10T00:11:11.428Z] provisioning config files... [2020-09-10T00:11:11.442Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3291203617679882404tmp [Pipeline] { [Pipeline] echo [2020-09-10T00:11:11.505Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:11:11.804Z] ---> create-netrc.sh [Pipeline] echo [2020-09-10T00:11:11.814Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T00:11:12.110Z] ---> logs-deploy.sh [2020-09-10T00:11:12.110Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/23 [2020-09-10T00:11:12.110Z] INFO: archiving workspace using pattern(s): [2020-09-10T00:11:13.493Z] Archives upload complete. [2020-09-10T00:11:13.493Z] INFO: archiving logs to Nexus