Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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; ‘prd-centos7-docker-4c-2g-962’ is offline; ‘prd-centos7-docker-4c-2g-968’ is offline; ‘prd-centos7-docker-4c-2g-972’ is offline; ‘prd-centos7-docker-4c-2g-986’ is offline; ‘prd-ubuntu18.04-docker-arm64-16c-16g-976’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-973’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-975’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-990 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 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b (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 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 Commit message: "Merge pull request #165 from hahattan/attribution-cleanup" > git rev-list --no-walk c5c0b25878f760de5fc762f4e5751ff9b1eaad85 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-01T01:54:25.931Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-01T01:54:26.149Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-01T01:54:26.236Z] ========================================================= [2020-09-01T01:54:26.236Z] EdgeX Global Pipelines Version Info [2020-09-01T01:54:26.236Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-01T01:54:27.617Z] ------------------- [2020-09-01T01:54:27.617Z] stable info: [2020-09-01T01:54:27.617Z] ------------------- [2020-09-01T01:54:27.617Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-01T01:54:27.617Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-01T01:54:27.617Z] Message: update stable to v1.0.115 [2020-09-01T01:54:28.567Z] ------------------- [2020-09-01T01:54:28.567Z] experimental info: [2020-09-01T01:54:28.567Z] ------------------- [2020-09-01T01:54:28.567Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-01T01:54:28.567Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-01T01:54:28.567Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-01T01:54:28.885Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-09-01T01:54:28.979Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-09-01T01:54:29.096Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-01T01:54:29.184Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-01T01:54:29.259Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-01T01:54:29.333Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-01T01:54:29.418Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-01T01:54:29.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-01T01:54:29.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-01T01:54:29.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-01T01:54:29.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-01T01:54:29.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-09-01T01:54:29.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-01T01:54:30.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-01T01:54:30.591Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-01T01:54:30.676Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-01T01:54:30.760Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-01T01:54:30.940Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-01T01:54:31.015Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-01T01:54:31.105Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-01T01:54:31.194Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-01T01:54:31.271Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-01T01:54:31.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-01T01:54:31.464Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-01T01:54:31.548Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-01T01:54:31.625Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [Pipeline] echo [2020-09-01T01:54:31.710Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f6ae87 [Pipeline] echo [2020-09-01T01:54:31.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-01T01:54:34.226Z] + git log --format=format:%s -1 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [Pipeline] echo [2020-09-01T01:54:34.343Z] GIT_COMMIT: 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b, Commit Message: Merge pull request #165 from hahattan/attribution-cleanup [Pipeline] echo [2020-09-01T01:54:34.382Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:54:35.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T01:54:35.453Z] [2020-09-01T01:54:35.453Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:54:35.815Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T01:54:35.815Z] latest: Pulling from edgex-devops/git-semver [2020-09-01T01:54:35.815Z] 31603596830f: Pulling fs layer [2020-09-01T01:54:35.815Z] 2a8b12db71e7: Pulling fs layer [2020-09-01T01:54:35.815Z] 6ca5941a6612: Pulling fs layer [2020-09-01T01:54:35.815Z] ecc8261a40a4: Pulling fs layer [2020-09-01T01:54:35.815Z] ecc8261a40a4: Waiting [2020-09-01T01:54:35.815Z] 2a8b12db71e7: Verifying Checksum [2020-09-01T01:54:35.815Z] 2a8b12db71e7: Download complete [2020-09-01T01:54:35.815Z] 31603596830f: Verifying Checksum [2020-09-01T01:54:35.815Z] 31603596830f: Download complete [2020-09-01T01:54:36.079Z] ecc8261a40a4: Verifying Checksum [2020-09-01T01:54:36.079Z] ecc8261a40a4: Download complete [2020-09-01T01:54:36.079Z] 6ca5941a6612: Verifying Checksum [2020-09-01T01:54:36.079Z] 6ca5941a6612: Download complete [2020-09-01T01:54:36.658Z] 31603596830f: Pull complete [2020-09-01T01:54:36.658Z] 2a8b12db71e7: Pull complete [2020-09-01T01:54:37.603Z] 6ca5941a6612: Pull complete [2020-09-01T01:54:37.603Z] ecc8261a40a4: Pull complete [2020-09-01T01:54:37.603Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-01T01:54:37.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T01:54:37.603Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-01T01:54:37.699Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T01:54:37.750Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T01:54:39.954Z] $ docker top 7d5303e26ea61a86cad9676759f77348938b90cb9d1d6955ec6753c15fd6458f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T01:54:40.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T01:54:40.279Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T01:54:40.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T01:54:40.537Z] $ docker exec 7d5303e26ea61a86cad9676759f77348938b90cb9d1d6955ec6753c15fd6458f ssh-agent [2020-09-01T01:54:40.699Z] SSH_AUTH_SOCK=/tmp/ssh-CAhtNNPJBF9R/agent.12 [2020-09-01T01:54:40.699Z] SSH_AGENT_PID=18 [2020-09-01T01:54:40.712Z] Running ssh-add (command line suppressed) [2020-09-01T01:54:40.834Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7344167470612362885.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7344167470612362885.key) [2020-09-01T01:54:40.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T01:54:41.227Z] + git describe --exact-match --tags HEAD [2020-09-01T01:54:41.227Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-01T01:54:41.253Z] $ docker exec --env ******** --env ******** 7d5303e26ea61a86cad9676759f77348938b90cb9d1d6955ec6753c15fd6458f ssh-agent -k [2020-09-01T01:54:41.373Z] unset SSH_AUTH_SOCK; [2020-09-01T01:54:41.374Z] unset SSH_AGENT_PID; [2020-09-01T01:54:41.374Z] echo Agent pid 18 killed; [2020-09-01T01:54:41.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-01T01:54:41.494Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-01T01:54:41.494Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-01T01:54:41.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T01:54:41.583Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T01:54:41.758Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T01:54:41.765Z] $ docker exec 7d5303e26ea61a86cad9676759f77348938b90cb9d1d6955ec6753c15fd6458f ssh-agent [2020-09-01T01:54:41.919Z] SSH_AUTH_SOCK=/tmp/ssh-b6pjNt1hbEXf/agent.48 [2020-09-01T01:54:41.919Z] SSH_AGENT_PID=53 [2020-09-01T01:54:41.925Z] Running ssh-add (command line suppressed) [2020-09-01T01:54:42.054Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_673744994906647171.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_673744994906647171.key) [2020-09-01T01:54:42.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T01:54:42.420Z] + git semver init [2020-09-01T01:54:42.420Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T01:54:42.420Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-01T01:54:42.420Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-01T01:54:42.420Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T01:54:42.420Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T01:54:42.420Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T01:54:42.420Z] # $SEMVER_BRANCH = master [2020-09-01T01:54:42.420Z] # $SEMVER_TEMP = /tmp/semver-178785158 [2020-09-01T01:54:42.420Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-09-01T01:54:42.684Z] # '/tmp/semver-178785158' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-09-01T01:54:42.684Z] # -> Force: false [2020-09-01T01:54:42.684Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-09-01T01:54:42.703Z] $ docker exec --env ******** --env ******** 7d5303e26ea61a86cad9676759f77348938b90cb9d1d6955ec6753c15fd6458f ssh-agent -k [2020-09-01T01:54:42.826Z] unset SSH_AUTH_SOCK; [2020-09-01T01:54:42.827Z] unset SSH_AGENT_PID; [2020-09-01T01:54:42.827Z] echo Agent pid 53 killed; [2020-09-01T01:54:42.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T01:54:43.318Z] + git semver [Pipeline] } [2020-09-01T01:54:43.337Z] $ docker stop --time=1 7d5303e26ea61a86cad9676759f77348938b90cb9d1d6955ec6753c15fd6458f [2020-09-01T01:54:44.718Z] $ docker rm -f 7d5303e26ea61a86cad9676759f77348938b90cb9d1d6955ec6753c15fd6458f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-01T01:54:45.443Z] Stashed 22 file(s) [Pipeline] echo [2020-09-01T01:54:45.445Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.3 [Pipeline] echo [2020-09-01T01:54:45.539Z] Archived original version: [1.2.3-dev.3] [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-01T01:54:46.011Z] Running on prd-centos7-docker-4c-2g-991 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-09-01T01:54:46.053Z] Running in /w/workspace/device-modbus-go/21 [Pipeline] { [Pipeline] checkout [2020-09-01T01:54:49.118Z] using credential edgex-jenkins-ssh [2020-09-01T01:54:49.172Z] Cloning the remote Git repository [2020-09-01T01:54:49.172Z] Cloning with configured refspecs honoured and without tags [2020-09-01T01:54:49.212Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-01T01:54:49.281Z] > git init /w/workspace/device-modbus-go/21 # timeout=10 [2020-09-01T01:54:49.335Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-01T01:54:49.335Z] > git --version # timeout=10 [2020-09-01T01:54:49.346Z] > git --version # 'git version 2.16.5' [2020-09-01T01:54:49.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T01:54:49.403Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T01:54:49.989Z] Fetching without tags [2020-09-01T01:54:50.408Z] Checking out Revision 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b (master) [2020-09-01T01:54:49.965Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-01T01:54:49.974Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T01:54:49.987Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-01T01:54:49.998Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-01T01:54:49.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T01:54:50.004Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T01:54:50.426Z] > git config core.sparsecheckout # timeout=10 [2020-09-01T01:54:50.432Z] > git checkout -f 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-01T01:54:54.196Z] Commit message: "Merge pull request #165 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-01T01:54:55.104Z] ========================================================= [2020-09-01T01:54:55.104Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-01T01:54:55.104Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:54:55.922Z] + 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-01T01:54:56.188Z] Sending build context to Docker daemon 650.2kB [2020-09-01T01:54:56.188Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-01T01:54:56.188Z] Step 2/8 : FROM ${BASE} [2020-09-01T01:54:56.471Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-01T01:54:56.471Z] df20fa9351a1: Pulling fs layer [2020-09-01T01:54:56.471Z] ed8968b2872e: Pulling fs layer [2020-09-01T01:54:56.471Z] a92cc7c5fd73: Pulling fs layer [2020-09-01T01:54:56.471Z] 2dd03ba5bac4: Pulling fs layer [2020-09-01T01:54:56.471Z] 1e091d79d1de: Pulling fs layer [2020-09-01T01:54:56.471Z] 481702a1767f: Pulling fs layer [2020-09-01T01:54:56.471Z] f64a6f60c768: Pulling fs layer [2020-09-01T01:54:56.471Z] e78d2573fc39: Pulling fs layer [2020-09-01T01:54:56.471Z] e876d2f968b6: Pulling fs layer [2020-09-01T01:54:56.471Z] ce8a83651883: Pulling fs layer [2020-09-01T01:54:56.471Z] 07967f4d0e4b: Pulling fs layer [2020-09-01T01:54:56.471Z] f64a6f60c768: Waiting [2020-09-01T01:54:56.471Z] e78d2573fc39: Waiting [2020-09-01T01:54:56.471Z] e876d2f968b6: Waiting [2020-09-01T01:54:56.471Z] ce8a83651883: Waiting [2020-09-01T01:54:56.471Z] 07967f4d0e4b: Waiting [2020-09-01T01:54:56.471Z] 2dd03ba5bac4: Waiting [2020-09-01T01:54:56.471Z] 1e091d79d1de: Waiting [2020-09-01T01:54:56.471Z] 481702a1767f: Waiting [2020-09-01T01:54:56.471Z] a92cc7c5fd73: Verifying Checksum [2020-09-01T01:54:56.471Z] a92cc7c5fd73: Download complete [2020-09-01T01:54:56.471Z] ed8968b2872e: Verifying Checksum [2020-09-01T01:54:56.471Z] ed8968b2872e: Download complete [2020-09-01T01:54:56.471Z] 1e091d79d1de: Download complete [2020-09-01T01:54:56.471Z] 481702a1767f: Download complete [2020-09-01T01:54:56.471Z] df20fa9351a1: Verifying Checksum [2020-09-01T01:54:57.085Z] df20fa9351a1: Pull complete [2020-09-01T01:54:57.693Z] f64a6f60c768: Verifying Checksum [2020-09-01T01:54:57.693Z] f64a6f60c768: Download complete [2020-09-01T01:54:57.693Z] e876d2f968b6: Verifying Checksum [2020-09-01T01:54:57.693Z] e876d2f968b6: Download complete [2020-09-01T01:54:57.694Z] ed8968b2872e: Pull complete [2020-09-01T01:54:58.315Z] a92cc7c5fd73: Pull complete [2020-09-01T01:54:58.315Z] ce8a83651883: Verifying Checksum [2020-09-01T01:54:58.315Z] ce8a83651883: Download complete [2020-09-01T01:54:58.592Z] e78d2573fc39: Verifying Checksum [2020-09-01T01:54:58.592Z] e78d2573fc39: Download complete [2020-09-01T01:54:58.592Z] 07967f4d0e4b: Verifying Checksum [2020-09-01T01:54:58.592Z] 07967f4d0e4b: Download complete [2020-09-01T01:54:58.592Z] 2dd03ba5bac4: Verifying Checksum [2020-09-01T01:54:58.592Z] 2dd03ba5bac4: Download complete [2020-09-01T01:55:00.892Z] Still waiting to schedule task [2020-09-01T01:55:00.892Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-01T01:55:06.860Z] 2dd03ba5bac4: Pull complete [2020-09-01T01:55:06.860Z] 1e091d79d1de: Pull complete [2020-09-01T01:55:06.860Z] 481702a1767f: Pull complete [2020-09-01T01:55:12.191Z] f64a6f60c768: Pull complete [2020-09-01T01:55:15.543Z] e78d2573fc39: Pull complete [2020-09-01T01:55:15.543Z] e876d2f968b6: Pull complete [2020-09-01T01:55:16.524Z] ce8a83651883: Pull complete [2020-09-01T01:55:16.524Z] 07967f4d0e4b: Pull complete [2020-09-01T01:55:16.524Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-01T01:55:16.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-01T01:55:16.524Z] ---> 5d7c900382c6 [2020-09-01T01:55:16.524Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-01T01:55:18.446Z] ---> Running in 1396a0bc1df8 [2020-09-01T01:55:18.446Z] Removing intermediate container 1396a0bc1df8 [2020-09-01T01:55:18.446Z] ---> 384963eebeae [2020-09-01T01:55:18.446Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T01:55:18.446Z] ---> Running in d1fa6c5d3c0d [2020-09-01T01:55:19.848Z] Removing intermediate container d1fa6c5d3c0d [2020-09-01T01:55:19.848Z] ---> 936c759496f5 [2020-09-01T01:55:19.848Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-01T01:55:19.848Z] ---> Running in 17e16cace18c [2020-09-01T01:55:20.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T01:55:21.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T01:55:21.946Z] (1/14) Installing libmagic (5.38-r0) [2020-09-01T01:55:22.214Z] (2/14) Installing file (5.38-r0) [2020-09-01T01:55:22.214Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-01T01:55:22.214Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-01T01:55:27.547Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-01T01:55:27.547Z] (6/14) Installing patch (2.7.6-r6) [2020-09-01T01:55:27.547Z] (7/14) Installing build-base (0.5-r2) [2020-09-01T01:55:27.547Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-01T01:55:27.547Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-01T01:55:27.547Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-01T01:55:27.809Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-01T01:55:27.809Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-01T01:55:27.809Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-01T01:55:28.075Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-01T01:55:28.075Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T01:55:28.075Z] OK: 237 MiB in 53 packages [2020-09-01T01:55:30.698Z] Removing intermediate container 17e16cace18c [2020-09-01T01:55:30.698Z] ---> 250237f28d73 [2020-09-01T01:55:30.698Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-01T01:55:30.961Z] ---> Running in 2bf9b1547d88 [2020-09-01T01:55:31.227Z] Removing intermediate container 2bf9b1547d88 [2020-09-01T01:55:31.227Z] ---> a48ae66edefd [2020-09-01T01:55:31.227Z] Step 7/8 : COPY . . [2020-09-01T01:55:31.810Z] ---> d9f7902e19b3 [2020-09-01T01:55:31.810Z] Step 8/8 : RUN go mod download [2020-09-01T01:55:31.810Z] ---> Running in cb18bf7d16fd [2020-09-01T01:55:33.914Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-01T01:55:33.914Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-01T01:55:34.181Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-01T01:55:34.181Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-01T01:55:34.181Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-01T01:55:34.181Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-01T01:55:34.181Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-01T01:55:34.181Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-01T01:55:34.181Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-01T01:55:34.444Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-01T01:55:34.444Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-01T01:55:34.444Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-01T01:55:34.444Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-01T01:55:34.444Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-01T01:55:34.444Z] go: finding github.com/fatih/color v1.7.0 [2020-09-01T01:55:34.444Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-01T01:55:34.709Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-01T01:55:34.709Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-01T01:55:34.709Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-01T01:55:34.709Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-01T01:55:34.709Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-01T01:55:34.709Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-01T01:55:34.709Z] go: finding github.com/google/uuid v1.1.1 [2020-09-01T01:55:34.970Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-01T01:55:34.970Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-01T01:55:34.970Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-01T01:55:34.970Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-01T01:55:34.971Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-01T01:55:34.971Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-01T01:55:34.971Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-01T01:55:35.239Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-01T01:55:35.239Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-01T01:55:35.239Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-01T01:55:35.239Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-01T01:55:35.239Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-01T01:55:35.239Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-01T01:55:35.239Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-01T01:55:35.505Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-01T01:55:35.505Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-01T01:55:35.505Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-01T01:55:35.505Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-01T01:55:35.505Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-01T01:55:35.505Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-01T01:55:35.505Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-01T01:55:35.768Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-01T01:55:35.768Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-01T01:55:35.768Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-01T01:55:35.768Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-01T01:55:35.768Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-01T01:55:35.768Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-01T01:55:35.768Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-01T01:55:36.029Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-01T01:55:36.029Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-01T01:55:36.029Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-01T01:55:36.029Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-01T01:55:36.029Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-01T01:55:36.029Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-01T01:55:36.029Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-01T01:55:36.291Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-01T01:55:36.291Z] go: finding github.com/posener/complete v1.1.1 [2020-09-01T01:55:36.291Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-01T01:55:36.291Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-01T01:55:36.291Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-01T01:55:36.291Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-01T01:55:36.291Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-01T01:55:36.553Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-01T01:55:36.553Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-01T01:55:36.553Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-01T01:55:36.553Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-01T01:55:36.553Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-01T01:55:36.553Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-01T01:55:36.553Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-01T01:55:44.755Z] Removing intermediate container cb18bf7d16fd [2020-09-01T01:55:44.755Z] ---> 7284bb55dbc9 [2020-09-01T01:55:44.755Z] Successfully built 7284bb55dbc9 [2020-09-01T01:55:45.016Z] 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-01T01:55:47.638Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-01T01:55:47.955Z] + ls -al . [2020-09-01T01:55:47.955Z] total 64 [2020-09-01T01:55:47.955Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 1 01:54 . [2020-09-01T01:55:47.955Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 1 01:54 .. [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 4564 Sep 1 01:54 Attribution.txt [2020-09-01T01:55:47.955Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 1 01:54 bin [2020-09-01T01:55:47.955Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 1 01:54 cmd [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 1430 Sep 1 01:54 Dockerfile [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 954 Sep 1 01:54 Dockerfile.build [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 1 01:54 .dockerignore [2020-09-01T01:55:47.955Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 1 01:54 .git [2020-09-01T01:55:47.955Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 1 01:54 .github [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 330 Sep 1 01:54 .gitignore [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 559 Sep 1 01:54 go.mod [2020-09-01T01:55:47.955Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 1 01:54 internal [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 702 Sep 1 01:54 Jenkinsfile [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 1 01:54 LICENSE [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 880 Sep 1 01:54 Makefile [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 591 Sep 1 01:54 README.md [2020-09-01T01:55:47.955Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 1 01:54 .semver [2020-09-01T01:55:47.955Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 1 01:54 simulator [2020-09-01T01:55:47.955Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 1 01:54 snap [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 1 01:54 VERSION [2020-09-01T01:55:47.955Z] -rw-rw-r--. 1 jenkins jenkins 229 Sep 1 01:54 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:55:48.291Z] + 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=0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b --label arch=amd64 --label version=1.2.3-dev.3 . [2020-09-01T01:55:48.558Z] Sending build context to Docker daemon 650.2kB [2020-09-01T01:55:48.558Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-01T01:55:48.558Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-01T01:55:48.558Z] ---> 7284bb55dbc9 [2020-09-01T01:55:48.558Z] Step 3/20 : ARG MAKE='make build' [2020-09-01T01:55:48.820Z] ---> Running in 9c0c23706fcc [2020-09-01T01:55:49.083Z] Removing intermediate container 9c0c23706fcc [2020-09-01T01:55:49.083Z] ---> d38b5b6bb28f [2020-09-01T01:55:49.083Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T01:55:49.083Z] ---> Running in 19cc06850588 [2020-09-01T01:55:51.015Z] Removing intermediate container 19cc06850588 [2020-09-01T01:55:51.015Z] ---> 3380715bffae [2020-09-01T01:55:51.015Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-01T01:55:51.015Z] ---> Running in ac4a1f815acb [2020-09-01T01:55:51.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T01:55:52.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T01:55:52.480Z] OK: 237 MiB in 53 packages [2020-09-01T01:55:53.052Z] Removing intermediate container ac4a1f815acb [2020-09-01T01:55:53.052Z] ---> b1ca77cf24ca [2020-09-01T01:55:53.052Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-01T01:55:53.052Z] ---> Running in 89f7737fc0e1 [2020-09-01T01:55:53.052Z] Removing intermediate container 89f7737fc0e1 [2020-09-01T01:55:53.052Z] ---> 766a25d3c611 [2020-09-01T01:55:53.052Z] Step 7/20 : COPY . . [2020-09-01T01:55:53.995Z] ---> d969bede95a3 [2020-09-01T01:55:53.995Z] Step 8/20 : RUN ${MAKE} [2020-09-01T01:55:53.995Z] ---> Running in 4c051167d11c [2020-09-01T01:55:54.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.3" -o cmd/device-modbus ./cmd [2020-09-01T01:56:04.334Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-01T01:56:07.641Z] Removing intermediate container 4c051167d11c [2020-09-01T01:56:07.641Z] ---> 225320119acb [2020-09-01T01:56:07.641Z] Step 9/20 : FROM scratch [2020-09-01T01:56:07.641Z] ---> [2020-09-01T01:56:07.641Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-01T01:56:07.641Z] ---> Running in 8f61169aaae7 [2020-09-01T01:56:07.641Z] Removing intermediate container 8f61169aaae7 [2020-09-01T01:56:07.641Z] ---> 42e50c62b8aa [2020-09-01T01:56:07.641Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-01T01:56:07.641Z] ---> Running in 905f24d34642 [2020-09-01T01:56:07.901Z] Removing intermediate container 905f24d34642 [2020-09-01T01:56:07.901Z] ---> 756216460c49 [2020-09-01T01:56:07.901Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-01T01:56:08.163Z] ---> 9b5f7fa89ba4 [2020-09-01T01:56:08.163Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-01T01:56:08.423Z] ---> a52e87a26cb7 [2020-09-01T01:56:08.423Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-01T01:56:08.684Z] ---> aa4f16e02854 [2020-09-01T01:56:08.684Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-01T01:56:08.684Z] ---> Running in d79d685d4b6f [2020-09-01T01:56:08.945Z] Removing intermediate container d79d685d4b6f [2020-09-01T01:56:08.945Z] ---> 534f4840b8bd [2020-09-01T01:56:08.945Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-01T01:56:08.945Z] ---> Running in ef20e2879253 [2020-09-01T01:56:09.210Z] Removing intermediate container ef20e2879253 [2020-09-01T01:56:09.210Z] ---> 96a134888b67 [2020-09-01T01:56:09.210Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T01:56:09.210Z] ---> Running in 87e45fab0b97 [2020-09-01T01:56:09.472Z] Removing intermediate container 87e45fab0b97 [2020-09-01T01:56:09.472Z] ---> f2fca9e3a92c [2020-09-01T01:56:09.472Z] Step 18/20 : LABEL arch=amd64 [2020-09-01T01:56:09.472Z] ---> Running in 4dcae2787be9 [2020-09-01T01:56:09.733Z] Removing intermediate container 4dcae2787be9 [2020-09-01T01:56:09.733Z] ---> 2453ca686af5 [2020-09-01T01:56:09.733Z] Step 19/20 : LABEL git_sha=0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:56:09.733Z] ---> Running in 845d4159a63c [2020-09-01T01:56:09.998Z] Removing intermediate container 845d4159a63c [2020-09-01T01:56:09.998Z] ---> 73ce2fcc184a [2020-09-01T01:56:09.998Z] Step 20/20 : LABEL version=1.2.3-dev.3 [2020-09-01T01:56:09.998Z] ---> Running in 28bf2bc2ee55 [2020-09-01T01:56:10.265Z] Removing intermediate container 28bf2bc2ee55 [2020-09-01T01:56:10.265Z] ---> 626f9499161d [2020-09-01T01:56:10.265Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-01T01:56:10.265Z] Successfully built 626f9499161d [2020-09-01T01:56:10.265Z] 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-01T01:56:10.741Z] provisioning config files... [2020-09-01T01:56:10.773Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/21@tmp/config5797455687640344964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-01T01:56:11.180Z] ---> docker-login.sh [2020-09-01T01:56:11.180Z] nexus3.edgexfoundry.org:10001 [2020-09-01T01:56:11.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:56:11.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:56:11.704Z] Configure a credential helper to remove this warning. See [2020-09-01T01:56:11.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:56:11.704Z] [2020-09-01T01:56:11.704Z] Login Succeeded [2020-09-01T01:56:11.704Z] nexus3.edgexfoundry.org:10002 [2020-09-01T01:56:11.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:56:11.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:56:11.965Z] Configure a credential helper to remove this warning. See [2020-09-01T01:56:11.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:56:11.965Z] [2020-09-01T01:56:11.965Z] Login Succeeded [2020-09-01T01:56:11.965Z] nexus3.edgexfoundry.org:10003 [2020-09-01T01:56:11.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:56:11.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:56:11.965Z] Configure a credential helper to remove this warning. See [2020-09-01T01:56:11.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:56:11.965Z] [2020-09-01T01:56:11.965Z] Login Succeeded [2020-09-01T01:56:11.965Z] nexus3.edgexfoundry.org:10004 [2020-09-01T01:56:12.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:56:12.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:56:12.225Z] Configure a credential helper to remove this warning. See [2020-09-01T01:56:12.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:56:12.225Z] [2020-09-01T01:56:12.225Z] Login Succeeded [2020-09-01T01:56:12.225Z] docker.io [2020-09-01T01:56:12.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:56:12.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:56:12.747Z] Configure a credential helper to remove this warning. See [2020-09-01T01:56:12.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:56:12.747Z] [2020-09-01T01:56:12.747Z] Login Succeeded [2020-09-01T01:56:12.747Z] ---> docker-login.sh ends [Pipeline] } [2020-09-01T01:56:12.755Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T01:56:12.978Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-09-01T01:56:12.978Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:56:12.978Z] latest [2020-09-01T01:56:12.978Z] 1.2.3-dev.3 [2020-09-01T01:56:12.978Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [2020-09-01T01:56:12.978Z] master [2020-09-01T01:56:12.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:13.473Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:13.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:56:13.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-01T01:56:13.769Z] 8dba883cdba2: Preparing [2020-09-01T01:56:13.769Z] 7556519464c2: Preparing [2020-09-01T01:56:13.769Z] 9a69ff225d03: Preparing [2020-09-01T01:56:13.769Z] 7556519464c2: Pushed [2020-09-01T01:56:13.769Z] 8dba883cdba2: Pushed [2020-09-01T01:56:14.711Z] 9a69ff225d03: Pushed [2020-09-01T01:56:14.973Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b: digest: sha256:7bcded88954d26b4eb279bf525d504164e69fc73d43ffff2b4d9b17104413490 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:15.279Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:15.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-09-01T01:56:15.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-01T01:56:15.578Z] 8dba883cdba2: Preparing [2020-09-01T01:56:15.578Z] 7556519464c2: Preparing [2020-09-01T01:56:15.578Z] 9a69ff225d03: Preparing [2020-09-01T01:56:15.578Z] 7556519464c2: Layer already exists [2020-09-01T01:56:15.578Z] 8dba883cdba2: Layer already exists [2020-09-01T01:56:15.578Z] 9a69ff225d03: Layer already exists [2020-09-01T01:56:15.578Z] latest: digest: sha256:7bcded88954d26b4eb279bf525d504164e69fc73d43ffff2b4d9b17104413490 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:15.882Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:16.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.3 [2020-09-01T01:56:16.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-01T01:56:16.178Z] 8dba883cdba2: Preparing [2020-09-01T01:56:16.178Z] 7556519464c2: Preparing [2020-09-01T01:56:16.178Z] 9a69ff225d03: Preparing [2020-09-01T01:56:16.178Z] 8dba883cdba2: Layer already exists [2020-09-01T01:56:16.178Z] 9a69ff225d03: Layer already exists [2020-09-01T01:56:16.178Z] 7556519464c2: Layer already exists [2020-09-01T01:56:16.178Z] 1.2.3-dev.3: digest: sha256:7bcded88954d26b4eb279bf525d504164e69fc73d43ffff2b4d9b17104413490 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:16.483Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:16.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [2020-09-01T01:56:16.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-01T01:56:16.780Z] 8dba883cdba2: Preparing [2020-09-01T01:56:16.780Z] 7556519464c2: Preparing [2020-09-01T01:56:16.780Z] 9a69ff225d03: Preparing [2020-09-01T01:56:16.780Z] 9a69ff225d03: Layer already exists [2020-09-01T01:56:16.780Z] 7556519464c2: Layer already exists [2020-09-01T01:56:16.780Z] 8dba883cdba2: Layer already exists [2020-09-01T01:56:16.780Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3: digest: sha256:7bcded88954d26b4eb279bf525d504164e69fc73d43ffff2b4d9b17104413490 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:17.081Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:56:17.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-09-01T01:56:17.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-01T01:56:17.383Z] 8dba883cdba2: Preparing [2020-09-01T01:56:17.383Z] 7556519464c2: Preparing [2020-09-01T01:56:17.383Z] 9a69ff225d03: Preparing [2020-09-01T01:56:17.383Z] 7556519464c2: Layer already exists [2020-09-01T01:56:17.383Z] 8dba883cdba2: Layer already exists [2020-09-01T01:56:17.383Z] 9a69ff225d03: Layer already exists [2020-09-01T01:56:17.383Z] master: digest: sha256:7bcded88954d26b4eb279bf525d504164e69fc73d43ffff2b4d9b17104413490 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T01:56:17.552Z] ===================================================== [Pipeline] echo [2020-09-01T01:56:17.607Z] taggedImages: [2020-09-01T01:56:17.607Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:56:17.607Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-09-01T01:56:17.607Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.3 [2020-09-01T01:56:17.607Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [2020-09-01T01:56:17.607Z] - 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] } [2020-09-01T01:56:47.514Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-992 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-09-01T01:56:47.561Z] Running in /w/workspace/device-modbus-go/21 [Pipeline] { [Pipeline] checkout [2020-09-01T01:56:52.633Z] using credential edgex-jenkins-ssh [2020-09-01T01:56:52.754Z] Cloning the remote Git repository [2020-09-01T01:56:52.754Z] Cloning with configured refspecs honoured and without tags [2020-09-01T01:56:52.804Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-01T01:56:52.920Z] > git init /w/workspace/device-modbus-go/21 # timeout=10 [2020-09-01T01:56:52.984Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-01T01:56:52.985Z] > git --version # timeout=10 [2020-09-01T01:56:53.006Z] > git --version # 'git version 2.17.1' [2020-09-01T01:56:53.008Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T01:56:53.087Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T01:56:54.062Z] Fetching without tags [2020-09-01T01:56:54.561Z] Checking out Revision 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b (master) [2020-09-01T01:56:53.972Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-01T01:56:53.992Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T01:56:54.021Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-01T01:56:54.062Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-01T01:56:54.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T01:56:54.075Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T01:56:54.567Z] > git config core.sparsecheckout # timeout=10 [2020-09-01T01:56:54.587Z] > git checkout -f 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-01T01:56:59.098Z] Commit message: "Merge pull request #165 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-01T01:57:01.547Z] ========================================================= [2020-09-01T01:57:01.547Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-01T01:57:01.547Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:57:02.577Z] + 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-01T01:57:03.569Z] Sending build context to Docker daemon 650.2kB [2020-09-01T01:57:03.569Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-01T01:57:03.569Z] Step 2/8 : FROM ${BASE} [2020-09-01T01:57:03.846Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-01T01:57:03.846Z] b538f80385f9: Pulling fs layer [2020-09-01T01:57:03.846Z] 74f711af9a0d: Pulling fs layer [2020-09-01T01:57:03.846Z] 99f96fe45779: Pulling fs layer [2020-09-01T01:57:03.846Z] fd7a069fd194: Pulling fs layer [2020-09-01T01:57:03.846Z] 66aa3694b03b: Pulling fs layer [2020-09-01T01:57:03.846Z] 170f70906a0f: Pulling fs layer [2020-09-01T01:57:03.846Z] ad7c5574e4b9: Pulling fs layer [2020-09-01T01:57:03.846Z] e772456be8f7: Pulling fs layer [2020-09-01T01:57:03.846Z] c890913d741a: Pulling fs layer [2020-09-01T01:57:03.846Z] 2480fcc9aa5a: Pulling fs layer [2020-09-01T01:57:03.846Z] 09adf4765672: Pulling fs layer [2020-09-01T01:57:03.846Z] fd7a069fd194: Waiting [2020-09-01T01:57:03.846Z] 66aa3694b03b: Waiting [2020-09-01T01:57:03.846Z] 170f70906a0f: Waiting [2020-09-01T01:57:03.846Z] ad7c5574e4b9: Waiting [2020-09-01T01:57:03.846Z] e772456be8f7: Waiting [2020-09-01T01:57:03.846Z] c890913d741a: Waiting [2020-09-01T01:57:03.846Z] 09adf4765672: Waiting [2020-09-01T01:57:03.846Z] 2480fcc9aa5a: Waiting [2020-09-01T01:57:03.846Z] 99f96fe45779: Verifying Checksum [2020-09-01T01:57:03.846Z] 99f96fe45779: Download complete [2020-09-01T01:57:03.846Z] 74f711af9a0d: Verifying Checksum [2020-09-01T01:57:03.846Z] 74f711af9a0d: Download complete [2020-09-01T01:57:03.846Z] 66aa3694b03b: Verifying Checksum [2020-09-01T01:57:03.846Z] 66aa3694b03b: Download complete [2020-09-01T01:57:03.846Z] 170f70906a0f: Download complete [2020-09-01T01:57:03.846Z] b538f80385f9: Verifying Checksum [2020-09-01T01:57:04.850Z] b538f80385f9: Pull complete [2020-09-01T01:57:05.461Z] 74f711af9a0d: Pull complete [2020-09-01T01:57:05.746Z] 99f96fe45779: Pull complete [2020-09-01T01:57:06.753Z] ad7c5574e4b9: Verifying Checksum [2020-09-01T01:57:06.753Z] ad7c5574e4b9: Download complete [2020-09-01T01:57:06.753Z] c890913d741a: Verifying Checksum [2020-09-01T01:57:06.753Z] c890913d741a: Download complete [2020-09-01T01:57:08.742Z] 2480fcc9aa5a: Verifying Checksum [2020-09-01T01:57:08.742Z] 2480fcc9aa5a: Download complete [2020-09-01T01:57:08.742Z] 09adf4765672: Download complete [2020-09-01T01:57:09.016Z] e772456be8f7: Verifying Checksum [2020-09-01T01:57:09.016Z] e772456be8f7: Download complete [2020-09-01T01:57:09.292Z] fd7a069fd194: Download complete [2020-09-01T01:57:21.919Z] fd7a069fd194: Pull complete [2020-09-01T01:57:21.919Z] 66aa3694b03b: Pull complete [2020-09-01T01:57:21.919Z] 170f70906a0f: Pull complete [2020-09-01T01:57:24.530Z] ad7c5574e4b9: Pull complete [2020-09-01T01:57:28.837Z] e772456be8f7: Pull complete [2020-09-01T01:57:29.116Z] c890913d741a: Pull complete [2020-09-01T01:57:31.745Z] 2480fcc9aa5a: Pull complete [2020-09-01T01:57:32.017Z] 09adf4765672: Pull complete [2020-09-01T01:57:32.017Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-01T01:57:32.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-01T01:57:32.017Z] ---> 2248a725d1cf [2020-09-01T01:57:32.017Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-01T01:57:36.325Z] ---> Running in 383436078df4 [2020-09-01T01:57:36.325Z] Removing intermediate container 383436078df4 [2020-09-01T01:57:36.325Z] ---> 95862f6dd375 [2020-09-01T01:57:36.325Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T01:57:36.325Z] ---> Running in 6c5ef43d52cf [2020-09-01T01:57:38.939Z] Removing intermediate container 6c5ef43d52cf [2020-09-01T01:57:38.939Z] ---> a3a247793152 [2020-09-01T01:57:38.939Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-01T01:57:39.211Z] ---> Running in 502a4f4c4886 [2020-09-01T01:57:40.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T01:57:41.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T01:57:41.815Z] (1/14) Installing libmagic (5.38-r0) [2020-09-01T01:57:42.086Z] (2/14) Installing file (5.38-r0) [2020-09-01T01:57:42.358Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-01T01:57:42.358Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-01T01:57:47.735Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-01T01:57:47.735Z] (6/14) Installing patch (2.7.6-r6) [2020-09-01T01:57:47.735Z] (7/14) Installing build-base (0.5-r2) [2020-09-01T01:57:47.735Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-01T01:57:47.735Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-01T01:57:47.735Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-01T01:57:47.735Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-01T01:57:47.735Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-01T01:57:48.003Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-01T01:57:48.003Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-01T01:57:48.273Z] Executing busybox-1.31.1-r16.trigger [2020-09-01T01:57:48.273Z] OK: 221 MiB in 53 packages [2020-09-01T01:57:52.589Z] Removing intermediate container 502a4f4c4886 [2020-09-01T01:57:52.589Z] ---> 3f4f5b8a3c98 [2020-09-01T01:57:52.589Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-01T01:57:52.589Z] ---> Running in 1c8643220809 [2020-09-01T01:57:52.861Z] Removing intermediate container 1c8643220809 [2020-09-01T01:57:52.862Z] ---> e59cd339251b [2020-09-01T01:57:52.862Z] Step 7/8 : COPY . . [2020-09-01T01:57:53.836Z] ---> 57eab7802b66 [2020-09-01T01:57:53.836Z] Step 8/8 : RUN go mod download [2020-09-01T01:57:54.108Z] ---> Running in c6315e6dc8aa [2020-09-01T01:57:57.489Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-01T01:57:57.489Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-01T01:57:57.489Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-01T01:57:57.489Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-01T01:57:57.489Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-01T01:57:57.489Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-01T01:57:57.489Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-01T01:57:57.489Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-01T01:57:57.489Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-01T01:57:57.489Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-01T01:57:57.489Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-01T01:57:57.489Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-01T01:57:57.489Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-01T01:57:57.489Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-01T01:57:57.489Z] go: finding github.com/fatih/color v1.7.0 [2020-09-01T01:57:57.758Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-01T01:57:57.758Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-01T01:57:57.758Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-01T01:57:57.758Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-01T01:57:57.758Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-01T01:57:57.758Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-01T01:57:57.758Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-01T01:57:58.029Z] go: finding github.com/google/uuid v1.1.1 [2020-09-01T01:57:58.029Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-01T01:57:58.029Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-01T01:57:58.029Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-01T01:57:58.029Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-01T01:57:58.029Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-01T01:57:58.029Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-01T01:57:58.298Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-01T01:57:58.298Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-01T01:57:58.298Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-01T01:57:58.298Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-01T01:57:58.298Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-01T01:57:58.298Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-01T01:57:58.298Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-01T01:57:58.568Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-01T01:57:58.568Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-01T01:57:58.568Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-01T01:57:58.568Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-01T01:57:58.568Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-01T01:57:58.568Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-01T01:57:58.568Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-01T01:57:58.836Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-01T01:57:58.836Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-01T01:57:58.836Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-01T01:57:58.836Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-01T01:57:58.836Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-01T01:57:58.836Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-01T01:57:58.836Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-01T01:57:59.104Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-01T01:57:59.104Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-01T01:57:59.104Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-01T01:57:59.104Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-01T01:57:59.104Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-01T01:57:59.105Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-01T01:57:59.105Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-01T01:57:59.373Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-01T01:57:59.373Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-01T01:57:59.373Z] go: finding github.com/posener/complete v1.1.1 [2020-09-01T01:57:59.373Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-01T01:57:59.373Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-01T01:57:59.374Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-01T01:57:59.374Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-01T01:57:59.643Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-01T01:57:59.643Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-01T01:57:59.643Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-01T01:57:59.643Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-01T01:57:59.643Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-01T01:57:59.643Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-01T01:57:59.643Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-01T01:57:59.915Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-01T01:58:10.067Z] Removing intermediate container c6315e6dc8aa [2020-09-01T01:58:10.067Z] ---> 1614f7801275 [2020-09-01T01:58:10.067Z] Successfully built 1614f7801275 [2020-09-01T01:58:10.067Z] 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-01T01:58:11.222Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-01T01:58:11.554Z] + ls -al . [2020-09-01T01:58:11.554Z] total 100 [2020-09-01T01:58:11.554Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 1 01:57 . [2020-09-01T01:58:11.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 1 01:56 .. [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 1 01:56 .dockerignore [2020-09-01T01:58:11.554Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 1 01:56 .git [2020-09-01T01:58:11.554Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 1 01:56 .github [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 330 Sep 1 01:56 .gitignore [2020-09-01T01:58:11.554Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 1 01:57 .semver [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 4564 Sep 1 01:56 Attribution.txt [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 1430 Sep 1 01:56 Dockerfile [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 954 Sep 1 01:56 Dockerfile.build [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 702 Sep 1 01:56 Jenkinsfile [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 1 01:56 LICENSE [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 880 Sep 1 01:56 Makefile [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 591 Sep 1 01:56 README.md [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 1 01:54 VERSION [2020-09-01T01:58:11.554Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 1 01:56 bin [2020-09-01T01:58:11.554Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 1 01:56 cmd [2020-09-01T01:58:11.554Z] -rw-rw-r-- 1 jenkins jenkins 559 Sep 1 01:56 go.mod [2020-09-01T01:58:11.554Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 1 01:56 internal [2020-09-01T01:58:11.554Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 1 01:56 simulator [2020-09-01T01:58:11.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 1 01:56 snap [2020-09-01T01:58:11.555Z] -rw-rw-r-- 1 jenkins jenkins 229 Sep 1 01:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:58:11.908Z] + 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=0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b --label arch=arm64 --label version=1.2.3-dev.3 . [2020-09-01T01:58:12.178Z] Sending build context to Docker daemon 650.2kB [2020-09-01T01:58:12.178Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-01T01:58:12.178Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-01T01:58:12.178Z] ---> 1614f7801275 [2020-09-01T01:58:12.178Z] Step 3/20 : ARG MAKE='make build' [2020-09-01T01:58:12.449Z] ---> Running in 32f340197aea [2020-09-01T01:58:13.039Z] Removing intermediate container 32f340197aea [2020-09-01T01:58:13.039Z] ---> 27186d14d651 [2020-09-01T01:58:13.039Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-01T01:58:13.039Z] ---> Running in 91270a56e8f5 [2020-09-01T01:58:15.646Z] Removing intermediate container 91270a56e8f5 [2020-09-01T01:58:15.646Z] ---> e7083d857df5 [2020-09-01T01:58:15.646Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-01T01:58:15.646Z] ---> Running in 3696726da328 [2020-09-01T01:58:17.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T01:58:18.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T01:58:18.628Z] OK: 221 MiB in 53 packages [2020-09-01T01:58:19.604Z] Removing intermediate container 3696726da328 [2020-09-01T01:58:19.604Z] ---> f49edcc6e705 [2020-09-01T01:58:19.604Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-01T01:58:19.604Z] ---> Running in a50558dbaa0a [2020-09-01T01:58:20.196Z] Removing intermediate container a50558dbaa0a [2020-09-01T01:58:20.196Z] ---> e0d95a9bc96d [2020-09-01T01:58:20.196Z] Step 7/20 : COPY . . [2020-09-01T01:58:21.169Z] ---> bcea5c4788a8 [2020-09-01T01:58:21.169Z] Step 8/20 : RUN ${MAKE} [2020-09-01T01:58:21.169Z] ---> Running in fc235f9bf84f [2020-09-01T01:58:22.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.3" -o cmd/device-modbus ./cmd [2020-09-01T01:58:44.800Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-01T01:58:53.091Z] Removing intermediate container fc235f9bf84f [2020-09-01T01:58:53.091Z] ---> 8ee749273654 [2020-09-01T01:58:53.091Z] Step 9/20 : FROM scratch [2020-09-01T01:58:53.091Z] ---> [2020-09-01T01:58:53.091Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-01T01:58:53.091Z] ---> Running in 5192a24f510d [2020-09-01T01:58:53.091Z] Removing intermediate container 5192a24f510d [2020-09-01T01:58:53.091Z] ---> ca25c2d2f03f [2020-09-01T01:58:53.091Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-01T01:58:53.363Z] ---> Running in 218a5d526b0f [2020-09-01T01:58:53.638Z] Removing intermediate container 218a5d526b0f [2020-09-01T01:58:53.638Z] ---> e2b12c919b97 [2020-09-01T01:58:53.638Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-01T01:58:55.068Z] ---> 14d231a3177e [2020-09-01T01:58:55.068Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-01T01:58:55.658Z] ---> 157cdbac3778 [2020-09-01T01:58:55.658Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-01T01:58:56.249Z] ---> 4733057c0d10 [2020-09-01T01:58:56.249Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-01T01:58:56.521Z] ---> Running in 686b55927703 [2020-09-01T01:58:56.792Z] Removing intermediate container 686b55927703 [2020-09-01T01:58:56.792Z] ---> 623bfb6bde33 [2020-09-01T01:58:56.792Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-01T01:58:57.063Z] ---> Running in cc1cac2aa16e [2020-09-01T01:58:57.333Z] Removing intermediate container cc1cac2aa16e [2020-09-01T01:58:57.333Z] ---> 7f1c5f886604 [2020-09-01T01:58:57.333Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-01T01:58:57.603Z] ---> Running in 7473cdb426cc [2020-09-01T01:58:57.874Z] Removing intermediate container 7473cdb426cc [2020-09-01T01:58:57.874Z] ---> fde946c75c0e [2020-09-01T01:58:57.874Z] Step 18/20 : LABEL arch=arm64 [2020-09-01T01:58:58.146Z] ---> Running in 801f2670faa0 [2020-09-01T01:58:58.418Z] Removing intermediate container 801f2670faa0 [2020-09-01T01:58:58.418Z] ---> 76a4f622ec2f [2020-09-01T01:58:58.418Z] Step 19/20 : LABEL git_sha=0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:58:58.691Z] ---> Running in 43bc7a2324de [2020-09-01T01:58:58.961Z] Removing intermediate container 43bc7a2324de [2020-09-01T01:58:58.961Z] ---> b11974bbe052 [2020-09-01T01:58:58.961Z] Step 20/20 : LABEL version=1.2.3-dev.3 [2020-09-01T01:58:59.233Z] ---> Running in 2219d5048479 [2020-09-01T01:58:59.506Z] Removing intermediate container 2219d5048479 [2020-09-01T01:58:59.506Z] ---> c5d8bb3470ea [2020-09-01T01:58:59.506Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-01T01:58:59.506Z] Successfully built c5d8bb3470ea [2020-09-01T01:58:59.506Z] 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-01T01:59:00.238Z] provisioning config files... [2020-09-01T01:59:00.279Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/21@tmp/config4025645249505810309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-01T01:59:00.689Z] ---> docker-login.sh [2020-09-01T01:59:00.689Z] nexus3.edgexfoundry.org:10001 [2020-09-01T01:59:00.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:59:01.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:59:01.231Z] Configure a credential helper to remove this warning. See [2020-09-01T01:59:01.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:59:01.231Z] [2020-09-01T01:59:01.231Z] Login Succeeded [2020-09-01T01:59:01.231Z] nexus3.edgexfoundry.org:10002 [2020-09-01T01:59:01.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:59:01.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:59:01.775Z] Configure a credential helper to remove this warning. See [2020-09-01T01:59:01.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:59:01.775Z] [2020-09-01T01:59:01.775Z] Login Succeeded [2020-09-01T01:59:01.775Z] nexus3.edgexfoundry.org:10003 [2020-09-01T01:59:02.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:59:02.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:59:02.317Z] Configure a credential helper to remove this warning. See [2020-09-01T01:59:02.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:59:02.317Z] [2020-09-01T01:59:02.317Z] Login Succeeded [2020-09-01T01:59:02.317Z] nexus3.edgexfoundry.org:10004 [2020-09-01T01:59:02.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:59:02.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:59:02.912Z] Configure a credential helper to remove this warning. See [2020-09-01T01:59:02.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:59:02.912Z] [2020-09-01T01:59:02.912Z] Login Succeeded [2020-09-01T01:59:02.912Z] docker.io [2020-09-01T01:59:03.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-01T01:59:03.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-01T01:59:03.767Z] Configure a credential helper to remove this warning. See [2020-09-01T01:59:03.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-01T01:59:03.767Z] [2020-09-01T01:59:03.767Z] Login Succeeded [2020-09-01T01:59:03.767Z] ---> docker-login.sh ends [Pipeline] } [2020-09-01T01:59:03.782Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T01:59:03.972Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-09-01T01:59:03.972Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:59:03.972Z] latest [2020-09-01T01:59:03.972Z] 1.2.3-dev.3 [2020-09-01T01:59:03.972Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [2020-09-01T01:59:03.972Z] master [2020-09-01T01:59:03.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:04.909Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:05.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:59:05.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-01T01:59:05.259Z] a843efb7154d: Preparing [2020-09-01T01:59:05.259Z] 0e9f1d768887: Preparing [2020-09-01T01:59:05.259Z] 0bd32d0db6be: Preparing [2020-09-01T01:59:05.533Z] a843efb7154d: Pushed [2020-09-01T01:59:05.533Z] 0e9f1d768887: Pushed [2020-09-01T01:59:08.130Z] 0bd32d0db6be: Pushed [2020-09-01T01:59:08.130Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b: digest: sha256:7b55f7e3073331af140879068a6782e2742fde02133256c4a1c3c02c88c81214 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:08.472Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:08.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-09-01T01:59:08.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-01T01:59:08.811Z] a843efb7154d: Preparing [2020-09-01T01:59:08.811Z] 0e9f1d768887: Preparing [2020-09-01T01:59:08.811Z] 0bd32d0db6be: Preparing [2020-09-01T01:59:08.811Z] 0e9f1d768887: Layer already exists [2020-09-01T01:59:08.811Z] 0bd32d0db6be: Layer already exists [2020-09-01T01:59:08.811Z] a843efb7154d: Layer already exists [2020-09-01T01:59:09.081Z] latest: digest: sha256:7b55f7e3073331af140879068a6782e2742fde02133256c4a1c3c02c88c81214 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:09.418Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:09.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.3 [2020-09-01T01:59:09.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-01T01:59:09.836Z] a843efb7154d: Preparing [2020-09-01T01:59:09.836Z] 0e9f1d768887: Preparing [2020-09-01T01:59:09.836Z] 0bd32d0db6be: Preparing [2020-09-01T01:59:10.120Z] 0bd32d0db6be: Layer already exists [2020-09-01T01:59:10.120Z] a843efb7154d: Layer already exists [2020-09-01T01:59:10.120Z] 0e9f1d768887: Layer already exists [2020-09-01T01:59:10.120Z] 1.2.3-dev.3: digest: sha256:7b55f7e3073331af140879068a6782e2742fde02133256c4a1c3c02c88c81214 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:10.472Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:10.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [2020-09-01T01:59:10.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-01T01:59:10.868Z] a843efb7154d: Preparing [2020-09-01T01:59:10.868Z] 0e9f1d768887: Preparing [2020-09-01T01:59:10.868Z] 0bd32d0db6be: Preparing [2020-09-01T01:59:10.868Z] a843efb7154d: Layer already exists [2020-09-01T01:59:10.868Z] 0bd32d0db6be: Layer already exists [2020-09-01T01:59:10.868Z] 0e9f1d768887: Layer already exists [2020-09-01T01:59:11.148Z] 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3: digest: sha256:7b55f7e3073331af140879068a6782e2742fde02133256c4a1c3c02c88c81214 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:11.590Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:11.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-09-01T01:59:11.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-01T01:59:11.939Z] a843efb7154d: Preparing [2020-09-01T01:59:11.939Z] 0e9f1d768887: Preparing [2020-09-01T01:59:11.939Z] 0bd32d0db6be: Preparing [2020-09-01T01:59:11.939Z] a843efb7154d: Layer already exists [2020-09-01T01:59:11.939Z] 0e9f1d768887: Layer already exists [2020-09-01T01:59:11.939Z] 0bd32d0db6be: Layer already exists [2020-09-01T01:59:12.212Z] master: digest: sha256:7b55f7e3073331af140879068a6782e2742fde02133256c4a1c3c02c88c81214 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-01T01:59:12.405Z] ===================================================== [Pipeline] echo [2020-09-01T01:59:12.473Z] taggedImages: [2020-09-01T01:59:12.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:59:12.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-09-01T01:59:12.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.3 [2020-09-01T01:59:12.473Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b-1.2.3-dev.3 [2020-09-01T01:59:12.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] } [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-01T01:59:14.482Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-01T01:59:14.485Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-01T01:59:16.188Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:16.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T01:59:16.535Z] [2020-09-01T01:59:16.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:16.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T01:59:16.877Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-01T01:59:16.877Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-01T01:59:16.877Z] 408f87550127: Pulling fs layer [2020-09-01T01:59:16.877Z] fe522b08c979: Pulling fs layer [2020-09-01T01:59:16.877Z] 221eaa008020: Pulling fs layer [2020-09-01T01:59:16.877Z] 2a4607e5d6b9: Pulling fs layer [2020-09-01T01:59:16.877Z] 8f79b27c4fd2: Pulling fs layer [2020-09-01T01:59:16.877Z] e5c8dbe1645b: Pulling fs layer [2020-09-01T01:59:16.877Z] 23e8b3b47431: Pulling fs layer [2020-09-01T01:59:16.877Z] 5c568d65a230: Pulling fs layer [2020-09-01T01:59:16.877Z] 221eaa008020: Waiting [2020-09-01T01:59:16.877Z] 2a4607e5d6b9: Waiting [2020-09-01T01:59:16.877Z] 8f79b27c4fd2: Waiting [2020-09-01T01:59:16.877Z] e5c8dbe1645b: Waiting [2020-09-01T01:59:16.877Z] 23e8b3b47431: Waiting [2020-09-01T01:59:16.877Z] 5c568d65a230: Waiting [2020-09-01T01:59:16.877Z] fe522b08c979: Verifying Checksum [2020-09-01T01:59:16.877Z] fe522b08c979: Download complete [2020-09-01T01:59:16.877Z] 408f87550127: Verifying Checksum [2020-09-01T01:59:16.877Z] 408f87550127: Download complete [2020-09-01T01:59:16.877Z] 2a4607e5d6b9: Verifying Checksum [2020-09-01T01:59:16.877Z] 2a4607e5d6b9: Download complete [2020-09-01T01:59:16.877Z] 8f79b27c4fd2: Verifying Checksum [2020-09-01T01:59:16.877Z] 8f79b27c4fd2: Download complete [2020-09-01T01:59:16.877Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-01T01:59:16.877Z] cbdbe7a5bc2a: Download complete [2020-09-01T01:59:17.148Z] e5c8dbe1645b: Verifying Checksum [2020-09-01T01:59:17.148Z] e5c8dbe1645b: Download complete [2020-09-01T01:59:17.421Z] cbdbe7a5bc2a: Pull complete [2020-09-01T01:59:17.702Z] 23e8b3b47431: Verifying Checksum [2020-09-01T01:59:17.702Z] 23e8b3b47431: Download complete [2020-09-01T01:59:17.965Z] 408f87550127: Pull complete [2020-09-01T01:59:17.965Z] 5c568d65a230: Verifying Checksum [2020-09-01T01:59:17.965Z] 5c568d65a230: Download complete [2020-09-01T01:59:17.965Z] fe522b08c979: Pull complete [2020-09-01T01:59:18.553Z] 221eaa008020: Verifying Checksum [2020-09-01T01:59:18.553Z] 221eaa008020: Download complete [2020-09-01T01:59:23.899Z] 221eaa008020: Pull complete [2020-09-01T01:59:23.899Z] 2a4607e5d6b9: Pull complete [2020-09-01T01:59:23.899Z] 8f79b27c4fd2: Pull complete [2020-09-01T01:59:25.817Z] e5c8dbe1645b: Pull complete [2020-09-01T01:59:29.136Z] 23e8b3b47431: Pull complete [2020-09-01T01:59:30.537Z] 5c568d65a230: Pull complete [2020-09-01T01:59:30.537Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-01T01:59:30.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T01:59:30.537Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-01T01:59:30.727Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T01:59:30.779Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-01T01:59:32.157Z] $ docker top 1da5c200a90a9da446bc00f0891caa3b0636f2634cfb5d43800621ace016aa69 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-01T01:59:32.695Z] + snyk monitor '--org=edgex-jenkins' [2020-09-01T01:59:38.001Z] [2020-09-01T01:59:38.001Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-09-01T01:59:38.001Z] [2020-09-01T01:59:38.001Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/0bfadd13-aaeb-49df-91f1-1a8f7757f991 [2020-09-01T01:59:38.001Z] [2020-09-01T01:59:38.001Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-01T01:59:38.001Z] [2020-09-01T01:59:38.001Z] [2020-09-01T01:59:38.001Z] Snyk CLI supports Node.js 8 and higher. [2020-09-01T01:59:38.001Z] 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-01T01:59:38.001Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-01T01:59:38.001Z] [2020-09-01T01:59:38.001Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-01T01:59:38.001Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-01T01:59:38.019Z] $ docker stop --time=1 1da5c200a90a9da446bc00f0891caa3b0636f2634cfb5d43800621ace016aa69 [2020-09-01T01:59:40.017Z] $ docker rm -f 1da5c200a90a9da446bc00f0891caa3b0636f2634cfb5d43800621ace016aa69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:41.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T01:59:41.149Z] [2020-09-01T01:59:41.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:41.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T01:59:41.525Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-01T01:59:41.525Z] e7c96db7181b: Pulling fs layer [2020-09-01T01:59:41.525Z] 1868ca2cb446: Pulling fs layer [2020-09-01T01:59:41.525Z] 136be5d0fe8e: Pulling fs layer [2020-09-01T01:59:41.525Z] 894bfe63afcb: Pulling fs layer [2020-09-01T01:59:41.525Z] 894bfe63afcb: Waiting [2020-09-01T01:59:41.525Z] 1868ca2cb446: Verifying Checksum [2020-09-01T01:59:41.525Z] 1868ca2cb446: Download complete [2020-09-01T01:59:41.525Z] 136be5d0fe8e: Download complete [2020-09-01T01:59:41.525Z] e7c96db7181b: Verifying Checksum [2020-09-01T01:59:41.525Z] e7c96db7181b: Download complete [2020-09-01T01:59:41.525Z] 894bfe63afcb: Verifying Checksum [2020-09-01T01:59:41.525Z] 894bfe63afcb: Download complete [2020-09-01T01:59:41.787Z] e7c96db7181b: Pull complete [2020-09-01T01:59:42.049Z] 1868ca2cb446: Pull complete [2020-09-01T01:59:42.049Z] 136be5d0fe8e: Pull complete [2020-09-01T01:59:42.311Z] 894bfe63afcb: Pull complete [2020-09-01T01:59:42.311Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-01T01:59:42.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T01:59:42.311Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-01T01:59:42.404Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T01:59:42.453Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-01T01:59:43.610Z] $ docker top 69dd74e88ad2ac25177564d0e20db1b373414fc07295de849dfaa076dfb05a5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T01:59:44.183Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:59:44.183Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T01:59:46.881Z] $ docker stop --time=1 69dd74e88ad2ac25177564d0e20db1b373414fc07295de849dfaa076dfb05a5c [2020-09-01T01:59:48.250Z] $ docker rm -f 69dd74e88ad2ac25177564d0e20db1b373414fc07295de849dfaa076dfb05a5c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:48.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T01:59:48.720Z] . [Pipeline] withDockerContainer [2020-09-01T01:59:48.819Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T01:59:48.867Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-01T01:59:49.517Z] $ docker top 19e3452cfac8703ce879bc0f665bce111c83e57f59be5ff6a8ea9faebd4b6d7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T01:59:50.028Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T01:59:50.028Z] + tee [2020-09-01T01:59:50.028Z] clair timeout 1m0s [2020-09-01T01:59:50.028Z] docker timeout: 1m0s [2020-09-01T01:59:50.028Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T01:59:50.700Z] $ docker stop --time=1 19e3452cfac8703ce879bc0f665bce111c83e57f59be5ff6a8ea9faebd4b6d7f [2020-09-01T01:59:52.065Z] $ docker rm -f 19e3452cfac8703ce879bc0f665bce111c83e57f59be5ff6a8ea9faebd4b6d7f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T01:59:52.524Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-09-01T01:59:52.537Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b.html [Pipeline] writeFile [Pipeline] step [2020-09-01T01:59:52.587Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:53.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T01:59:53.003Z] . [Pipeline] withDockerContainer [2020-09-01T01:59:53.094Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T01:59:53.137Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-01T01:59:54.019Z] $ docker top 484656eb832c03b22295dca416f1cbe72b11c92b820330c3d7b8bf43e4fc9f8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T01:59:54.571Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5btee [2020-09-01T01:59:54.571Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T01:59:57.287Z] $ docker stop --time=1 484656eb832c03b22295dca416f1cbe72b11c92b820330c3d7b8bf43e4fc9f8a [2020-09-01T01:59:58.690Z] $ docker rm -f 484656eb832c03b22295dca416f1cbe72b11c92b820330c3d7b8bf43e4fc9f8a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T01:59:59.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-01T01:59:59.149Z] . [Pipeline] withDockerContainer [2020-09-01T01:59:59.242Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T01:59:59.283Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-01T02:00:00.068Z] $ docker top 0c7d5dfa15a83ad732adec921b19e8e996f4d637eda43e617e27823ea2d6ba52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-01T02:00:00.702Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b [2020-09-01T02:00:00.702Z] + tee [2020-09-01T02:00:00.702Z] clair timeout 1m0s [2020-09-01T02:00:00.702Z] docker timeout: 1m0s [2020-09-01T02:00:00.702Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-01T02:00:01.388Z] $ docker stop --time=1 0c7d5dfa15a83ad732adec921b19e8e996f4d637eda43e617e27823ea2d6ba52 [2020-09-01T02:00:02.759Z] $ docker rm -f 0c7d5dfa15a83ad732adec921b19e8e996f4d637eda43e617e27823ea2d6ba52 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-01T02:00:03.239Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-09-01T02:00:03.256Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b.html [Pipeline] writeFile [Pipeline] step [2020-09-01T02:00:03.308Z] 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-01T02:00:10.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:00:10.489Z] . [Pipeline] withDockerContainer [2020-09-01T02:00:10.590Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T02:00:10.637Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T02:00:11.364Z] $ docker top 4dbce77ce2d20163de0c4e2fabccfdacfe891a957e378ddf430ba0faa269a896 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T02:00:11.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:00:11.978Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:00:12.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:00:12.199Z] $ docker exec 4dbce77ce2d20163de0c4e2fabccfdacfe891a957e378ddf430ba0faa269a896 ssh-agent [2020-09-01T02:00:12.366Z] SSH_AUTH_SOCK=/tmp/ssh-i6DxmvqzxgTn/agent.11 [2020-09-01T02:00:12.366Z] SSH_AGENT_PID=16 [2020-09-01T02:00:12.373Z] Running ssh-add (command line suppressed) [2020-09-01T02:00:12.504Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_339627924134774056.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_339627924134774056.key) [2020-09-01T02:00:12.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:00:12.915Z] + git semver tag [2020-09-01T02:00:12.916Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T02:00:12.916Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-01T02:00:12.916Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-01T02:00:12.916Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T02:00:12.916Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T02:00:12.916Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T02:00:12.916Z] # $SEMVER_BRANCH = master [2020-09-01T02:00:12.916Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-09-01T02:00:12.916Z] # 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b HEAD [2020-09-01T02:00:12.916Z] # -> Force: false [2020-09-01T02:00:12.916Z] # 02ff5e948318a951222df8779d103651292b078e refs/tags/v1.2.3-dev.3 [Pipeline] } [2020-09-01T02:00:12.933Z] $ docker exec --env ******** --env ******** 4dbce77ce2d20163de0c4e2fabccfdacfe891a957e378ddf430ba0faa269a896 ssh-agent -k [2020-09-01T02:00:13.084Z] unset SSH_AUTH_SOCK; [2020-09-01T02:00:13.084Z] unset SSH_AGENT_PID; [2020-09-01T02:00:13.084Z] echo Agent pid 16 killed; [2020-09-01T02:00:13.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T02:00:13.592Z] + git semver [Pipeline] } [2020-09-01T02:00:13.613Z] $ docker stop --time=1 4dbce77ce2d20163de0c4e2fabccfdacfe891a957e378ddf430ba0faa269a896 [2020-09-01T02:00:14.966Z] $ docker rm -f 4dbce77ce2d20163de0c4e2fabccfdacfe891a957e378ddf430ba0faa269a896 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:00:15.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T02:00:15.568Z] [2020-09-01T02:00:15.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:00:15.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T02:00:15.923Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-01T02:00:15.923Z] ab5ef0e58194: Pulling fs layer [2020-09-01T02:00:15.923Z] 9712f1f96733: Pulling fs layer [2020-09-01T02:00:15.923Z] 63f879dbbcfc: Pulling fs layer [2020-09-01T02:00:15.923Z] 0d9ebad4ef96: Pulling fs layer [2020-09-01T02:00:15.923Z] e9a5061849ea: Pulling fs layer [2020-09-01T02:00:15.923Z] d747dcd14b5f: Pulling fs layer [2020-09-01T02:00:15.923Z] 2de7ff778b66: Pulling fs layer [2020-09-01T02:00:15.923Z] 0d9ebad4ef96: Waiting [2020-09-01T02:00:15.923Z] e9a5061849ea: Waiting [2020-09-01T02:00:15.923Z] d747dcd14b5f: Waiting [2020-09-01T02:00:15.923Z] 2de7ff778b66: Waiting [2020-09-01T02:00:15.923Z] 9712f1f96733: Download complete [2020-09-01T02:00:16.517Z] 63f879dbbcfc: Verifying Checksum [2020-09-01T02:00:16.517Z] 63f879dbbcfc: Download complete [2020-09-01T02:00:16.790Z] e9a5061849ea: Verifying Checksum [2020-09-01T02:00:16.790Z] e9a5061849ea: Download complete [2020-09-01T02:00:16.790Z] d747dcd14b5f: Download complete [2020-09-01T02:00:17.053Z] 0d9ebad4ef96: Verifying Checksum [2020-09-01T02:00:17.053Z] 0d9ebad4ef96: Download complete [2020-09-01T02:00:17.053Z] 2de7ff778b66: Verifying Checksum [2020-09-01T02:00:17.053Z] 2de7ff778b66: Download complete [2020-09-01T02:00:17.053Z] ab5ef0e58194: Verifying Checksum [2020-09-01T02:00:17.053Z] ab5ef0e58194: Download complete [2020-09-01T02:00:21.289Z] ab5ef0e58194: Pull complete [2020-09-01T02:00:21.290Z] 9712f1f96733: Pull complete [2020-09-01T02:00:24.601Z] 63f879dbbcfc: Pull complete [2020-09-01T02:00:29.910Z] 0d9ebad4ef96: Pull complete [2020-09-01T02:00:32.465Z] e9a5061849ea: Pull complete [2020-09-01T02:00:32.465Z] d747dcd14b5f: Pull complete [2020-09-01T02:00:35.018Z] 2de7ff778b66: Pull complete [2020-09-01T02:00:35.019Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-01T02:00:35.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T02:00:35.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-01T02:00:35.191Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T02:00:35.238Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-01T02:00:39.136Z] $ docker top b00fcb1ee2e66f236a3fd26f52c16278d87061db3378657e81f337c5d5726f0a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-01T02:00:39.453Z] provisioning config files... [2020-09-01T02:00:39.469Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6432165678766841421tmp [2020-09-01T02:00:39.488Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8043210143881765383tmp [2020-09-01T02:00:39.504Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7388030507953181221tmp [Pipeline] { [Pipeline] echo [2020-09-01T02:00:39.552Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:00:39.845Z] ---> sigul-configuration.sh [2020-09-01T02:00:39.845Z] gpg: directory `/root/.gnupg' created [2020-09-01T02:00:39.845Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-01T02:00:39.845Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-01T02:00:39.845Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-01T02:00:39.845Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-01T02:00:39.845Z] gpg: CAST5 encrypted data [2020-09-01T02:00:40.109Z] gpg: encrypted with 1 passphrase [2020-09-01T02:00:40.109Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-01T02:00:40.405Z] + mkdir /home/jenkins [2020-09-01T02:00:40.405Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-01T02:00:40.700Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-09-01T02:00:40.711Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:00:41.002Z] ---> sigul-install.sh [2020-09-01T02:00:46.299Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-01T02:00:46.604Z] + git tag --list [2020-09-01T02:00:46.604Z] v1.2.3-dev.3 [Pipeline] sh [2020-09-01T02:00:46.897Z] + lftools sign git-tag v1.2.3-dev.3 [2020-09-01T02:00:47.931Z] Signing Git tag with Sigul... [2020-09-01T02:00:47.931Z] Signing v1.2.3-dev.3 [2020-09-01T02:00:48.873Z] Error: Authentication failed [Pipeline] echo [2020-09-01T02:00:48.883Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:00:49.179Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-01T02:00:49.188Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-01T02:00:49.284Z] $ docker stop --time=1 b00fcb1ee2e66f236a3fd26f52c16278d87061db3378657e81f337c5d5726f0a [2020-09-01T02:00:51.118Z] $ docker rm -f b00fcb1ee2e66f236a3fd26f52c16278d87061db3378657e81f337c5d5726f0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:00:51.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:00:51.886Z] . [Pipeline] withDockerContainer [2020-09-01T02:00:51.982Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T02:00:52.025Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T02:00:52.771Z] $ docker top 49922c6fa5e19b4f83a0c00c4d72a24daa01bcd97e2478a82aeea053c83c27d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T02:00:53.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:00:53.087Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:00:53.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:00:53.319Z] $ docker exec 49922c6fa5e19b4f83a0c00c4d72a24daa01bcd97e2478a82aeea053c83c27d9 ssh-agent [2020-09-01T02:00:53.502Z] SSH_AUTH_SOCK=/tmp/ssh-9fiJ9NVP357X/agent.12 [2020-09-01T02:00:53.502Z] SSH_AGENT_PID=17 [2020-09-01T02:00:53.509Z] Running ssh-add (command line suppressed) [2020-09-01T02:00:53.651Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5242976095942703207.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5242976095942703207.key) [2020-09-01T02:00:53.704Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:00:54.034Z] + git semver bump pre [2020-09-01T02:00:54.034Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T02:00:54.034Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-01T02:00:54.034Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-01T02:00:54.034Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T02:00:54.034Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T02:00:54.034Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T02:00:54.034Z] # $SEMVER_BRANCH = master [2020-09-01T02:00:54.034Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-09-01T02:00:54.034Z] 1.2.3-dev.4 [Pipeline] } [2020-09-01T02:00:54.048Z] $ docker exec --env ******** --env ******** 49922c6fa5e19b4f83a0c00c4d72a24daa01bcd97e2478a82aeea053c83c27d9 ssh-agent -k [2020-09-01T02:00:54.173Z] unset SSH_AUTH_SOCK; [2020-09-01T02:00:54.173Z] unset SSH_AGENT_PID; [2020-09-01T02:00:54.173Z] echo Agent pid 17 killed; [2020-09-01T02:00:54.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T02:00:57.036Z] + git semver [Pipeline] } [2020-09-01T02:00:57.060Z] $ docker stop --time=1 49922c6fa5e19b4f83a0c00c4d72a24daa01bcd97e2478a82aeea053c83c27d9 [2020-09-01T02:00:58.415Z] $ docker rm -f 49922c6fa5e19b4f83a0c00c4d72a24daa01bcd97e2478a82aeea053c83c27d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:00:58.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T02:00:58.951Z] . [Pipeline] withDockerContainer [2020-09-01T02:00:59.048Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T02:00:59.092Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T02:00:59.781Z] $ docker top 75849358eb6ffe375bd8afc54a07a22dc0a7101ab7b39182f91bad3dd599498a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T02:01:00.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T02:01:00.083Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T02:01:00.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T02:01:00.277Z] $ docker exec 75849358eb6ffe375bd8afc54a07a22dc0a7101ab7b39182f91bad3dd599498a ssh-agent [2020-09-01T02:01:00.449Z] SSH_AUTH_SOCK=/tmp/ssh-IbjJgHN42TU5/agent.12 [2020-09-01T02:01:00.449Z] SSH_AGENT_PID=17 [2020-09-01T02:01:00.455Z] Running ssh-add (command line suppressed) [2020-09-01T02:01:00.582Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3051632683335997757.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3051632683335997757.key) [2020-09-01T02:01:00.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T02:01:00.959Z] + git semver push [2020-09-01T02:01:00.959Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T02:01:00.959Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-01T02:01:00.959Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-01T02:01:00.959Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T02:01:00.959Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T02:01:00.959Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T02:01:00.959Z] # $SEMVER_BRANCH = master [2020-09-01T02:01:00.959Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-09-01T02:01:07.567Z] $ docker exec --env ******** --env ******** 75849358eb6ffe375bd8afc54a07a22dc0a7101ab7b39182f91bad3dd599498a ssh-agent -k [2020-09-01T02:01:07.716Z] unset SSH_AUTH_SOCK; [2020-09-01T02:01:07.716Z] unset SSH_AGENT_PID; [2020-09-01T02:01:07.717Z] echo Agent pid 17 killed; [2020-09-01T02:01:07.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T02:01:12.768Z] + git semver [Pipeline] } [2020-09-01T02:01:12.786Z] $ docker stop --time=1 75849358eb6ffe375bd8afc54a07a22dc0a7101ab7b39182f91bad3dd599498a [2020-09-01T02:01:14.135Z] $ docker rm -f 75849358eb6ffe375bd8afc54a07a22dc0a7101ab7b39182f91bad3dd599498a [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-01T02:01:15.274Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:01:15.836Z] ---> package-listing.sh [2020-09-01T02:01:15.836Z] ++ facter osfamily [2020-09-01T02:01:15.836Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-01T02:01:15.836Z] + OS_FAMILY=redhat [2020-09-01T02:01:15.836Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-09-01T02:01:15.836Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-01T02:01:15.836Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-01T02:01:15.836Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-01T02:01:15.836Z] + PACKAGES=/tmp/packages_start.txt [2020-09-01T02:01:15.836Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-09-01T02:01:15.836Z] + PACKAGES=/tmp/packages_end.txt [2020-09-01T02:01:15.836Z] + case "${OS_FAMILY}" in [2020-09-01T02:01:15.836Z] + rpm -qa [2020-09-01T02:01:15.836Z] + sort [2020-09-01T02:01:20.054Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-01T02:01:20.054Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-01T02:01:20.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-01T02:01:20.054Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-09-01T02:01:20.054Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-09-01T02:01:20.054Z] + 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-01T02:01:20.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T02:01:20.494Z] [2020-09-01T02:01:20.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-01T02:01:20.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T02:01:20.858Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-01T02:01:20.858Z] c9b1b535fdd9: Pulling fs layer [2020-09-01T02:01:20.858Z] 2cc5ad85d9ab: Pulling fs layer [2020-09-01T02:01:20.858Z] 756a868c4378: Pulling fs layer [2020-09-01T02:01:20.858Z] 444b2fc9a129: Pulling fs layer [2020-09-01T02:01:20.858Z] ea15f1150254: Pulling fs layer [2020-09-01T02:01:20.858Z] 41b27a9f41bf: Pulling fs layer [2020-09-01T02:01:20.858Z] 28c525ee5125: Pulling fs layer [2020-09-01T02:01:20.858Z] 094b1ea09ed8: Pulling fs layer [2020-09-01T02:01:20.858Z] 138eaada9080: Pulling fs layer [2020-09-01T02:01:20.858Z] 0622d0fa9048: Pulling fs layer [2020-09-01T02:01:20.858Z] 41b27a9f41bf: Waiting [2020-09-01T02:01:20.858Z] 28c525ee5125: Waiting [2020-09-01T02:01:20.858Z] 444b2fc9a129: Waiting [2020-09-01T02:01:20.858Z] 094b1ea09ed8: Waiting [2020-09-01T02:01:20.858Z] 138eaada9080: Waiting [2020-09-01T02:01:20.858Z] 0622d0fa9048: Waiting [2020-09-01T02:01:20.858Z] ea15f1150254: Waiting [2020-09-01T02:01:20.858Z] 2cc5ad85d9ab: Verifying Checksum [2020-09-01T02:01:20.858Z] 2cc5ad85d9ab: Download complete [2020-09-01T02:01:20.858Z] 444b2fc9a129: Verifying Checksum [2020-09-01T02:01:20.858Z] 444b2fc9a129: Download complete [2020-09-01T02:01:20.858Z] c9b1b535fdd9: Verifying Checksum [2020-09-01T02:01:20.858Z] c9b1b535fdd9: Download complete [2020-09-01T02:01:20.858Z] ea15f1150254: Verifying Checksum [2020-09-01T02:01:20.858Z] ea15f1150254: Download complete [2020-09-01T02:01:21.127Z] 28c525ee5125: Verifying Checksum [2020-09-01T02:01:21.127Z] 28c525ee5125: Download complete [2020-09-01T02:01:21.389Z] 756a868c4378: Verifying Checksum [2020-09-01T02:01:21.389Z] 756a868c4378: Download complete [2020-09-01T02:01:21.389Z] 138eaada9080: Verifying Checksum [2020-09-01T02:01:21.389Z] 138eaada9080: Download complete [2020-09-01T02:01:21.389Z] 094b1ea09ed8: Verifying Checksum [2020-09-01T02:01:21.389Z] 094b1ea09ed8: Download complete [2020-09-01T02:01:21.965Z] 41b27a9f41bf: Verifying Checksum [2020-09-01T02:01:21.965Z] 41b27a9f41bf: Download complete [2020-09-01T02:01:22.228Z] 0622d0fa9048: Download complete [2020-09-01T02:01:22.228Z] c9b1b535fdd9: Pull complete [2020-09-01T02:01:22.489Z] 2cc5ad85d9ab: Pull complete [2020-09-01T02:01:23.885Z] 756a868c4378: Pull complete [2020-09-01T02:01:23.885Z] 444b2fc9a129: Pull complete [2020-09-01T02:01:24.148Z] ea15f1150254: Pull complete [2020-09-01T02:01:27.469Z] 41b27a9f41bf: Pull complete [2020-09-01T02:01:27.469Z] 28c525ee5125: Pull complete [2020-09-01T02:01:30.807Z] 094b1ea09ed8: Pull complete [2020-09-01T02:01:31.067Z] 138eaada9080: Pull complete [2020-09-01T02:01:31.067Z] 0622d0fa9048: Pull complete [2020-09-01T02:01:31.330Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-09-01T02:01:31.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T02:01:31.330Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-01T02:01:31.482Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2020-09-01T02:01:31.543Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-01T02:01:34.768Z] $ docker top 9b1647604cc460a89501a5502eda94c38601cf13c220442e3161d74bd4129a31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-01T02:01:35.136Z] provisioning config files... [2020-09-01T02:01:35.162Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8589330041543842666tmp [Pipeline] { [Pipeline] echo [2020-09-01T02:01:35.222Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:01:35.523Z] ---> create-netrc.sh [Pipeline] echo [2020-09-01T02:01:35.534Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T02:01:35.829Z] ---> logs-deploy.sh [2020-09-01T02:01:35.829Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/21 [2020-09-01T02:01:35.829Z] INFO: archiving workspace using pattern(s): [2020-09-01T02:01:37.230Z] Archives upload complete. [2020-09-01T02:01:37.230Z] INFO: archiving logs to Nexus