Pull request #198 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of siggiskulason for edgexfoundry/device-modbus-go Loading trusted files from base branch master at 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 rather than 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 Obtained Jenkinsfile from 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 Running on prd-centos7-docker-4c-2g-15368 in /w/workspace/xfoundry_device-modbus-go_PR-198 [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_PR-198 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 into PR head commit 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 Merge succeeded, producing 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 Checking out Revision 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 (PR-198) > git config core.sparsecheckout # timeout=10 > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 Commit message: "feat(snap): Add startup configure options" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T12:53:34.003Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 9e46fcd1bef51ca485bb6239b22a3bee655283b2 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-10T12:53:34.345Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T12:53:34.459Z] ========================================================= [2020-12-10T12:53:34.459Z] EdgeX Global Pipelines Version Info [2020-12-10T12:53:34.459Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T12:53:36.018Z] ------------------- [2020-12-10T12:53:36.018Z] stable info: [2020-12-10T12:53:36.018Z] ------------------- [2020-12-10T12:53:36.018Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T12:53:36.018Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T12:53:36.018Z] Message: update stable to v1.0.172 [2020-12-10T12:53:36.966Z] ------------------- [2020-12-10T12:53:36.966Z] experimental info: [2020-12-10T12:53:36.966Z] ------------------- [2020-12-10T12:53:36.966Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T12:53:36.966Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T12:53:36.966Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T12:53:37.327Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-12-10T12:53:37.428Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-12-10T12:53:37.535Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T12:53:37.639Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T12:53:37.743Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T12:53:37.846Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T12:53:37.949Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T12:53:38.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T12:53:38.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-10T12:53:38.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T12:53:38.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T12:53:38.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-12-10T12:53:38.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T12:53:38.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T12:53:38.795Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T12:53:38.895Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T12:53:39.008Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T12:53:39.107Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T12:53:39.199Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T12:53:39.292Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-10T12:53:39.417Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-10T12:53:39.514Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-10T12:53:39.622Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-10T12:53:39.745Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-10T12:53:39.843Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-10T12:53:39.969Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T12:53:40.077Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-198 [Pipeline] echo [2020-12-10T12:53:40.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-198 [Pipeline] echo [2020-12-10T12:53:40.367Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-198 [Pipeline] echo [2020-12-10T12:53:40.464Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [Pipeline] echo [2020-12-10T12:53:40.612Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fab182 [Pipeline] echo [2020-12-10T12:53:40.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T12:53:40.896Z] provisioning config files... [2020-12-10T12:53:40.940Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-198@tmp/config7762406376787688198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T12:53:41.307Z] ---> docker-login.sh [2020-12-10T12:53:41.307Z] nexus3.edgexfoundry.org:10001 [2020-12-10T12:53:41.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:53:41.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:53:41.831Z] Configure a credential helper to remove this warning. See [2020-12-10T12:53:41.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:53:41.831Z] [2020-12-10T12:53:41.831Z] Login Succeeded [2020-12-10T12:53:41.831Z] nexus3.edgexfoundry.org:10002 [2020-12-10T12:53:41.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:53:42.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:53:42.094Z] Configure a credential helper to remove this warning. See [2020-12-10T12:53:42.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:53:42.094Z] [2020-12-10T12:53:42.094Z] Login Succeeded [2020-12-10T12:53:42.094Z] nexus3.edgexfoundry.org:10003 [2020-12-10T12:53:42.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:53:42.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:53:42.094Z] Configure a credential helper to remove this warning. See [2020-12-10T12:53:42.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:53:42.094Z] [2020-12-10T12:53:42.094Z] Login Succeeded [2020-12-10T12:53:42.094Z] nexus3.edgexfoundry.org:10004 [2020-12-10T12:53:42.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:53:42.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:53:42.357Z] Configure a credential helper to remove this warning. See [2020-12-10T12:53:42.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:53:42.357Z] [2020-12-10T12:53:42.357Z] Login Succeeded [2020-12-10T12:53:42.357Z] docker.io [2020-12-10T12:53:42.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:53:42.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:53:42.883Z] Configure a credential helper to remove this warning. See [2020-12-10T12:53:42.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:53:42.883Z] [2020-12-10T12:53:42.883Z] Login Succeeded [2020-12-10T12:53:42.883Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T12:53:42.893Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T12:53:43.893Z] + git log --format=format:%s -1 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [Pipeline] echo [2020-12-10T12:53:43.963Z] GIT_COMMIT: 0fab1821c70b94ed4699354fdbdbc7ace4aa8397, Commit Message: feat(snap): Add startup configure options [Pipeline] echo [2020-12-10T12:53:44.011Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:53:45.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T12:53:45.098Z] [2020-12-10T12:53:45.098Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:53:45.452Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T12:53:45.452Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T12:53:45.452Z] 31603596830f: Pulling fs layer [2020-12-10T12:53:45.452Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T12:53:45.452Z] 6ca5941a6612: Pulling fs layer [2020-12-10T12:53:45.452Z] ecc8261a40a4: Pulling fs layer [2020-12-10T12:53:45.452Z] ecc8261a40a4: Waiting [2020-12-10T12:53:45.452Z] 2a8b12db71e7: Download complete [2020-12-10T12:53:45.719Z] 31603596830f: Verifying Checksum [2020-12-10T12:53:45.719Z] 31603596830f: Download complete [2020-12-10T12:53:45.984Z] ecc8261a40a4: Verifying Checksum [2020-12-10T12:53:45.984Z] ecc8261a40a4: Download complete [2020-12-10T12:53:45.984Z] 6ca5941a6612: Verifying Checksum [2020-12-10T12:53:45.984Z] 6ca5941a6612: Download complete [2020-12-10T12:53:46.247Z] 31603596830f: Pull complete [2020-12-10T12:53:46.247Z] 2a8b12db71e7: Pull complete [2020-12-10T12:53:47.204Z] 6ca5941a6612: Pull complete [2020-12-10T12:53:47.471Z] ecc8261a40a4: Pull complete [2020-12-10T12:53:47.471Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T12:53:47.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T12:53:47.471Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T12:53:47.578Z] prd-centos7-docker-4c-2g-15368 does not seem to be running inside a container [2020-12-10T12:53:47.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-198 -v /w/workspace/xfoundry_device-modbus-go_PR-198:/w/workspace/xfoundry_device-modbus-go_PR-198:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-198@tmp:/w/workspace/xfoundry_device-modbus-go_PR-198@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-10T12:53:50.024Z] $ docker top 24865d7cda9ca1db7653003c9e88b438159312fdc5b8dd3c0da0f55d2951f5be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T12:53:50.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T12:53:50.490Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T12:53:50.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T12:53:50.731Z] $ docker exec 24865d7cda9ca1db7653003c9e88b438159312fdc5b8dd3c0da0f55d2951f5be ssh-agent [2020-12-10T12:53:50.901Z] SSH_AUTH_SOCK=/tmp/ssh-39kkkXTT1eGf/agent.12 [2020-12-10T12:53:50.901Z] SSH_AGENT_PID=18 [2020-12-10T12:53:50.916Z] Running ssh-add (command line suppressed) [2020-12-10T12:53:51.039Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-198@tmp/private_key_4461179682087151433.key (/w/workspace/xfoundry_device-modbus-go_PR-198@tmp/private_key_4461179682087151433.key) [2020-12-10T12:53:51.091Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T12:53:51.437Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T12:53:51.464Z] $ docker exec --env ******** --env ******** 24865d7cda9ca1db7653003c9e88b438159312fdc5b8dd3c0da0f55d2951f5be ssh-agent -k [2020-12-10T12:53:51.583Z] unset SSH_AUTH_SOCK; [2020-12-10T12:53:51.584Z] unset SSH_AGENT_PID; [2020-12-10T12:53:51.584Z] echo Agent pid 18 killed; [2020-12-10T12:53:51.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T12:53:51.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T12:53:51.812Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T12:53:51.983Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T12:53:51.989Z] $ docker exec 24865d7cda9ca1db7653003c9e88b438159312fdc5b8dd3c0da0f55d2951f5be ssh-agent [2020-12-10T12:53:52.151Z] SSH_AUTH_SOCK=/tmp/ssh-qSq71WxU2BZO/agent.46 [2020-12-10T12:53:52.151Z] SSH_AGENT_PID=51 [2020-12-10T12:53:52.158Z] Running ssh-add (command line suppressed) [2020-12-10T12:53:52.283Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-198@tmp/private_key_6113578627200515677.key (/w/workspace/xfoundry_device-modbus-go_PR-198@tmp/private_key_6113578627200515677.key) [2020-12-10T12:53:52.336Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T12:53:52.680Z] + git semver init [2020-12-10T12:53:52.681Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T12:53:52.681Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-198/.git [2020-12-10T12:53:52.681Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-198 [2020-12-10T12:53:52.681Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T12:53:52.681Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T12:53:52.681Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T12:53:52.681Z] # $SEMVER_BRANCH = PR-198 [2020-12-10T12:53:52.681Z] # $SEMVER_TEMP = /tmp/semver-306975967 [2020-12-10T12:53:52.681Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-12-10T12:53:53.258Z] # '/tmp/semver-306975967' -> '/w/workspace/xfoundry_device-modbus-go_PR-198/.semver' [2020-12-10T12:53:53.258Z] # -> Force: false [2020-12-10T12:53:53.258Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-198/.semver [Pipeline] } [2020-12-10T12:53:53.273Z] $ docker exec --env ******** --env ******** 24865d7cda9ca1db7653003c9e88b438159312fdc5b8dd3c0da0f55d2951f5be ssh-agent -k [2020-12-10T12:53:53.388Z] unset SSH_AUTH_SOCK; [2020-12-10T12:53:53.388Z] unset SSH_AGENT_PID; [2020-12-10T12:53:53.388Z] echo Agent pid 51 killed; [2020-12-10T12:53:53.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T12:53:53.908Z] + git semver [Pipeline] } [2020-12-10T12:53:53.927Z] $ docker stop --time=1 24865d7cda9ca1db7653003c9e88b438159312fdc5b8dd3c0da0f55d2951f5be [2020-12-10T12:53:55.370Z] $ docker rm -f 24865d7cda9ca1db7653003c9e88b438159312fdc5b8dd3c0da0f55d2951f5be [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T12:53:55.859Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T12:53:56.487Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T12:53:56.490Z] [edgeXSemver]: initialized semver on version 0.0.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-12-10T12:54:11.982Z] Still waiting to schedule task [2020-12-10T12:54:11.982Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15368’ [2020-12-10T12:54:11.984Z] Still waiting to schedule task [2020-12-10T12:54:11.984Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-10T12:55:58.822Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15369 in /w/workspace/xfoundry_device-modbus-go_PR-198 [Pipeline] { [Pipeline] ws [2020-12-10T12:55:58.890Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-12-10T12:56:03.860Z] using credential edgex-jenkins-ssh [2020-12-10T12:56:03.936Z] Cloning the remote Git repository [2020-12-10T12:56:03.997Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:56:04.099Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-12-10T12:56:04.167Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:56:04.168Z] > git --version # timeout=10 [2020-12-10T12:56:04.187Z] > git --version # 'git version 2.17.1' [2020-12-10T12:56:04.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:56:04.270Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T12:56:05.041Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-10T12:56:05.060Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T12:56:05.090Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-10T12:56:05.127Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:56:05.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:56:05.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T12:56:05.794Z] Merging remotes/origin/master commit 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 into PR head commit 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:56:05.998Z] Merge succeeded, producing 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:56:05.998Z] Checking out Revision 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 (PR-198) [2020-12-10T12:56:05.817Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T12:56:05.832Z] > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 [2020-12-10T12:56:05.913Z] > git remote # timeout=10 [2020-12-10T12:56:05.930Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T12:56:05.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:56:05.956Z] > git merge 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 # timeout=10 [2020-12-10T12:56:05.983Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T12:56:06.008Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T12:56:06.022Z] > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 [2020-12-10T12:56:09.191Z] Running on prd-centos7-docker-4c-2g-15370 in /w/workspace/xfoundry_device-modbus-go_PR-198 [Pipeline] { [Pipeline] ws [2020-12-10T12:56:09.251Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-12-10T12:56:10.392Z] Commit message: "feat(snap): Add startup configure options" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T12:56:11.956Z] using credential edgex-jenkins-ssh [2020-12-10T12:56:12.028Z] Cloning the remote Git repository [2020-12-10T12:56:12.059Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T12:56:12.479Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T12:56:12.875Z] + true [2020-12-10T12:56:12.875Z] + sudo service docker restart [2020-12-10T12:56:12.056Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:56:12.127Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-12-10T12:56:12.190Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:56:12.190Z] > git --version # timeout=10 [2020-12-10T12:56:12.199Z] > git --version # 'git version 2.24.3' [2020-12-10T12:56:12.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:56:12.242Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T12:56:12.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-10T12:56:12.803Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T12:56:12.817Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-10T12:56:12.836Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:56:12.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:56:12.845Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T12:56:13.363Z] Merging remotes/origin/master commit 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 into PR head commit 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:56:13.456Z] Merge succeeded, producing 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:56:13.457Z] Checking out Revision 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 (PR-198) [2020-12-10T12:56:13.372Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T12:56:13.378Z] > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 [2020-12-10T12:56:13.411Z] > git remote # timeout=10 [2020-12-10T12:56:13.420Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T12:56:13.427Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:56:13.432Z] > git merge 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 # timeout=10 [2020-12-10T12:56:13.447Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T12:56:13.459Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T12:56:13.463Z] > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T12:56:15.594Z] provisioning config files... [2020-12-10T12:56:15.635Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/2@tmp/config372383883059154710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T12:56:16.051Z] ---> docker-login.sh [2020-12-10T12:56:16.051Z] nexus3.edgexfoundry.org:10001 [2020-12-10T12:56:17.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:17.212Z] Commit message: "feat(snap): Add startup configure options" [2020-12-10T12:56:17.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:17.309Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:17.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:17.309Z] [2020-12-10T12:56:17.309Z] Login Succeeded [2020-12-10T12:56:17.309Z] nexus3.edgexfoundry.org:10002 [2020-12-10T12:56:17.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-10T12:56:17.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:17.859Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:17.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:17.859Z] [2020-12-10T12:56:17.859Z] Login Succeeded [2020-12-10T12:56:17.859Z] nexus3.edgexfoundry.org:10003 [Pipeline] sh [2020-12-10T12:56:18.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:18.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:18.413Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:18.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:18.413Z] [2020-12-10T12:56:18.413Z] Login Succeeded [2020-12-10T12:56:18.413Z] nexus3.edgexfoundry.org:10004 [2020-12-10T12:56:18.494Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T12:56:18.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:18.822Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T12:56:18.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:18.961Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:18.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:18.961Z] [2020-12-10T12:56:18.961Z] Login Succeeded [2020-12-10T12:56:18.961Z] docker.io [2020-12-10T12:56:19.122Z] + sudo service docker restart [2020-12-10T12:56:19.123Z] + true [2020-12-10T12:56:19.123Z] Redirecting to /bin/systemctl restart docker.service [2020-12-10T12:56:19.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:19.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:19.829Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:19.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:19.829Z] [2020-12-10T12:56:19.829Z] Login Succeeded [2020-12-10T12:56:19.829Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T12:56:19.849Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T12:56:20.592Z] provisioning config files... [2020-12-10T12:56:20.642Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/2@tmp/config2661230824905096705tmp [Pipeline] { [Pipeline] echo [2020-12-10T12:56:20.755Z] ========================================================= [2020-12-10T12:56:20.755Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T12:56:20.755Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:56:21.056Z] ---> docker-login.sh [2020-12-10T12:56:21.056Z] nexus3.edgexfoundry.org:10001 [2020-12-10T12:56:21.179Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-10T12:56:21.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:21.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:21.327Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:21.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:21.327Z] [2020-12-10T12:56:21.327Z] Login Succeeded [2020-12-10T12:56:21.327Z] nexus3.edgexfoundry.org:10002 [2020-12-10T12:56:21.454Z] Sending build context to Docker daemon 546.3kB [2020-12-10T12:56:21.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:21.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:21.592Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:21.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:21.592Z] [2020-12-10T12:56:21.592Z] Login Succeeded [2020-12-10T12:56:21.592Z] nexus3.edgexfoundry.org:10003 [2020-12-10T12:56:21.728Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T12:56:21.729Z] Step 2/8 : FROM ${BASE} [2020-12-10T12:56:21.729Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T12:56:21.729Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T12:56:21.729Z] a4357932f1b6: Pulling fs layer [2020-12-10T12:56:21.729Z] 18c013af1878: Pulling fs layer [2020-12-10T12:56:21.729Z] 00ac8860ef70: Pulling fs layer [2020-12-10T12:56:21.729Z] 63d7cb157983: Pulling fs layer [2020-12-10T12:56:21.729Z] b116817d02f9: Pulling fs layer [2020-12-10T12:56:21.729Z] 745a02a5169b: Pulling fs layer [2020-12-10T12:56:21.729Z] 63d7cb157983: Waiting [2020-12-10T12:56:21.729Z] b116817d02f9: Waiting [2020-12-10T12:56:21.729Z] 745a02a5169b: Waiting [2020-12-10T12:56:21.729Z] 00ac8860ef70: Waiting [2020-12-10T12:56:21.729Z] 18c013af1878: Verifying Checksum [2020-12-10T12:56:21.729Z] 18c013af1878: Download complete [2020-12-10T12:56:21.729Z] a4357932f1b6: Verifying Checksum [2020-12-10T12:56:21.729Z] a4357932f1b6: Download complete [2020-12-10T12:56:21.729Z] 63d7cb157983: Verifying Checksum [2020-12-10T12:56:21.729Z] 63d7cb157983: Download complete [2020-12-10T12:56:21.729Z] b116817d02f9: Verifying Checksum [2020-12-10T12:56:21.729Z] b116817d02f9: Download complete [2020-12-10T12:56:21.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:22.325Z] 5f621e34cdf4: Verifying Checksum [2020-12-10T12:56:22.325Z] 5f621e34cdf4: Download complete [2020-12-10T12:56:22.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:22.428Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:22.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:22.428Z] [2020-12-10T12:56:22.428Z] Login Succeeded [2020-12-10T12:56:22.428Z] nexus3.edgexfoundry.org:10004 [2020-12-10T12:56:22.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:22.932Z] 5f621e34cdf4: Pull complete [2020-12-10T12:56:23.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:23.002Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:23.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:23.002Z] [2020-12-10T12:56:23.002Z] Login Succeeded [2020-12-10T12:56:23.002Z] docker.io [2020-12-10T12:56:23.209Z] a4357932f1b6: Pull complete [2020-12-10T12:56:23.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T12:56:23.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T12:56:23.525Z] Configure a credential helper to remove this warning. See [2020-12-10T12:56:23.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T12:56:23.525Z] [2020-12-10T12:56:23.525Z] Login Succeeded [2020-12-10T12:56:23.525Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T12:56:23.535Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-10T12:56:23.807Z] 18c013af1878: Pull complete [Pipeline] echo [2020-12-10T12:56:23.949Z] ========================================================= [2020-12-10T12:56:23.949Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T12:56:23.949Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:56:24.299Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-10T12:56:24.300Z] Sending build context to Docker daemon 547.3kB [2020-12-10T12:56:24.300Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T12:56:24.300Z] Step 2/8 : FROM ${BASE} [2020-12-10T12:56:24.562Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T12:56:24.562Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T12:56:24.562Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T12:56:24.562Z] de9db76c5a1d: Pulling fs layer [2020-12-10T12:56:24.562Z] bca2f99d35d6: Pulling fs layer [2020-12-10T12:56:24.562Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T12:56:24.562Z] 7c6f9722023f: Pulling fs layer [2020-12-10T12:56:24.562Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T12:56:24.562Z] 93359f2a8cfa: Waiting [2020-12-10T12:56:24.562Z] 7c6f9722023f: Waiting [2020-12-10T12:56:24.562Z] a35cf1a2eb13: Waiting [2020-12-10T12:56:24.562Z] bca2f99d35d6: Waiting [2020-12-10T12:56:24.562Z] de9db76c5a1d: Download complete [2020-12-10T12:56:24.562Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T12:56:24.562Z] 0ef7d3d256c8: Download complete [2020-12-10T12:56:24.562Z] 93359f2a8cfa: Verifying Checksum [2020-12-10T12:56:24.562Z] 93359f2a8cfa: Download complete [2020-12-10T12:56:24.562Z] 7c6f9722023f: Verifying Checksum [2020-12-10T12:56:24.562Z] 7c6f9722023f: Download complete [2020-12-10T12:56:25.136Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T12:56:25.136Z] 188c0c94c7c5: Download complete [2020-12-10T12:56:25.401Z] 188c0c94c7c5: Pull complete [2020-12-10T12:56:25.666Z] 0ef7d3d256c8: Pull complete [2020-12-10T12:56:25.928Z] de9db76c5a1d: Pull complete [2020-12-10T12:56:27.193Z] 745a02a5169b: Verifying Checksum [2020-12-10T12:56:27.193Z] 745a02a5169b: Download complete [2020-12-10T12:56:28.178Z] 00ac8860ef70: Verifying Checksum [2020-12-10T12:56:28.178Z] 00ac8860ef70: Download complete [2020-12-10T12:56:28.488Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T12:56:28.488Z] a35cf1a2eb13: Download complete [2020-12-10T12:56:28.753Z] bca2f99d35d6: Verifying Checksum [2020-12-10T12:56:28.753Z] bca2f99d35d6: Download complete [2020-12-10T12:56:34.111Z] bca2f99d35d6: Pull complete [2020-12-10T12:56:34.111Z] 93359f2a8cfa: Pull complete [2020-12-10T12:56:34.382Z] 7c6f9722023f: Pull complete [2020-12-10T12:56:38.340Z] 00ac8860ef70: Pull complete [2020-12-10T12:56:38.340Z] 63d7cb157983: Pull complete [2020-12-10T12:56:38.611Z] b116817d02f9: Pull complete [2020-12-10T12:56:39.712Z] a35cf1a2eb13: Pull complete [2020-12-10T12:56:39.712Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T12:56:39.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T12:56:39.712Z] ---> a62c8e92a672 [2020-12-10T12:56:39.712Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-10T12:56:39.712Z] ---> Running in 9fbca86cab37 [2020-12-10T12:56:39.712Z] Removing intermediate container 9fbca86cab37 [2020-12-10T12:56:39.712Z] ---> 8ff9ee2ac950 [2020-12-10T12:56:39.712Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T12:56:39.712Z] ---> Running in 9f65c2f90f95 [2020-12-10T12:56:41.117Z] Removing intermediate container 9f65c2f90f95 [2020-12-10T12:56:41.117Z] ---> 36f539ff90f3 [2020-12-10T12:56:41.117Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-10T12:56:41.117Z] ---> Running in 1feef416a70a [2020-12-10T12:56:42.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T12:56:42.932Z] 745a02a5169b: Pull complete [2020-12-10T12:56:42.932Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T12:56:42.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T12:56:42.932Z] ---> b7e6874047d6 [2020-12-10T12:56:42.932Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-10T12:56:43.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T12:56:43.281Z] (1/14) Installing libmagic (5.38-r0) [2020-12-10T12:56:43.543Z] (2/14) Installing file (5.38-r0) [2020-12-10T12:56:43.543Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-10T12:56:43.543Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-10T12:56:45.555Z] ---> Running in 167a9f8821fd [2020-12-10T12:56:45.555Z] Removing intermediate container 167a9f8821fd [2020-12-10T12:56:45.555Z] ---> a0247452a185 [2020-12-10T12:56:45.555Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T12:56:45.826Z] ---> Running in b644d85bd427 [2020-12-10T12:56:48.455Z] Removing intermediate container b644d85bd427 [2020-12-10T12:56:48.455Z] ---> efdb8863d0ff [2020-12-10T12:56:48.455Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-10T12:56:48.455Z] ---> Running in e3a2a10dec80 [2020-12-10T12:56:49.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T12:56:50.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T12:56:50.999Z] (1/14) Installing libmagic (5.38-r0) [2020-12-10T12:56:51.271Z] (2/14) Installing file (5.38-r0) [2020-12-10T12:56:51.543Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-10T12:56:51.543Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-10T12:57:05.550Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-10T12:57:05.551Z] (6/14) Installing patch (2.7.6-r6) [2020-12-10T12:57:05.551Z] (7/14) Installing build-base (0.5-r2) [2020-12-10T12:57:05.551Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-10T12:57:05.551Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-10T12:57:05.551Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-10T12:57:06.125Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-10T12:57:06.125Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-10T12:57:06.125Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-10T12:57:06.598Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-10T12:57:06.598Z] (6/14) Installing patch (2.7.6-r6) [2020-12-10T12:57:06.598Z] (7/14) Installing build-base (0.5-r2) [2020-12-10T12:57:06.598Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-10T12:57:06.598Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-10T12:57:06.598Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-10T12:57:06.709Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-10T12:57:06.875Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-10T12:57:06.977Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T12:57:06.977Z] OK: 237 MiB in 53 packages [2020-12-10T12:57:07.147Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-10T12:57:07.147Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-10T12:57:07.745Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-10T12:57:08.344Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T12:57:08.344Z] OK: 221 MiB in 53 packages [2020-12-10T12:57:10.298Z] Removing intermediate container 1feef416a70a [2020-12-10T12:57:10.298Z] ---> c69ca03f4a17 [2020-12-10T12:57:10.298Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-10T12:57:10.298Z] ---> Running in 885d7a5ebfa3 [2020-12-10T12:57:10.298Z] Removing intermediate container 885d7a5ebfa3 [2020-12-10T12:57:10.298Z] ---> c2f62a93c81a [2020-12-10T12:57:10.298Z] Step 7/8 : COPY . . [2020-12-10T12:57:11.262Z] ---> 81ea5614ad1d [2020-12-10T12:57:11.262Z] Step 8/8 : RUN go mod download [2020-12-10T12:57:11.262Z] ---> Running in 905abe02c95d [2020-12-10T12:57:12.653Z] Removing intermediate container e3a2a10dec80 [2020-12-10T12:57:12.653Z] ---> 01d3e4cd753d [2020-12-10T12:57:12.653Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-10T12:57:12.653Z] ---> Running in 564c23f40fd1 [2020-12-10T12:57:12.929Z] Removing intermediate container 564c23f40fd1 [2020-12-10T12:57:12.929Z] ---> 0a479a7dad84 [2020-12-10T12:57:12.929Z] Step 7/8 : COPY . . [2020-12-10T12:57:13.911Z] ---> 25b4f20cc738 [2020-12-10T12:57:13.911Z] Step 8/8 : RUN go mod download [2020-12-10T12:57:14.191Z] ---> Running in 4a6d43a1c886 [2020-12-10T12:57:29.428Z] Removing intermediate container 905abe02c95d [2020-12-10T12:57:29.428Z] ---> bf2497f04b7c [2020-12-10T12:57:29.428Z] Successfully built bf2497f04b7c [2020-12-10T12:57:29.428Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:57:29.754Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T12:57:29.754Z] . [Pipeline] withDockerContainer [2020-12-10T12:57:30.023Z] prd-centos7-docker-4c-2g-15370 does not seem to be running inside a container [2020-12-10T12:57:30.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T12:57:30.948Z] $ docker top efc4db4dafc722892a41a77fd4c1dd277e45b32a32e661407ef8fe800bcb9756 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T12:57:31.452Z] + go version [2020-12-10T12:57:31.452Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-10T12:57:31.468Z] $ docker stop --time=1 efc4db4dafc722892a41a77fd4c1dd277e45b32a32e661407ef8fe800bcb9756 [2020-12-10T12:57:32.830Z] $ docker rm -f efc4db4dafc722892a41a77fd4c1dd277e45b32a32e661407ef8fe800bcb9756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:57:33.759Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T12:57:33.759Z] . [Pipeline] withDockerContainer [2020-12-10T12:57:33.856Z] prd-centos7-docker-4c-2g-15370 does not seem to be running inside a container [2020-12-10T12:57:33.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T12:57:34.588Z] $ docker top 3af25a5870ead2e3b8e0410e001bad49d858585a9002035f3db33d396c7d1eac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T12:57:35.146Z] + make test [2020-12-10T12:57:35.146Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-10T12:57:36.112Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-10T12:57:36.367Z] Removing intermediate container 4a6d43a1c886 [2020-12-10T12:57:36.367Z] ---> 484d95703724 [2020-12-10T12:57:36.367Z] Successfully built 484d95703724 [2020-12-10T12:57:36.367Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:57:36.703Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T12:57:36.703Z] . [Pipeline] withDockerContainer [2020-12-10T12:57:36.937Z] prd-ubuntu18.04-docker-arm64-4c-16g-15369 does not seem to be running inside a container [2020-12-10T12:57:37.032Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T12:57:38.514Z] $ docker top 6122dc0a6e3f93a5c8afc09f88d54d3f26a0601fe53a4e116563b3cdafedd188 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T12:57:39.557Z] + go version [2020-12-10T12:57:39.557Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-10T12:57:39.584Z] $ docker stop --time=1 6122dc0a6e3f93a5c8afc09f88d54d3f26a0601fe53a4e116563b3cdafedd188 [2020-12-10T12:57:41.578Z] $ docker rm -f 6122dc0a6e3f93a5c8afc09f88d54d3f26a0601fe53a4e116563b3cdafedd188 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:57:43.253Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T12:57:43.253Z] . [Pipeline] withDockerContainer [2020-12-10T12:57:43.509Z] prd-ubuntu18.04-docker-arm64-4c-16g-15369 does not seem to be running inside a container [2020-12-10T12:57:43.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T12:57:45.180Z] $ docker top e432b91f410da832075b50a36837ec7f1c364cb8be67a5dfd1669de05977c253 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T12:57:46.202Z] + make test [2020-12-10T12:57:46.202Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-10T12:57:47.182Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-10T12:57:48.515Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-10T12:57:48.515Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.281s coverage: 50.3% of statements [2020-12-10T12:57:48.515Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-10T12:57:49.947Z] gofmt -l . [2020-12-10T12:57:49.947Z] [ "`gofmt -l .`" = "" ] [2020-12-10T12:57:49.947Z] ./bin/test-attribution-txt.sh [2020-12-10T12:57:50.521Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T12:57:50.801Z] $ docker stop --time=1 3af25a5870ead2e3b8e0410e001bad49d858585a9002035f3db33d396c7d1eac [2020-12-10T12:57:53.156Z] $ docker rm -f 3af25a5870ead2e3b8e0410e001bad49d858585a9002035f3db33d396c7d1eac [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T12:57:53.723Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T12:57:54.211Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-10T12:57:56.725Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T12:57:57.033Z] + ls -al . [2020-12-10T12:57:57.033Z] total 104 [2020-12-10T12:57:57.033Z] drwxrwxr-x. 9 jenkins jenkins 4096 Dec 10 12:57 . [2020-12-10T12:57:57.033Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 10 12:56 .. [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 5589 Dec 10 12:56 Attribution.txt [2020-12-10T12:57:57.033Z] drwxrwxr-x. 2 jenkins jenkins 87 Dec 10 12:56 bin [2020-12-10T12:57:57.033Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 10 12:56 cmd [2020-12-10T12:57:57.033Z] -rw-r--r--. 1 jenkins jenkins 22364 Dec 10 12:57 coverage.out [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 1430 Dec 10 12:56 Dockerfile [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 954 Dec 10 12:56 Dockerfile.build [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 10 12:56 .dockerignore [2020-12-10T12:57:57.033Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 10 12:56 .git [2020-12-10T12:57:57.033Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 10 12:56 .github [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 338 Dec 10 12:56 .gitignore [2020-12-10T12:57:57.033Z] -rw-r--r--. 1 jenkins jenkins 523 Dec 10 12:57 go.mod [2020-12-10T12:57:57.033Z] -rw-r--r--. 1 jenkins jenkins 14850 Dec 10 12:57 go.sum [2020-12-10T12:57:57.033Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 10 12:56 internal [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 679 Dec 10 12:56 Jenkinsfile [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 10 12:56 LICENSE [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 880 Dec 10 12:56 Makefile [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 591 Dec 10 12:56 README.md [2020-12-10T12:57:57.033Z] drwxrwxr-x. 2 jenkins jenkins 52 Dec 10 12:56 simulator [2020-12-10T12:57:57.033Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 10 12:56 snap [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 10 12:53 VERSION [2020-12-10T12:57:57.033Z] -rw-rw-r--. 1 jenkins jenkins 229 Dec 10 12:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:57:57.342Z] + 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=0fab1821c70b94ed4699354fdbdbc7ace4aa8397 --label arch=amd64 --label version=0.0.0 . [2020-12-10T12:57:57.342Z] Sending build context to Docker daemon 578.6kB [2020-12-10T12:57:57.342Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-12-10T12:57:57.342Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-10T12:57:57.342Z] ---> bf2497f04b7c [2020-12-10T12:57:57.342Z] Step 3/20 : ARG MAKE='make build' [2020-12-10T12:57:57.607Z] ---> Running in 211fa8373219 [2020-12-10T12:57:57.870Z] Removing intermediate container 211fa8373219 [2020-12-10T12:57:57.870Z] ---> 6c2abe106ee5 [2020-12-10T12:57:57.870Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T12:57:57.870Z] ---> Running in a6e3419019fa [2020-12-10T12:57:59.272Z] Removing intermediate container a6e3419019fa [2020-12-10T12:57:59.272Z] ---> de90ca133f40 [2020-12-10T12:57:59.272Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-10T12:57:59.272Z] ---> Running in e1763513a9b3 [2020-12-10T12:57:59.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T12:58:01.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T12:58:03.167Z] OK: 237 MiB in 53 packages [2020-12-10T12:58:03.430Z] Removing intermediate container e1763513a9b3 [2020-12-10T12:58:03.430Z] ---> 1093904fb742 [2020-12-10T12:58:03.430Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-10T12:58:03.430Z] ---> Running in e6fd1c8f59b3 [2020-12-10T12:58:03.694Z] Removing intermediate container e6fd1c8f59b3 [2020-12-10T12:58:03.694Z] ---> e0964b9bdb42 [2020-12-10T12:58:03.694Z] Step 7/20 : COPY . . [2020-12-10T12:58:04.642Z] ---> e0594b838adf [2020-12-10T12:58:04.642Z] Step 8/20 : RUN ${MAKE} [2020-12-10T12:58:04.642Z] ---> Running in 7b2eee5d34f7 [2020-12-10T12:58:04.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-12-10T12:58:15.042Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-10T12:58:17.616Z] Removing intermediate container 7b2eee5d34f7 [2020-12-10T12:58:17.617Z] ---> 4036c22e2417 [2020-12-10T12:58:17.617Z] Step 9/20 : FROM scratch [2020-12-10T12:58:17.617Z] ---> [2020-12-10T12:58:17.617Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-10T12:58:17.617Z] ---> Running in 95a9e14d00b1 [2020-12-10T12:58:17.617Z] Removing intermediate container 95a9e14d00b1 [2020-12-10T12:58:17.617Z] ---> 11a7d64dbefe [2020-12-10T12:58:17.617Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-10T12:58:17.617Z] ---> Running in 5536731e34ff [2020-12-10T12:58:17.617Z] Removing intermediate container 5536731e34ff [2020-12-10T12:58:17.617Z] ---> 83f7d4ce9915 [2020-12-10T12:58:17.617Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-10T12:58:18.194Z] ---> 84bcbdd6caa1 [2020-12-10T12:58:18.194Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-10T12:58:18.458Z] ---> a481e814895d [2020-12-10T12:58:18.458Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-10T12:58:18.722Z] ---> e6d5f1e475c9 [2020-12-10T12:58:18.722Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-10T12:58:18.722Z] ---> Running in f6a601c55043 [2020-12-10T12:58:18.985Z] Removing intermediate container f6a601c55043 [2020-12-10T12:58:18.985Z] ---> e7829856e2b8 [2020-12-10T12:58:18.985Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-10T12:58:18.985Z] ---> Running in 34419c024625 [2020-12-10T12:58:19.248Z] Removing intermediate container 34419c024625 [2020-12-10T12:58:19.248Z] ---> 879d6b15b093 [2020-12-10T12:58:19.248Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T12:58:19.248Z] ---> Running in cefc16337278 [2020-12-10T12:58:19.512Z] Removing intermediate container cefc16337278 [2020-12-10T12:58:19.512Z] ---> 54d02e56c050 [2020-12-10T12:58:19.512Z] Step 18/20 : LABEL arch=amd64 [2020-12-10T12:58:19.512Z] ---> Running in 7fc5e7d0e81c [2020-12-10T12:58:19.775Z] Removing intermediate container 7fc5e7d0e81c [2020-12-10T12:58:19.775Z] ---> a2cf6ad0e31c [2020-12-10T12:58:19.775Z] Step 19/20 : LABEL git_sha=0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:58:19.775Z] ---> Running in b080221691ad [2020-12-10T12:58:19.775Z] Removing intermediate container b080221691ad [2020-12-10T12:58:19.775Z] ---> c2ca1a1a20e0 [2020-12-10T12:58:19.775Z] Step 20/20 : LABEL version=0.0.0 [2020-12-10T12:58:20.040Z] ---> Running in 545e2fa523b9 [2020-12-10T12:58:20.040Z] Removing intermediate container 545e2fa523b9 [2020-12-10T12:58:20.040Z] ---> 4f9f71eec76c [2020-12-10T12:58:20.040Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T12:58:20.040Z] Successfully built 4f9f71eec76c [2020-12-10T12:58:20.040Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-10T12:58:26.267Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-10T12:58:26.267Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.384s coverage: 50.3% of statements [2020-12-10T12:58:26.267Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-10T12:58:27.706Z] gofmt -l . [2020-12-10T12:58:27.706Z] [ "`gofmt -l .`" = "" ] [2020-12-10T12:58:27.706Z] ./bin/test-attribution-txt.sh [2020-12-10T12:58:28.691Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T12:58:28.990Z] $ docker stop --time=1 e432b91f410da832075b50a36837ec7f1c364cb8be67a5dfd1669de05977c253 [2020-12-10T12:58:31.358Z] $ docker rm -f e432b91f410da832075b50a36837ec7f1c364cb8be67a5dfd1669de05977c253 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T12:58:32.221Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T12:58:32.242Z] Warning: overwriting stash ‘coverage-report’ [2020-12-10T12:58:33.381Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T12:58:34.077Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T12:58:34.475Z] + ls -al . [2020-12-10T12:58:34.475Z] total 136 [2020-12-10T12:58:34.475Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 10 12:58 . [2020-12-10T12:58:34.475Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 12:56 .. [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 10 12:56 .dockerignore [2020-12-10T12:58:34.475Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 10 12:56 .git [2020-12-10T12:58:34.475Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 12:56 .github [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 338 Dec 10 12:56 .gitignore [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 5589 Dec 10 12:56 Attribution.txt [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 1430 Dec 10 12:56 Dockerfile [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 954 Dec 10 12:56 Dockerfile.build [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 679 Dec 10 12:56 Jenkinsfile [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 10 12:56 LICENSE [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 880 Dec 10 12:56 Makefile [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 591 Dec 10 12:56 README.md [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 10 12:53 VERSION [2020-12-10T12:58:34.475Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 12:56 bin [2020-12-10T12:58:34.475Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 10 12:56 cmd [2020-12-10T12:58:34.475Z] -rw-r--r-- 1 jenkins jenkins 22364 Dec 10 12:58 coverage.out [2020-12-10T12:58:34.475Z] -rw-r--r-- 1 jenkins jenkins 523 Dec 10 12:58 go.mod [2020-12-10T12:58:34.475Z] -rw-r--r-- 1 jenkins jenkins 14850 Dec 10 12:58 go.sum [2020-12-10T12:58:34.475Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 10 12:56 internal [2020-12-10T12:58:34.475Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 12:56 simulator [2020-12-10T12:58:34.475Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 12:56 snap [2020-12-10T12:58:34.475Z] -rw-rw-r-- 1 jenkins jenkins 229 Dec 10 12:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-10T12:58:34.899Z] + 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=0fab1821c70b94ed4699354fdbdbc7ace4aa8397 --label arch=arm64 --label version=0.0.0 . [2020-12-10T12:58:35.179Z] Sending build context to Docker daemon 577.5kB [2020-12-10T12:58:35.179Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-12-10T12:58:35.179Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-10T12:58:35.179Z] ---> 484d95703724 [2020-12-10T12:58:35.179Z] Step 3/20 : ARG MAKE='make build' [2020-12-10T12:58:35.455Z] ---> Running in 99cd528699ea [2020-12-10T12:58:36.063Z] Removing intermediate container 99cd528699ea [2020-12-10T12:58:36.063Z] ---> 3f580f1b7e56 [2020-12-10T12:58:36.063Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T12:58:36.063Z] ---> Running in d663f1e982ca [2020-12-10T12:58:36.067Z] Still waiting to schedule task [2020-12-10T12:58:36.067Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-10T12:58:38.684Z] Removing intermediate container d663f1e982ca [2020-12-10T12:58:38.684Z] ---> b1523ef775b8 [2020-12-10T12:58:38.684Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-10T12:58:38.684Z] ---> Running in 59cb046ded34 [2020-12-10T12:58:39.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T12:58:40.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T12:58:41.681Z] OK: 221 MiB in 53 packages [2020-12-10T12:58:43.125Z] Removing intermediate container 59cb046ded34 [2020-12-10T12:58:43.125Z] ---> b4b7694b37bc [2020-12-10T12:58:43.125Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-10T12:58:43.125Z] ---> Running in e7302b5b9bc7 [2020-12-10T12:58:43.401Z] Removing intermediate container e7302b5b9bc7 [2020-12-10T12:58:43.401Z] ---> c3f7f57c6af1 [2020-12-10T12:58:43.401Z] Step 7/20 : COPY . . [2020-12-10T12:58:44.378Z] ---> cbcecf5966e8 [2020-12-10T12:58:44.378Z] Step 8/20 : RUN ${MAKE} [2020-12-10T12:58:44.657Z] ---> Running in ffb822ec19a8 [2020-12-10T12:58:45.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-12-10T12:59:12.460Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-10T12:59:16.762Z] Removing intermediate container ffb822ec19a8 [2020-12-10T12:59:16.762Z] ---> 9f2a7d7d0ee6 [2020-12-10T12:59:16.762Z] Step 9/20 : FROM scratch [2020-12-10T12:59:16.762Z] ---> [2020-12-10T12:59:16.762Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-10T12:59:16.762Z] ---> Running in 003fc73cecc0 [2020-12-10T12:59:17.358Z] Removing intermediate container 003fc73cecc0 [2020-12-10T12:59:17.358Z] ---> 2ab710a8e02b [2020-12-10T12:59:17.358Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-10T12:59:17.358Z] ---> Running in 719de2ffb373 [2020-12-10T12:59:17.954Z] Removing intermediate container 719de2ffb373 [2020-12-10T12:59:17.954Z] ---> 350e3aa9faa7 [2020-12-10T12:59:17.954Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-10T12:59:18.928Z] ---> fa50a8be0d1b [2020-12-10T12:59:18.928Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-10T12:59:19.903Z] ---> 3c5dcab1cf05 [2020-12-10T12:59:19.903Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-10T12:59:20.500Z] ---> 2827cb8df8c8 [2020-12-10T12:59:20.500Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-10T12:59:20.500Z] ---> Running in 36df78cafd96 [2020-12-10T12:59:21.093Z] Removing intermediate container 36df78cafd96 [2020-12-10T12:59:21.093Z] ---> 4a8a6aa1b8ad [2020-12-10T12:59:21.093Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-10T12:59:21.093Z] ---> Running in d4b831199f69 [2020-12-10T12:59:21.687Z] Removing intermediate container d4b831199f69 [2020-12-10T12:59:21.687Z] ---> 04b732c3b579 [2020-12-10T12:59:21.687Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T12:59:21.687Z] ---> Running in ed4177164fc2 [2020-12-10T12:59:22.281Z] Removing intermediate container ed4177164fc2 [2020-12-10T12:59:22.281Z] ---> 14e07989fa85 [2020-12-10T12:59:22.281Z] Step 18/20 : LABEL arch=arm64 [2020-12-10T12:59:22.281Z] ---> Running in 9761a5447f44 [2020-12-10T12:59:22.876Z] Removing intermediate container 9761a5447f44 [2020-12-10T12:59:22.876Z] ---> 354be51b18a9 [2020-12-10T12:59:22.876Z] Step 19/20 : LABEL git_sha=0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:59:22.876Z] ---> Running in f48ed1a16e29 [2020-12-10T12:59:23.471Z] Removing intermediate container f48ed1a16e29 [2020-12-10T12:59:23.471Z] ---> baac74d92f90 [2020-12-10T12:59:23.471Z] Step 20/20 : LABEL version=0.0.0 [2020-12-10T12:59:23.471Z] ---> Running in 5441a7ed2f1e [2020-12-10T12:59:24.067Z] Removing intermediate container 5441a7ed2f1e [2020-12-10T12:59:24.067Z] ---> a636f70970d4 [2020-12-10T12:59:24.067Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T12:59:24.067Z] Successfully built a636f70970d4 [2020-12-10T12:59:24.067Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-10T12:59:33.878Z] Running on prd-ubuntu18.04-docker-8c-8g-15372 in /w/workspace/xfoundry_device-modbus-go_PR-198 [Pipeline] { [Pipeline] ws [2020-12-10T12:59:33.965Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-12-10T12:59:36.100Z] using credential edgex-jenkins-ssh [2020-12-10T12:59:36.151Z] Cloning the remote Git repository [2020-12-10T12:59:35.504Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:59:35.563Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-12-10T12:59:35.588Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:59:35.588Z] > git --version # timeout=10 [2020-12-10T12:59:35.595Z] > git --version # 'git version 2.17.1' [2020-12-10T12:59:35.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:59:35.617Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T12:59:37.432Z] Merging remotes/origin/master commit 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 into PR head commit 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:59:37.499Z] Merge succeeded, producing 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 [2020-12-10T12:59:37.500Z] Checking out Revision 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 (PR-198) [2020-12-10T12:59:36.193Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-10T12:59:36.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T12:59:36.209Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-10T12:59:36.219Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-10T12:59:36.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:59:36.223Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T12:59:36.772Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T12:59:36.777Z] > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 [2020-12-10T12:59:36.807Z] > git remote # timeout=10 [2020-12-10T12:59:36.813Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T12:59:36.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T12:59:36.820Z] > git merge 1382852b285b5e2bd91d034a86bf10f1b4c73ac1 # timeout=10 [2020-12-10T12:59:36.828Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T12:59:36.836Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T12:59:36.839Z] > git checkout -f 0fab1821c70b94ed4699354fdbdbc7ace4aa8397 # timeout=10 [2020-12-10T12:59:41.078Z] Commit message: "feat(snap): Add startup configure options" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T12:59:42.411Z] + echo snap-build.sh [2020-12-10T12:59:42.411Z] snap-build.sh [2020-12-10T12:59:42.411Z] + SNAP_BASE_DIR=. [2020-12-10T12:59:42.411Z] + '[' '!' -z /w/workspace/device-modbus-go/2 ']' [2020-12-10T12:59:42.411Z] + SNAP_BASE_DIR=/w/workspace/device-modbus-go/2 [2020-12-10T12:59:42.411Z] + echo '[snap-build] Building snap in dir [/w/workspace/device-modbus-go/2]' [2020-12-10T12:59:42.411Z] [snap-build] Building snap in dir [/w/workspace/device-modbus-go/2] [2020-12-10T12:59:42.411Z] + cd /w/workspace/device-modbus-go/2 [2020-12-10T12:59:42.411Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-10T12:59:42.411Z] Reading package lists... [2020-12-10T12:59:42.411Z] Building dependency tree... [2020-12-10T12:59:42.411Z] Reading state information... [2020-12-10T12:59:42.672Z] The following packages were automatically installed and are no longer required: [2020-12-10T12:59:42.672Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-10T12:59:42.672Z] uidmap xdelta3 [2020-12-10T12:59:42.673Z] Use 'sudo apt autoremove' to remove them. [2020-12-10T12:59:42.673Z] The following packages will be REMOVED: [2020-12-10T12:59:42.673Z] lxd* lxd-client* [2020-12-10T12:59:43.245Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-10T12:59:43.245Z] After this operation, 31.7 MB disk space will be freed. [2020-12-10T12:59:44.295Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-10T12:59:44.295Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T12:59:45.242Z] Removing lxd dnsmasq configuration [2020-12-10T12:59:45.242Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T12:59:45.503Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-10T12:59:46.450Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T12:59:46.713Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-10T12:59:46.713Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T12:59:48.100Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-10T12:59:48.362Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-10T12:59:49.747Z] + sudo snap remove --purge lxd [2020-12-10T12:59:50.007Z] snap "lxd" is not installed [2020-12-10T12:59:50.007Z] + sudo groupadd --force --system lxd [2020-12-10T12:59:50.007Z] ++ whoami [2020-12-10T12:59:50.007Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-10T12:59:50.007Z] + newgrp - lxd [2020-12-10T12:59:50.007Z] + sudo snap install lxd [2020-12-10T13:00:00.018Z] 2020-12-10T12:59:57Z INFO Waiting for automatic snapd restart... [2020-12-10T13:00:18.159Z] lxd 4.8 from Canonical* installed [2020-12-10T13:00:18.159Z] + sudo lxd init --auto [2020-12-10T13:00:24.749Z] + sudo snap install --classic snapcraft [2020-12-10T13:00:34.789Z] snapcraft 4.4.4 from Canonical* installed [2020-12-10T13:00:34.789Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-10T13:00:34.789Z] + sudo snapcraft prime --use-lxd [2020-12-10T13:00:34.789Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-10T13:00:34.789Z] Issues while validating snap/snapcraft.yaml: did not find expected key on line 170, column 7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-10T13:00:36.327Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-10T13:00:39.333Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T13:00:39.647Z] ---> package-listing.sh [2020-12-10T13:00:39.647Z] ++ facter osfamily [2020-12-10T13:00:39.647Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T13:00:39.648Z] + OS_FAMILY=redhat [2020-12-10T13:00:39.648Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-198 [2020-12-10T13:00:39.648Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T13:00:39.648Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T13:00:39.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T13:00:39.648Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T13:00:39.648Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-198 ']' [2020-12-10T13:00:39.648Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T13:00:39.648Z] + case "${OS_FAMILY}" in [2020-12-10T13:00:39.648Z] + rpm -qa [2020-12-10T13:00:39.648Z] + sort [2020-12-10T13:00:44.968Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T13:00:44.968Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T13:00:44.968Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T13:00:44.968Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-198 ']' [2020-12-10T13:00:44.968Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-198/archives/ [2020-12-10T13:00:44.968Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-198/archives/ [Pipeline] echo [2020-12-10T13:00:44.986Z] 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_PR-198/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-10T13:00:45.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T13:00:45.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T13:00:45.602Z] [2020-12-10T13:00:45.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T13:00:45.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T13:00:45.961Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T13:00:45.961Z] df20fa9351a1: Pulling fs layer [2020-12-10T13:00:45.961Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T13:00:45.961Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T13:00:45.961Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T13:00:45.961Z] 93b61091891f: Pulling fs layer [2020-12-10T13:00:45.961Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T13:00:45.961Z] 5e14af77c1be: Pulling fs layer [2020-12-10T13:00:45.961Z] 01666e4c0597: Pulling fs layer [2020-12-10T13:00:45.961Z] aa168da1d23b: Pulling fs layer [2020-12-10T13:00:45.961Z] 46f8f816bc3b: Waiting [2020-12-10T13:00:45.961Z] 93b61091891f: Waiting [2020-12-10T13:00:45.961Z] 93b9cdb0e59b: Waiting [2020-12-10T13:00:45.961Z] 5e14af77c1be: Waiting [2020-12-10T13:00:45.961Z] 01666e4c0597: Waiting [2020-12-10T13:00:45.961Z] aa168da1d23b: Waiting [2020-12-10T13:00:45.961Z] 36b3adc4ff6f: Verifying Checksum [2020-12-10T13:00:45.961Z] 36b3adc4ff6f: Download complete [2020-12-10T13:00:46.230Z] df20fa9351a1: Verifying Checksum [2020-12-10T13:00:46.230Z] df20fa9351a1: Download complete [2020-12-10T13:00:46.230Z] 93b9cdb0e59b: Download complete [2020-12-10T13:00:46.230Z] 5e14af77c1be: Verifying Checksum [2020-12-10T13:00:46.230Z] 5e14af77c1be: Download complete [2020-12-10T13:00:46.230Z] 01666e4c0597: Verifying Checksum [2020-12-10T13:00:46.230Z] 01666e4c0597: Download complete [2020-12-10T13:00:46.230Z] 93b61091891f: Verifying Checksum [2020-12-10T13:00:46.230Z] 93b61091891f: Download complete [2020-12-10T13:00:46.497Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T13:00:46.497Z] 8ad3a11d3b57: Download complete [2020-12-10T13:00:46.497Z] df20fa9351a1: Pull complete [2020-12-10T13:00:46.760Z] 36b3adc4ff6f: Pull complete [2020-12-10T13:00:47.719Z] 8ad3a11d3b57: Pull complete [2020-12-10T13:00:47.719Z] 46f8f816bc3b: Pull complete [2020-12-10T13:00:48.675Z] 93b61091891f: Pull complete [2020-12-10T13:00:48.675Z] aa168da1d23b: Verifying Checksum [2020-12-10T13:00:48.675Z] aa168da1d23b: Download complete [2020-12-10T13:00:49.255Z] 93b9cdb0e59b: Pull complete [2020-12-10T13:00:49.255Z] 5e14af77c1be: Pull complete [2020-12-10T13:00:49.527Z] 01666e4c0597: Pull complete [2020-12-10T13:00:56.182Z] aa168da1d23b: Pull complete [2020-12-10T13:00:56.182Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T13:00:56.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T13:00:56.182Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T13:00:56.374Z] prd-centos7-docker-4c-2g-15368 does not seem to be running inside a container [2020-12-10T13:00:56.427Z] $ 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_PR-198/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_PR-198 -v /w/workspace/xfoundry_device-modbus-go_PR-198:/w/workspace/xfoundry_device-modbus-go_PR-198:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-198@tmp:/w/workspace/xfoundry_device-modbus-go_PR-198@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-10T13:01:00.901Z] $ docker top c0c7fff29bbab7204965c52749129c9d9b7cc6996822bc02b3453627589098d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T13:01:01.469Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T13:01:01.776Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T13:01:02.084Z] + ls /var/log/sa-host [2020-12-10T13:01:02.085Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T13:01:02.085Z] file_magic: OK [2020-12-10T13:01:02.085Z] HZ: Using current value: 100 [2020-12-10T13:01:02.085Z] file_header: OK [2020-12-10T13:01:02.085Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-10T13:01:02.085Z] Statistics: [2020-12-10T13:01:02.085Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-10T13:01:02.085Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T13:01:02.085Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T13:01:02.085Z] file_magic: OK [2020-12-10T13:01:02.085Z] HZ: Using current value: 100 [2020-12-10T13:01:02.085Z] file_header: OK [2020-12-10T13:01:02.085Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-10T13:01:02.085Z] Statistics: [2020-12-10T13:01:02.085Z] Hnuu...uuuununununu... [2020-12-10T13:01:02.085Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T13:01:02.789Z] provisioning config files... [2020-12-10T13:01:02.807Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-198@tmp/config8421367851255484581tmp [Pipeline] { [Pipeline] echo [2020-12-10T13:01:02.884Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T13:01:03.186Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T13:01:03.197Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T13:01:03.344Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T13:01:03.650Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T13:01:03.663Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T13:01:03.965Z] ---> sudo-logs.sh [2020-12-10T13:01:03.966Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T13:01:03.977Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T13:01:04.277Z] ---> job-cost.sh [2020-12-10T13:01:04.277Z] lf-activate-venv: SKIPPING [2020-12-10T13:01:04.277Z] INFO: No Stack... [2020-12-10T13:01:06.204Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T13:01:06.204Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T13:01:06.219Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T13:01:06.516Z] ---> logs-deploy.sh [2020-12-10T13:01:06.516Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-198/2 [2020-12-10T13:01:06.516Z] INFO: archiving workspace using pattern(s): [2020-12-10T13:01:08.442Z] Archives upload complete. [2020-12-10T13:01:08.442Z] INFO: archiving logs to Nexus