Started by upstream project "edgexfoundry/cd-management/release" build number 39 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d8dcacb1afd64ffd41a88d498332b01d09cee174 # timeout=10 Commit message: "Merge pull request #299 from bill-mahoney/releaseStream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12563’ Running on prd-centos7-docker-4c-2g-12574 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 Commit message: "Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" > git rev-list --no-walk 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-18T19:35:59.937Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-18T19:36:00.445Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:36:00.597Z] ========================================================= [2020-11-18T19:36:00.597Z] EdgeX Global Pipelines Version Info [2020-11-18T19:36:00.597Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:36:02.680Z] ------------------- [2020-11-18T19:36:02.680Z] stable info: [2020-11-18T19:36:02.680Z] ------------------- [2020-11-18T19:36:02.680Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-18T19:36:02.680Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T19:36:02.680Z] Message: update stable to v1.0.165 [2020-11-18T19:36:03.264Z] ------------------- [2020-11-18T19:36:03.264Z] experimental info: [2020-11-18T19:36:03.264Z] ------------------- [2020-11-18T19:36:03.264Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-18T19:36:03.264Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T19:36:03.264Z] Message: update experimental to v1.0.165 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-18T19:36:03.853Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-11-18T19:36:03.991Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-11-18T19:36:04.094Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-18T19:36:04.189Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-18T19:36:04.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-18T19:36:04.440Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-18T19:36:04.526Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-18T19:36:04.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-18T19:36:04.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-18T19:36:04.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-18T19:36:05.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-18T19:36:05.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-11-18T19:36:05.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-18T19:36:05.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-18T19:36:05.418Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T19:36:05.510Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T19:36:05.599Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T19:36:05.744Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T19:36:05.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-18T19:36:05.977Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-18T19:36:06.068Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-18T19:36:06.163Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-18T19:36:06.259Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-18T19:36:06.352Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-18T19:36:06.443Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-18T19:36:06.554Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-18T19:36:06.736Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-18T19:36:06.827Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-18T19:36:06.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-18T19:36:07.063Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] echo [2020-11-18T19:36:07.151Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d28ba3 [Pipeline] echo [2020-11-18T19:36:07.245Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:36:07.429Z] provisioning config files... [2020-11-18T19:36:07.471Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3301226765530429309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:36:07.853Z] ---> docker-login.sh [2020-11-18T19:36:07.853Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:36:08.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:08.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:08.391Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:08.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:08.391Z] [2020-11-18T19:36:08.391Z] Login Succeeded [2020-11-18T19:36:08.391Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:36:08.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:08.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:08.659Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:08.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:08.659Z] [2020-11-18T19:36:08.659Z] Login Succeeded [2020-11-18T19:36:08.659Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:36:08.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:09.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:09.240Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:09.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:09.240Z] [2020-11-18T19:36:09.240Z] Login Succeeded [2020-11-18T19:36:09.240Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:36:09.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:09.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:09.769Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:09.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:09.769Z] [2020-11-18T19:36:09.769Z] Login Succeeded [2020-11-18T19:36:09.769Z] docker.io [2020-11-18T19:36:09.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:10.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:10.034Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:10.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:10.034Z] [2020-11-18T19:36:10.034Z] Login Succeeded [2020-11-18T19:36:10.034Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:36:10.047Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T19:36:10.941Z] + git log --format=format:%s -1 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] echo [2020-11-18T19:36:11.024Z] GIT_COMMIT: 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b, Commit Message: Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0 [Pipeline] echo [2020-11-18T19:36:11.072Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:36:11.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:36:11.714Z] [2020-11-18T19:36:11.714Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:36:12.069Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:36:12.069Z] latest: Pulling from edgex-devops/git-semver [2020-11-18T19:36:12.069Z] 31603596830f: Pulling fs layer [2020-11-18T19:36:12.069Z] 2a8b12db71e7: Pulling fs layer [2020-11-18T19:36:12.069Z] 6ca5941a6612: Pulling fs layer [2020-11-18T19:36:12.069Z] ecc8261a40a4: Pulling fs layer [2020-11-18T19:36:12.069Z] ecc8261a40a4: Waiting [2020-11-18T19:36:12.069Z] 2a8b12db71e7: Verifying Checksum [2020-11-18T19:36:12.069Z] 2a8b12db71e7: Download complete [2020-11-18T19:36:12.335Z] 31603596830f: Verifying Checksum [2020-11-18T19:36:12.335Z] 31603596830f: Download complete [2020-11-18T19:36:12.602Z] ecc8261a40a4: Verifying Checksum [2020-11-18T19:36:12.602Z] ecc8261a40a4: Download complete [2020-11-18T19:36:12.602Z] 6ca5941a6612: Verifying Checksum [2020-11-18T19:36:12.602Z] 6ca5941a6612: Download complete [2020-11-18T19:36:12.602Z] 31603596830f: Pull complete [2020-11-18T19:36:12.881Z] 2a8b12db71e7: Pull complete [2020-11-18T19:36:13.836Z] 6ca5941a6612: Pull complete [2020-11-18T19:36:13.836Z] ecc8261a40a4: Pull complete [2020-11-18T19:36:13.836Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-18T19:36:13.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:36:13.836Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-18T19:36:13.965Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:36:14.035Z] $ 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-11-18T19:36:16.945Z] $ docker top d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-18T19:36:17.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T19:36:17.448Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T19:36:17.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T19:36:17.718Z] $ docker exec d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent [2020-11-18T19:36:17.903Z] SSH_AUTH_SOCK=/tmp/ssh-oyBjFndZyZq1/agent.11 [2020-11-18T19:36:17.903Z] SSH_AGENT_PID=16 [2020-11-18T19:36:17.941Z] Running ssh-add (command line suppressed) [2020-11-18T19:36:18.218Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6397134160998365291.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6397134160998365291.key) [2020-11-18T19:36:18.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T19:36:18.642Z] + git tag --points-at HEAD [Pipeline] } [2020-11-18T19:36:18.679Z] $ docker exec --env ******** --env ******** d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent -k [2020-11-18T19:36:18.839Z] unset SSH_AUTH_SOCK; [2020-11-18T19:36:18.839Z] unset SSH_AGENT_PID; [2020-11-18T19:36:18.839Z] echo Agent pid 16 killed; [2020-11-18T19:36:18.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-11-18T19:36:19.139Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.3-dev.9|v1.3.0' [Pipeline] sshagent [2020-11-18T19:36:19.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T19:36:19.238Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T19:36:19.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T19:36:19.461Z] $ docker exec d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent [2020-11-18T19:36:19.676Z] SSH_AUTH_SOCK=/tmp/ssh-7pMO6rrxkTgs/agent.46 [2020-11-18T19:36:19.676Z] SSH_AGENT_PID=52 [2020-11-18T19:36:19.684Z] Running ssh-add (command line suppressed) [2020-11-18T19:36:19.827Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2547683630752947148.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2547683630752947148.key) [2020-11-18T19:36:19.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T19:36:20.257Z] + git semver init [2020-11-18T19:36:20.257Z] # -> Open(): unable to determine branch for HEAD [2020-11-18T19:36:20.257Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-11-18T19:36:20.257Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-11-18T19:36:20.257Z] # $SEMVER_REMOTE_NAME = origin [2020-11-18T19:36:20.257Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-18T19:36:20.257Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-18T19:36:20.257Z] # $SEMVER_BRANCH = master [2020-11-18T19:36:20.257Z] # $SEMVER_TEMP = /tmp/semver-689275664 [2020-11-18T19:36:20.257Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-11-18T19:36:20.522Z] # '/tmp/semver-689275664' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-11-18T19:36:20.786Z] # -> Force: false [2020-11-18T19:36:20.786Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-11-18T19:36:20.802Z] $ docker exec --env ******** --env ******** d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent -k [2020-11-18T19:36:20.922Z] unset SSH_AUTH_SOCK; [2020-11-18T19:36:20.923Z] unset SSH_AGENT_PID; [2020-11-18T19:36:20.923Z] echo Agent pid 52 killed; [2020-11-18T19:36:20.967Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:36:21.490Z] + git semver [Pipeline] } [2020-11-18T19:36:21.513Z] $ docker stop --time=1 d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 [2020-11-18T19:36:23.188Z] $ docker rm -f d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:36:23.731Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-18T19:36:24.359Z] Stashed 1 file(s) [Pipeline] echo [2020-11-18T19:36:24.362Z] [edgeXSemver]: initialized semver on version 1.3.0 [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-11-18T19:36:39.924Z] Still waiting to schedule task [2020-11-18T19:36:39.924Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-18T19:36:39.928Z] Still waiting to schedule task [2020-11-18T19:36:39.928Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-12575’ [2020-11-18T19:38:34.553Z] Running on prd-centos7-docker-4c-2g-12586 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-11-18T19:38:34.607Z] Running in /w/workspace/device-modbus-go/28 [Pipeline] { [Pipeline] checkout [2020-11-18T19:38:40.417Z] using credential edgex-jenkins-ssh [2020-11-18T19:38:40.477Z] Cloning the remote Git repository [2020-11-18T19:38:40.517Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-11-18T19:38:40.604Z] > git init /w/workspace/device-modbus-go/28 # timeout=10 [2020-11-18T19:38:40.711Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-11-18T19:38:40.711Z] > git --version # timeout=10 [2020-11-18T19:38:40.719Z] > git --version # 'git version 2.16.5' [2020-11-18T19:38:40.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:38:40.773Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:38:42.333Z] Checking out Revision 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b (master) [2020-11-18T19:38:41.923Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-11-18T19:38:41.936Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:38:41.957Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-11-18T19:38:41.978Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-11-18T19:38:41.979Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:38:41.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T19:38:42.346Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T19:38:42.360Z] > git checkout -f 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 [2020-11-18T19:38:46.351Z] Commit message: "Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:38:47.045Z] provisioning config files... [2020-11-18T19:38:47.094Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config7804270815926089719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:38:48.031Z] ---> docker-login.sh [2020-11-18T19:38:48.031Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:38:48.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:49.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:49.113Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:49.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:49.113Z] [2020-11-18T19:38:49.113Z] Login Succeeded [2020-11-18T19:38:49.113Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:38:49.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:49.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:49.386Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:49.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:49.386Z] [2020-11-18T19:38:49.386Z] Login Succeeded [2020-11-18T19:38:49.386Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:38:49.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:49.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:49.658Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:49.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:49.658Z] [2020-11-18T19:38:49.658Z] Login Succeeded [2020-11-18T19:38:49.658Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:38:49.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:49.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:49.924Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:49.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:49.924Z] [2020-11-18T19:38:49.924Z] Login Succeeded [2020-11-18T19:38:49.924Z] docker.io [2020-11-18T19:38:49.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:50.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:50.193Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:50.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:50.193Z] [2020-11-18T19:38:50.193Z] Login Succeeded [2020-11-18T19:38:50.193Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:38:50.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T19:38:50.848Z] ========================================================= [2020-11-18T19:38:50.848Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-18T19:38:50.848Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:51.253Z] + 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-11-18T19:38:51.520Z] Sending build context to Docker daemon 497.7kB [2020-11-18T19:38:51.520Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T19:38:51.520Z] Step 2/8 : FROM ${BASE} [2020-11-18T19:38:51.794Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-18T19:38:51.794Z] df20fa9351a1: Pulling fs layer [2020-11-18T19:38:51.794Z] ed8968b2872e: Pulling fs layer [2020-11-18T19:38:51.794Z] a92cc7c5fd73: Pulling fs layer [2020-11-18T19:38:51.794Z] e871e8e8d7a9: Pulling fs layer [2020-11-18T19:38:51.794Z] e73272ec9a57: Pulling fs layer [2020-11-18T19:38:51.794Z] 1e910a182e73: Pulling fs layer [2020-11-18T19:38:51.794Z] 4e634b169226: Pulling fs layer [2020-11-18T19:38:51.794Z] e73272ec9a57: Waiting [2020-11-18T19:38:51.794Z] 1e910a182e73: Waiting [2020-11-18T19:38:51.794Z] 4e634b169226: Waiting [2020-11-18T19:38:51.794Z] e871e8e8d7a9: Waiting [2020-11-18T19:38:51.794Z] a92cc7c5fd73: Verifying Checksum [2020-11-18T19:38:51.794Z] a92cc7c5fd73: Download complete [2020-11-18T19:38:51.794Z] ed8968b2872e: Download complete [2020-11-18T19:38:51.794Z] e73272ec9a57: Verifying Checksum [2020-11-18T19:38:51.794Z] e73272ec9a57: Download complete [2020-11-18T19:38:51.794Z] 1e910a182e73: Verifying Checksum [2020-11-18T19:38:51.794Z] 1e910a182e73: Download complete [2020-11-18T19:38:51.794Z] df20fa9351a1: Verifying Checksum [2020-11-18T19:38:51.794Z] df20fa9351a1: Download complete [2020-11-18T19:38:52.400Z] df20fa9351a1: Pull complete [2020-11-18T19:38:52.681Z] ed8968b2872e: Pull complete [2020-11-18T19:38:52.681Z] a92cc7c5fd73: Pull complete [2020-11-18T19:38:54.657Z] 4e634b169226: Verifying Checksum [2020-11-18T19:38:54.657Z] 4e634b169226: Download complete [2020-11-18T19:38:56.235Z] e871e8e8d7a9: Verifying Checksum [2020-11-18T19:38:56.235Z] e871e8e8d7a9: Download complete [2020-11-18T19:39:04.603Z] e871e8e8d7a9: Pull complete [2020-11-18T19:39:04.604Z] e73272ec9a57: Pull complete [2020-11-18T19:39:04.604Z] 1e910a182e73: Pull complete [2020-11-18T19:39:09.997Z] 4e634b169226: Pull complete [2020-11-18T19:39:09.997Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-18T19:39:09.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-18T19:39:09.997Z] ---> f7629b54cfaa [2020-11-18T19:39:09.997Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-18T19:39:09.997Z] ---> Running in 0b4d58863e38 [2020-11-18T19:39:09.997Z] Removing intermediate container 0b4d58863e38 [2020-11-18T19:39:09.997Z] ---> c82c6dfb09f4 [2020-11-18T19:39:09.997Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:39:09.997Z] ---> Running in 0e16c4f68319 [2020-11-18T19:39:11.415Z] Removing intermediate container 0e16c4f68319 [2020-11-18T19:39:11.415Z] ---> f5af389b8093 [2020-11-18T19:39:11.415Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T19:39:11.415Z] ---> Running in 15a31eb6a3eb [2020-11-18T19:39:12.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T19:39:13.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T19:39:13.614Z] (1/14) Installing libmagic (5.38-r0) [2020-11-18T19:39:13.881Z] (2/14) Installing file (5.38-r0) [2020-11-18T19:39:13.881Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-18T19:39:14.170Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-18T19:39:27.238Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-18T19:39:27.238Z] (6/14) Installing patch (2.7.6-r6) [2020-11-18T19:39:27.238Z] (7/14) Installing build-base (0.5-r2) [2020-11-18T19:39:27.238Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-18T19:39:27.506Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-18T19:39:27.506Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-18T19:39:28.527Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-18T19:39:28.527Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-18T19:39:28.527Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-18T19:39:28.809Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-18T19:39:29.094Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T19:39:29.094Z] OK: 237 MiB in 53 packages [2020-11-18T19:39:32.764Z] Removing intermediate container 15a31eb6a3eb [2020-11-18T19:39:32.764Z] ---> ab1fbdbac38a [2020-11-18T19:39:32.764Z] Step 6/8 : WORKDIR /device-modbus-go [2020-11-18T19:39:32.764Z] ---> Running in 78ec722730e8 [2020-11-18T19:39:32.764Z] Removing intermediate container 78ec722730e8 [2020-11-18T19:39:32.764Z] ---> 1bee4dfa95dc [2020-11-18T19:39:32.764Z] Step 7/8 : COPY . . [2020-11-18T19:39:33.357Z] ---> f0610715b136 [2020-11-18T19:39:33.357Z] Step 8/8 : RUN go mod download [2020-11-18T19:39:33.357Z] ---> Running in ee924ac99dc3 [2020-11-18T19:39:49.231Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12590 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-11-18T19:39:49.299Z] Running in /w/workspace/device-modbus-go/28 [Pipeline] { [Pipeline] checkout [2020-11-18T19:39:55.475Z] using credential edgex-jenkins-ssh [2020-11-18T19:39:55.549Z] Cloning the remote Git repository [2020-11-18T19:39:55.691Z] Removing intermediate container ee924ac99dc3 [2020-11-18T19:39:55.691Z] ---> 62bf948d3f2a [2020-11-18T19:39:55.691Z] Successfully built 62bf948d3f2a [2020-11-18T19:39:55.691Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:39:55.636Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-11-18T19:39:55.770Z] > git init /w/workspace/device-modbus-go/28 # timeout=10 [2020-11-18T19:39:56.119Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T19:39:56.119Z] . [Pipeline] withDockerContainer [2020-11-18T19:39:56.256Z] prd-centos7-docker-4c-2g-12586 does not seem to be running inside a container [2020-11-18T19:39:56.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@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-11-18T19:39:55.863Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-11-18T19:39:55.864Z] > git --version # timeout=10 [2020-11-18T19:39:55.890Z] > git --version # 'git version 2.17.1' [2020-11-18T19:39:55.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:39:55.994Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:39:56.793Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-11-18T19:39:56.821Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:39:56.855Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-11-18T19:39:56.900Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-11-18T19:39:56.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:39:56.927Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T19:39:57.341Z] $ docker top 76c2760ded6c6652f9349c7bb9129f615ed2f1e45cb35ee6b40b40edfff2f789 -eo pid,comm [2020-11-18T19:39:57.425Z] Checking out Revision 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b (master) [Pipeline] { [Pipeline] sh [2020-11-18T19:39:57.914Z] + go version [2020-11-18T19:39:57.914Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-18T19:39:57.934Z] $ docker stop --time=1 76c2760ded6c6652f9349c7bb9129f615ed2f1e45cb35ee6b40b40edfff2f789 [2020-11-18T19:39:57.460Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T19:39:57.483Z] > git checkout -f 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 [2020-11-18T19:39:59.395Z] $ docker rm -f 76c2760ded6c6652f9349c7bb9129f615ed2f1e45cb35ee6b40b40edfff2f789 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:00.389Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T19:40:00.389Z] . [Pipeline] withDockerContainer [2020-11-18T19:40:00.662Z] prd-centos7-docker-4c-2g-12586 does not seem to be running inside a container [2020-11-18T19:40:00.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@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-11-18T19:40:02.252Z] $ docker top b80714b531a3bd084132883c9598cc40544ba6766a2aba2c706f80dd949336ab -eo pid,comm [2020-11-18T19:40:02.259Z] Commit message: "Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:40:03.042Z] provisioning config files... [2020-11-18T19:40:03.092Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config3831133176015304680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:40:03.298Z] + make test [2020-11-18T19:40:03.299Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-18T19:40:04.107Z] ---> docker-login.sh [2020-11-18T19:40:04.107Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:40:05.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:05.328Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-11-18T19:40:05.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:05.392Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:05.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:05.392Z] [2020-11-18T19:40:05.392Z] Login Succeeded [2020-11-18T19:40:05.392Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:40:05.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:05.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:05.943Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:05.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:05.943Z] [2020-11-18T19:40:05.943Z] Login Succeeded [2020-11-18T19:40:05.943Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:40:06.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:06.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:06.501Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:06.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:06.501Z] [2020-11-18T19:40:06.501Z] Login Succeeded [2020-11-18T19:40:06.501Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:40:07.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:07.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:07.732Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:07.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:07.732Z] [2020-11-18T19:40:07.732Z] Login Succeeded [2020-11-18T19:40:07.732Z] docker.io [2020-11-18T19:40:08.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:08.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:08.620Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:08.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:08.620Z] [2020-11-18T19:40:08.620Z] Login Succeeded [2020-11-18T19:40:08.620Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:40:08.732Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T19:40:09.437Z] ========================================================= [2020-11-18T19:40:09.437Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-18T19:40:09.437Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:09.885Z] + 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-11-18T19:40:10.525Z] Sending build context to Docker daemon 497.7kB [2020-11-18T19:40:10.525Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T19:40:10.525Z] Step 2/8 : FROM ${BASE} [2020-11-18T19:40:10.525Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-18T19:40:10.525Z] b538f80385f9: Pulling fs layer [2020-11-18T19:40:10.525Z] 74f711af9a0d: Pulling fs layer [2020-11-18T19:40:10.525Z] 99f96fe45779: Pulling fs layer [2020-11-18T19:40:10.525Z] 8529a6b9a6be: Pulling fs layer [2020-11-18T19:40:10.525Z] 45590311c82a: Pulling fs layer [2020-11-18T19:40:10.525Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-18T19:40:10.525Z] 209524e5b208: Pulling fs layer [2020-11-18T19:40:10.525Z] 45590311c82a: Waiting [2020-11-18T19:40:10.525Z] 69ca0ff8b7b3: Waiting [2020-11-18T19:40:10.525Z] 209524e5b208: Waiting [2020-11-18T19:40:10.525Z] 8529a6b9a6be: Waiting [2020-11-18T19:40:10.525Z] 99f96fe45779: Download complete [2020-11-18T19:40:10.525Z] 74f711af9a0d: Verifying Checksum [2020-11-18T19:40:10.525Z] 74f711af9a0d: Download complete [2020-11-18T19:40:10.525Z] 45590311c82a: Verifying Checksum [2020-11-18T19:40:10.525Z] 45590311c82a: Download complete [2020-11-18T19:40:10.525Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-18T19:40:10.525Z] 69ca0ff8b7b3: Download complete [2020-11-18T19:40:11.140Z] b538f80385f9: Verifying Checksum [2020-11-18T19:40:11.140Z] b538f80385f9: Download complete [2020-11-18T19:40:11.748Z] b538f80385f9: Pull complete [2020-11-18T19:40:12.368Z] 74f711af9a0d: Pull complete [2020-11-18T19:40:12.978Z] 99f96fe45779: Pull complete [2020-11-18T19:40:13.256Z] 209524e5b208: Verifying Checksum [2020-11-18T19:40:13.256Z] 209524e5b208: Download complete [2020-11-18T19:40:14.704Z] 8529a6b9a6be: Verifying Checksum [2020-11-18T19:40:14.704Z] 8529a6b9a6be: Download complete [2020-11-18T19:40:23.965Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-11-18T19:40:23.966Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.216s coverage: 50.3% of statements [2020-11-18T19:40:23.966Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T19:40:24.866Z] 8529a6b9a6be: Pull complete [2020-11-18T19:40:24.866Z] 45590311c82a: Pull complete [2020-11-18T19:40:24.866Z] 69ca0ff8b7b3: Pull complete [2020-11-18T19:40:26.604Z] gofmt -l . [2020-11-18T19:40:26.604Z] [ "`gofmt -l .`" = "" ] [2020-11-18T19:40:26.604Z] ./bin/test-attribution-txt.sh [2020-11-18T19:40:27.187Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-18T19:40:27.474Z] $ docker stop --time=1 b80714b531a3bd084132883c9598cc40544ba6766a2aba2c706f80dd949336ab [2020-11-18T19:40:28.291Z] 209524e5b208: Pull complete [2020-11-18T19:40:28.291Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-18T19:40:28.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-18T19:40:28.569Z] ---> 5bddaf1c2fca [2020-11-18T19:40:28.569Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-18T19:40:29.775Z] $ docker rm -f b80714b531a3bd084132883c9598cc40544ba6766a2aba2c706f80dd949336ab [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:40:30.589Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T19:40:31.103Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-18T19:40:32.015Z] ---> Running in 81cafafef8e0 [2020-11-18T19:40:32.291Z] Removing intermediate container 81cafafef8e0 [2020-11-18T19:40:32.291Z] ---> 0aaac40bd6e9 [2020-11-18T19:40:32.291Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:40:32.291Z] ---> Running in 614421f8ca44 [Pipeline] sh [2020-11-18T19:40:32.671Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T19:40:33.005Z] + ls -al . [2020-11-18T19:40:33.005Z] total 104 [2020-11-18T19:40:33.005Z] drwxrwxr-x. 9 jenkins jenkins 4096 Nov 18 19:40 . [2020-11-18T19:40:33.005Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 18 19:38 .. [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 5589 Nov 18 19:38 Attribution.txt [2020-11-18T19:40:33.005Z] drwxrwxr-x. 2 jenkins jenkins 87 Nov 18 19:38 bin [2020-11-18T19:40:33.005Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 18 19:38 cmd [2020-11-18T19:40:33.005Z] -rw-r--r--. 1 jenkins jenkins 22364 Nov 18 19:40 coverage.out [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 1430 Nov 18 19:38 Dockerfile [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 954 Nov 18 19:38 Dockerfile.build [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 18 19:38 .dockerignore [2020-11-18T19:40:33.005Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 18 19:38 .git [2020-11-18T19:40:33.005Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 18 19:38 .github [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 338 Nov 18 19:38 .gitignore [2020-11-18T19:40:33.005Z] -rw-r--r--. 1 jenkins jenkins 517 Nov 18 19:40 go.mod [2020-11-18T19:40:33.005Z] -rw-r--r--. 1 jenkins jenkins 14643 Nov 18 19:40 go.sum [2020-11-18T19:40:33.005Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 18 19:38 internal [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 679 Nov 18 19:38 Jenkinsfile [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 18 19:38 LICENSE [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 880 Nov 18 19:38 Makefile [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 591 Nov 18 19:38 README.md [2020-11-18T19:40:33.005Z] drwxrwxr-x. 2 jenkins jenkins 52 Nov 18 19:38 simulator [2020-11-18T19:40:33.005Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 18 19:38 snap [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 19:36 VERSION [2020-11-18T19:40:33.005Z] -rw-rw-r--. 1 jenkins jenkins 229 Nov 18 19:38 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:33.415Z] + 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=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b --label arch=amd64 --label version=1.3.0 . [2020-11-18T19:40:33.699Z] Sending build context to Docker daemon 528.9kB [2020-11-18T19:40:33.699Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-11-18T19:40:33.699Z] Step 2/20 : FROM ${BASE} AS builder [2020-11-18T19:40:33.699Z] ---> 62bf948d3f2a [2020-11-18T19:40:33.699Z] Step 3/20 : ARG MAKE='make build' [2020-11-18T19:40:33.966Z] ---> Running in 1cfe051b41be [2020-11-18T19:40:33.966Z] Removing intermediate container 1cfe051b41be [2020-11-18T19:40:33.966Z] ---> d8389603d6ab [2020-11-18T19:40:33.966Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:40:34.269Z] ---> Running in d647b167df22 [2020-11-18T19:40:35.690Z] Removing intermediate container 614421f8ca44 [2020-11-18T19:40:35.690Z] ---> 306aacb24381 [2020-11-18T19:40:35.690Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T19:40:35.690Z] ---> Running in ea289075d452 [2020-11-18T19:40:35.703Z] Removing intermediate container d647b167df22 [2020-11-18T19:40:35.703Z] ---> cda1ffc191fb [2020-11-18T19:40:35.703Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T19:40:35.703Z] ---> Running in 3a5bde2e49b9 [2020-11-18T19:40:35.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T19:40:36.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T19:40:37.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T19:40:37.176Z] OK: 237 MiB in 53 packages [2020-11-18T19:40:37.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T19:40:37.792Z] Removing intermediate container 3a5bde2e49b9 [2020-11-18T19:40:37.792Z] ---> d224d4d2761f [2020-11-18T19:40:37.792Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-11-18T19:40:37.792Z] ---> Running in 7664df7b3615 [2020-11-18T19:40:37.792Z] Removing intermediate container 7664df7b3615 [2020-11-18T19:40:37.792Z] ---> 7d38f4f82b2e [2020-11-18T19:40:37.792Z] Step 7/20 : COPY . . [2020-11-18T19:40:38.323Z] (1/14) Installing libmagic (5.38-r0) [2020-11-18T19:40:38.595Z] (2/14) Installing file (5.38-r0) [2020-11-18T19:40:38.595Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-18T19:40:38.595Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-18T19:40:38.766Z] ---> 2adfd279eccd [2020-11-18T19:40:38.766Z] Step 8/20 : RUN ${MAKE} [2020-11-18T19:40:38.766Z] ---> Running in ae13b218f164 [2020-11-18T19:40:39.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.0" -o cmd/device-modbus ./cmd [2020-11-18T19:40:45.884Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-18T19:40:45.884Z] (6/14) Installing patch (2.7.6-r6) [2020-11-18T19:40:45.884Z] (7/14) Installing build-base (0.5-r2) [2020-11-18T19:40:45.884Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-18T19:40:45.884Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-18T19:40:45.884Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-18T19:40:45.884Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-18T19:40:45.884Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-18T19:40:46.240Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-18T19:40:46.240Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-18T19:40:46.513Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T19:40:46.513Z] OK: 221 MiB in 53 packages [2020-11-18T19:40:50.869Z] Removing intermediate container ea289075d452 [2020-11-18T19:40:50.869Z] ---> 03330bcc77a0 [2020-11-18T19:40:50.869Z] Step 6/8 : WORKDIR /device-modbus-go [2020-11-18T19:40:51.145Z] ---> Running in e1beabf2f8bf [2020-11-18T19:40:51.745Z] Removing intermediate container e1beabf2f8bf [2020-11-18T19:40:51.745Z] ---> 742eef0b2905 [2020-11-18T19:40:51.745Z] Step 7/8 : COPY . . [2020-11-18T19:40:52.733Z] ---> 04ce21caf9f1 [2020-11-18T19:40:52.733Z] Step 8/8 : RUN go mod download [2020-11-18T19:40:52.733Z] ---> Running in 529d5317dac0 [2020-11-18T19:40:54.516Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T19:40:57.184Z] Removing intermediate container ae13b218f164 [2020-11-18T19:40:57.184Z] ---> 2cf832071b0b [2020-11-18T19:40:57.184Z] Step 9/20 : FROM scratch [2020-11-18T19:40:57.184Z] ---> [2020-11-18T19:40:57.184Z] Step 10/20 : ENV APP_PORT=49991 [2020-11-18T19:40:57.184Z] ---> Running in 1b69053f2d96 [2020-11-18T19:40:57.465Z] Removing intermediate container 1b69053f2d96 [2020-11-18T19:40:57.465Z] ---> 60e2dd235ee1 [2020-11-18T19:40:57.465Z] Step 11/20 : EXPOSE $APP_PORT [2020-11-18T19:40:57.465Z] ---> Running in f3eb9637be5c [2020-11-18T19:40:57.746Z] Removing intermediate container f3eb9637be5c [2020-11-18T19:40:57.746Z] ---> f34aa6d92af9 [2020-11-18T19:40:57.746Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-11-18T19:40:58.347Z] ---> 45e8a4890cdb [2020-11-18T19:40:58.347Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-11-18T19:40:58.615Z] ---> e3a3fbbe1a01 [2020-11-18T19:40:58.615Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-11-18T19:40:58.882Z] ---> 9750fd22c226 [2020-11-18T19:40:58.882Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-11-18T19:40:58.882Z] ---> Running in 18bdab5e516e [2020-11-18T19:40:59.160Z] Removing intermediate container 18bdab5e516e [2020-11-18T19:40:59.160Z] ---> 8bc2d220336e [2020-11-18T19:40:59.160Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-11-18T19:40:59.160Z] ---> Running in 41d9866206e0 [2020-11-18T19:40:59.426Z] Removing intermediate container 41d9866206e0 [2020-11-18T19:40:59.426Z] ---> 2c3abbd171ea [2020-11-18T19:40:59.426Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T19:40:59.426Z] ---> Running in 69758f231c59 [2020-11-18T19:40:59.724Z] Removing intermediate container 69758f231c59 [2020-11-18T19:40:59.724Z] ---> efde5c141dc3 [2020-11-18T19:40:59.724Z] Step 18/20 : LABEL arch=amd64 [2020-11-18T19:40:59.724Z] ---> Running in 10c3c02c1c59 [2020-11-18T19:40:59.724Z] Removing intermediate container 10c3c02c1c59 [2020-11-18T19:40:59.724Z] ---> c775aff7e474 [2020-11-18T19:40:59.724Z] Step 19/20 : LABEL git_sha=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:40:59.724Z] ---> Running in cb2bfedc5929 [2020-11-18T19:41:00.005Z] Removing intermediate container cb2bfedc5929 [2020-11-18T19:41:00.005Z] ---> 433edb1ac5e4 [2020-11-18T19:41:00.005Z] Step 20/20 : LABEL version=1.3.0 [2020-11-18T19:41:00.005Z] ---> Running in c0850a815c18 [2020-11-18T19:41:00.301Z] Removing intermediate container c0850a815c18 [2020-11-18T19:41:00.301Z] ---> 3ab9dc31f4ad [2020-11-18T19:41:00.301Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T19:41:00.301Z] Successfully built 3ab9dc31f4ad [2020-11-18T19:41:00.301Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:41:00.663Z] provisioning config files... [2020-11-18T19:41:00.706Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config7648287430418642339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:41:01.397Z] ---> docker-login.sh [2020-11-18T19:41:01.397Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:41:01.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:02.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:02.005Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:02.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:02.005Z] [2020-11-18T19:41:02.005Z] Login Succeeded [2020-11-18T19:41:02.005Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:41:02.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:02.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:02.309Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:02.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:02.309Z] [2020-11-18T19:41:02.309Z] Login Succeeded [2020-11-18T19:41:02.309Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:41:02.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:02.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:02.574Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:02.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:02.574Z] [2020-11-18T19:41:02.574Z] Login Succeeded [2020-11-18T19:41:02.574Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:41:02.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:02.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:02.855Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:02.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:02.855Z] [2020-11-18T19:41:02.855Z] Login Succeeded [2020-11-18T19:41:02.855Z] docker.io [2020-11-18T19:41:02.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:03.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:03.123Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:03.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:03.123Z] [2020-11-18T19:41:03.123Z] Login Succeeded [2020-11-18T19:41:03.145Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:41:03.147Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:41:03.353Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-11-18T19:41:03.353Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:41:03.353Z] latest [2020-11-18T19:41:03.353Z] 1.3.0 [2020-11-18T19:41:03.353Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [2020-11-18T19:41:03.353Z] master [2020-11-18T19:41:03.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:03.935Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:04.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:41:04.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-11-18T19:41:04.276Z] cdab613fc157: Preparing [2020-11-18T19:41:04.276Z] 6e062981a9e8: Preparing [2020-11-18T19:41:04.276Z] 35d5cf26dd1d: Preparing [2020-11-18T19:41:04.276Z] cdab613fc157: Pushed [2020-11-18T19:41:04.276Z] 6e062981a9e8: Pushed [2020-11-18T19:41:05.670Z] 35d5cf26dd1d: Pushed [2020-11-18T19:41:05.670Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:06.004Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:06.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-11-18T19:41:06.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-11-18T19:41:06.337Z] cdab613fc157: Preparing [2020-11-18T19:41:06.337Z] 6e062981a9e8: Preparing [2020-11-18T19:41:06.337Z] 35d5cf26dd1d: Preparing [2020-11-18T19:41:06.337Z] cdab613fc157: Layer already exists [2020-11-18T19:41:06.337Z] 6e062981a9e8: Layer already exists [2020-11-18T19:41:06.337Z] 35d5cf26dd1d: Layer already exists [2020-11-18T19:41:06.337Z] latest: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:06.669Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:07.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.0 [2020-11-18T19:41:07.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-11-18T19:41:07.046Z] cdab613fc157: Preparing [2020-11-18T19:41:07.046Z] 6e062981a9e8: Preparing [2020-11-18T19:41:07.046Z] 35d5cf26dd1d: Preparing [2020-11-18T19:41:07.046Z] cdab613fc157: Layer already exists [2020-11-18T19:41:07.046Z] 35d5cf26dd1d: Layer already exists [2020-11-18T19:41:07.046Z] 6e062981a9e8: Layer already exists [2020-11-18T19:41:07.046Z] 1.3.0: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:07.637Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:07.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [2020-11-18T19:41:07.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-11-18T19:41:07.963Z] cdab613fc157: Preparing [2020-11-18T19:41:07.963Z] 6e062981a9e8: Preparing [2020-11-18T19:41:07.963Z] 35d5cf26dd1d: Preparing [2020-11-18T19:41:07.963Z] cdab613fc157: Layer already exists [2020-11-18T19:41:07.963Z] 35d5cf26dd1d: Layer already exists [2020-11-18T19:41:07.963Z] 6e062981a9e8: Layer already exists [2020-11-18T19:41:07.963Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:08.296Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:08.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-11-18T19:41:08.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-11-18T19:41:08.646Z] cdab613fc157: Preparing [2020-11-18T19:41:08.646Z] 6e062981a9e8: Preparing [2020-11-18T19:41:08.646Z] 35d5cf26dd1d: Preparing [2020-11-18T19:41:08.646Z] 6e062981a9e8: Layer already exists [2020-11-18T19:41:08.646Z] 35d5cf26dd1d: Layer already exists [2020-11-18T19:41:08.646Z] cdab613fc157: Layer already exists [2020-11-18T19:41:08.646Z] master: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:41:08.841Z] ===================================================== [Pipeline] echo [2020-11-18T19:41:08.908Z] taggedImages: [2020-11-18T19:41:08.908Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:41:08.908Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-11-18T19:41:08.908Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.0 [2020-11-18T19:41:08.908Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [2020-11-18T19:41:08.908Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T19:41:19.571Z] Removing intermediate container 529d5317dac0 [2020-11-18T19:41:19.571Z] ---> 63928691cccc [2020-11-18T19:41:19.571Z] Successfully built 63928691cccc [2020-11-18T19:41:19.571Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:19.939Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T19:41:19.939Z] . [Pipeline] withDockerContainer [2020-11-18T19:41:20.257Z] prd-ubuntu18.04-docker-arm64-4c-16g-12590 does not seem to be running inside a container [2020-11-18T19:41:20.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T19:41:22.541Z] $ docker top 29d67875df25951f58a8f4c786c9a962023a942cd4628e061cea34dde5f3db7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:41:24.045Z] + go version [2020-11-18T19:41:24.045Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-18T19:41:24.082Z] $ docker stop --time=1 29d67875df25951f58a8f4c786c9a962023a942cd4628e061cea34dde5f3db7f [2020-11-18T19:41:26.299Z] $ docker rm -f 29d67875df25951f58a8f4c786c9a962023a942cd4628e061cea34dde5f3db7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:27.354Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T19:41:27.354Z] . [Pipeline] withDockerContainer [2020-11-18T19:41:27.652Z] prd-ubuntu18.04-docker-arm64-4c-16g-12590 does not seem to be running inside a container [2020-11-18T19:41:27.761Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T19:41:29.954Z] $ docker top eb7fa0398a461ff5e0da6859f9bb2e290bd81d1b9bfec36b2a49f81367b80ad5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:41:31.519Z] + make test [2020-11-18T19:41:31.519Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-18T19:41:32.967Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-11-18T19:42:12.069Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-11-18T19:42:12.069Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.318s coverage: 50.3% of statements [2020-11-18T19:42:12.069Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T19:42:20.423Z] gofmt -l . [2020-11-18T19:42:20.423Z] [ "`gofmt -l .`" = "" ] [2020-11-18T19:42:20.423Z] ./bin/test-attribution-txt.sh [2020-11-18T19:42:21.023Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-18T19:42:21.670Z] $ docker stop --time=1 eb7fa0398a461ff5e0da6859f9bb2e290bd81d1b9bfec36b2a49f81367b80ad5 [2020-11-18T19:42:23.917Z] $ docker rm -f eb7fa0398a461ff5e0da6859f9bb2e290bd81d1b9bfec36b2a49f81367b80ad5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:42:24.861Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T19:42:24.962Z] Warning: overwriting stash ‘coverage-report’ [2020-11-18T19:42:25.816Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T19:42:26.523Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T19:42:26.917Z] + ls -al . [2020-11-18T19:42:26.917Z] total 136 [2020-11-18T19:42:26.917Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 18 19:42 . [2020-11-18T19:42:26.917Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:39 .. [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 18 19:39 .dockerignore [2020-11-18T19:42:26.917Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 19:40 .git [2020-11-18T19:42:26.917Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 .github [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 338 Nov 18 19:39 .gitignore [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 5589 Nov 18 19:39 Attribution.txt [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 1430 Nov 18 19:39 Dockerfile [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 954 Nov 18 19:39 Dockerfile.build [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 679 Nov 18 19:39 Jenkinsfile [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 18 19:39 LICENSE [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 880 Nov 18 19:39 Makefile [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 591 Nov 18 19:39 README.md [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 19:36 VERSION [2020-11-18T19:42:26.917Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 bin [2020-11-18T19:42:26.917Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 19:39 cmd [2020-11-18T19:42:26.917Z] -rw-r--r-- 1 jenkins jenkins 22364 Nov 18 19:42 coverage.out [2020-11-18T19:42:26.917Z] -rw-r--r-- 1 jenkins jenkins 517 Nov 18 19:42 go.mod [2020-11-18T19:42:26.917Z] -rw-r--r-- 1 jenkins jenkins 14643 Nov 18 19:42 go.sum [2020-11-18T19:42:26.917Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 19:39 internal [2020-11-18T19:42:26.917Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 simulator [2020-11-18T19:42:26.917Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:39 snap [2020-11-18T19:42:26.917Z] -rw-rw-r-- 1 jenkins jenkins 229 Nov 18 19:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:42:27.323Z] + 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=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b --label arch=arm64 --label version=1.3.0 . [2020-11-18T19:42:27.605Z] Sending build context to Docker daemon 528.9kB [2020-11-18T19:42:27.605Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-11-18T19:42:27.605Z] Step 2/20 : FROM ${BASE} AS builder [2020-11-18T19:42:27.605Z] ---> 63928691cccc [2020-11-18T19:42:27.605Z] Step 3/20 : ARG MAKE='make build' [2020-11-18T19:42:27.892Z] ---> Running in d95961edfbb8 [2020-11-18T19:42:28.511Z] Removing intermediate container d95961edfbb8 [2020-11-18T19:42:28.511Z] ---> f3f818082edb [2020-11-18T19:42:28.511Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:42:28.511Z] ---> Running in 19c2e77b1bd2 [2020-11-18T19:42:31.141Z] Removing intermediate container 19c2e77b1bd2 [2020-11-18T19:42:31.141Z] ---> e2d785d78915 [2020-11-18T19:42:31.141Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T19:42:31.416Z] ---> Running in 34fc3e50ec9d [2020-11-18T19:42:32.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T19:42:33.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T19:42:35.298Z] OK: 221 MiB in 53 packages [2020-11-18T19:42:36.741Z] Removing intermediate container 34fc3e50ec9d [2020-11-18T19:42:36.741Z] ---> 7c27ab93111b [2020-11-18T19:42:36.741Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-11-18T19:42:36.741Z] ---> Running in 6ca40113a440 [2020-11-18T19:42:37.017Z] Removing intermediate container 6ca40113a440 [2020-11-18T19:42:37.017Z] ---> edc09e7c635b [2020-11-18T19:42:37.017Z] Step 7/20 : COPY . . [2020-11-18T19:42:38.013Z] ---> 6add88f968af [2020-11-18T19:42:38.013Z] Step 8/20 : RUN ${MAKE} [2020-11-18T19:42:38.296Z] ---> Running in b8aa9ee25a5e [2020-11-18T19:42:39.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.0" -o cmd/device-modbus ./cmd [2020-11-18T19:43:12.134Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T19:43:16.542Z] Removing intermediate container b8aa9ee25a5e [2020-11-18T19:43:16.542Z] ---> 4d60cc562bea [2020-11-18T19:43:16.542Z] Step 9/20 : FROM scratch [2020-11-18T19:43:16.542Z] ---> [2020-11-18T19:43:16.542Z] Step 10/20 : ENV APP_PORT=49991 [2020-11-18T19:43:16.542Z] ---> Running in a4d5a297dcde [2020-11-18T19:43:16.542Z] Removing intermediate container a4d5a297dcde [2020-11-18T19:43:16.542Z] ---> 8dfede2807c1 [2020-11-18T19:43:16.542Z] Step 11/20 : EXPOSE $APP_PORT [2020-11-18T19:43:16.542Z] ---> Running in f72deab6468f [2020-11-18T19:43:17.152Z] Removing intermediate container f72deab6468f [2020-11-18T19:43:17.152Z] ---> d5d4b12a12d4 [2020-11-18T19:43:17.152Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-11-18T19:43:18.152Z] ---> 6cdd2c9129ff [2020-11-18T19:43:18.152Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-11-18T19:43:19.141Z] ---> f12c9df4507a [2020-11-18T19:43:19.141Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-11-18T19:43:19.747Z] ---> 069dbe1d0385 [2020-11-18T19:43:19.747Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-11-18T19:43:19.747Z] ---> Running in 317b77cb9e64 [2020-11-18T19:43:20.346Z] Removing intermediate container 317b77cb9e64 [2020-11-18T19:43:20.346Z] ---> 969130de6915 [2020-11-18T19:43:20.346Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-11-18T19:43:20.346Z] ---> Running in 9c0be8bf07ba [2020-11-18T19:43:20.942Z] Removing intermediate container 9c0be8bf07ba [2020-11-18T19:43:20.942Z] ---> 5bd161b877d0 [2020-11-18T19:43:20.942Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T19:43:20.942Z] ---> Running in b7573292f01a [2020-11-18T19:43:21.551Z] Removing intermediate container b7573292f01a [2020-11-18T19:43:21.551Z] ---> cf9773f56b25 [2020-11-18T19:43:21.551Z] Step 18/20 : LABEL arch=arm64 [2020-11-18T19:43:21.551Z] ---> Running in 00bb7d27deb2 [2020-11-18T19:43:22.150Z] Removing intermediate container 00bb7d27deb2 [2020-11-18T19:43:22.150Z] ---> 32a22c579d5e [2020-11-18T19:43:22.150Z] Step 19/20 : LABEL git_sha=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:43:22.150Z] ---> Running in aef806269ff7 [2020-11-18T19:43:22.749Z] Removing intermediate container aef806269ff7 [2020-11-18T19:43:22.750Z] ---> ef2fd22c2eb0 [2020-11-18T19:43:22.750Z] Step 20/20 : LABEL version=1.3.0 [2020-11-18T19:43:22.750Z] ---> Running in 0e3fc6c1d2a3 [2020-11-18T19:43:23.025Z] Removing intermediate container 0e3fc6c1d2a3 [2020-11-18T19:43:23.025Z] ---> c8a7496db7d6 [2020-11-18T19:43:23.025Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T19:43:23.298Z] Successfully built c8a7496db7d6 [2020-11-18T19:43:23.298Z] 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-11-18T19:43:24.013Z] provisioning config files... [2020-11-18T19:43:24.051Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config2607379496093224627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:43:24.464Z] ---> docker-login.sh [2020-11-18T19:43:24.465Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:43:24.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:25.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:25.032Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:25.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:25.032Z] [2020-11-18T19:43:25.032Z] Login Succeeded [2020-11-18T19:43:25.032Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:43:25.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:25.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:25.584Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:25.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:25.584Z] [2020-11-18T19:43:25.584Z] Login Succeeded [2020-11-18T19:43:25.584Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:43:25.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:26.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:26.140Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:26.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:26.140Z] [2020-11-18T19:43:26.140Z] Login Succeeded [2020-11-18T19:43:26.140Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:43:26.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:26.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:26.740Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:26.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:26.740Z] [2020-11-18T19:43:26.740Z] Login Succeeded [2020-11-18T19:43:26.740Z] docker.io [2020-11-18T19:43:27.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:27.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:27.614Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:27.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:27.614Z] [2020-11-18T19:43:27.614Z] Login Succeeded [2020-11-18T19:43:27.614Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:43:27.633Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:43:27.914Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-11-18T19:43:27.914Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:43:27.914Z] latest [2020-11-18T19:43:27.915Z] 1.3.0 [2020-11-18T19:43:27.915Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [2020-11-18T19:43:27.915Z] master [2020-11-18T19:43:27.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:28.478Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:28.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:43:28.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-11-18T19:43:28.817Z] d5f08c725da3: Preparing [2020-11-18T19:43:28.817Z] 32f925c52707: Preparing [2020-11-18T19:43:28.817Z] 2d1a4aa38bda: Preparing [2020-11-18T19:43:29.090Z] 32f925c52707: Pushed [2020-11-18T19:43:29.090Z] d5f08c725da3: Pushed [2020-11-18T19:43:31.714Z] 2d1a4aa38bda: Pushed [2020-11-18T19:43:31.714Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:32.060Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:32.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-11-18T19:43:32.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-11-18T19:43:32.396Z] d5f08c725da3: Preparing [2020-11-18T19:43:32.396Z] 32f925c52707: Preparing [2020-11-18T19:43:32.396Z] 2d1a4aa38bda: Preparing [2020-11-18T19:43:32.396Z] 32f925c52707: Layer already exists [2020-11-18T19:43:32.396Z] 2d1a4aa38bda: Layer already exists [2020-11-18T19:43:32.670Z] d5f08c725da3: Layer already exists [2020-11-18T19:43:32.670Z] latest: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:33.021Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:33.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.0 [2020-11-18T19:43:33.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-11-18T19:43:33.369Z] d5f08c725da3: Preparing [2020-11-18T19:43:33.369Z] 32f925c52707: Preparing [2020-11-18T19:43:33.369Z] 2d1a4aa38bda: Preparing [2020-11-18T19:43:33.649Z] 2d1a4aa38bda: Layer already exists [2020-11-18T19:43:33.649Z] d5f08c725da3: Layer already exists [2020-11-18T19:43:33.649Z] 32f925c52707: Layer already exists [2020-11-18T19:43:33.649Z] 1.3.0: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:33.996Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:34.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [2020-11-18T19:43:34.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-11-18T19:43:34.346Z] d5f08c725da3: Preparing [2020-11-18T19:43:34.346Z] 32f925c52707: Preparing [2020-11-18T19:43:34.346Z] 2d1a4aa38bda: Preparing [2020-11-18T19:43:34.346Z] 32f925c52707: Layer already exists [2020-11-18T19:43:34.346Z] 2d1a4aa38bda: Layer already exists [2020-11-18T19:43:34.346Z] d5f08c725da3: Layer already exists [2020-11-18T19:43:34.619Z] 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:34.968Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:35.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-11-18T19:43:35.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-11-18T19:43:35.311Z] d5f08c725da3: Preparing [2020-11-18T19:43:35.311Z] 32f925c52707: Preparing [2020-11-18T19:43:35.311Z] 2d1a4aa38bda: Preparing [2020-11-18T19:43:35.311Z] d5f08c725da3: Layer already exists [2020-11-18T19:43:35.311Z] 32f925c52707: Layer already exists [2020-11-18T19:43:35.311Z] 2d1a4aa38bda: Layer already exists [2020-11-18T19:43:35.586Z] master: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:43:35.799Z] ===================================================== [Pipeline] echo [2020-11-18T19:43:35.847Z] taggedImages: [2020-11-18T19:43:35.847Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [2020-11-18T19:43:35.847Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-11-18T19:43:35.847Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.0 [2020-11-18T19:43:35.847Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [2020-11-18T19:43:35.847Z] - 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-11-18T19:43:37.265Z] provisioning config files... [2020-11-18T19:43:37.277Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8526303716730980702tmp [Pipeline] { [Pipeline] sh [2020-11-18T19:43:37.667Z] + set +x [2020-11-18T19:43:37.668Z] + curl -s https://codecov.io/bash [2020-11-18T19:43:37.668Z] + bash -s -- [2020-11-18T19:43:37.929Z] [2020-11-18T19:43:37.929Z] _____ _ [2020-11-18T19:43:37.929Z] / ____| | | [2020-11-18T19:43:37.929Z] | | ___ __| | ___ ___ _____ __ [2020-11-18T19:43:37.929Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-18T19:43:37.929Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-18T19:43:37.929Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-18T19:43:37.929Z] Bash-20201116-eea08d9 [2020-11-18T19:43:37.929Z] [2020-11-18T19:43:37.929Z] [2020-11-18T19:43:37.929Z] ==> Jenkins CI detected. [2020-11-18T19:43:37.929Z] project root: . [2020-11-18T19:43:37.929Z] --> token set from env [2020-11-18T19:43:37.929Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-18T19:43:37.929Z] ==> Running gcov in . (disable via -X gcov) [2020-11-18T19:43:37.929Z] ==> Python coveragepy not found [2020-11-18T19:43:37.929Z] ==> Searching for coverage reports in: [2020-11-18T19:43:37.929Z] + . [2020-11-18T19:43:37.929Z] -> Found 1 reports [2020-11-18T19:43:37.929Z] ==> Detecting git/mercurial file structure [2020-11-18T19:43:37.929Z] ==> Reading reports [2020-11-18T19:43:37.929Z] + ./coverage.out bytes=22364 [2020-11-18T19:43:37.929Z] ==> Appending adjustments [2020-11-18T19:43:37.929Z] https://docs.codecov.io/docs/fixing-reports [2020-11-18T19:43:38.194Z] + Found adjustments [2020-11-18T19:43:38.194Z] ==> Gzipping contents [2020-11-18T19:43:38.194Z] ==> Uploading reports [2020-11-18T19:43:38.194Z] url: https://codecov.io [2020-11-18T19:43:38.194Z] query: branch=master&commit=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T19:43:38.194Z] -> Pinging Codecov [2020-11-18T19:43:38.194Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T19:43:38.768Z] -> Uploading to [2020-11-18T19:43:38.768Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-18/55DBCA73C666E3227836607328DD7E49/8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b/071a9171-8924-49f3-8e40-cbc2c36f0d6f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T194338Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9452de78db5ca6605d5aa691f6d1e6703c296fcd6488332d8d53e8c6eb1fd947 [2020-11-18T19:43:38.768Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-18T19:43:38.768Z] Dload Upload Total Spent Left Speed [2020-11-18T19:43:39.346Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4167 0 0 100 4167 0 10244 --:--:-- --:--:-- --:--:-- 10263 [2020-11-18T19:43:39.346Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] } [2020-11-18T19:43:39.356Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-18T19:43:39.837Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-18T19:43:39.889Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:40.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:43:40.233Z] [2020-11-18T19:43:40.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:40.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:43:40.752Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-18T19:43:40.752Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T19:43:40.752Z] 0ef7d3d256c8: Pulling fs layer [2020-11-18T19:43:40.752Z] de9db76c5a1d: Pulling fs layer [2020-11-18T19:43:40.752Z] 0eba1c9be4d2: Pulling fs layer [2020-11-18T19:43:40.752Z] 0d57e429df01: Pulling fs layer [2020-11-18T19:43:40.752Z] 4e4be7b47b0d: Pulling fs layer [2020-11-18T19:43:40.752Z] e1f770b5df2f: Pulling fs layer [2020-11-18T19:43:40.752Z] 85a0685a4137: Pulling fs layer [2020-11-18T19:43:40.752Z] 0eba1c9be4d2: Waiting [2020-11-18T19:43:40.753Z] e1f770b5df2f: Waiting [2020-11-18T19:43:40.753Z] 0d57e429df01: Waiting [2020-11-18T19:43:40.753Z] 85a0685a4137: Waiting [2020-11-18T19:43:40.753Z] 4e4be7b47b0d: Waiting [2020-11-18T19:43:40.753Z] de9db76c5a1d: Verifying Checksum [2020-11-18T19:43:40.753Z] de9db76c5a1d: Download complete [2020-11-18T19:43:40.753Z] 0ef7d3d256c8: Verifying Checksum [2020-11-18T19:43:40.753Z] 0ef7d3d256c8: Download complete [2020-11-18T19:43:40.753Z] 0d57e429df01: Download complete [2020-11-18T19:43:40.753Z] 4e4be7b47b0d: Verifying Checksum [2020-11-18T19:43:40.753Z] 4e4be7b47b0d: Download complete [2020-11-18T19:43:41.023Z] 188c0c94c7c5: Download complete [2020-11-18T19:43:41.609Z] 188c0c94c7c5: Pull complete [2020-11-18T19:43:41.609Z] 0ef7d3d256c8: Pull complete [2020-11-18T19:43:41.873Z] de9db76c5a1d: Pull complete [2020-11-18T19:43:41.873Z] e1f770b5df2f: Verifying Checksum [2020-11-18T19:43:41.873Z] e1f770b5df2f: Download complete [2020-11-18T19:43:45.221Z] 0eba1c9be4d2: Verifying Checksum [2020-11-18T19:43:45.221Z] 0eba1c9be4d2: Download complete [2020-11-18T19:43:45.801Z] 85a0685a4137: Verifying Checksum [2020-11-18T19:43:45.801Z] 85a0685a4137: Download complete [2020-11-18T19:43:52.455Z] 0eba1c9be4d2: Pull complete [2020-11-18T19:43:52.455Z] 0d57e429df01: Pull complete [2020-11-18T19:43:52.722Z] 4e4be7b47b0d: Pull complete [2020-11-18T19:43:54.669Z] e1f770b5df2f: Pull complete [2020-11-18T19:44:02.893Z] 85a0685a4137: Pull complete [2020-11-18T19:44:02.893Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-18T19:44:02.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:44:02.893Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-18T19:44:03.148Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:44:03.208Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T19:44:04.473Z] $ docker top ec6fb69a100f9bfeddb954c7394811aa0d3df524c2c6a0a64920c7179cac5207 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-18T19:44:04.768Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-18T19:44:05.068Z] + set -o pipefail [2020-11-18T19:44:05.068Z] + snyk monitor '--org=edgex-jenkins' [2020-11-18T19:44:17.370Z] [2020-11-18T19:44:17.370Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-11-18T19:44:17.370Z] [2020-11-18T19:44:17.370Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/d735063e-60a5-4494-88f0-f40cd751ee55 [2020-11-18T19:44:17.370Z] [2020-11-18T19:44:17.370Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2020-11-18T19:44:17.370Z] [2020-11-18T19:44:17.370Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-18T19:44:17.370Z] [2020-11-18T19:44:17.370Z] [2020-11-18T19:44:17.370Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-18T19:44:17.370Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-18T19:44:17.388Z] $ docker stop --time=1 ec6fb69a100f9bfeddb954c7394811aa0d3df524c2c6a0a64920c7179cac5207 [2020-11-18T19:44:20.451Z] $ docker rm -f ec6fb69a100f9bfeddb954c7394811aa0d3df524c2c6a0a64920c7179cac5207 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-18T19:44:21.369Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b, dockerFile=Dockerfile [Pipeline] echo [2020-11-18T19:44:21.371Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-18T19:44:21.677Z] + set -o pipefail [2020-11-18T19:44:21.678Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-18T19:44:21.678Z] + tee .snyk [2020-11-18T19:44:21.945Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-18T19:44:21.945Z] version: v1.14.1 [2020-11-18T19:44:21.945Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-18T19:44:21.945Z] ignore: [2020-11-18T19:44:21.945Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-18T19:44:21.945Z] - '*': [2020-11-18T19:44:21.945Z] reason: does not apply # justification for ignoring [2020-11-18T19:44:21.945Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-18T19:44:21.945Z] SNYK-ALPINE312-JQ-588886: [2020-11-18T19:44:21.945Z] - '*': [2020-11-18T19:44:21.945Z] reason: false positive [2020-11-18T19:44:21.945Z] expires: 2021-01-01T00:00:00 [2020-11-18T19:44:21.945Z] # patch: {} [Pipeline] withCredentials [2020-11-18T19:44:22.009Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:22.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:44:22.411Z] . [Pipeline] withDockerContainer [2020-11-18T19:44:22.520Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:44:22.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T19:44:23.551Z] $ docker top 08ae3bb2017aa4df7ba5b82e7ebb3ba66af7897488edaacbd4423898d60a65be -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:44:24.177Z] + rm -f snykReport.html [Pipeline] echo [2020-11-18T19:44:24.267Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-18T19:44:24.753Z] + set -o pipefail [2020-11-18T19:44:24.754Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-18T19:44:24.754Z] + snyk-to-html -o snykReport.html [2020-11-18T19:44:35.244Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-18T19:44:35.264Z] $ docker stop --time=1 08ae3bb2017aa4df7ba5b82e7ebb3ba66af7897488edaacbd4423898d60a65be [2020-11-18T19:44:36.800Z] $ docker rm -f 08ae3bb2017aa4df7ba5b82e7ebb3ba66af7897488edaacbd4423898d60a65be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-18T19:44:39.450Z] + git log --format=format:%s -1 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:39.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:44:39.768Z] . [Pipeline] withDockerContainer [2020-11-18T19:44:39.882Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:44:39.935Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:44:40.616Z] $ docker top f946ba0540873e21365de9315c4b30abec63b4926cf50f0b981a0fe53831b3bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:44:40.922Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.9|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:44:41.311Z] + git semver [Pipeline] } [2020-11-18T19:44:41.331Z] $ docker stop --time=1 f946ba0540873e21365de9315c4b30abec63b4926cf50f0b981a0fe53831b3bb [2020-11-18T19:44:42.699Z] $ docker rm -f f946ba0540873e21365de9315c4b30abec63b4926cf50f0b981a0fe53831b3bb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:43.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:44:43.349Z] [2020-11-18T19:44:43.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:43.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:44:43.697Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-18T19:44:43.697Z] ab5ef0e58194: Pulling fs layer [2020-11-18T19:44:43.697Z] 9712f1f96733: Pulling fs layer [2020-11-18T19:44:43.697Z] 63f879dbbcfc: Pulling fs layer [2020-11-18T19:44:43.697Z] 0d9ebad4ef96: Pulling fs layer [2020-11-18T19:44:43.697Z] e9a5061849ea: Pulling fs layer [2020-11-18T19:44:43.697Z] d747dcd14b5f: Pulling fs layer [2020-11-18T19:44:43.697Z] 2de7ff778b66: Pulling fs layer [2020-11-18T19:44:43.697Z] 0d9ebad4ef96: Waiting [2020-11-18T19:44:43.697Z] e9a5061849ea: Waiting [2020-11-18T19:44:43.697Z] d747dcd14b5f: Waiting [2020-11-18T19:44:43.697Z] 2de7ff778b66: Waiting [2020-11-18T19:44:43.697Z] 9712f1f96733: Verifying Checksum [2020-11-18T19:44:43.697Z] 9712f1f96733: Download complete [2020-11-18T19:44:45.099Z] 63f879dbbcfc: Verifying Checksum [2020-11-18T19:44:45.099Z] 63f879dbbcfc: Download complete [2020-11-18T19:44:45.678Z] e9a5061849ea: Verifying Checksum [2020-11-18T19:44:45.678Z] e9a5061849ea: Download complete [2020-11-18T19:44:45.678Z] d747dcd14b5f: Verifying Checksum [2020-11-18T19:44:45.678Z] d747dcd14b5f: Download complete [2020-11-18T19:44:46.256Z] 2de7ff778b66: Verifying Checksum [2020-11-18T19:44:46.256Z] 2de7ff778b66: Download complete [2020-11-18T19:44:46.256Z] 0d9ebad4ef96: Verifying Checksum [2020-11-18T19:44:46.256Z] 0d9ebad4ef96: Download complete [2020-11-18T19:44:46.834Z] ab5ef0e58194: Verifying Checksum [2020-11-18T19:44:46.834Z] ab5ef0e58194: Download complete [2020-11-18T19:44:52.163Z] ab5ef0e58194: Pull complete [2020-11-18T19:44:52.163Z] 9712f1f96733: Pull complete [2020-11-18T19:44:54.110Z] 63f879dbbcfc: Pull complete [2020-11-18T19:45:02.323Z] 0d9ebad4ef96: Pull complete [2020-11-18T19:45:02.909Z] e9a5061849ea: Pull complete [2020-11-18T19:45:03.181Z] d747dcd14b5f: Pull complete [2020-11-18T19:45:07.446Z] 2de7ff778b66: Pull complete [2020-11-18T19:45:07.446Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-18T19:45:07.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:45:07.446Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-18T19:45:07.678Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:45:07.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-18T19:45:10.129Z] $ docker top 3cd6806a21b2117a156d292b721a3ab9bbe03f0ed3d3df60733ec3a0dac84448 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-18T19:45:10.376Z] provisioning config files... [2020-11-18T19:45:10.387Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3858781977311010444tmp [2020-11-18T19:45:10.403Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6621941611849249252tmp [2020-11-18T19:45:10.419Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config9036013769313931937tmp [Pipeline] { [Pipeline] echo [2020-11-18T19:45:10.472Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:10.778Z] ---> sigul-configuration.sh [2020-11-18T19:45:10.778Z] gpg: directory `/root/.gnupg' created [2020-11-18T19:45:10.778Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-18T19:45:10.778Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-18T19:45:10.778Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-18T19:45:10.778Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-18T19:45:10.778Z] gpg: CAST5 encrypted data [2020-11-18T19:45:11.041Z] gpg: encrypted with 1 passphrase [2020-11-18T19:45:11.041Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-18T19:45:11.341Z] + mkdir /home/jenkins [2020-11-18T19:45:11.341Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-18T19:45:11.644Z] + 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-11-18T19:45:11.655Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:11.954Z] ---> sigul-install.sh [2020-11-18T19:45:17.264Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-18T19:45:17.569Z] + git tag --list [2020-11-18T19:45:17.569Z] 0.7.1 [2020-11-18T19:45:17.569Z] v1.0.0 [2020-11-18T19:45:17.569Z] v1.1.0 [2020-11-18T19:45:17.569Z] v1.1.1 [2020-11-18T19:45:17.569Z] v1.2.1 [2020-11-18T19:45:17.569Z] v1.2.2 [2020-11-18T19:45:17.569Z] v1.2.2-dev.1 [2020-11-18T19:45:17.569Z] v1.2.2-dev.2 [2020-11-18T19:45:17.569Z] v1.2.2-dev.3 [2020-11-18T19:45:17.569Z] v1.2.3-dev.1 [2020-11-18T19:45:17.569Z] v1.2.3-dev.2 [2020-11-18T19:45:17.569Z] v1.2.3-dev.3 [2020-11-18T19:45:17.569Z] v1.2.3-dev.4 [2020-11-18T19:45:17.569Z] v1.2.3-dev.5 [2020-11-18T19:45:17.569Z] v1.2.3-dev.6 [2020-11-18T19:45:17.569Z] v1.2.3-dev.7 [2020-11-18T19:45:17.569Z] v1.2.3-dev.8 [2020-11-18T19:45:17.569Z] v1.2.3-dev.9 [2020-11-18T19:45:17.569Z] v1.3.0 [Pipeline] sh [2020-11-18T19:45:17.879Z] + lftools sign git-tag v1.3.0 [2020-11-18T19:45:19.277Z] Signing Git tag with Sigul... [2020-11-18T19:45:19.277Z] Signing v1.3.0 [Pipeline] echo [2020-11-18T19:45:20.238Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:20.545Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-18T19:45:20.556Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-18T19:45:20.685Z] $ docker stop --time=1 3cd6806a21b2117a156d292b721a3ab9bbe03f0ed3d3df60733ec3a0dac84448 [2020-11-18T19:45:22.721Z] $ docker rm -f 3cd6806a21b2117a156d292b721a3ab9bbe03f0ed3d3df60733ec3a0dac84448 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:23.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:45:23.791Z] . [Pipeline] withDockerContainer [2020-11-18T19:45:23.899Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:45:23.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:45:24.737Z] $ docker top fec23ac0578a47e7146cf91d1025f77431cb18692956e73a24fb7e8b8936e467 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:45:24.977Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.9|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:45:25.376Z] + git semver [Pipeline] } [2020-11-18T19:45:25.400Z] $ docker stop --time=1 fec23ac0578a47e7146cf91d1025f77431cb18692956e73a24fb7e8b8936e467 [2020-11-18T19:45:26.755Z] $ docker rm -f fec23ac0578a47e7146cf91d1025f77431cb18692956e73a24fb7e8b8936e467 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:27.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:45:27.285Z] . [Pipeline] withDockerContainer [2020-11-18T19:45:27.392Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:45:27.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:45:28.009Z] $ docker top d90f6d118d175bd8b2526454f754593d2c9210a36683dd9060ce82322fedb329 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:45:28.258Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.9|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:45:28.675Z] + git semver [Pipeline] } [2020-11-18T19:45:28.695Z] $ docker stop --time=1 d90f6d118d175bd8b2526454f754593d2c9210a36683dd9060ce82322fedb329 [2020-11-18T19:45:30.071Z] $ docker rm -f d90f6d118d175bd8b2526454f754593d2c9210a36683dd9060ce82322fedb329 [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-11-18T19:45:31.874Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:32.449Z] ---> package-listing.sh [2020-11-18T19:45:32.449Z] ++ facter osfamily [2020-11-18T19:45:32.449Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-18T19:45:32.449Z] + OS_FAMILY=redhat [2020-11-18T19:45:32.449Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-11-18T19:45:32.449Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-18T19:45:32.449Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-18T19:45:32.449Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-18T19:45:32.449Z] + PACKAGES=/tmp/packages_start.txt [2020-11-18T19:45:32.449Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-11-18T19:45:32.449Z] + PACKAGES=/tmp/packages_end.txt [2020-11-18T19:45:32.449Z] + case "${OS_FAMILY}" in [2020-11-18T19:45:32.449Z] + rpm -qa [2020-11-18T19:45:32.449Z] + sort [2020-11-18T19:45:36.687Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-18T19:45:36.687Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-18T19:45:36.687Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-18T19:45:36.687Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-11-18T19:45:36.687Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-11-18T19:45:36.687Z] + 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-11-18T19:45:36.702Z] 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-11-18T19:45:37.008Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:37.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:45:37.319Z] [2020-11-18T19:45:37.319Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:37.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:45:37.676Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-18T19:45:37.676Z] df20fa9351a1: Pulling fs layer [2020-11-18T19:45:37.676Z] 36b3adc4ff6f: Pulling fs layer [2020-11-18T19:45:37.676Z] 8ad3a11d3b57: Pulling fs layer [2020-11-18T19:45:37.676Z] 46f8f816bc3b: Pulling fs layer [2020-11-18T19:45:37.676Z] 93b61091891f: Pulling fs layer [2020-11-18T19:45:37.676Z] 93b9cdb0e59b: Pulling fs layer [2020-11-18T19:45:37.676Z] 5e14af77c1be: Pulling fs layer [2020-11-18T19:45:37.676Z] 01666e4c0597: Pulling fs layer [2020-11-18T19:45:37.676Z] aa168da1d23b: Pulling fs layer [2020-11-18T19:45:37.676Z] 46f8f816bc3b: Waiting [2020-11-18T19:45:37.676Z] 93b61091891f: Waiting [2020-11-18T19:45:37.676Z] 93b9cdb0e59b: Waiting [2020-11-18T19:45:37.676Z] 5e14af77c1be: Waiting [2020-11-18T19:45:37.676Z] 01666e4c0597: Waiting [2020-11-18T19:45:37.676Z] aa168da1d23b: Waiting [2020-11-18T19:45:37.676Z] 36b3adc4ff6f: Verifying Checksum [2020-11-18T19:45:37.676Z] 36b3adc4ff6f: Download complete [2020-11-18T19:45:37.676Z] 46f8f816bc3b: Download complete [2020-11-18T19:45:37.676Z] df20fa9351a1: Verifying Checksum [2020-11-18T19:45:37.676Z] df20fa9351a1: Download complete [2020-11-18T19:45:37.942Z] 93b9cdb0e59b: Verifying Checksum [2020-11-18T19:45:37.942Z] 93b9cdb0e59b: Download complete [2020-11-18T19:45:37.942Z] 5e14af77c1be: Verifying Checksum [2020-11-18T19:45:37.942Z] 5e14af77c1be: Download complete [2020-11-18T19:45:37.942Z] 01666e4c0597: Verifying Checksum [2020-11-18T19:45:37.942Z] 01666e4c0597: Download complete [2020-11-18T19:45:37.942Z] 93b61091891f: Verifying Checksum [2020-11-18T19:45:37.942Z] 93b61091891f: Download complete [2020-11-18T19:45:38.207Z] 8ad3a11d3b57: Verifying Checksum [2020-11-18T19:45:38.207Z] 8ad3a11d3b57: Download complete [2020-11-18T19:45:38.470Z] df20fa9351a1: Pull complete [2020-11-18T19:45:39.049Z] 36b3adc4ff6f: Pull complete [2020-11-18T19:45:40.013Z] aa168da1d23b: Verifying Checksum [2020-11-18T19:45:40.013Z] aa168da1d23b: Download complete [2020-11-18T19:45:40.594Z] 8ad3a11d3b57: Pull complete [2020-11-18T19:45:40.594Z] 46f8f816bc3b: Pull complete [2020-11-18T19:45:40.857Z] 93b61091891f: Pull complete [2020-11-18T19:45:41.146Z] 93b9cdb0e59b: Pull complete [2020-11-18T19:45:41.146Z] 5e14af77c1be: Pull complete [2020-11-18T19:45:41.420Z] 01666e4c0597: Pull complete [2020-11-18T19:45:51.543Z] aa168da1d23b: Pull complete [2020-11-18T19:45:51.543Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-18T19:45:51.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:45:51.543Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-18T19:45:51.811Z] prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container [2020-11-18T19:45:51.882Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-18T19:45:54.551Z] $ docker top 21f055a6812e26bbc01e5ae7116ed6e0393e4bd79f9f4e3f1adfd26451358bae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:45:55.049Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-18T19:45:55.357Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-18T19:45:55.657Z] + ls /var/log/sa-host [2020-11-18T19:45:55.657Z] + sadf -c /var/log/sa-host/sa05 [2020-11-18T19:45:55.657Z] file_magic: OK [2020-11-18T19:45:55.657Z] HZ: Using current value: 100 [2020-11-18T19:45:55.657Z] file_header: OK [2020-11-18T19:45:55.657Z] 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-11-18T19:45:55.657Z] Statistics: [2020-11-18T19:45:55.657Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T19:45:55.657Z] File successfully converted to sysstat format version 12.2.1 [2020-11-18T19:45:55.657Z] + sadf -c /var/log/sa-host/sa18 [2020-11-18T19:45:55.657Z] file_magic: OK [2020-11-18T19:45:55.657Z] HZ: Using current value: 100 [2020-11-18T19:45:55.657Z] file_header: OK [2020-11-18T19:45:55.657Z] 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-11-18T19:45:55.657Z] Statistics: [2020-11-18T19:45:55.657Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T19:45:55.657Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-18T19:45:55.852Z] provisioning config files... [2020-11-18T19:45:55.868Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7975445922728202362tmp [Pipeline] { [Pipeline] echo [2020-11-18T19:45:55.955Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:56.261Z] ---> create-netrc.sh [Pipeline] } [2020-11-18T19:45:56.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-18T19:45:56.358Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:56.658Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-18T19:45:56.670Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:57.028Z] ---> sudo-logs.sh [2020-11-18T19:45:57.028Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-18T19:45:57.040Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:57.414Z] ---> job-cost.sh [2020-11-18T19:45:57.414Z] lf-activate-venv: SKIPPING [2020-11-18T19:45:57.414Z] INFO: No Stack... [2020-11-18T19:45:58.399Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-18T19:45:58.984Z] INFO: Archiving Costs [Pipeline] echo [2020-11-18T19:45:59.000Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:59.304Z] ---> logs-deploy.sh [2020-11-18T19:45:59.304Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/28 [2020-11-18T19:45:59.304Z] INFO: archiving workspace using pattern(s): [2020-11-18T19:46:01.246Z] Archives upload complete. [2020-11-18T19:46:01.519Z] INFO: archiving logs to Nexus