Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17029 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 # timeout=10 Commit message: "Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" > git rev-list --no-walk 4af33ebb689733641b720494a11ef5733337ae1c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-21T06:36:04.924Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-21T06:36:05.215Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-21T06:36:05.317Z] ========================================================= [2020-12-21T06:36:05.317Z] EdgeX Global Pipelines Version Info [2020-12-21T06:36:05.317Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:36:06.776Z] ------------------- [2020-12-21T06:36:06.776Z] stable info: [2020-12-21T06:36:06.776Z] ------------------- [2020-12-21T06:36:06.776Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-21T06:36:06.776Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T06:36:06.776Z] Message: update stable to v1.0.173 [2020-12-21T06:36:07.724Z] ------------------- [2020-12-21T06:36:07.724Z] experimental info: [2020-12-21T06:36:07.724Z] ------------------- [2020-12-21T06:36:07.724Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-21T06:36:07.724Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T06:36:07.724Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-21T06:36:07.992Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-12-21T06:36:08.077Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-12-21T06:36:08.165Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-21T06:36:08.252Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-21T06:36:08.372Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-21T06:36:08.502Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-21T06:36:08.592Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-21T06:36:08.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-21T06:36:08.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-21T06:36:08.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-21T06:36:08.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-21T06:36:09.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-12-21T06:36:09.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-21T06:36:09.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-21T06:36:09.317Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T06:36:09.429Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T06:36:09.520Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T06:36:09.612Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T06:36:09.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-21T06:36:09.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-21T06:36:09.923Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-21T06:36:10.011Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-21T06:36:10.097Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-21T06:36:10.232Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-21T06:36:10.363Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-21T06:36:10.461Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-21T06:36:10.553Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-21T06:36:10.716Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-21T06:36:10.829Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-21T06:36:10.922Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-21T06:36:11.025Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] echo [2020-12-21T06:36:11.118Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f5da14 [Pipeline] echo [2020-12-21T06:36:11.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:36:11.453Z] provisioning config files... [2020-12-21T06:36:11.531Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config567658238430845571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:36:11.887Z] ---> docker-login.sh [2020-12-21T06:36:11.887Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:36:12.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:12.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:12.416Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:12.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:12.416Z] [2020-12-21T06:36:12.416Z] Login Succeeded [2020-12-21T06:36:12.416Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:36:12.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:12.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:12.416Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:12.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:12.416Z] [2020-12-21T06:36:12.416Z] Login Succeeded [2020-12-21T06:36:12.416Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:36:12.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:12.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:12.679Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:12.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:12.679Z] [2020-12-21T06:36:12.679Z] Login Succeeded [2020-12-21T06:36:12.679Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:36:12.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:12.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:12.944Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:12.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:12.944Z] [2020-12-21T06:36:12.944Z] Login Succeeded [2020-12-21T06:36:12.944Z] docker.io [2020-12-21T06:36:12.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:36:13.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:36:13.207Z] Configure a credential helper to remove this warning. See [2020-12-21T06:36:13.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:36:13.207Z] [2020-12-21T06:36:13.207Z] Login Succeeded [2020-12-21T06:36:13.207Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:36:13.217Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:36:14.005Z] + git log --format=format:%s -1 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] echo [2020-12-21T06:36:14.078Z] GIT_COMMIT: 3f5da14ea87806f80aeb9fe9acaeb57a617c1318, Commit Message: Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11 [Pipeline] echo [2020-12-21T06:36:14.123Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:36:14.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:36:14.705Z] [2020-12-21T06:36:14.705Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:36:15.055Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:36:15.055Z] latest: Pulling from edgex-devops/git-semver [2020-12-21T06:36:15.055Z] 31603596830f: Pulling fs layer [2020-12-21T06:36:15.055Z] 2a8b12db71e7: Pulling fs layer [2020-12-21T06:36:15.055Z] 6ca5941a6612: Pulling fs layer [2020-12-21T06:36:15.055Z] ecc8261a40a4: Pulling fs layer [2020-12-21T06:36:15.055Z] ecc8261a40a4: Waiting [2020-12-21T06:36:15.055Z] 2a8b12db71e7: Verifying Checksum [2020-12-21T06:36:15.055Z] 2a8b12db71e7: Download complete [2020-12-21T06:36:15.055Z] 31603596830f: Verifying Checksum [2020-12-21T06:36:15.055Z] 31603596830f: Download complete [2020-12-21T06:36:15.318Z] ecc8261a40a4: Download complete [2020-12-21T06:36:15.318Z] 6ca5941a6612: Verifying Checksum [2020-12-21T06:36:15.318Z] 6ca5941a6612: Download complete [2020-12-21T06:36:15.586Z] 31603596830f: Pull complete [2020-12-21T06:36:15.856Z] 2a8b12db71e7: Pull complete [2020-12-21T06:36:16.430Z] 6ca5941a6612: Pull complete [2020-12-21T06:36:16.694Z] ecc8261a40a4: Pull complete [2020-12-21T06:36:16.694Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-21T06:36:16.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:36:16.957Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-21T06:36:17.063Z] prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container [2020-12-21T06:36:17.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-21T06:36:19.130Z] $ docker top 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:36:19.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:36:19.404Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:36:19.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:36:19.645Z] $ docker exec 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent [2020-12-21T06:36:19.923Z] SSH_AUTH_SOCK=/tmp/ssh-UpvkhNuDpFbQ/agent.12 [2020-12-21T06:36:19.923Z] SSH_AGENT_PID=17 [2020-12-21T06:36:19.933Z] Running ssh-add (command line suppressed) [2020-12-21T06:36:20.063Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5826609357116956738.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5826609357116956738.key) [2020-12-21T06:36:20.112Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:36:20.464Z] + git tag --points-at HEAD [Pipeline] } [2020-12-21T06:36:20.488Z] $ docker exec --env ******** --env ******** 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent -k [2020-12-21T06:36:20.612Z] unset SSH_AUTH_SOCK; [2020-12-21T06:36:20.612Z] unset SSH_AGENT_PID; [2020-12-21T06:36:20.612Z] echo Agent pid 17 killed; [2020-12-21T06:36:20.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-21T06:36:20.862Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:36:20.862Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:36:21.023Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:36:21.029Z] $ docker exec 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent [2020-12-21T06:36:21.188Z] SSH_AUTH_SOCK=/tmp/ssh-xxMvWvtp8NU0/agent.46 [2020-12-21T06:36:21.188Z] SSH_AGENT_PID=52 [2020-12-21T06:36:21.195Z] Running ssh-add (command line suppressed) [2020-12-21T06:36:21.317Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_891512619868720240.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_891512619868720240.key) [2020-12-21T06:36:21.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:36:21.701Z] + git semver init [2020-12-21T06:36:21.701Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:36:21.701Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-21T06:36:21.701Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-21T06:36:21.701Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:36:21.701Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:36:21.701Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:36:21.701Z] # $SEMVER_BRANCH = master [2020-12-21T06:36:21.701Z] # $SEMVER_TEMP = /tmp/semver-686655674 [2020-12-21T06:36:21.701Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-12-21T06:36:21.963Z] # '/tmp/semver-686655674' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-12-21T06:36:21.963Z] # -> Force: false [2020-12-21T06:36:21.963Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-21T06:36:21.979Z] $ docker exec --env ******** --env ******** 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent -k [2020-12-21T06:36:22.095Z] unset SSH_AUTH_SOCK; [2020-12-21T06:36:22.096Z] unset SSH_AGENT_PID; [2020-12-21T06:36:22.096Z] echo Agent pid 52 killed; [2020-12-21T06:36:22.141Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:36:22.605Z] + git semver [Pipeline] } [2020-12-21T06:36:22.624Z] $ docker stop --time=1 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 [2020-12-21T06:36:24.055Z] $ docker rm -f 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T06:36:24.591Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-21T06:36:25.007Z] Stashed 1 file(s) [Pipeline] echo [2020-12-21T06:36:25.010Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-21T06:36:40.543Z] Still waiting to schedule task [2020-12-21T06:36:40.543Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17031’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17030’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-12-21T06:36:40.546Z] Still waiting to schedule task [2020-12-21T06:36:40.547Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-17030’ is offline [2020-12-21T06:39:22.336Z] Running on prd-centos7-docker-4c-2g-17034 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-21T06:39:22.386Z] Running in /w/workspace/device-modbus-go/33 [Pipeline] { [Pipeline] checkout [2020-12-21T06:39:28.238Z] using credential edgex-jenkins-ssh [2020-12-21T06:39:28.287Z] Cloning the remote Git repository [2020-12-21T06:39:28.339Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-21T06:39:28.454Z] > git init /w/workspace/device-modbus-go/33 # timeout=10 [2020-12-21T06:39:29.820Z] Checking out Revision 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 (master) [2020-12-21T06:39:28.618Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-21T06:39:28.619Z] > git --version # timeout=10 [2020-12-21T06:39:28.631Z] > git --version # 'git version 2.24.3' [2020-12-21T06:39:28.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:39:28.686Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:39:29.319Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-21T06:39:29.334Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:39:29.357Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-21T06:39:29.372Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-21T06:39:29.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:39:29.378Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T06:39:29.838Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:39:29.851Z] > git checkout -f 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 # timeout=10 [2020-12-21T06:39:33.875Z] Commit message: "Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:39:35.323Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:39:35.769Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:39:36.116Z] + sudo service docker restart [2020-12-21T06:39:36.116Z] + true [2020-12-21T06:39:36.116Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:39:37.617Z] provisioning config files... [2020-12-21T06:39:37.656Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config861634791639961813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:39:37.739Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17033 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-21T06:39:37.922Z] Running in /w/workspace/device-modbus-go/33 [Pipeline] { [Pipeline] checkout [2020-12-21T06:39:38.088Z] ---> docker-login.sh [2020-12-21T06:39:38.088Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:39:38.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:38.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:38.685Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:38.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:38.685Z] [2020-12-21T06:39:38.685Z] Login Succeeded [2020-12-21T06:39:38.685Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:39:38.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:38.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:38.972Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:38.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:38.972Z] [2020-12-21T06:39:38.972Z] Login Succeeded [2020-12-21T06:39:38.972Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:39:39.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:39.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:39.244Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:39.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:39.244Z] [2020-12-21T06:39:39.244Z] Login Succeeded [2020-12-21T06:39:39.244Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:39:39.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:39.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:39.515Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:39.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:39.515Z] [2020-12-21T06:39:39.515Z] Login Succeeded [2020-12-21T06:39:39.515Z] docker.io [2020-12-21T06:39:39.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:40.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:40.062Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:40.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:40.062Z] [2020-12-21T06:39:40.062Z] Login Succeeded [2020-12-21T06:39:40.062Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:39:40.073Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T06:39:40.546Z] ========================================================= [2020-12-21T06:39:40.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-21T06:39:40.546Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:39:40.935Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-21T06:39:41.202Z] Sending build context to Docker daemon 529.9kB [2020-12-21T06:39:41.202Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T06:39:41.202Z] Step 2/8 : FROM ${BASE} [2020-12-21T06:39:41.202Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-21T06:39:41.202Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T06:39:41.202Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T06:39:41.202Z] de9db76c5a1d: Pulling fs layer [2020-12-21T06:39:41.202Z] bca2f99d35d6: Pulling fs layer [2020-12-21T06:39:41.202Z] 93359f2a8cfa: Pulling fs layer [2020-12-21T06:39:41.202Z] 7c6f9722023f: Pulling fs layer [2020-12-21T06:39:41.202Z] a35cf1a2eb13: Pulling fs layer [2020-12-21T06:39:41.202Z] 93359f2a8cfa: Waiting [2020-12-21T06:39:41.202Z] bca2f99d35d6: Waiting [2020-12-21T06:39:41.202Z] 7c6f9722023f: Waiting [2020-12-21T06:39:41.202Z] a35cf1a2eb13: Waiting [2020-12-21T06:39:41.202Z] de9db76c5a1d: Verifying Checksum [2020-12-21T06:39:41.202Z] de9db76c5a1d: Download complete [2020-12-21T06:39:41.469Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T06:39:41.469Z] 188c0c94c7c5: Download complete [2020-12-21T06:39:41.469Z] 93359f2a8cfa: Verifying Checksum [2020-12-21T06:39:41.469Z] 93359f2a8cfa: Download complete [2020-12-21T06:39:41.469Z] 7c6f9722023f: Verifying Checksum [2020-12-21T06:39:41.469Z] 7c6f9722023f: Download complete [2020-12-21T06:39:41.469Z] 0ef7d3d256c8: Verifying Checksum [2020-12-21T06:39:41.469Z] 0ef7d3d256c8: Download complete [2020-12-21T06:39:41.745Z] 188c0c94c7c5: Pull complete [2020-12-21T06:39:42.031Z] 0ef7d3d256c8: Pull complete [2020-12-21T06:39:42.320Z] de9db76c5a1d: Pull complete [2020-12-21T06:39:42.667Z] using credential edgex-jenkins-ssh [2020-12-21T06:39:42.729Z] Cloning the remote Git repository [2020-12-21T06:39:42.789Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-21T06:39:42.898Z] > git init /w/workspace/device-modbus-go/33 # timeout=10 [2020-12-21T06:39:42.989Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-21T06:39:42.990Z] > git --version # timeout=10 [2020-12-21T06:39:43.011Z] > git --version # 'git version 2.17.1' [2020-12-21T06:39:43.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:39:43.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:39:43.874Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-21T06:39:43.897Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T06:39:43.926Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-21T06:39:43.971Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-21T06:39:43.972Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T06:39:43.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T06:39:44.504Z] Checking out Revision 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 (master) [2020-12-21T06:39:45.028Z] a35cf1a2eb13: Verifying Checksum [2020-12-21T06:39:45.028Z] a35cf1a2eb13: Download complete [2020-12-21T06:39:44.523Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T06:39:44.538Z] > git checkout -f 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 # timeout=10 [2020-12-21T06:39:45.649Z] bca2f99d35d6: Verifying Checksum [2020-12-21T06:39:45.649Z] bca2f99d35d6: Download complete [2020-12-21T06:39:49.037Z] Commit message: "Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T06:39:50.692Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:39:51.132Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T06:39:51.489Z] + true [2020-12-21T06:39:51.489Z] + sudo service docker restart [2020-12-21T06:39:54.097Z] bca2f99d35d6: Pull complete [2020-12-21T06:39:54.098Z] 93359f2a8cfa: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:39:54.191Z] provisioning config files... [2020-12-21T06:39:54.238Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config2335621381392843016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:39:54.382Z] 7c6f9722023f: Pull complete [2020-12-21T06:39:54.657Z] ---> docker-login.sh [2020-12-21T06:39:54.657Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:39:55.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:55.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:55.917Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:55.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:55.917Z] [2020-12-21T06:39:55.917Z] Login Succeeded [2020-12-21T06:39:55.917Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:39:56.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:56.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:56.466Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:56.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:56.466Z] [2020-12-21T06:39:56.466Z] Login Succeeded [2020-12-21T06:39:56.466Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:39:56.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:57.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:57.011Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:57.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:57.011Z] [2020-12-21T06:39:57.011Z] Login Succeeded [2020-12-21T06:39:57.011Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:39:57.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:57.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:57.558Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:57.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:57.558Z] [2020-12-21T06:39:57.558Z] Login Succeeded [2020-12-21T06:39:57.558Z] docker.io [2020-12-21T06:39:57.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:39:58.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:39:58.106Z] Configure a credential helper to remove this warning. See [2020-12-21T06:39:58.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:39:58.106Z] [2020-12-21T06:39:58.106Z] Login Succeeded [2020-12-21T06:39:58.106Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:39:58.123Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T06:39:58.546Z] ========================================================= [2020-12-21T06:39:58.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-21T06:39:58.546Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:39:58.942Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-21T06:39:59.232Z] Sending build context to Docker daemon 528.9kB [2020-12-21T06:39:59.232Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T06:39:59.232Z] Step 2/8 : FROM ${BASE} [2020-12-21T06:39:59.508Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-21T06:39:59.508Z] 5f621e34cdf4: Pulling fs layer [2020-12-21T06:39:59.508Z] a4357932f1b6: Pulling fs layer [2020-12-21T06:39:59.508Z] 18c013af1878: Pulling fs layer [2020-12-21T06:39:59.508Z] 00ac8860ef70: Pulling fs layer [2020-12-21T06:39:59.508Z] 63d7cb157983: Pulling fs layer [2020-12-21T06:39:59.508Z] b116817d02f9: Pulling fs layer [2020-12-21T06:39:59.508Z] 745a02a5169b: Pulling fs layer [2020-12-21T06:39:59.508Z] 00ac8860ef70: Waiting [2020-12-21T06:39:59.508Z] 63d7cb157983: Waiting [2020-12-21T06:39:59.508Z] b116817d02f9: Waiting [2020-12-21T06:39:59.508Z] 745a02a5169b: Waiting [2020-12-21T06:39:59.508Z] 18c013af1878: Verifying Checksum [2020-12-21T06:39:59.508Z] 18c013af1878: Download complete [2020-12-21T06:39:59.508Z] a4357932f1b6: Verifying Checksum [2020-12-21T06:39:59.508Z] a4357932f1b6: Download complete [2020-12-21T06:39:59.508Z] 63d7cb157983: Verifying Checksum [2020-12-21T06:39:59.508Z] 63d7cb157983: Download complete [2020-12-21T06:39:59.508Z] b116817d02f9: Verifying Checksum [2020-12-21T06:39:59.508Z] b116817d02f9: Download complete [2020-12-21T06:39:59.508Z] 5f621e34cdf4: Verifying Checksum [2020-12-21T06:39:59.508Z] 5f621e34cdf4: Download complete [2020-12-21T06:40:00.509Z] 5f621e34cdf4: Pull complete [2020-12-21T06:40:00.790Z] a4357932f1b6: Pull complete [2020-12-21T06:40:01.183Z] a35cf1a2eb13: Pull complete [2020-12-21T06:40:01.183Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-21T06:40:01.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-21T06:40:01.183Z] ---> a62c8e92a672 [2020-12-21T06:40:01.183Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-21T06:40:01.183Z] ---> Running in e522121db1f9 [2020-12-21T06:40:01.183Z] Removing intermediate container e522121db1f9 [2020-12-21T06:40:01.183Z] ---> edc1fc9e9109 [2020-12-21T06:40:01.183Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:40:01.183Z] ---> Running in fa1a0d006669 [2020-12-21T06:40:01.400Z] 18c013af1878: Pull complete [2020-12-21T06:40:01.672Z] 745a02a5169b: Verifying Checksum [2020-12-21T06:40:01.672Z] 745a02a5169b: Download complete [2020-12-21T06:40:02.182Z] Removing intermediate container fa1a0d006669 [2020-12-21T06:40:02.182Z] ---> b2a4c554c69a [2020-12-21T06:40:02.182Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T06:40:02.478Z] ---> Running in c15847dbdf1c [2020-12-21T06:40:03.100Z] 00ac8860ef70: Download complete [2020-12-21T06:40:03.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T06:40:04.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T06:40:04.765Z] (1/14) Installing libmagic (5.38-r0) [2020-12-21T06:40:05.369Z] (2/14) Installing file (5.38-r0) [2020-12-21T06:40:05.369Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-21T06:40:05.369Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-21T06:40:13.256Z] 00ac8860ef70: Pull complete [2020-12-21T06:40:13.256Z] 63d7cb157983: Pull complete [2020-12-21T06:40:13.256Z] b116817d02f9: Pull complete [2020-12-21T06:40:13.864Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-21T06:40:13.864Z] (6/14) Installing patch (2.7.6-r6) [2020-12-21T06:40:13.864Z] (7/14) Installing build-base (0.5-r2) [2020-12-21T06:40:13.864Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-21T06:40:13.864Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-21T06:40:14.139Z] (10/14) Installing openssh-client (8.3_p1-r1) [2020-12-21T06:40:14.442Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-21T06:40:14.708Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-21T06:40:14.708Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-21T06:40:14.985Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-21T06:40:14.985Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T06:40:14.985Z] OK: 237 MiB in 53 packages [2020-12-21T06:40:17.574Z] 745a02a5169b: Pull complete [2020-12-21T06:40:17.574Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-21T06:40:17.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-21T06:40:17.574Z] ---> b7e6874047d6 [2020-12-21T06:40:17.574Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-21T06:40:19.310Z] Removing intermediate container c15847dbdf1c [2020-12-21T06:40:19.310Z] ---> ff378ac07726 [2020-12-21T06:40:19.310Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-21T06:40:19.310Z] ---> Running in 71b5a4e664f1 [2020-12-21T06:40:19.310Z] Removing intermediate container 71b5a4e664f1 [2020-12-21T06:40:19.310Z] ---> e255f40cbb0c [2020-12-21T06:40:19.310Z] Step 7/8 : COPY . . [2020-12-21T06:40:19.943Z] ---> 494add0328cb [2020-12-21T06:40:19.943Z] Step 8/8 : RUN go mod download [2020-12-21T06:40:20.207Z] ---> Running in 4987d305e75d [2020-12-21T06:40:20.207Z] Removing intermediate container 4987d305e75d [2020-12-21T06:40:20.207Z] ---> ceca1df8fc5d [2020-12-21T06:40:20.207Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:40:20.207Z] ---> Running in 1068b3ad18d7 [2020-12-21T06:40:20.245Z] ---> Running in 6705ad674842 [2020-12-21T06:40:22.846Z] Removing intermediate container 1068b3ad18d7 [2020-12-21T06:40:22.846Z] ---> 497c7bfc7ad9 [2020-12-21T06:40:22.846Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T06:40:22.846Z] ---> Running in 3a05e3db33d7 [2020-12-21T06:40:23.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T06:40:24.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T06:40:25.394Z] (1/14) Installing libmagic (5.38-r0) [2020-12-21T06:40:25.665Z] (2/14) Installing file (5.38-r0) [2020-12-21T06:40:25.945Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-21T06:40:25.945Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-21T06:40:34.208Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-21T06:40:34.208Z] (6/14) Installing patch (2.7.6-r6) [2020-12-21T06:40:34.208Z] (7/14) Installing build-base (0.5-r2) [2020-12-21T06:40:34.208Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-21T06:40:34.208Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-21T06:40:34.208Z] (10/14) Installing openssh-client (8.3_p1-r1) [2020-12-21T06:40:34.208Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-21T06:40:34.208Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-21T06:40:34.208Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-21T06:40:34.479Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-21T06:40:34.479Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T06:40:34.750Z] OK: 221 MiB in 53 packages [2020-12-21T06:40:39.050Z] Removing intermediate container 3a05e3db33d7 [2020-12-21T06:40:39.050Z] ---> 459696f292cf [2020-12-21T06:40:39.050Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-21T06:40:39.050Z] ---> Running in 4c373ac9e04c [2020-12-21T06:40:39.050Z] Removing intermediate container 4c373ac9e04c [2020-12-21T06:40:39.050Z] ---> 1db080a1c0c9 [2020-12-21T06:40:39.050Z] Step 7/8 : COPY . . [2020-12-21T06:40:40.031Z] ---> 485a5d5f1b73 [2020-12-21T06:40:40.031Z] Step 8/8 : RUN go mod download [2020-12-21T06:40:40.311Z] ---> Running in b391208c03c2 [2020-12-21T06:40:42.577Z] Removing intermediate container 6705ad674842 [2020-12-21T06:40:42.577Z] ---> 2c0102f0612e [2020-12-21T06:40:42.577Z] Successfully built 2c0102f0612e [2020-12-21T06:40:42.577Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:40:42.952Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T06:40:43.224Z] . [Pipeline] withDockerContainer [2020-12-21T06:40:43.416Z] prd-centos7-docker-4c-2g-17034 does not seem to be running inside a container [2020-12-21T06:40:43.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T06:40:44.893Z] $ docker top 03451cd00b4c99464337f0b72255bfd66ed2890c7fc450f01dd49bc45043d0d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:40:45.618Z] + go version [2020-12-21T06:40:45.618Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-21T06:40:45.648Z] $ docker stop --time=1 03451cd00b4c99464337f0b72255bfd66ed2890c7fc450f01dd49bc45043d0d3 [2020-12-21T06:40:47.135Z] $ docker rm -f 03451cd00b4c99464337f0b72255bfd66ed2890c7fc450f01dd49bc45043d0d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:40:48.197Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T06:40:48.197Z] . [Pipeline] withDockerContainer [2020-12-21T06:40:48.360Z] prd-centos7-docker-4c-2g-17034 does not seem to be running inside a container [2020-12-21T06:40:48.436Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T06:40:49.350Z] $ docker top 5ca77c9a000a755cbb1ec1ca433c081a13870d56997a53a06e90edfa1c238bba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:40:49.915Z] + make test [2020-12-21T06:40:49.915Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T06:40:52.049Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-21T06:41:02.520Z] Removing intermediate container b391208c03c2 [2020-12-21T06:41:02.521Z] ---> 80fb1c863c42 [2020-12-21T06:41:02.521Z] Successfully built 80fb1c863c42 [2020-12-21T06:41:02.521Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:02.864Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T06:41:02.864Z] . [Pipeline] withDockerContainer [2020-12-21T06:41:03.110Z] prd-ubuntu18.04-docker-arm64-4c-16g-17033 does not seem to be running inside a container [2020-12-21T06:41:03.191Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-21T06:41:04.633Z] $ docker top 7f420497d4589e8d28bb540a6d67e101257f6938c02f5796e5459812e006ff11 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:41:05.642Z] + go version [2020-12-21T06:41:05.642Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-21T06:41:05.666Z] $ docker stop --time=1 7f420497d4589e8d28bb540a6d67e101257f6938c02f5796e5459812e006ff11 [2020-12-21T06:41:07.588Z] $ docker rm -f 7f420497d4589e8d28bb540a6d67e101257f6938c02f5796e5459812e006ff11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:08.594Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T06:41:08.594Z] . [Pipeline] withDockerContainer [2020-12-21T06:41:08.863Z] prd-ubuntu18.04-docker-arm64-4c-16g-17033 does not seem to be running inside a container [2020-12-21T06:41:08.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-21T06:41:10.515Z] $ docker top a94c5ab54aafc3b9673ee44457aa4d40e2dc59b005408b5ac1798a54be22b931 -eo pid,comm [Pipeline] { [2020-12-21T06:41:10.845Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-21T06:41:10.845Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.214s coverage: 50.3% of statements [Pipeline] sh [2020-12-21T06:41:11.140Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-21T06:41:11.523Z] + make test [2020-12-21T06:41:11.524Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-21T06:41:12.506Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-21T06:41:15.620Z] gofmt -l . [2020-12-21T06:41:15.621Z] [ "`gofmt -l .`" = "" ] [2020-12-21T06:41:15.621Z] ./bin/test-attribution-txt.sh [2020-12-21T06:41:16.222Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-21T06:41:17.251Z] $ docker stop --time=1 5ca77c9a000a755cbb1ec1ca433c081a13870d56997a53a06e90edfa1c238bba [2020-12-21T06:41:19.759Z] $ docker rm -f 5ca77c9a000a755cbb1ec1ca433c081a13870d56997a53a06e90edfa1c238bba [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T06:41:20.748Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-21T06:41:21.267Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-21T06:41:22.782Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-21T06:41:23.154Z] + ls -al . [2020-12-21T06:41:23.154Z] total 104 [2020-12-21T06:41:23.154Z] drwxrwxr-x. 9 jenkins jenkins 4096 Dec 21 06:41 . [2020-12-21T06:41:23.154Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 21 06:39 .. [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 5589 Dec 21 06:39 Attribution.txt [2020-12-21T06:41:23.154Z] drwxrwxr-x. 2 jenkins jenkins 87 Dec 21 06:39 bin [2020-12-21T06:41:23.154Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 21 06:39 cmd [2020-12-21T06:41:23.154Z] -rw-r--r--. 1 jenkins jenkins 22364 Dec 21 06:41 coverage.out [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 1434 Dec 21 06:39 Dockerfile [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 958 Dec 21 06:39 Dockerfile.build [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 21 06:39 .dockerignore [2020-12-21T06:41:23.154Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 21 06:39 .git [2020-12-21T06:41:23.154Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 21 06:39 .github [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 338 Dec 21 06:39 .gitignore [2020-12-21T06:41:23.154Z] -rw-r--r--. 1 jenkins jenkins 524 Dec 21 06:41 go.mod [2020-12-21T06:41:23.154Z] -rw-r--r--. 1 jenkins jenkins 14852 Dec 21 06:41 go.sum [2020-12-21T06:41:23.154Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 21 06:39 internal [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 679 Dec 21 06:39 Jenkinsfile [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 21 06:39 LICENSE [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 880 Dec 21 06:39 Makefile [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 591 Dec 21 06:39 README.md [2020-12-21T06:41:23.154Z] drwxrwxr-x. 2 jenkins jenkins 52 Dec 21 06:39 simulator [2020-12-21T06:41:23.154Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 21 06:39 snap [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 21 06:36 VERSION [2020-12-21T06:41:23.154Z] -rw-rw-r--. 1 jenkins jenkins 229 Dec 21 06:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:23.513Z] + 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=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 --label arch=amd64 --label version=1.3.1-dev.5 . [2020-12-21T06:41:23.778Z] Sending build context to Docker daemon 561.2kB [2020-12-21T06:41:23.778Z] Step 1/20 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T06:41:23.778Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-21T06:41:23.778Z] ---> 2c0102f0612e [2020-12-21T06:41:23.778Z] Step 3/20 : ARG MAKE='make build' [2020-12-21T06:41:24.055Z] ---> Running in 9202c31989f7 [2020-12-21T06:41:24.350Z] Removing intermediate container 9202c31989f7 [2020-12-21T06:41:24.350Z] ---> 5a40aa5084fb [2020-12-21T06:41:24.350Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:41:24.350Z] ---> Running in 8455187fceda [2020-12-21T06:41:26.381Z] Removing intermediate container 8455187fceda [2020-12-21T06:41:26.381Z] ---> d8b26bccb4d3 [2020-12-21T06:41:26.381Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T06:41:26.381Z] ---> Running in 500205f6516e [2020-12-21T06:41:26.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T06:41:27.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T06:41:28.587Z] OK: 237 MiB in 53 packages [2020-12-21T06:41:29.197Z] Removing intermediate container 500205f6516e [2020-12-21T06:41:29.197Z] ---> 7518981c8538 [2020-12-21T06:41:29.197Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-21T06:41:29.197Z] ---> Running in d1a1146cb9c6 [2020-12-21T06:41:29.541Z] Removing intermediate container d1a1146cb9c6 [2020-12-21T06:41:29.541Z] ---> 1cac745431d2 [2020-12-21T06:41:29.541Z] Step 7/20 : COPY . . [2020-12-21T06:41:30.563Z] ---> c91d9d00cd8a [2020-12-21T06:41:30.563Z] Step 8/20 : RUN ${MAKE} [2020-12-21T06:41:30.867Z] ---> Running in 3fba1ccac202 [2020-12-21T06:41:31.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.5" -o cmd/device-modbus ./cmd [2020-12-21T06:41:44.925Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-21T06:41:44.925Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.321s coverage: 50.3% of statements [2020-12-21T06:41:45.200Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-21T06:41:47.290Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-21T06:41:52.870Z] Removing intermediate container 3fba1ccac202 [2020-12-21T06:41:52.870Z] ---> 057a27cde00a [2020-12-21T06:41:52.870Z] Step 9/20 : FROM scratch [2020-12-21T06:41:52.870Z] ---> [2020-12-21T06:41:52.870Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-21T06:41:52.870Z] ---> Running in 81f1d1af613d [2020-12-21T06:41:52.870Z] Removing intermediate container 81f1d1af613d [2020-12-21T06:41:52.870Z] ---> 6259b17c8c80 [2020-12-21T06:41:52.870Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-21T06:41:52.870Z] ---> Running in 195fff176f57 [2020-12-21T06:41:52.870Z] Removing intermediate container 195fff176f57 [2020-12-21T06:41:52.870Z] ---> 61d97fefb168 [2020-12-21T06:41:52.870Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-21T06:41:53.491Z] gofmt -l . [2020-12-21T06:41:53.491Z] [ "`gofmt -l .`" = "" ] [2020-12-21T06:41:53.491Z] ./bin/test-attribution-txt.sh [2020-12-21T06:41:53.491Z] ./bin/test-go-mod-tidy.sh [2020-12-21T06:41:53.507Z] ---> e2babb2e5253 [2020-12-21T06:41:53.507Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [Pipeline] } [2020-12-21T06:41:53.515Z] $ docker stop --time=1 a94c5ab54aafc3b9673ee44457aa4d40e2dc59b005408b5ac1798a54be22b931 [2020-12-21T06:41:54.124Z] ---> b5ef76fe08ed [2020-12-21T06:41:54.124Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-21T06:41:54.124Z] ---> 204af4f60cad [2020-12-21T06:41:54.124Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-21T06:41:54.396Z] ---> Running in 2821789117c3 [2020-12-21T06:41:54.679Z] Removing intermediate container 2821789117c3 [2020-12-21T06:41:54.679Z] ---> 74913e5a9f91 [2020-12-21T06:41:54.679Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-21T06:41:54.679Z] ---> Running in 06b61e9b43a1 [2020-12-21T06:41:54.963Z] Removing intermediate container 06b61e9b43a1 [2020-12-21T06:41:54.963Z] ---> 7d4421f30c04 [2020-12-21T06:41:54.963Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T06:41:54.963Z] ---> Running in 228570f3c62d [2020-12-21T06:41:55.232Z] Removing intermediate container 228570f3c62d [2020-12-21T06:41:55.232Z] ---> c38bb5f995ca [2020-12-21T06:41:55.232Z] Step 18/20 : LABEL arch=amd64 [2020-12-21T06:41:55.232Z] ---> Running in d616fbf1fcf4 [2020-12-21T06:41:55.514Z] Removing intermediate container d616fbf1fcf4 [2020-12-21T06:41:55.514Z] ---> cadeb7a9f4f7 [2020-12-21T06:41:55.514Z] Step 19/20 : LABEL git_sha=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:41:55.762Z] $ docker rm -f a94c5ab54aafc3b9673ee44457aa4d40e2dc59b005408b5ac1798a54be22b931 [2020-12-21T06:41:55.795Z] ---> Running in d61844ec614a [2020-12-21T06:41:56.070Z] Removing intermediate container d61844ec614a [2020-12-21T06:41:56.070Z] ---> e1080ffe440f [2020-12-21T06:41:56.070Z] Step 20/20 : LABEL version=1.3.1-dev.5 [2020-12-21T06:41:56.070Z] ---> Running in 280fb005d355 [Pipeline] // withDockerContainer [2020-12-21T06:41:56.363Z] Removing intermediate container 280fb005d355 [2020-12-21T06:41:56.363Z] ---> 775b297afcea [2020-12-21T06:41:56.363Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-21T06:41:56.363Z] Successfully built 775b297afcea [2020-12-21T06:41:56.363Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] sh [Pipeline] } [2020-12-21T06:41:56.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] stash [2020-12-21T06:41:56.801Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:41:57.082Z] provisioning config files... [2020-12-21T06:41:57.126Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config3153724172553128790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:41:57.552Z] Stashed 1 file(s) [Pipeline] } [2020-12-21T06:41:57.573Z] ---> docker-login.sh [2020-12-21T06:41:57.573Z] nexus3.edgexfoundry.org:10001 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-12-21T06:41:57.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2020-12-21T06:41:58.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-21T06:41:58.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:58.528Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:58.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:58.528Z] [2020-12-21T06:41:58.528Z] Login Succeeded [2020-12-21T06:41:58.528Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:41:58.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:41:58.629Z] + ls -al . [2020-12-21T06:41:58.629Z] total 136 [2020-12-21T06:41:58.629Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 21 06:41 . [2020-12-21T06:41:58.629Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 06:39 .. [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 21 06:39 .dockerignore [2020-12-21T06:41:58.629Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 06:39 .git [2020-12-21T06:41:58.629Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:39 .github [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 338 Dec 21 06:39 .gitignore [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 5589 Dec 21 06:39 Attribution.txt [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 1434 Dec 21 06:39 Dockerfile [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 958 Dec 21 06:39 Dockerfile.build [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 679 Dec 21 06:39 Jenkinsfile [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 21 06:39 LICENSE [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 880 Dec 21 06:39 Makefile [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 591 Dec 21 06:39 README.md [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 21 06:36 VERSION [2020-12-21T06:41:58.629Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:39 bin [2020-12-21T06:41:58.629Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 06:39 cmd [2020-12-21T06:41:58.629Z] -rw-r--r-- 1 jenkins jenkins 22364 Dec 21 06:41 coverage.out [2020-12-21T06:41:58.629Z] -rw-r--r-- 1 jenkins jenkins 524 Dec 21 06:41 go.mod [2020-12-21T06:41:58.629Z] -rw-r--r-- 1 jenkins jenkins 14852 Dec 21 06:41 go.sum [2020-12-21T06:41:58.629Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 06:39 internal [2020-12-21T06:41:58.629Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:39 simulator [2020-12-21T06:41:58.629Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 06:39 snap [2020-12-21T06:41:58.629Z] -rw-rw-r-- 1 jenkins jenkins 229 Dec 21 06:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:41:58.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:58.906Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:58.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:58.906Z] [2020-12-21T06:41:58.906Z] Login Succeeded [2020-12-21T06:41:58.906Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:41:59.038Z] + 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=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 --label arch=arm64 --label version=1.3.1-dev.5 . [2020-12-21T06:41:59.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:41:59.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:41:59.308Z] Configure a credential helper to remove this warning. See [2020-12-21T06:41:59.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:41:59.308Z] [2020-12-21T06:41:59.308Z] Login Succeeded [2020-12-21T06:41:59.308Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:41:59.666Z] Sending build context to Docker daemon 560.1kB [2020-12-21T06:41:59.666Z] Step 1/20 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T06:41:59.666Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-21T06:41:59.666Z] ---> 80fb1c863c42 [2020-12-21T06:41:59.666Z] Step 3/20 : ARG MAKE='make build' [2020-12-21T06:41:59.666Z] ---> Running in 024c8d563e16 [2020-12-21T06:41:59.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:42:00.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:42:00.094Z] Configure a credential helper to remove this warning. See [2020-12-21T06:42:00.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:42:00.094Z] [2020-12-21T06:42:00.094Z] Login Succeeded [2020-12-21T06:42:00.094Z] docker.io [2020-12-21T06:42:00.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:42:00.279Z] Removing intermediate container 024c8d563e16 [2020-12-21T06:42:00.279Z] ---> a03da78e2000 [2020-12-21T06:42:00.279Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T06:42:00.279Z] ---> Running in 072af319f7f8 [2020-12-21T06:42:00.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:42:00.361Z] Configure a credential helper to remove this warning. See [2020-12-21T06:42:00.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:42:00.361Z] [2020-12-21T06:42:00.361Z] Login Succeeded [2020-12-21T06:42:00.361Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:42:00.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T06:42:00.599Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-12-21T06:42:00.599Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:42:00.599Z] latest [2020-12-21T06:42:00.599Z] 1.3.1-dev.5 [2020-12-21T06:42:00.599Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [2020-12-21T06:42:00.599Z] master [2020-12-21T06:42:00.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:01.125Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:01.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:42:01.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-21T06:42:01.510Z] a371568c4fe4: Preparing [2020-12-21T06:42:01.510Z] 36aac74fd47e: Preparing [2020-12-21T06:42:01.510Z] f90ab32000d3: Preparing [2020-12-21T06:42:01.799Z] 36aac74fd47e: Pushed [2020-12-21T06:42:01.799Z] a371568c4fe4: Pushed [2020-12-21T06:42:02.912Z] Removing intermediate container 072af319f7f8 [2020-12-21T06:42:02.912Z] ---> 50678c461051 [2020-12-21T06:42:02.912Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-21T06:42:02.912Z] ---> Running in 37fa53a10804 [2020-12-21T06:42:03.241Z] f90ab32000d3: Pushed [2020-12-21T06:42:03.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T06:42:03.537Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:03.976Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:04.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-21T06:42:04.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-21T06:42:04.357Z] a371568c4fe4: Preparing [2020-12-21T06:42:04.357Z] 36aac74fd47e: Preparing [2020-12-21T06:42:04.357Z] f90ab32000d3: Preparing [2020-12-21T06:42:04.357Z] 36aac74fd47e: Layer already exists [2020-12-21T06:42:04.357Z] a371568c4fe4: Layer already exists [2020-12-21T06:42:04.357Z] f90ab32000d3: Layer already exists [2020-12-21T06:42:04.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T06:42:04.629Z] latest: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:05.067Z] OK: 221 MiB in 53 packages [2020-12-21T06:42:05.149Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:05.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.5 [2020-12-21T06:42:05.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-21T06:42:05.531Z] a371568c4fe4: Preparing [2020-12-21T06:42:05.531Z] 36aac74fd47e: Preparing [2020-12-21T06:42:05.531Z] f90ab32000d3: Preparing [2020-12-21T06:42:05.531Z] a371568c4fe4: Layer already exists [2020-12-21T06:42:05.531Z] f90ab32000d3: Layer already exists [2020-12-21T06:42:05.531Z] 36aac74fd47e: Layer already exists [2020-12-21T06:42:05.825Z] 1.3.1-dev.5: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:06.340Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:06.508Z] Removing intermediate container 37fa53a10804 [2020-12-21T06:42:06.508Z] ---> 5d452d528942 [2020-12-21T06:42:06.508Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-21T06:42:06.508Z] ---> Running in 21a0e2dc17f4 [2020-12-21T06:42:06.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [2020-12-21T06:42:06.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-21T06:42:06.719Z] a371568c4fe4: Preparing [2020-12-21T06:42:06.719Z] 36aac74fd47e: Preparing [2020-12-21T06:42:06.719Z] f90ab32000d3: Preparing [2020-12-21T06:42:06.719Z] a371568c4fe4: Layer already exists [2020-12-21T06:42:06.719Z] 36aac74fd47e: Layer already exists [2020-12-21T06:42:06.719Z] f90ab32000d3: Layer already exists [2020-12-21T06:42:06.719Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:06.780Z] Removing intermediate container 21a0e2dc17f4 [2020-12-21T06:42:06.781Z] ---> c1e4f8c53d81 [2020-12-21T06:42:06.781Z] Step 7/20 : COPY . . [2020-12-21T06:42:07.062Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:07.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-12-21T06:42:07.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-21T06:42:07.427Z] a371568c4fe4: Preparing [2020-12-21T06:42:07.427Z] 36aac74fd47e: Preparing [2020-12-21T06:42:07.427Z] f90ab32000d3: Preparing [2020-12-21T06:42:07.427Z] f90ab32000d3: Layer already exists [2020-12-21T06:42:07.427Z] a371568c4fe4: Layer already exists [2020-12-21T06:42:07.427Z] 36aac74fd47e: Layer already exists [2020-12-21T06:42:07.427Z] master: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T06:42:07.613Z] ===================================================== [Pipeline] echo [2020-12-21T06:42:07.661Z] taggedImages: [2020-12-21T06:42:07.661Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:42:07.661Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-21T06:42:07.661Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.5 [2020-12-21T06:42:07.661Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [2020-12-21T06:42:07.661Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-21T06:42:07.766Z] ---> 50be126a869e [2020-12-21T06:42:07.766Z] Step 8/20 : RUN ${MAKE} [2020-12-21T06:42:07.766Z] ---> Running in d9befd648682 [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-12-21T06:42:08.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.5" -o cmd/device-modbus ./cmd [2020-12-21T06:42:35.573Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-21T06:42:38.960Z] Removing intermediate container d9befd648682 [2020-12-21T06:42:38.960Z] ---> 33bd4eafff32 [2020-12-21T06:42:38.960Z] Step 9/20 : FROM scratch [2020-12-21T06:42:38.960Z] ---> [2020-12-21T06:42:38.960Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-21T06:42:38.960Z] ---> Running in d4de730719fa [2020-12-21T06:42:39.554Z] Removing intermediate container d4de730719fa [2020-12-21T06:42:39.554Z] ---> 72cb442b0265 [2020-12-21T06:42:39.554Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-21T06:42:39.554Z] ---> Running in b3225d7411fc [2020-12-21T06:42:40.154Z] Removing intermediate container b3225d7411fc [2020-12-21T06:42:40.154Z] ---> cedda460a4d4 [2020-12-21T06:42:40.154Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-21T06:42:41.143Z] ---> d27e63c11584 [2020-12-21T06:42:41.143Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-21T06:42:41.743Z] ---> e05a4579bfb8 [2020-12-21T06:42:41.743Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-21T06:42:42.732Z] ---> 8dd54fe4aa98 [2020-12-21T06:42:42.732Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-21T06:42:42.732Z] ---> Running in ccf69ec2705f [2020-12-21T06:42:43.330Z] Removing intermediate container ccf69ec2705f [2020-12-21T06:42:43.330Z] ---> c632743586aa [2020-12-21T06:42:43.330Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-21T06:42:43.330Z] ---> Running in b56236e5a1e0 [2020-12-21T06:42:43.925Z] Removing intermediate container b56236e5a1e0 [2020-12-21T06:42:43.925Z] ---> 5d07c5641a9c [2020-12-21T06:42:43.925Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T06:42:43.925Z] ---> Running in 6ba56def0e65 [2020-12-21T06:42:44.518Z] Removing intermediate container 6ba56def0e65 [2020-12-21T06:42:44.518Z] ---> ad5369201788 [2020-12-21T06:42:44.518Z] Step 18/20 : LABEL arch=arm64 [2020-12-21T06:42:44.518Z] ---> Running in 50474fd087bf [2020-12-21T06:42:45.110Z] Removing intermediate container 50474fd087bf [2020-12-21T06:42:45.110Z] ---> ca247019641f [2020-12-21T06:42:45.110Z] Step 19/20 : LABEL git_sha=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:42:45.110Z] ---> Running in a5e0666c68bb [2020-12-21T06:42:45.393Z] Removing intermediate container a5e0666c68bb [2020-12-21T06:42:45.393Z] ---> a2bc3663a489 [2020-12-21T06:42:45.393Z] Step 20/20 : LABEL version=1.3.1-dev.5 [2020-12-21T06:42:45.669Z] ---> Running in 70ee1a131bba [2020-12-21T06:42:46.263Z] Removing intermediate container 70ee1a131bba [2020-12-21T06:42:46.263Z] ---> 5a89735578cf [2020-12-21T06:42:46.263Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-21T06:42:46.263Z] Successfully built 5a89735578cf [2020-12-21T06:42:46.263Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T06:42:46.714Z] provisioning config files... [2020-12-21T06:42:46.749Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config583830508552030018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:42:47.153Z] ---> docker-login.sh [2020-12-21T06:42:47.153Z] nexus3.edgexfoundry.org:10001 [2020-12-21T06:42:47.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:42:47.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:42:47.698Z] Configure a credential helper to remove this warning. See [2020-12-21T06:42:47.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:42:47.698Z] [2020-12-21T06:42:47.698Z] Login Succeeded [2020-12-21T06:42:47.698Z] nexus3.edgexfoundry.org:10002 [2020-12-21T06:42:47.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:42:48.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:42:48.249Z] Configure a credential helper to remove this warning. See [2020-12-21T06:42:48.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:42:48.249Z] [2020-12-21T06:42:48.249Z] Login Succeeded [2020-12-21T06:42:48.249Z] nexus3.edgexfoundry.org:10003 [2020-12-21T06:42:48.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:42:48.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:42:48.522Z] Configure a credential helper to remove this warning. See [2020-12-21T06:42:48.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:42:48.522Z] [2020-12-21T06:42:48.796Z] Login Succeeded [2020-12-21T06:42:48.796Z] nexus3.edgexfoundry.org:10004 [2020-12-21T06:42:49.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:42:49.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:42:49.073Z] Configure a credential helper to remove this warning. See [2020-12-21T06:42:49.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:42:49.073Z] [2020-12-21T06:42:49.073Z] Login Succeeded [2020-12-21T06:42:49.073Z] docker.io [2020-12-21T06:42:49.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T06:42:49.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T06:42:49.976Z] Configure a credential helper to remove this warning. See [2020-12-21T06:42:49.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T06:42:49.976Z] [2020-12-21T06:42:49.976Z] Login Succeeded [2020-12-21T06:42:49.976Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T06:42:49.991Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T06:42:50.371Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-12-21T06:42:50.371Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:42:50.371Z] latest [2020-12-21T06:42:50.371Z] 1.3.1-dev.5 [2020-12-21T06:42:50.371Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [2020-12-21T06:42:50.371Z] master [2020-12-21T06:42:50.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:50.925Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:51.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:42:51.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-21T06:42:51.261Z] c312401581bc: Preparing [2020-12-21T06:42:51.261Z] 4ac61b48046d: Preparing [2020-12-21T06:42:51.261Z] 1a7e5586cccd: Preparing [2020-12-21T06:42:51.533Z] c312401581bc: Pushed [2020-12-21T06:42:51.534Z] 4ac61b48046d: Pushed [2020-12-21T06:42:54.134Z] 1a7e5586cccd: Pushed [2020-12-21T06:42:54.134Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:54.477Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:54.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-21T06:42:54.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-21T06:42:54.808Z] c312401581bc: Preparing [2020-12-21T06:42:54.808Z] 4ac61b48046d: Preparing [2020-12-21T06:42:54.808Z] 1a7e5586cccd: Preparing [2020-12-21T06:42:55.078Z] 4ac61b48046d: Layer already exists [2020-12-21T06:42:55.078Z] c312401581bc: Layer already exists [2020-12-21T06:42:55.078Z] 1a7e5586cccd: Layer already exists [2020-12-21T06:42:55.078Z] latest: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:55.417Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:55.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.5 [2020-12-21T06:42:55.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-21T06:42:55.747Z] c312401581bc: Preparing [2020-12-21T06:42:55.747Z] 4ac61b48046d: Preparing [2020-12-21T06:42:55.747Z] 1a7e5586cccd: Preparing [2020-12-21T06:42:55.747Z] c312401581bc: Layer already exists [2020-12-21T06:42:55.747Z] 1a7e5586cccd: Layer already exists [2020-12-21T06:42:56.019Z] 4ac61b48046d: Layer already exists [2020-12-21T06:42:56.019Z] 1.3.1-dev.5: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:56.360Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:56.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [2020-12-21T06:42:56.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-21T06:42:56.696Z] c312401581bc: Preparing [2020-12-21T06:42:56.696Z] 4ac61b48046d: Preparing [2020-12-21T06:42:56.696Z] 1a7e5586cccd: Preparing [2020-12-21T06:42:56.696Z] 1a7e5586cccd: Layer already exists [2020-12-21T06:42:56.696Z] c312401581bc: Layer already exists [2020-12-21T06:42:56.696Z] 4ac61b48046d: Layer already exists [2020-12-21T06:42:56.973Z] 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:57.324Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:42:57.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-12-21T06:42:57.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-21T06:42:57.656Z] c312401581bc: Preparing [2020-12-21T06:42:57.656Z] 4ac61b48046d: Preparing [2020-12-21T06:42:57.656Z] 1a7e5586cccd: Preparing [2020-12-21T06:42:57.656Z] c312401581bc: Layer already exists [2020-12-21T06:42:57.656Z] 1a7e5586cccd: Layer already exists [2020-12-21T06:42:57.656Z] 4ac61b48046d: Layer already exists [2020-12-21T06:42:57.928Z] master: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T06:42:58.128Z] ===================================================== [Pipeline] echo [2020-12-21T06:42:58.212Z] taggedImages: [2020-12-21T06:42:58.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [2020-12-21T06:42:58.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-21T06:42:58.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.5 [2020-12-21T06:42:58.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [2020-12-21T06:42:58.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-21T06:42:59.360Z] provisioning config files... [2020-12-21T06:42:59.377Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config578852909864143743tmp [Pipeline] { [Pipeline] sh [2020-12-21T06:42:59.766Z] + set +x [2020-12-21T06:42:59.766Z] + curl -s https://codecov.io/bash [2020-12-21T06:42:59.766Z] + bash -s -- [2020-12-21T06:43:00.035Z] [2020-12-21T06:43:00.035Z] _____ _ [2020-12-21T06:43:00.035Z] / ____| | | [2020-12-21T06:43:00.035Z] | | ___ __| | ___ ___ _____ __ [2020-12-21T06:43:00.035Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-21T06:43:00.035Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-21T06:43:00.035Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-21T06:43:00.035Z] Bash-20201217-3d3df35 [2020-12-21T06:43:00.035Z] [2020-12-21T06:43:00.035Z] [2020-12-21T06:43:00.035Z] git version 2.24.3 found [2020-12-21T06:43:00.035Z] curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-21T06:43:00.035Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-21T06:43:00.035Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-21T06:43:00.035Z] ==> Jenkins CI detected. [2020-12-21T06:43:00.035Z] project root: . [2020-12-21T06:43:00.035Z] --> token set from env [2020-12-21T06:43:00.035Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-21T06:43:00.035Z] ==> Running gcov in . (disable via -X gcov) [2020-12-21T06:43:00.035Z] ==> Python coveragepy not found [2020-12-21T06:43:00.035Z] ==> Searching for coverage reports in: [2020-12-21T06:43:00.035Z] + . [2020-12-21T06:43:00.035Z] -> Found 1 reports [2020-12-21T06:43:00.035Z] ==> Detecting git/mercurial file structure [2020-12-21T06:43:00.035Z] ==> Reading reports [2020-12-21T06:43:00.035Z] + ./coverage.out bytes=22364 [2020-12-21T06:43:00.035Z] ==> Appending adjustments [2020-12-21T06:43:00.035Z] https://docs.codecov.io/docs/fixing-reports [2020-12-21T06:43:00.306Z] + Found adjustments [2020-12-21T06:43:00.306Z] ==> Gzipping contents [2020-12-21T06:43:00.306Z] 8.0K /tmp/codecov.5TEiYF.gz [2020-12-21T06:43:00.306Z] ==> Uploading reports [2020-12-21T06:43:00.306Z] url: https://codecov.io [2020-12-21T06:43:00.306Z] query: branch=master&commit=3f5da14ea87806f80aeb9fe9acaeb57a617c1318&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-21T06:43:00.306Z] -> Pinging Codecov [2020-12-21T06:43:00.306Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=3f5da14ea87806f80aeb9fe9acaeb57a617c1318&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-21T06:43:00.576Z] -> Uploading to [2020-12-21T06:43:00.576Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-21/55DBCA73C666E3227836607328DD7E49/3f5da14ea87806f80aeb9fe9acaeb57a617c1318/1efe39f0-c91d-4342-b200-8b71dfe9d62d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201221T064300Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=874e5a235115dc651299f789f538c010081b911f26541e64edd7ee747e5af1a6 [2020-12-21T06:43:00.576Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T06:43:00.576Z] Dload Upload Total Spent Left Speed [2020-12-21T06:43:01.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4247 0 0 100 4247 0 9133 --:--:-- --:--:-- --:--:-- 9133 [2020-12-21T06:43:01.102Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] } [2020-12-21T06:43:01.129Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-21T06:43:01.607Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-21T06:43:01.666Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:02.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T06:43:02.009Z] [2020-12-21T06:43:02.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:02.394Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T06:43:02.394Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-21T06:43:02.394Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T06:43:02.394Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T06:43:02.394Z] de9db76c5a1d: Pulling fs layer [2020-12-21T06:43:02.394Z] 0eba1c9be4d2: Pulling fs layer [2020-12-21T06:43:02.394Z] 0d57e429df01: Pulling fs layer [2020-12-21T06:43:02.394Z] 4e4be7b47b0d: Pulling fs layer [2020-12-21T06:43:02.394Z] e1f770b5df2f: Pulling fs layer [2020-12-21T06:43:02.394Z] 85a0685a4137: Pulling fs layer [2020-12-21T06:43:02.394Z] 0d57e429df01: Waiting [2020-12-21T06:43:02.394Z] 4e4be7b47b0d: Waiting [2020-12-21T06:43:02.394Z] e1f770b5df2f: Waiting [2020-12-21T06:43:02.394Z] 85a0685a4137: Waiting [2020-12-21T06:43:02.394Z] 0eba1c9be4d2: Waiting [2020-12-21T06:43:02.394Z] de9db76c5a1d: Verifying Checksum [2020-12-21T06:43:02.394Z] de9db76c5a1d: Download complete [2020-12-21T06:43:02.394Z] 0ef7d3d256c8: Verifying Checksum [2020-12-21T06:43:02.394Z] 0ef7d3d256c8: Download complete [2020-12-21T06:43:02.394Z] 0d57e429df01: Verifying Checksum [2020-12-21T06:43:02.394Z] 0d57e429df01: Download complete [2020-12-21T06:43:02.394Z] 4e4be7b47b0d: Download complete [2020-12-21T06:43:02.394Z] 188c0c94c7c5: Download complete [2020-12-21T06:43:02.972Z] 188c0c94c7c5: Pull complete [2020-12-21T06:43:02.972Z] 0ef7d3d256c8: Pull complete [2020-12-21T06:43:03.235Z] de9db76c5a1d: Pull complete [2020-12-21T06:43:03.817Z] e1f770b5df2f: Verifying Checksum [2020-12-21T06:43:03.817Z] e1f770b5df2f: Download complete [2020-12-21T06:43:06.394Z] 0eba1c9be4d2: Verifying Checksum [2020-12-21T06:43:06.394Z] 0eba1c9be4d2: Download complete [2020-12-21T06:43:06.394Z] 85a0685a4137: Verifying Checksum [2020-12-21T06:43:06.394Z] 85a0685a4137: Download complete [2020-12-21T06:43:13.037Z] 0eba1c9be4d2: Pull complete [2020-12-21T06:43:13.037Z] 0d57e429df01: Pull complete [2020-12-21T06:43:13.037Z] 4e4be7b47b0d: Pull complete [2020-12-21T06:43:14.438Z] e1f770b5df2f: Pull complete [2020-12-21T06:43:22.673Z] 85a0685a4137: Pull complete [2020-12-21T06:43:22.673Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-21T06:43:22.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T06:43:22.673Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-21T06:43:22.914Z] prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container [2020-12-21T06:43:22.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-21T06:43:24.064Z] $ docker top 1ae5a9dd51144d0aa7b2910a661cca65e3920ba3b8023f289694a614d26759c8 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-21T06:43:24.257Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-21T06:43:24.555Z] + set -o pipefail [2020-12-21T06:43:24.555Z] + snyk monitor '--org=edgex-jenkins' [2020-12-21T06:43:32.776Z] [2020-12-21T06:43:32.776Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-12-21T06:43:32.776Z] [2020-12-21T06:43:32.776Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/2c23420b-448b-405f-a034-f7989e3c8c6f [2020-12-21T06:43:32.776Z] [2020-12-21T06:43:32.776Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2020-12-21T06:43:32.776Z] [2020-12-21T06:43:32.776Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-21T06:43:32.776Z] [2020-12-21T06:43:32.776Z] [2020-12-21T06:43:32.776Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-21T06:43:32.776Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-21T06:43:32.794Z] $ docker stop --time=1 1ae5a9dd51144d0aa7b2910a661cca65e3920ba3b8023f289694a614d26759c8 [2020-12-21T06:43:35.530Z] $ docker rm -f 1ae5a9dd51144d0aa7b2910a661cca65e3920ba3b8023f289694a614d26759c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-12-21T06:43:37.520Z] + git log --format=format:%s -1 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:37.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:43:37.828Z] . [Pipeline] withDockerContainer [2020-12-21T06:43:37.931Z] prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container [2020-12-21T06:43:37.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-21T06:43:38.828Z] $ docker top 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:43:39.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:43:39.164Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:43:39.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:43:39.420Z] $ docker exec 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 ssh-agent [2020-12-21T06:43:39.591Z] SSH_AUTH_SOCK=/tmp/ssh-wWls529cnNXk/agent.11 [2020-12-21T06:43:39.592Z] SSH_AGENT_PID=16 [2020-12-21T06:43:39.600Z] Running ssh-add (command line suppressed) [2020-12-21T06:43:39.743Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8579705706922350259.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8579705706922350259.key) [2020-12-21T06:43:39.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:43:40.134Z] + git semver tag [2020-12-21T06:43:40.134Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:43:40.134Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-21T06:43:40.134Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-21T06:43:40.134Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:43:40.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:43:40.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:43:40.134Z] # $SEMVER_BRANCH = master [2020-12-21T06:43:40.134Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-21T06:43:40.134Z] # 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 HEAD [2020-12-21T06:43:40.134Z] # -> Force: false [2020-12-21T06:43:40.134Z] # f507de82f302abed93e05ac4d291b710135d2c52 refs/tags/v1.3.1-dev.5 [Pipeline] } [2020-12-21T06:43:40.149Z] $ docker exec --env ******** --env ******** 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 ssh-agent -k [2020-12-21T06:43:40.273Z] unset SSH_AUTH_SOCK; [2020-12-21T06:43:40.273Z] unset SSH_AGENT_PID; [2020-12-21T06:43:40.273Z] echo Agent pid 16 killed; [2020-12-21T06:43:40.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:43:40.818Z] + git semver [Pipeline] } [2020-12-21T06:43:40.838Z] $ docker stop --time=1 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 [2020-12-21T06:43:42.195Z] $ docker rm -f 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:42.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T06:43:42.796Z] [2020-12-21T06:43:42.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:43:43.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T06:43:43.155Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-21T06:43:43.155Z] ab5ef0e58194: Pulling fs layer [2020-12-21T06:43:43.155Z] 9712f1f96733: Pulling fs layer [2020-12-21T06:43:43.155Z] 63f879dbbcfc: Pulling fs layer [2020-12-21T06:43:43.155Z] 0d9ebad4ef96: Pulling fs layer [2020-12-21T06:43:43.155Z] e9a5061849ea: Pulling fs layer [2020-12-21T06:43:43.155Z] d747dcd14b5f: Pulling fs layer [2020-12-21T06:43:43.155Z] 2de7ff778b66: Pulling fs layer [2020-12-21T06:43:43.155Z] e9a5061849ea: Waiting [2020-12-21T06:43:43.155Z] d747dcd14b5f: Waiting [2020-12-21T06:43:43.155Z] 2de7ff778b66: Waiting [2020-12-21T06:43:43.155Z] 0d9ebad4ef96: Waiting [2020-12-21T06:43:43.155Z] 9712f1f96733: Verifying Checksum [2020-12-21T06:43:43.155Z] 9712f1f96733: Download complete [2020-12-21T06:43:44.553Z] 63f879dbbcfc: Verifying Checksum [2020-12-21T06:43:44.553Z] 63f879dbbcfc: Download complete [2020-12-21T06:43:44.553Z] e9a5061849ea: Verifying Checksum [2020-12-21T06:43:44.553Z] e9a5061849ea: Download complete [2020-12-21T06:43:44.553Z] d747dcd14b5f: Verifying Checksum [2020-12-21T06:43:44.553Z] d747dcd14b5f: Download complete [2020-12-21T06:43:45.138Z] 2de7ff778b66: Verifying Checksum [2020-12-21T06:43:45.138Z] 2de7ff778b66: Download complete [2020-12-21T06:43:45.401Z] 0d9ebad4ef96: Verifying Checksum [2020-12-21T06:43:45.401Z] 0d9ebad4ef96: Download complete [2020-12-21T06:43:45.672Z] ab5ef0e58194: Download complete [2020-12-21T06:43:51.055Z] ab5ef0e58194: Pull complete [2020-12-21T06:43:51.679Z] 9712f1f96733: Pull complete [2020-12-21T06:43:54.348Z] 63f879dbbcfc: Pull complete [2020-12-21T06:44:00.977Z] 0d9ebad4ef96: Pull complete [2020-12-21T06:44:02.374Z] e9a5061849ea: Pull complete [2020-12-21T06:44:02.638Z] d747dcd14b5f: Pull complete [2020-12-21T06:44:05.200Z] 2de7ff778b66: Pull complete [2020-12-21T06:44:05.200Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-21T06:44:05.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T06:44:05.200Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-21T06:44:05.415Z] prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container [2020-12-21T06:44:05.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-21T06:44:09.147Z] $ docker top eacfb65c11d6e16d53c06954c918d9ff272b8674b9b3d9f387ff6e3ab4b5d352 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-21T06:44:09.457Z] provisioning config files... [2020-12-21T06:44:09.469Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5529607444992246895tmp [2020-12-21T06:44:09.487Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3421864749211683573tmp [2020-12-21T06:44:09.502Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7542681818709153500tmp [Pipeline] { [Pipeline] echo [2020-12-21T06:44:09.559Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:09.858Z] ---> sigul-configuration.sh [2020-12-21T06:44:09.858Z] gpg: directory `/root/.gnupg' created [2020-12-21T06:44:09.858Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-21T06:44:09.858Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-21T06:44:09.858Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-21T06:44:09.858Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-21T06:44:09.858Z] gpg: CAST5 encrypted data [2020-12-21T06:44:10.122Z] gpg: encrypted with 1 passphrase [2020-12-21T06:44:10.122Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-21T06:44:10.424Z] + mkdir /home/jenkins [2020-12-21T06:44:10.424Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-21T06:44:10.725Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-21T06:44:10.737Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:11.043Z] ---> sigul-install.sh [2020-12-21T06:44:17.667Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-21T06:44:17.979Z] + git tag --list [2020-12-21T06:44:17.979Z] 0.7.1 [2020-12-21T06:44:17.979Z] v1.0.0 [2020-12-21T06:44:17.979Z] v1.1.0 [2020-12-21T06:44:17.979Z] v1.1.1 [2020-12-21T06:44:17.979Z] v1.2.1 [2020-12-21T06:44:17.979Z] v1.2.2 [2020-12-21T06:44:17.979Z] v1.2.2-dev.1 [2020-12-21T06:44:17.979Z] v1.2.2-dev.2 [2020-12-21T06:44:17.979Z] v1.2.2-dev.3 [2020-12-21T06:44:17.979Z] v1.2.3-dev.1 [2020-12-21T06:44:17.979Z] v1.2.3-dev.2 [2020-12-21T06:44:17.979Z] v1.2.3-dev.3 [2020-12-21T06:44:17.979Z] v1.2.3-dev.4 [2020-12-21T06:44:17.979Z] v1.2.3-dev.5 [2020-12-21T06:44:17.979Z] v1.2.3-dev.6 [2020-12-21T06:44:17.979Z] v1.2.3-dev.7 [2020-12-21T06:44:17.979Z] v1.2.3-dev.8 [2020-12-21T06:44:17.979Z] v1.2.3-dev.9 [2020-12-21T06:44:17.979Z] v1.3.0 [2020-12-21T06:44:17.979Z] v1.3.1-dev.1 [2020-12-21T06:44:17.979Z] v1.3.1-dev.2 [2020-12-21T06:44:17.979Z] v1.3.1-dev.3 [2020-12-21T06:44:17.979Z] v1.3.1-dev.4 [2020-12-21T06:44:17.979Z] v1.3.1-dev.5 [Pipeline] sh [2020-12-21T06:44:18.287Z] + lftools sign git-tag v1.3.1-dev.5 [2020-12-21T06:44:19.688Z] Signing Git tag with Sigul... [2020-12-21T06:44:19.688Z] Signing v1.3.1-dev.5 [Pipeline] echo [2020-12-21T06:44:20.694Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:20.997Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-21T06:44:21.007Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-21T06:44:21.109Z] $ docker stop --time=1 eacfb65c11d6e16d53c06954c918d9ff272b8674b9b3d9f387ff6e3ab4b5d352 [2020-12-21T06:44:22.972Z] $ docker rm -f eacfb65c11d6e16d53c06954c918d9ff272b8674b9b3d9f387ff6e3ab4b5d352 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:44:24.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:44:24.011Z] . [Pipeline] withDockerContainer [2020-12-21T06:44:24.137Z] prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container [2020-12-21T06:44:24.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-21T06:44:25.061Z] $ docker top 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:44:25.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:44:25.426Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:44:25.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:44:25.711Z] $ docker exec 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 ssh-agent [2020-12-21T06:44:25.939Z] SSH_AUTH_SOCK=/tmp/ssh-w106SZphEr8p/agent.11 [2020-12-21T06:44:25.939Z] SSH_AGENT_PID=16 [2020-12-21T06:44:25.947Z] Running ssh-add (command line suppressed) [2020-12-21T06:44:26.083Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_296046919378231911.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_296046919378231911.key) [2020-12-21T06:44:26.148Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:44:26.488Z] + git semver bump pre [2020-12-21T06:44:26.488Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:44:26.488Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-21T06:44:26.488Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-21T06:44:26.488Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:44:26.488Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:44:26.488Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:44:26.488Z] # $SEMVER_BRANCH = master [2020-12-21T06:44:26.488Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-21T06:44:26.488Z] 1.3.1-dev.6 [Pipeline] } [2020-12-21T06:44:26.503Z] $ docker exec --env ******** --env ******** 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 ssh-agent -k [2020-12-21T06:44:26.654Z] unset SSH_AUTH_SOCK; [2020-12-21T06:44:26.655Z] unset SSH_AGENT_PID; [2020-12-21T06:44:26.655Z] echo Agent pid 16 killed; [2020-12-21T06:44:26.752Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:44:27.251Z] + git semver [Pipeline] } [2020-12-21T06:44:27.272Z] $ docker stop --time=1 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 [2020-12-21T06:44:28.708Z] $ docker rm -f 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:44:29.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T06:44:29.255Z] . [Pipeline] withDockerContainer [2020-12-21T06:44:29.361Z] prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container [2020-12-21T06:44:29.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-21T06:44:30.226Z] $ docker top 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T06:44:30.771Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T06:44:30.771Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T06:44:31.006Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T06:44:31.012Z] $ docker exec 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 ssh-agent [2020-12-21T06:44:31.201Z] SSH_AUTH_SOCK=/tmp/ssh-2dtoxdlkI05g/agent.12 [2020-12-21T06:44:31.201Z] SSH_AGENT_PID=17 [2020-12-21T06:44:31.209Z] Running ssh-add (command line suppressed) [2020-12-21T06:44:31.403Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6265278844739204532.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6265278844739204532.key) [2020-12-21T06:44:31.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T06:44:31.840Z] + git semver push [2020-12-21T06:44:31.840Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T06:44:31.840Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-21T06:44:31.840Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-21T06:44:31.840Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T06:44:31.840Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T06:44:31.840Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T06:44:31.840Z] # $SEMVER_BRANCH = master [2020-12-21T06:44:31.840Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-21T06:44:38.481Z] $ docker exec --env ******** --env ******** 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 ssh-agent -k [2020-12-21T06:44:38.627Z] unset SSH_AUTH_SOCK; [2020-12-21T06:44:38.629Z] unset SSH_AGENT_PID; [2020-12-21T06:44:38.629Z] echo Agent pid 17 killed; [2020-12-21T06:44:38.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T06:44:39.250Z] + git semver [Pipeline] } [2020-12-21T06:44:39.270Z] $ docker stop --time=1 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 [2020-12-21T06:44:40.709Z] $ docker rm -f 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:42.407Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:44:42.974Z] ---> package-listing.sh [2020-12-21T06:44:42.974Z] ++ facter osfamily [2020-12-21T06:44:42.974Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-21T06:44:42.974Z] + OS_FAMILY=redhat [2020-12-21T06:44:42.974Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-12-21T06:44:42.974Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-21T06:44:42.974Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-21T06:44:42.974Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-21T06:44:42.974Z] + PACKAGES=/tmp/packages_start.txt [2020-12-21T06:44:42.974Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-21T06:44:42.974Z] + PACKAGES=/tmp/packages_end.txt [2020-12-21T06:44:42.974Z] + case "${OS_FAMILY}" in [2020-12-21T06:44:42.974Z] + rpm -qa [2020-12-21T06:44:42.974Z] + sort [2020-12-21T06:44:48.399Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-21T06:44:48.399Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-21T06:44:48.399Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-21T06:44:48.399Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-21T06:44:48.399Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-12-21T06:44:48.399Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo [2020-12-21T06:44:48.413Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-21T06:44:48.708Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:44:49.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:44:49.017Z] [2020-12-21T06:44:49.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-21T06:44:49.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:44:49.372Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-21T06:44:49.372Z] df20fa9351a1: Pulling fs layer [2020-12-21T06:44:49.372Z] 36b3adc4ff6f: Pulling fs layer [2020-12-21T06:44:49.372Z] 8ad3a11d3b57: Pulling fs layer [2020-12-21T06:44:49.372Z] 46f8f816bc3b: Pulling fs layer [2020-12-21T06:44:49.372Z] 93b61091891f: Pulling fs layer [2020-12-21T06:44:49.372Z] 93b9cdb0e59b: Pulling fs layer [2020-12-21T06:44:49.372Z] 5e14af77c1be: Pulling fs layer [2020-12-21T06:44:49.372Z] 01666e4c0597: Pulling fs layer [2020-12-21T06:44:49.372Z] aa168da1d23b: Pulling fs layer [2020-12-21T06:44:49.372Z] 93b9cdb0e59b: Waiting [2020-12-21T06:44:49.372Z] 5e14af77c1be: Waiting [2020-12-21T06:44:49.372Z] 01666e4c0597: Waiting [2020-12-21T06:44:49.372Z] 46f8f816bc3b: Waiting [2020-12-21T06:44:49.372Z] 93b61091891f: Waiting [2020-12-21T06:44:49.372Z] aa168da1d23b: Waiting [2020-12-21T06:44:49.372Z] 36b3adc4ff6f: Verifying Checksum [2020-12-21T06:44:49.372Z] 36b3adc4ff6f: Download complete [2020-12-21T06:44:49.372Z] 46f8f816bc3b: Verifying Checksum [2020-12-21T06:44:49.372Z] 46f8f816bc3b: Download complete [2020-12-21T06:44:49.635Z] df20fa9351a1: Download complete [2020-12-21T06:44:49.635Z] 93b9cdb0e59b: Verifying Checksum [2020-12-21T06:44:49.635Z] 93b9cdb0e59b: Download complete [2020-12-21T06:44:49.635Z] 5e14af77c1be: Verifying Checksum [2020-12-21T06:44:49.635Z] 5e14af77c1be: Download complete [2020-12-21T06:44:49.635Z] 01666e4c0597: Verifying Checksum [2020-12-21T06:44:49.635Z] 01666e4c0597: Download complete [2020-12-21T06:44:49.635Z] 93b61091891f: Verifying Checksum [2020-12-21T06:44:49.635Z] 93b61091891f: Download complete [2020-12-21T06:44:50.216Z] 8ad3a11d3b57: Verifying Checksum [2020-12-21T06:44:50.216Z] 8ad3a11d3b57: Download complete [2020-12-21T06:44:50.216Z] df20fa9351a1: Pull complete [2020-12-21T06:44:50.804Z] 36b3adc4ff6f: Pull complete [2020-12-21T06:44:52.228Z] 8ad3a11d3b57: Pull complete [2020-12-21T06:44:52.228Z] 46f8f816bc3b: Pull complete [2020-12-21T06:44:52.495Z] aa168da1d23b: Verifying Checksum [2020-12-21T06:44:52.495Z] aa168da1d23b: Download complete [2020-12-21T06:44:52.759Z] 93b61091891f: Pull complete [2020-12-21T06:44:53.024Z] 93b9cdb0e59b: Pull complete [2020-12-21T06:44:53.024Z] 5e14af77c1be: Pull complete [2020-12-21T06:44:53.302Z] 01666e4c0597: Pull complete [2020-12-21T06:45:01.496Z] aa168da1d23b: Pull complete [2020-12-21T06:45:01.496Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-21T06:45:01.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T06:45:01.496Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-21T06:45:01.632Z] prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container [2020-12-21T06:45:01.686Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-21T06:45:04.691Z] $ docker top 570abcaf25a9d2c55b59e427c8daf6518c9d9a501581645decc2d95035f40a7b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T06:45:05.334Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-21T06:45:05.636Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-21T06:45:05.939Z] + ls /var/log/sa-host [2020-12-21T06:45:05.939Z] + sadf -c /var/log/sa-host/sa21 [2020-12-21T06:45:05.939Z] file_magic: OK [2020-12-21T06:45:05.939Z] HZ: Using current value: 100 [2020-12-21T06:45:05.939Z] file_header: OK [2020-12-21T06:45:05.939Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T06:45:05.939Z] Statistics: [2020-12-21T06:45:05.939Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-21T06:45:05.939Z] File successfully converted to sysstat format version 12.2.1 [2020-12-21T06:45:05.939Z] + sadf -c /var/log/sa-host/sa23 [2020-12-21T06:45:05.939Z] file_magic: OK [2020-12-21T06:45:05.939Z] HZ: Using current value: 100 [2020-12-21T06:45:05.939Z] file_header: OK [2020-12-21T06:45:05.939Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T06:45:05.939Z] Statistics: [2020-12-21T06:45:05.939Z] Hnuu...uuuununununu... [2020-12-21T06:45:05.939Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T06:45:06.142Z] provisioning config files... [2020-12-21T06:45:06.160Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7977000484919017222tmp [Pipeline] { [Pipeline] echo [2020-12-21T06:45:06.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:45:06.529Z] ---> create-netrc.sh [Pipeline] } [2020-12-21T06:45:06.539Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-21T06:45:06.623Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:45:06.921Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-21T06:45:06.932Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:45:07.258Z] ---> sudo-logs.sh [2020-12-21T06:45:07.258Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-21T06:45:07.268Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:45:07.570Z] ---> job-cost.sh [2020-12-21T06:45:07.570Z] lf-activate-venv: SKIPPING [2020-12-21T06:45:07.570Z] INFO: No Stack... [2020-12-21T06:45:08.962Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-21T06:45:09.536Z] INFO: Archiving Costs [Pipeline] echo [2020-12-21T06:45:09.552Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T06:45:09.850Z] ---> logs-deploy.sh [2020-12-21T06:45:09.850Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/33 [2020-12-21T06:45:09.850Z] INFO: archiving workspace using pattern(s): [2020-12-21T06:45:11.770Z] Archives upload complete. [2020-12-21T06:45:11.770Z] INFO: archiving logs to Nexus