Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7442c446029449b320f0bdc33bd24bf2850fc7a2 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33828 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git Checking out Revision 7442c446029449b320f0bdc33bd24bf2850fc7a2 (master) > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7442c446029449b320f0bdc33bd24bf2850fc7a2 # timeout=10 Commit message: "refactor: use v2 device-sdk (#222)" > git rev-list --no-walk 6aeaeb9ab34b96e9812ba5507584c335313791a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:09:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:09:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:09:44 ========================================================= 04:09:44 EdgeX Global Pipelines Version Info 04:09:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:09:45 ------------------- 04:09:45 stable info: 04:09:45 ------------------- 04:09:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:09:45 Message: update stable to v1.0.186 04:09:46 ------------------- 04:09:46 experimental info: 04:09:46 ------------------- 04:09:46 Commited By: **** collab-it+edgex@linuxfoundation.org 04:09:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 04:09:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:09:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:09:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:09:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7442c446029449b320f0bdc33bd24bf2850fc7a2 [Pipeline] echo 04:09:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7442c44 [Pipeline] echo 04:09:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:09:50 provisioning config files... 04:09:50 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7588564050037029805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:50 ---> docker-login.sh 04:09:50 nexus3.edgexfoundry.org:10001 04:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:51 Configure a credential helper to remove this warning. See 04:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:51 04:09:51 Login Succeeded 04:09:51 nexus3.edgexfoundry.org:10002 04:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:51 Configure a credential helper to remove this warning. See 04:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:51 04:09:51 Login Succeeded 04:09:51 nexus3.edgexfoundry.org:10003 04:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:51 Configure a credential helper to remove this warning. See 04:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:51 04:09:51 Login Succeeded 04:09:51 nexus3.edgexfoundry.org:10004 04:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:51 Configure a credential helper to remove this warning. See 04:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:51 04:09:51 Login Succeeded 04:09:51 docker.io 04:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:52 Configure a credential helper to remove this warning. See 04:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:52 04:09:52 Login Succeeded 04:09:52 ---> docker-login.sh ends [Pipeline] } 04:09:52 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 04:09:52 + git log --format=format:%s -1 7442c446029449b320f0bdc33bd24bf2850fc7a2 [Pipeline] echo 04:09:52 GIT_COMMIT: 7442c446029449b320f0bdc33bd24bf2850fc7a2, Commit Message: refactor: use v2 device-sdk (#222) [Pipeline] echo 04:09:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:09:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:53 04:09:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:09:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:54 latest: Pulling from edgex-devops/git-semver 04:09:54 31603596830f: Pulling fs layer 04:09:54 2a8b12db71e7: Pulling fs layer 04:09:54 6ca5941a6612: Pulling fs layer 04:09:54 ecc8261a40a4: Pulling fs layer 04:09:54 ecc8261a40a4: Waiting 04:09:54 2a8b12db71e7: Verifying Checksum 04:09:54 2a8b12db71e7: Download complete 04:09:54 31603596830f: Verifying Checksum 04:09:54 31603596830f: Download complete 04:09:54 ecc8261a40a4: Verifying Checksum 04:09:54 ecc8261a40a4: Download complete 04:09:54 6ca5941a6612: Verifying Checksum 04:09:54 6ca5941a6612: Download complete 04:09:54 31603596830f: Pull complete 04:09:54 2a8b12db71e7: Pull complete 04:09:55 6ca5941a6612: Pull complete 04:09:55 ecc8261a40a4: Pull complete 04:09:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:09:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:09:55 prd-centos7-docker-4c-2g-33828 does not seem to be running inside a container 04:09:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:09:57 $ docker top 05e1bef9d9943f502fde78d1294c80158782186fd1748c650a1d5350d590dc45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:09:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:58 [ssh-agent] Looking for ssh-agent implementation... 04:09:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:58 $ docker exec 05e1bef9d9943f502fde78d1294c80158782186fd1748c650a1d5350d590dc45 ssh-agent 04:09:58 SSH_AUTH_SOCK=/tmp/ssh-xpqDoEtcpThQ/agent.11 04:09:58 SSH_AGENT_PID=16 04:09:58 Running ssh-add (command line suppressed) 04:09:58 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3497732463041974689.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3497732463041974689.key) 04:09:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:59 + git tag --points-at HEAD [Pipeline] } 04:09:59 $ docker exec --env ******** --env ******** 05e1bef9d9943f502fde78d1294c80158782186fd1748c650a1d5350d590dc45 ssh-agent -k 04:09:59 unset SSH_AUTH_SOCK; 04:09:59 unset SSH_AGENT_PID; 04:09:59 echo Agent pid 16 killed; 04:09:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:09:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:59 [ssh-agent] Looking for ssh-agent implementation... 04:09:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:59 $ docker exec 05e1bef9d9943f502fde78d1294c80158782186fd1748c650a1d5350d590dc45 ssh-agent 04:09:59 SSH_AUTH_SOCK=/tmp/ssh-EzCfwTGcuNxF/agent.45 04:09:59 SSH_AGENT_PID=50 04:09:59 Running ssh-add (command line suppressed) 04:10:00 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2660899229445347875.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2660899229445347875.key) 04:10:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:10:00 + git semver init 04:10:00 # -> Open(): unable to determine branch for HEAD 04:10:00 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 04:10:00 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 04:10:00 # $SEMVER_REMOTE_NAME = origin 04:10:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:10:00 # $SEMVER_USER_NAME = edgex-jenkins 04:10:00 # $SEMVER_BRANCH = master 04:10:00 # $SEMVER_TEMP = /tmp/semver-747422963 04:10:00 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 04:10:01 # '/tmp/semver-747422963' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 04:10:01 # -> Force: false 04:10:01 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 04:10:01 $ docker exec --env ******** --env ******** 05e1bef9d9943f502fde78d1294c80158782186fd1748c650a1d5350d590dc45 ssh-agent -k 04:10:01 unset SSH_AUTH_SOCK; 04:10:01 unset SSH_AGENT_PID; 04:10:01 echo Agent pid 50 killed; 04:10:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:10:01 + git semver [Pipeline] } 04:10:01 $ docker stop --time=1 05e1bef9d9943f502fde78d1294c80158782186fd1748c650a1d5350d590dc45 04:10:03 $ docker rm -f 05e1bef9d9943f502fde78d1294c80158782186fd1748c650a1d5350d590dc45 [Pipeline] // withDockerContainer [Pipeline] sh 04:10:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:10:04 Stashed 1 file(s) [Pipeline] echo 04:10:04 [edgeXSemver]: initialized semver on version 1.3.2-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:10:19 Still waiting to schedule task 04:10:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:10:19 Still waiting to schedule task 04:10:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 04:12:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33829 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 04:12:11 Running in /w/workspace/device-modbus-go/41 [Pipeline] { [Pipeline] checkout 04:12:16 using credential edgex-jenkins-ssh 04:12:16 Cloning the remote Git repository 04:12:16 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 04:12:16 > git init /w/workspace/device-modbus-go/41 # timeout=10 04:12:16 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:12:16 > git --version # timeout=10 04:12:16 > git --version # 'git version 2.17.1' 04:12:16 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:17 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:12:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:17 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:12:17 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:12:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:12:18 Checking out Revision 7442c446029449b320f0bdc33bd24bf2850fc7a2 (master) 04:12:18 > git config core.sparsecheckout # timeout=10 04:12:18 > git checkout -f 7442c446029449b320f0bdc33bd24bf2850fc7a2 # timeout=10 04:12:22 Commit message: "refactor: use v2 device-sdk (#222)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:12:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:12:25 + true 04:12:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:12:27 provisioning config files... 04:12:27 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/41@tmp/config5671385375595217322tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:27 ---> docker-login.sh 04:12:27 nexus3.edgexfoundry.org:10001 04:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:29 Configure a credential helper to remove this warning. See 04:12:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:29 04:12:29 Login Succeeded 04:12:29 nexus3.edgexfoundry.org:10002 04:12:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:29 Configure a credential helper to remove this warning. See 04:12:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:29 04:12:29 Login Succeeded 04:12:29 nexus3.edgexfoundry.org:10003 04:12:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:30 Configure a credential helper to remove this warning. See 04:12:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:30 04:12:30 Login Succeeded 04:12:30 nexus3.edgexfoundry.org:10004 04:12:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:30 Configure a credential helper to remove this warning. See 04:12:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:30 04:12:30 Login Succeeded 04:12:30 docker.io 04:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:31 Configure a credential helper to remove this warning. See 04:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:31 04:12:31 Login Succeeded 04:12:31 ---> docker-login.sh ends [Pipeline] } 04:12:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:31 ========================================================= 04:12:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:12:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:12:32 + 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 . 04:12:32 Sending build context to Docker daemon 569.3kB 04:12:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:12:32 Step 2/8 : FROM ${BASE} 04:12:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:32 5f621e34cdf4: Pulling fs layer 04:12:32 a4357932f1b6: Pulling fs layer 04:12:32 18c013af1878: Pulling fs layer 04:12:32 00ac8860ef70: Pulling fs layer 04:12:32 63d7cb157983: Pulling fs layer 04:12:32 b116817d02f9: Pulling fs layer 04:12:32 745a02a5169b: Pulling fs layer 04:12:32 00ac8860ef70: Waiting 04:12:32 63d7cb157983: Waiting 04:12:32 b116817d02f9: Waiting 04:12:32 745a02a5169b: Waiting 04:12:32 18c013af1878: Verifying Checksum 04:12:32 18c013af1878: Download complete 04:12:32 a4357932f1b6: Verifying Checksum 04:12:32 a4357932f1b6: Download complete 04:12:32 63d7cb157983: Verifying Checksum 04:12:32 63d7cb157983: Download complete 04:12:32 b116817d02f9: Verifying Checksum 04:12:32 b116817d02f9: Download complete 04:12:32 5f621e34cdf4: Verifying Checksum 04:12:32 5f621e34cdf4: Download complete 04:12:33 5f621e34cdf4: Pull complete 04:12:34 a4357932f1b6: Pull complete 04:12:34 18c013af1878: Pull complete 04:12:36 Running on prd-centos7-docker-4c-2g-33830 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 04:12:36 Running in /w/workspace/device-modbus-go/41 [Pipeline] { [Pipeline] checkout 04:12:36 745a02a5169b: Verifying Checksum 04:12:36 745a02a5169b: Download complete 04:12:37 00ac8860ef70: Verifying Checksum 04:12:37 00ac8860ef70: Download complete 04:12:38 using credential edgex-jenkins-ssh 04:12:38 Cloning the remote Git repository 04:12:38 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 04:12:38 > git init /w/workspace/device-modbus-go/41 # timeout=10 04:12:38 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:12:38 > git --version # timeout=10 04:12:38 > git --version # 'git version 2.24.3' 04:12:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:39 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:12:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:39 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:12:39 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:12:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:12:39 Checking out Revision 7442c446029449b320f0bdc33bd24bf2850fc7a2 (master) 04:12:39 > git config core.sparsecheckout # timeout=10 04:12:39 > git checkout -f 7442c446029449b320f0bdc33bd24bf2850fc7a2 # timeout=10 04:12:43 Commit message: "refactor: use v2 device-sdk (#222)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:12:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:12:45 + sudo service docker restart 04:12:45 + true 04:12:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:12:46 provisioning config files... 04:12:46 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/41@tmp/config2714049391024828226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:46 ---> docker-login.sh 04:12:46 nexus3.edgexfoundry.org:10001 04:12:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:46 Configure a credential helper to remove this warning. See 04:12:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:46 04:12:46 Login Succeeded 04:12:46 nexus3.edgexfoundry.org:10002 04:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:47 Configure a credential helper to remove this warning. See 04:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:47 04:12:47 Login Succeeded 04:12:47 nexus3.edgexfoundry.org:10003 04:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:47 Configure a credential helper to remove this warning. See 04:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:47 04:12:47 Login Succeeded 04:12:47 nexus3.edgexfoundry.org:10004 04:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:47 00ac8860ef70: Pull complete 04:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:47 Configure a credential helper to remove this warning. See 04:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:47 04:12:47 Login Succeeded 04:12:47 docker.io 04:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:47 63d7cb157983: Pull complete 04:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:47 Configure a credential helper to remove this warning. See 04:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:47 04:12:47 Login Succeeded 04:12:47 ---> docker-login.sh ends [Pipeline] } 04:12:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 04:12:48 b116817d02f9: Pull complete [Pipeline] unstash [Pipeline] echo 04:12:48 ========================================================= 04:12:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:12:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:12:48 + 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 . 04:12:48 Sending build context to Docker daemon 570.4kB 04:12:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:12:48 Step 2/8 : FROM ${BASE} 04:12:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:12:48 188c0c94c7c5: Pulling fs layer 04:12:48 0ef7d3d256c8: Pulling fs layer 04:12:48 de9db76c5a1d: Pulling fs layer 04:12:48 bca2f99d35d6: Pulling fs layer 04:12:48 93359f2a8cfa: Pulling fs layer 04:12:48 7c6f9722023f: Pulling fs layer 04:12:48 a35cf1a2eb13: Pulling fs layer 04:12:48 93359f2a8cfa: Waiting 04:12:48 7c6f9722023f: Waiting 04:12:48 a35cf1a2eb13: Waiting 04:12:48 bca2f99d35d6: Waiting 04:12:48 de9db76c5a1d: Verifying Checksum 04:12:48 de9db76c5a1d: Download complete 04:12:48 0ef7d3d256c8: Download complete 04:12:48 93359f2a8cfa: Verifying Checksum 04:12:48 93359f2a8cfa: Download complete 04:12:48 188c0c94c7c5: Verifying Checksum 04:12:48 188c0c94c7c5: Download complete 04:12:48 7c6f9722023f: Verifying Checksum 04:12:48 7c6f9722023f: Download complete 04:12:49 188c0c94c7c5: Pull complete 04:12:49 0ef7d3d256c8: Pull complete 04:12:49 de9db76c5a1d: Pull complete 04:12:50 a35cf1a2eb13: Verifying Checksum 04:12:50 a35cf1a2eb13: Download complete 04:12:51 bca2f99d35d6: Download complete 04:12:51 745a02a5169b: Pull complete 04:12:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:12:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:12:51 ---> b7e6874047d6 04:12:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:12:54 ---> Running in 6167cbd2feb2 04:12:54 Removing intermediate container 6167cbd2feb2 04:12:54 ---> f6a6558aa94d 04:12:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:54 ---> Running in 17b156275099 04:12:57 Removing intermediate container 17b156275099 04:12:57 ---> 2860caa4af48 04:12:57 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 04:12:57 ---> Running in 000eebc1c640 04:12:57 bca2f99d35d6: Pull complete 04:12:57 93359f2a8cfa: Pull complete 04:12:57 7c6f9722023f: Pull complete 04:12:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:00 (1/13) Installing libc-dev (0.7.2-r3) 04:13:00 (2/13) Installing libsodium (1.0.18-r0) 04:13:00 (3/13) Installing pkgconf (1.7.2-r0) 04:13:00 (4/13) Installing libsodium-dev (1.0.18-r0) 04:13:00 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:13:00 (6/13) Installing libedit (20191231.3.1-r0) 04:13:00 (7/13) Installing openssh-client (8.3_p1-r2) 04:13:00 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:13:00 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:13:00 (10/13) Installing openssh-server (8.3_p1-r2) 04:13:01 (11/13) Installing openssh (8.3_p1-r2) 04:13:01 (12/13) Installing libzmq (4.3.3-r0) 04:13:01 (13/13) Installing zeromq-dev (4.3.3-r0) 04:13:01 Executing busybox-1.31.1-r19.trigger 04:13:01 OK: 149 MiB in 52 packages 04:13:02 Removing intermediate container 000eebc1c640 04:13:02 ---> d05a8057f96e 04:13:02 Step 6/8 : WORKDIR /device-modbus-go 04:13:02 a35cf1a2eb13: Pull complete 04:13:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:13:02 ---> a62c8e92a672 04:13:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:13:03 ---> Running in cb379b4aa8ca 04:13:03 ---> Running in 783e2e17a740 04:13:03 Removing intermediate container cb379b4aa8ca 04:13:03 ---> 9373b21f69c9 04:13:03 Step 7/8 : COPY . . 04:13:03 Removing intermediate container 783e2e17a740 04:13:03 ---> 9a2117695a3a 04:13:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:03 ---> Running in d58f48e377d2 04:13:04 ---> f41bb2fd9c1e 04:13:04 Step 8/8 : RUN go mod download 04:13:04 ---> Running in 9a969cf1d04f 04:13:04 Removing intermediate container d58f48e377d2 04:13:04 ---> 96aa2a2c6763 04:13:04 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 04:13:04 ---> Running in 7090d5f17ccd 04:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:13:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:13:06 (1/13) Installing libc-dev (0.7.2-r3) 04:13:06 (2/13) Installing libsodium (1.0.18-r0) 04:13:06 (3/13) Installing pkgconf (1.7.2-r0) 04:13:06 (4/13) Installing libsodium-dev (1.0.18-r0) 04:13:06 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:13:06 (6/13) Installing libedit (20191231.3.1-r0) 04:13:06 (7/13) Installing openssh-client (8.3_p1-r2) 04:13:07 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:13:07 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:13:07 (10/13) Installing openssh-server (8.3_p1-r2) 04:13:07 (11/13) Installing openssh (8.3_p1-r2) 04:13:07 (12/13) Installing libzmq (4.3.3-r0) 04:13:07 (13/13) Installing zeromq-dev (4.3.3-r0) 04:13:07 Executing busybox-1.31.1-r19.trigger 04:13:07 OK: 173 MiB in 52 packages 04:13:09 Removing intermediate container 7090d5f17ccd 04:13:09 ---> 6e5de2675138 04:13:09 Step 6/8 : WORKDIR /device-modbus-go 04:13:09 ---> Running in 6174faa762cf 04:13:09 Removing intermediate container 6174faa762cf 04:13:09 ---> 09819562f355 04:13:09 Step 7/8 : COPY . . 04:13:10 ---> 1e0e8c668ea0 04:13:10 Step 8/8 : RUN go mod download 04:13:10 ---> Running in be0072454ca4 04:13:32 Removing intermediate container be0072454ca4 04:13:32 ---> 56f77aa48334 04:13:32 Successfully built 56f77aa48334 04:13:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:13:32 + docker inspect -f . ci-base-image-x86_64 04:13:32 . [Pipeline] withDockerContainer 04:13:32 prd-centos7-docker-4c-2g-33830 does not seem to be running inside a container 04:13:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/41 -v /w/workspace/device-modbus-go/41:/w/workspace/device-modbus-go/41:rw,z -v /w/workspace/device-modbus-go/41@tmp:/w/workspace/device-modbus-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:13:33 $ docker top 4543f3d1c0e85ece27cb237c5a6768cdf8226710767ee078609701e0da05b8e8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:34 + go version 04:13:34 go version go1.15.5 linux/amd64 [Pipeline] } 04:13:34 $ docker stop --time=1 4543f3d1c0e85ece27cb237c5a6768cdf8226710767ee078609701e0da05b8e8 04:13:35 $ docker rm -f 4543f3d1c0e85ece27cb237c5a6768cdf8226710767ee078609701e0da05b8e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:36 + docker inspect -f . ci-base-image-x86_64 04:13:36 . [Pipeline] withDockerContainer 04:13:36 prd-centos7-docker-4c-2g-33830 does not seem to be running inside a container 04:13:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/41 -v /w/workspace/device-modbus-go/41:/w/workspace/device-modbus-go/41:rw,z -v /w/workspace/device-modbus-go/41@tmp:/w/workspace/device-modbus-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:13:37 Removing intermediate container 9a969cf1d04f 04:13:37 ---> 2c6c54c71846 04:13:37 Successfully built 2c6c54c71846 04:13:37 Successfully tagged ci-base-image-arm64:latest 04:13:37 $ docker top 33919c2c64fc4a1f76dee9f02639971da6dd34817619f6bfd2a44c343988e92e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 04:13:38 + make test 04:13:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:13:38 + docker inspect -f . ci-base-image-arm64 04:13:38 . [Pipeline] withDockerContainer 04:13:38 prd-ubuntu18.04-docker-arm64-4c-16g-33829 does not seem to be running inside a container 04:13:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/41 -v /w/workspace/device-modbus-go/41:/w/workspace/device-modbus-go/41:rw,z -v /w/workspace/device-modbus-go/41@tmp:/w/workspace/device-modbus-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:39 ? github.com/edgexfoundry/device-modbus-go [no test files] 04:13:40 $ docker top 3b041ad5210977ff9b802e8e120ff2cfbb7c744a7e5475dbe324a58dcd3d4821 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:41 + go version 04:13:41 go version go1.15.5 linux/arm64 [Pipeline] } 04:13:41 $ docker stop --time=1 3b041ad5210977ff9b802e8e120ff2cfbb7c744a7e5475dbe324a58dcd3d4821 04:13:43 $ docker rm -f 3b041ad5210977ff9b802e8e120ff2cfbb7c744a7e5475dbe324a58dcd3d4821 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:44 + docker inspect -f . ci-base-image-arm64 04:13:44 . [Pipeline] withDockerContainer 04:13:44 prd-ubuntu18.04-docker-arm64-4c-16g-33829 does not seem to be running inside a container 04:13:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/41 -v /w/workspace/device-modbus-go/41:/w/workspace/device-modbus-go/41:rw,z -v /w/workspace/device-modbus-go/41@tmp:/w/workspace/device-modbus-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:45 $ docker top 36966e5f4168ff989dd102aec2ec813525113133b6bcbdaeb4a1e89f42266a0a -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:46 + make test 04:13:46 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:13:48 ? github.com/edgexfoundry/device-modbus-go [no test files] 04:13:54 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 04:13:54 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.014s coverage: 50.1% of statements 04:13:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 04:13:55 gofmt -l . 04:13:55 [ "`gofmt -l .`" = "" ] 04:13:55 ./bin/test-attribution-txt.sh 04:13:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:13:56 $ docker stop --time=1 33919c2c64fc4a1f76dee9f02639971da6dd34817619f6bfd2a44c343988e92e 04:13:59 $ docker rm -f 33919c2c64fc4a1f76dee9f02639971da6dd34817619f6bfd2a44c343988e92e [Pipeline] // withDockerContainer [Pipeline] sh 04:14:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:14:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:14:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:14:03 + ls -al . 04:14:03 total 112 04:14:03 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 13 04:13 . 04:14:03 drwxrwxr-x. 4 jenkins jenkins 30 Apr 13 04:12 .. 04:14:03 -rw-rw-r--. 1 jenkins jenkins 7127 Apr 13 04:12 Attribution.txt 04:14:03 drwxrwxr-x. 2 jenkins jenkins 87 Apr 13 04:12 bin 04:14:03 drwxrwxr-x. 3 jenkins jenkins 32 Apr 13 04:12 cmd 04:14:03 -rw-r--r--. 1 jenkins jenkins 23236 Apr 13 04:13 coverage.out 04:14:03 -rw-rw-r--. 1 jenkins jenkins 1457 Apr 13 04:12 Dockerfile 04:14:03 -rw-rw-r--. 1 jenkins jenkins 995 Apr 13 04:12 Dockerfile.build 04:14:03 -rw-rw-r--. 1 jenkins jenkins 140 Apr 13 04:12 .dockerignore 04:14:03 drwxrwxr-x. 8 jenkins jenkins 162 Apr 13 04:12 .git 04:14:03 drwxrwxr-x. 2 jenkins jenkins 103 Apr 13 04:12 .github 04:14:03 -rw-rw-r--. 1 jenkins jenkins 338 Apr 13 04:12 .gitignore 04:14:03 -rw-r--r--. 1 jenkins jenkins 377 Apr 13 04:13 go.mod 04:14:03 -rw-r--r--. 1 jenkins jenkins 21757 Apr 13 04:13 go.sum 04:14:03 drwxrwxr-x. 3 jenkins jenkins 20 Apr 13 04:12 internal 04:14:03 -rw-rw-r--. 1 jenkins jenkins 679 Apr 13 04:12 Jenkinsfile 04:14:03 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 13 04:12 LICENSE 04:14:03 -rw-rw-r--. 1 jenkins jenkins 930 Apr 13 04:12 Makefile 04:14:03 -rw-rw-r--. 1 jenkins jenkins 1088 Apr 13 04:12 README.md 04:14:03 drwxrwxr-x. 2 jenkins jenkins 52 Apr 13 04:12 simulator 04:14:03 drwxrwxr-x. 4 jenkins jenkins 71 Apr 13 04:12 snap 04:14:03 -rw-rw-r--. 1 jenkins jenkins 11 Apr 13 04:10 VERSION 04:14:03 -rw-rw-r--. 1 jenkins jenkins 229 Apr 13 04:12 version.go [Pipeline] isUnix [Pipeline] sh 04:14:03 + 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=7442c446029449b320f0bdc33bd24bf2850fc7a2 --label arch=amd64 --label version=1.3.2-dev.3 . 04:14:04 Sending build context to Docker daemon 594.4kB 04:14:04 Step 1/21 : ARG BASE=golang:1.15-alpine3.12 04:14:04 Step 2/21 : FROM ${BASE} AS builder 04:14:04 ---> 56f77aa48334 04:14:04 Step 3/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:04 ---> Running in c3e7783f6465 04:14:05 Removing intermediate container c3e7783f6465 04:14:05 ---> 94c5bf44902c 04:14:05 Step 4/21 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 04:14:05 ---> Running in be906314a741 04:14:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:07 OK: 173 MiB in 52 packages 04:14:07 Removing intermediate container be906314a741 04:14:07 ---> 8064b13671ad 04:14:07 Step 5/21 : WORKDIR /device-modbus-go 04:14:07 ---> Running in e564da65a09c 04:14:07 Removing intermediate container e564da65a09c 04:14:07 ---> 7bc93fa058bf 04:14:07 Step 6/21 : COPY . . 04:14:08 ---> 67eaab023887 04:14:08 Step 7/21 : RUN go mod download 04:14:08 ---> Running in 32993e410378 04:14:09 Removing intermediate container 32993e410378 04:14:09 ---> 29241e8597cc 04:14:09 Step 8/21 : RUN make build 04:14:09 ---> Running in fafbf409d926 04:14:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.3" -o cmd/device-modbus ./cmd 04:14:22 CGO_ENABLED=1 GO111MODULE=on go build ./... 04:14:25 Removing intermediate container fafbf409d926 04:14:25 ---> ffb919964049 04:14:25 Step 9/21 : FROM alpine:3.12 04:14:26 3.12: Pulling from library/alpine 04:14:26 532819f3e44c: Pulling fs layer 04:14:26 532819f3e44c: Verifying Checksum 04:14:26 532819f3e44c: Download complete 04:14:26 532819f3e44c: Pull complete 04:14:26 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 04:14:26 Status: Downloaded newer image for alpine:3.12 04:14:26 ---> 7230e588e954 04:14:26 Step 10/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 04:14:26 ---> Running in 4990b1dea743 04:14:27 Removing intermediate container 4990b1dea743 04:14:27 ---> f5b147a3ba17 04:14:27 Step 11/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:27 ---> Running in 384a987926fa 04:14:27 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 04:14:27 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.037s coverage: 50.1% of statements 04:14:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 04:14:28 Removing intermediate container 384a987926fa 04:14:28 ---> 0e705bf7a6d0 04:14:28 Step 12/21 : RUN apk add --update --no-cache zeromq dumb-init 04:14:28 ---> Running in cab755a5d8c5 04:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:29 (1/6) Installing dumb-init (1.2.2-r1) 04:14:29 (2/6) Installing libgcc (9.3.0-r2) 04:14:30 (3/6) Installing libsodium (1.0.18-r0) 04:14:30 (4/6) Installing libstdc++ (9.3.0-r2) 04:14:31 (5/6) Installing libzmq (4.3.3-r0) 04:14:31 (6/6) Installing zeromq (4.3.3-r0) 04:14:31 Executing busybox-1.31.1-r20.trigger 04:14:31 OK: 8 MiB in 20 packages 04:14:32 Removing intermediate container cab755a5d8c5 04:14:32 ---> 2a3899303f8f 04:14:32 Step 13/21 : COPY --from=builder /device-modbus-go/cmd / 04:14:32 ---> c028ddb5b646 04:14:32 Step 14/21 : COPY --from=builder /device-modbus-go/LICENSE / 04:14:33 ---> 163337f2ed71 04:14:33 Step 15/21 : COPY --from=builder /device-modbus-go/Attribution.txt / 04:14:33 ---> 3e9a5993baf2 04:14:33 Step 16/21 : EXPOSE 49991 04:14:33 ---> Running in 7ac23ddfe1d2 04:14:33 Removing intermediate container 7ac23ddfe1d2 04:14:33 ---> cfc578261b10 04:14:33 Step 17/21 : ENTRYPOINT ["/device-modbus"] 04:14:33 ---> Running in 5d75c464791d 04:14:34 Removing intermediate container 5d75c464791d 04:14:34 ---> 5eef8d91631e 04:14:34 Step 18/21 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:34 ---> Running in a5c0c6089920 04:14:34 Removing intermediate container a5c0c6089920 04:14:34 ---> 71f60af3b0d9 04:14:34 Step 19/21 : LABEL arch=amd64 04:14:34 ---> Running in b156f6409fd5 04:14:34 Removing intermediate container b156f6409fd5 04:14:34 ---> 7f8aa39d3828 04:14:34 Step 20/21 : LABEL git_sha=7442c446029449b320f0bdc33bd24bf2850fc7a2 04:14:34 ---> Running in 16c01682f061 04:14:34 Removing intermediate container 16c01682f061 04:14:34 ---> 470698d66f83 04:14:34 Step 21/21 : LABEL version=1.3.2-dev.3 04:14:34 ---> Running in 38033e49806e 04:14:34 Removing intermediate container 38033e49806e 04:14:34 ---> 9f1f85bc2588 04:14:34 [Warning] One or more build-args [ARCH MAKE] were not consumed 04:14:34 Successfully built 9f1f85bc2588 04:14:34 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:14:35 provisioning config files... 04:14:35 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/41@tmp/config5155774993444958332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:35 ---> docker-login.sh 04:14:35 nexus3.edgexfoundry.org:10001 04:14:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:35 gofmt -l . 04:14:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:35 Configure a credential helper to remove this warning. See 04:14:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:35 04:14:35 Login Succeeded 04:14:35 nexus3.edgexfoundry.org:10002 04:14:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:35 Configure a credential helper to remove this warning. See 04:14:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:35 04:14:35 Login Succeeded 04:14:35 nexus3.edgexfoundry.org:10003 04:14:35 [ "`gofmt -l .`" = "" ] 04:14:35 ./bin/test-attribution-txt.sh 04:14:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:36 Configure a credential helper to remove this warning. See 04:14:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:36 04:14:36 Login Succeeded 04:14:36 nexus3.edgexfoundry.org:10004 04:14:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:36 Configure a credential helper to remove this warning. See 04:14:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:36 04:14:36 Login Succeeded 04:14:36 docker.io 04:14:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:36 Configure a credential helper to remove this warning. See 04:14:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:36 04:14:36 Login Succeeded 04:14:36 ---> docker-login.sh ends [Pipeline] } 04:14:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:14:36 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 04:14:36 7442c446029449b320f0bdc33bd24bf2850fc7a2 04:14:36 latest 04:14:36 1.3.2-dev.3 04:14:36 7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 04:14:36 master 04:14:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:14:37 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:7442c446029449b320f0bdc33bd24bf2850fc7a2 [Pipeline] isUnix [Pipeline] sh 04:14:37 ./bin/test-go-mod-tidy.sh 04:14:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:7442c446029449b320f0bdc33bd24bf2850fc7a2 04:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 04:14:37 6b8033415149: Preparing 04:14:37 f690b45f285f: Preparing 04:14:37 44c461bcd602: Preparing 04:14:37 3518525af5c8: Preparing 04:14:37 fa1d88f69bc8: Preparing 04:14:37 b0b9881431d7: Preparing 04:14:37 b0b9881431d7: Waiting 04:14:37 f690b45f285f: Pushed 04:14:37 6b8033415149: Pushed 04:14:37 fa1d88f69bc8: Pushed 04:14:37 b0b9881431d7: Layer already exists 04:14:37 3518525af5c8: Pushed [Pipeline] } 04:14:38 $ docker stop --time=1 36966e5f4168ff989dd102aec2ec813525113133b6bcbdaeb4a1e89f42266a0a 04:14:38 44c461bcd602: Pushed 04:14:39 7442c446029449b320f0bdc33bd24bf2850fc7a2: digest: sha256:04df13b35e7897adc3e3600f51ec9ac9b156ba416717e174113ef9c29bd8a129 size: 1572 04:14:40 $ docker rm -f 36966e5f4168ff989dd102aec2ec813525113133b6bcbdaeb4a1e89f42266a0a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 04:14:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:14:41 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 04:14:41 Warning: overwriting stash ‘coverage-report’ [Pipeline] isUnix [Pipeline] sh 04:14:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 04:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 04:14:41 6b8033415149: Preparing 04:14:41 f690b45f285f: Preparing 04:14:41 44c461bcd602: Preparing 04:14:41 3518525af5c8: Preparing 04:14:41 fa1d88f69bc8: Preparing 04:14:41 b0b9881431d7: Preparing 04:14:41 b0b9881431d7: Waiting 04:14:41 6b8033415149: Layer already exists 04:14:41 3518525af5c8: Layer already exists 04:14:41 fa1d88f69bc8: Layer already exists 04:14:41 44c461bcd602: Layer already exists 04:14:41 f690b45f285f: Layer already exists 04:14:41 b0b9881431d7: Layer already exists 04:14:41 latest: digest: sha256:04df13b35e7897adc3e3600f51ec9ac9b156ba416717e174113ef9c29bd8a129 size: 1572 [Pipeline] isUnix [Pipeline] sh 04:14:41 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 04:14:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 04:14:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.3 04:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 04:14:41 6b8033415149: Preparing 04:14:41 f690b45f285f: Preparing 04:14:41 44c461bcd602: Preparing 04:14:41 3518525af5c8: Preparing 04:14:41 fa1d88f69bc8: Preparing 04:14:41 b0b9881431d7: Preparing 04:14:41 b0b9881431d7: Waiting 04:14:41 6b8033415149: Layer already exists 04:14:41 44c461bcd602: Layer already exists 04:14:41 fa1d88f69bc8: Layer already exists 04:14:41 f690b45f285f: Layer already exists 04:14:41 3518525af5c8: Layer already exists 04:14:41 b0b9881431d7: Layer already exists 04:14:41 1.3.2-dev.3: digest: sha256:04df13b35e7897adc3e3600f51ec9ac9b156ba416717e174113ef9c29bd8a129 size: 1572 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:42 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 04:14:42 + sudo chown -R jenkins:jenkins . 04:14:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 04:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 04:14:42 6b8033415149: Preparing 04:14:42 f690b45f285f: Preparing 04:14:42 44c461bcd602: Preparing 04:14:42 3518525af5c8: Preparing 04:14:42 fa1d88f69bc8: Preparing 04:14:42 b0b9881431d7: Preparing 04:14:42 b0b9881431d7: Waiting 04:14:42 3518525af5c8: Layer already exists 04:14:42 fa1d88f69bc8: Layer already exists 04:14:42 44c461bcd602: Layer already exists 04:14:42 6b8033415149: Layer already exists 04:14:42 f690b45f285f: Layer already exists 04:14:42 b0b9881431d7: Layer already exists 04:14:42 7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3: digest: sha256:04df13b35e7897adc3e3600f51ec9ac9b156ba416717e174113ef9c29bd8a129 size: 1572 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 04:14:43 + ls -al . 04:14:43 total 144 04:14:43 drwxrwxr-x 9 jenkins jenkins 4096 Apr 13 04:14 . 04:14:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:12 .. 04:14:43 -rw-rw-r-- 1 jenkins jenkins 140 Apr 13 04:12 .dockerignore 04:14:43 drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 04:12 .git 04:14:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:12 .github 04:14:43 -rw-rw-r-- 1 jenkins jenkins 338 Apr 13 04:12 .gitignore 04:14:43 -rw-rw-r-- 1 jenkins jenkins 7127 Apr 13 04:12 Attribution.txt 04:14:43 -rw-rw-r-- 1 jenkins jenkins 1457 Apr 13 04:12 Dockerfile 04:14:43 -rw-rw-r-- 1 jenkins jenkins 995 Apr 13 04:12 Dockerfile.build 04:14:43 -rw-rw-r-- 1 jenkins jenkins 679 Apr 13 04:12 Jenkinsfile 04:14:43 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 13 04:12 LICENSE 04:14:43 -rw-rw-r-- 1 jenkins jenkins 930 Apr 13 04:12 Makefile 04:14:43 -rw-rw-r-- 1 jenkins jenkins 1088 Apr 13 04:12 README.md 04:14:43 -rw-rw-r-- 1 jenkins jenkins 11 Apr 13 04:10 VERSION 04:14:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:12 bin 04:14:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:12 cmd 04:14:43 -rw-r--r-- 1 jenkins jenkins 23236 Apr 13 04:14 coverage.out 04:14:43 -rw-r--r-- 1 jenkins jenkins 377 Apr 13 04:14 go.mod 04:14:43 -rw-r--r-- 1 jenkins jenkins 21757 Apr 13 04:14 go.sum 04:14:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:12 internal 04:14:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:12 simulator 04:14:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:12 snap 04:14:43 -rw-rw-r-- 1 jenkins jenkins 229 Apr 13 04:12 version.go [Pipeline] isUnix [Pipeline] sh 04:14:43 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 04:14:43 + 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=7442c446029449b320f0bdc33bd24bf2850fc7a2 --label arch=arm64 --label version=1.3.2-dev.3 . 04:14:43 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 04:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 04:14:43 6b8033415149: Preparing 04:14:43 f690b45f285f: Preparing 04:14:43 44c461bcd602: Preparing 04:14:43 3518525af5c8: Preparing 04:14:43 fa1d88f69bc8: Preparing 04:14:43 b0b9881431d7: Preparing 04:14:43 b0b9881431d7: Waiting 04:14:43 fa1d88f69bc8: Layer already exists 04:14:43 f690b45f285f: Layer already exists 04:14:43 44c461bcd602: Layer already exists 04:14:43 6b8033415149: Layer already exists 04:14:43 3518525af5c8: Layer already exists 04:14:43 b0b9881431d7: Layer already exists 04:14:43 master: digest: sha256:04df13b35e7897adc3e3600f51ec9ac9b156ba416717e174113ef9c29bd8a129 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:14:43 ===================================================== 04:14:43 Sending build context to Docker daemon 593.4kB [Pipeline] echo 04:14:43 taggedImages: 04:14:43 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:7442c446029449b320f0bdc33bd24bf2850fc7a2 04:14:43 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 04:14:43 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.3 04:14:43 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 04:14:43 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 04:14:44 Step 1/21 : ARG BASE=golang:1.15-alpine3.12 04:14:44 Step 2/21 : FROM ${BASE} AS builder 04:14:44 ---> 2c6c54c71846 04:14:44 Step 3/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage 04:14:44 ---> Running in a2149de53815 [Pipeline] libraryResource [Pipeline] sh 04:14:44 ---> job-cost.sh 04:14:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NhQT 04:14:46 Removing intermediate container a2149de53815 04:14:46 ---> d6a41d72b2ef 04:14:46 Step 4/21 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 04:14:46 ---> Running in 3d6cce2e4a2f 04:14:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:14:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:14:49 OK: 149 MiB in 52 packages 04:14:50 Removing intermediate container 3d6cce2e4a2f 04:14:50 ---> adce61606d5f 04:14:50 Step 5/21 : WORKDIR /device-modbus-go 04:14:50 ---> Running in 391115e50cae 04:14:50 Removing intermediate container 391115e50cae 04:14:50 ---> 996d02767cb4 04:14:50 Step 6/21 : COPY . . 04:14:51 ---> 6e67bd77218c 04:14:51 Step 7/21 : RUN go mod download 04:14:51 ---> Running in 9999d8622f03 04:14:54 Removing intermediate container 9999d8622f03 04:14:54 ---> d880d1db63ee 04:14:54 Step 8/21 : RUN make build 04:14:54 ---> Running in fa6ab4aaacb3 04:14:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.3" -o cmd/device-modbus ./cmd 04:14:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:15:26 lf-activate-venv(): INFO: Adding /tmp/venv-NhQT/bin to PATH 04:15:26 INFO: No Stack... 04:15:26 INFO: Retrieving Pricing Info for: v1-standard-2 04:15:27 CGO_ENABLED=1 GO111MODULE=on go build ./... 04:15:27 INFO: Archiving Costs [Pipeline] sh 04:15:28 + cat /w/workspace/device-modbus-go/41/archives/cost.csv 04:15:28 + cut -d, -f6 [Pipeline] lock 04:15:28 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] 04:15:28 Resource [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] did not exist. Created. 04:15:28 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:15:28 + echo total: 0.029999999329447746 [Pipeline] stash 04:15:28 Stashed 1 file(s) [Pipeline] } 04:15:28 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:15:40 Removing intermediate container fa6ab4aaacb3 04:15:40 ---> da1267ed6359 04:15:40 Step 9/21 : FROM alpine:3.12 04:15:40 3.12: Pulling from library/alpine 04:15:40 9a219e8acc52: Pulling fs layer 04:15:40 9a219e8acc52: Download complete 04:15:40 9a219e8acc52: Pull complete 04:15:40 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 04:15:40 Status: Downloaded newer image for alpine:3.12 04:15:40 ---> d75e27dfc0a0 04:15:40 Step 10/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 04:15:40 ---> Running in e88cd9242fe7 04:15:40 Removing intermediate container e88cd9242fe7 04:15:40 ---> 1a1f1e91f1e9 04:15:40 Step 11/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:40 ---> Running in 4d17cc896a42 04:15:42 Removing intermediate container 4d17cc896a42 04:15:42 ---> 3681ff008758 04:15:42 Step 12/21 : RUN apk add --update --no-cache zeromq dumb-init 04:15:43 ---> Running in 15a9d436a5e8 04:15:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:15:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:15:45 (1/6) Installing dumb-init (1.2.2-r1) 04:15:45 (2/6) Installing libgcc (9.3.0-r2) 04:15:45 (3/6) Installing libsodium (1.0.18-r0) 04:15:45 (4/6) Installing libstdc++ (9.3.0-r2) 04:15:45 (5/6) Installing libzmq (4.3.3-r0) 04:15:46 (6/6) Installing zeromq (4.3.3-r0) 04:15:46 Executing busybox-1.31.1-r20.trigger 04:15:46 OK: 8 MiB in 20 packages 04:15:47 Removing intermediate container 15a9d436a5e8 04:15:47 ---> f304a8fe24ed 04:15:47 Step 13/21 : COPY --from=builder /device-modbus-go/cmd / 04:15:48 ---> fa1ef47c4bbd 04:15:48 Step 14/21 : COPY --from=builder /device-modbus-go/LICENSE / 04:15:49 ---> 933b47ad0618 04:15:49 Step 15/21 : COPY --from=builder /device-modbus-go/Attribution.txt / 04:15:49 ---> a44b86b6c5ae 04:15:49 Step 16/21 : EXPOSE 49991 04:15:50 ---> Running in f51c760dbe7f 04:15:50 Removing intermediate container f51c760dbe7f 04:15:50 ---> d7998a37a248 04:15:50 Step 17/21 : ENTRYPOINT ["/device-modbus"] 04:15:50 ---> Running in 87a5bcabe51e 04:15:51 Removing intermediate container 87a5bcabe51e 04:15:51 ---> 3d85d17ac811 04:15:51 Step 18/21 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:51 ---> Running in 51e27bdea683 04:15:51 Removing intermediate container 51e27bdea683 04:15:51 ---> 214d5fd77ec3 04:15:51 Step 19/21 : LABEL arch=arm64 04:15:51 ---> Running in 7ea245824f79 04:15:52 Removing intermediate container 7ea245824f79 04:15:52 ---> 2dbb8663b58a 04:15:52 Step 20/21 : LABEL git_sha=7442c446029449b320f0bdc33bd24bf2850fc7a2 04:15:52 ---> Running in e772dabfcb53 04:15:53 Removing intermediate container e772dabfcb53 04:15:53 ---> 524c33514e08 04:15:53 Step 21/21 : LABEL version=1.3.2-dev.3 04:15:53 ---> Running in 9ce95a6352b4 04:15:53 Removing intermediate container 9ce95a6352b4 04:15:53 ---> 246d1a130f47 04:15:53 [Warning] One or more build-args [ARCH MAKE] were not consumed 04:15:53 Successfully built 246d1a130f47 04:15:53 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:15:54 provisioning config files... 04:15:54 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/41@tmp/config2095131369512364247tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:54 ---> docker-login.sh 04:15:54 nexus3.edgexfoundry.org:10001 04:15:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:54 Configure a credential helper to remove this warning. See 04:15:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:54 04:15:54 Login Succeeded 04:15:55 nexus3.edgexfoundry.org:10002 04:15:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:55 Configure a credential helper to remove this warning. See 04:15:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:55 04:15:55 Login Succeeded 04:15:55 nexus3.edgexfoundry.org:10003 04:15:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:55 Configure a credential helper to remove this warning. See 04:15:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:55 04:15:55 Login Succeeded 04:15:55 nexus3.edgexfoundry.org:10004 04:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:56 Configure a credential helper to remove this warning. See 04:15:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:56 04:15:56 Login Succeeded 04:15:56 docker.io 04:15:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:57 Configure a credential helper to remove this warning. See 04:15:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:57 04:15:57 Login Succeeded 04:15:57 ---> docker-login.sh ends [Pipeline] } 04:15:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:15:57 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 04:15:57 7442c446029449b320f0bdc33bd24bf2850fc7a2 04:15:57 latest 04:15:57 1.3.2-dev.3 04:15:57 7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 04:15:57 master 04:15:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:15:58 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:7442c446029449b320f0bdc33bd24bf2850fc7a2 [Pipeline] isUnix [Pipeline] sh 04:15:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:7442c446029449b320f0bdc33bd24bf2850fc7a2 04:15:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 04:15:58 1eed3a84a22f: Preparing 04:15:58 71184930e73e: Preparing 04:15:58 ef8ca935198f: Preparing 04:15:58 a874d4de27f5: Preparing 04:15:58 ce775a0edb3e: Preparing 04:15:58 e08058ee1dfe: Preparing 04:15:58 e08058ee1dfe: Waiting 04:15:58 ce775a0edb3e: Pushed 04:15:58 71184930e73e: Pushed 04:15:58 1eed3a84a22f: Pushed 04:15:58 e08058ee1dfe: Layer already exists 04:15:59 a874d4de27f5: Pushed 04:16:02 ef8ca935198f: Pushed 04:16:02 7442c446029449b320f0bdc33bd24bf2850fc7a2: digest: sha256:9c362d84ed7ede9dd0cbaf26ea88bd43c499d8fbee30aa1df6b53b882ebe533d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:16:02 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:16:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 04:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 04:16:02 1eed3a84a22f: Preparing 04:16:02 71184930e73e: Preparing 04:16:02 ef8ca935198f: Preparing 04:16:02 a874d4de27f5: Preparing 04:16:02 ce775a0edb3e: Preparing 04:16:02 e08058ee1dfe: Preparing 04:16:02 e08058ee1dfe: Waiting 04:16:02 71184930e73e: Layer already exists 04:16:02 1eed3a84a22f: Layer already exists 04:16:02 a874d4de27f5: Layer already exists 04:16:02 ef8ca935198f: Layer already exists 04:16:02 ce775a0edb3e: Layer already exists 04:16:03 e08058ee1dfe: Layer already exists 04:16:03 latest: digest: sha256:9c362d84ed7ede9dd0cbaf26ea88bd43c499d8fbee30aa1df6b53b882ebe533d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:16:03 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 04:16:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.3 04:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 04:16:03 1eed3a84a22f: Preparing 04:16:03 71184930e73e: Preparing 04:16:03 ef8ca935198f: Preparing 04:16:03 a874d4de27f5: Preparing 04:16:03 ce775a0edb3e: Preparing 04:16:03 e08058ee1dfe: Preparing 04:16:03 e08058ee1dfe: Waiting 04:16:03 71184930e73e: Layer already exists 04:16:03 1eed3a84a22f: Layer already exists 04:16:03 ce775a0edb3e: Layer already exists 04:16:03 ef8ca935198f: Layer already exists 04:16:03 a874d4de27f5: Layer already exists 04:16:03 e08058ee1dfe: Layer already exists 04:16:03 1.3.2-dev.3: digest: sha256:9c362d84ed7ede9dd0cbaf26ea88bd43c499d8fbee30aa1df6b53b882ebe533d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:16:04 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 04:16:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 04:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 04:16:04 1eed3a84a22f: Preparing 04:16:04 71184930e73e: Preparing 04:16:04 ef8ca935198f: Preparing 04:16:04 a874d4de27f5: Preparing 04:16:04 ce775a0edb3e: Preparing 04:16:04 e08058ee1dfe: Preparing 04:16:04 e08058ee1dfe: Waiting 04:16:04 71184930e73e: Layer already exists 04:16:04 ef8ca935198f: Layer already exists 04:16:04 1eed3a84a22f: Layer already exists 04:16:04 ce775a0edb3e: Layer already exists 04:16:04 a874d4de27f5: Layer already exists 04:16:04 e08058ee1dfe: Layer already exists 04:16:05 7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3: digest: sha256:9c362d84ed7ede9dd0cbaf26ea88bd43c499d8fbee30aa1df6b53b882ebe533d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:16:05 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:16:05 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 04:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 04:16:05 1eed3a84a22f: Preparing 04:16:05 71184930e73e: Preparing 04:16:05 ef8ca935198f: Preparing 04:16:05 a874d4de27f5: Preparing 04:16:05 ce775a0edb3e: Preparing 04:16:05 e08058ee1dfe: Preparing 04:16:05 e08058ee1dfe: Waiting 04:16:05 1eed3a84a22f: Layer already exists 04:16:05 ce775a0edb3e: Layer already exists 04:16:05 71184930e73e: Layer already exists 04:16:06 a874d4de27f5: Layer already exists 04:16:06 ef8ca935198f: Layer already exists 04:16:06 e08058ee1dfe: Layer already exists 04:16:06 master: digest: sha256:9c362d84ed7ede9dd0cbaf26ea88bd43c499d8fbee30aa1df6b53b882ebe533d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:16:06 ===================================================== [Pipeline] echo 04:16:06 taggedImages: 04:16:06 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:7442c446029449b320f0bdc33bd24bf2850fc7a2 04:16:06 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 04:16:06 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.3 04:16:06 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:7442c446029449b320f0bdc33bd24bf2850fc7a2-1.3.2-dev.3 04:16:06 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:16:06 ---> job-cost.sh 04:16:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Vk00 04:16:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:18:22 lf-activate-venv(): INFO: Adding /tmp/venv-Vk00/bin to PATH 04:18:22 INFO: No Stack... 04:18:22 INFO: Retrieving Pricing Info for: lf-standard-4 04:18:22 INFO: Archiving Costs [Pipeline] sh 04:18:23 + cat /w/workspace/device-modbus-go/41/archives/cost.csv 04:18:23 + cut -d, -f6 [Pipeline] lock 04:18:23 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] 04:18:23 Resource [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] did not exist. Created. 04:18:23 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:18:23 /w/workspace/device-modbus-go/41@tmp/durable-194c8275/script.sh: 1: /w/workspace/device-modbus-go/41@tmp/durable-194c8275/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:18:23 + echo total: 0.20999999344348907 [Pipeline] stash 04:18:24 Warning: overwriting stash ‘stack-cost’ 04:18:24 Stashed 1 file(s) [Pipeline] } 04:18:24 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:18:25 provisioning config files... 04:18:25 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1335848928284730548tmp [Pipeline] { [Pipeline] sh 04:18:25 + set +x 04:18:25 + curl -s https://codecov.io/bash 04:18:25 + bash -s -- 04:18:26 04:18:26 _____ _ 04:18:26 / ____| | | 04:18:26 | | ___ __| | ___ ___ _____ __ 04:18:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:18:26 | |___| (_) | (_| | __/ (_| (_) \ V / 04:18:26 \_____\___/ \__,_|\___|\___\___/ \_/ 04:18:26 Bash-20210309-2b87ace 04:18:26 04:18:26 04:18:26 ==> git version 2.24.3 found 04:18:26 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:18:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:18:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:18:26 ==> Jenkins CI detected. 04:18:26 project root: . 04:18:26 --> token set from env 04:18:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:18:26 ==> Running gcov in . (disable via -X gcov) 04:18:26 ==> Python coveragepy not found 04:18:26 ==> Searching for coverage reports in: 04:18:26 + . 04:18:26 -> Found 1 reports 04:18:26 ==> Detecting git/mercurial file structure 04:18:26 ==> Reading reports 04:18:26 + ./coverage.out bytes=23236 04:18:26 ==> Appending adjustments 04:18:26 https://docs.codecov.io/docs/fixing-reports 04:18:26 + Found adjustments 04:18:26 ==> Gzipping contents 04:18:26 8.0K /tmp/codecov.Sux7FL.gz 04:18:26 ==> Uploading reports 04:18:26 url: https://codecov.io 04:18:26 query: branch=master&commit=7442c446029449b320f0bdc33bd24bf2850fc7a2&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:18:26 -> Pinging Codecov 04:18:26 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=7442c446029449b320f0bdc33bd24bf2850fc7a2&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:18:26 -> Uploading to 04:18:26 https://storage.googleapis.com/codecov/v4/raw/2021-04-13/55DBCA73C666E3227836607328DD7E49/7442c446029449b320f0bdc33bd24bf2850fc7a2/fedfeb03-9ca1-4c1d-acbe-e74510488444.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T041826Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd873a5c4e05eb9bce10855ce60910aaf8091aebab989edade34899a474356c4 04:18:26 % Total % Received % Xferd Average Speed Time Time Time Current 04:18:26 Dload Upload Total Spent Left Speed 04:18:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4311 0 0 100 4311 0 10720 --:--:-- --:--:-- --:--:-- 10750 04:18:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/7442c446029449b320f0bdc33bd24bf2850fc7a2 [Pipeline] } 04:18:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:18:28 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:18:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:18:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:18:28 04:18:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:18:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:18:29 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:18:29 188c0c94c7c5: Pulling fs layer 04:18:29 0ef7d3d256c8: Pulling fs layer 04:18:29 de9db76c5a1d: Pulling fs layer 04:18:29 0eba1c9be4d2: Pulling fs layer 04:18:29 0d57e429df01: Pulling fs layer 04:18:29 4e4be7b47b0d: Pulling fs layer 04:18:29 e1f770b5df2f: Pulling fs layer 04:18:29 85a0685a4137: Pulling fs layer 04:18:29 0d57e429df01: Waiting 04:18:29 4e4be7b47b0d: Waiting 04:18:29 e1f770b5df2f: Waiting 04:18:29 85a0685a4137: Waiting 04:18:29 0eba1c9be4d2: Waiting 04:18:29 de9db76c5a1d: Verifying Checksum 04:18:29 de9db76c5a1d: Download complete 04:18:29 0ef7d3d256c8: Verifying Checksum 04:18:29 0ef7d3d256c8: Download complete 04:18:29 0d57e429df01: Verifying Checksum 04:18:29 0d57e429df01: Download complete 04:18:29 188c0c94c7c5: Verifying Checksum 04:18:29 4e4be7b47b0d: Verifying Checksum 04:18:29 4e4be7b47b0d: Download complete 04:18:29 188c0c94c7c5: Pull complete 04:18:29 0ef7d3d256c8: Pull complete 04:18:29 de9db76c5a1d: Pull complete 04:18:31 e1f770b5df2f: Verifying Checksum 04:18:31 e1f770b5df2f: Download complete 04:18:32 0eba1c9be4d2: Verifying Checksum 04:18:32 0eba1c9be4d2: Download complete 04:18:33 85a0685a4137: Verifying Checksum 04:18:33 85a0685a4137: Download complete 04:18:37 0eba1c9be4d2: Pull complete 04:18:37 0d57e429df01: Pull complete 04:18:38 4e4be7b47b0d: Pull complete 04:18:40 e1f770b5df2f: Pull complete 04:18:48 85a0685a4137: Pull complete 04:18:48 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:18:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:18:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:18:49 prd-centos7-docker-4c-2g-33828 does not seem to be running inside a container 04:18:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:18:50 $ docker top f851a6192c598d513d8c2251ceb69f36fa9e1561675f1f121939185bd794bf67 -eo pid,comm [Pipeline] { [Pipeline] echo 04:18:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:18:50 + set -o pipefail 04:18:50 + snyk monitor '--org=edgex-jenkins' 04:18:58 04:18:58 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 04:18:58 04:18:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/21623c9d-63d9-4cf8-b0a7-ca13aecb32de 04:18:58 04:18:58 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 04:18:58 04:18:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:18:58 04:18:58 04:18:58 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 04:18:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:18:58 $ docker stop --time=1 f851a6192c598d513d8c2251ceb69f36fa9e1561675f1f121939185bd794bf67 04:19:01 $ docker rm -f f851a6192c598d513d8c2251ceb69f36fa9e1561675f1f121939185bd794bf67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:19:03 + git log --format=format:%s -1 7442c446029449b320f0bdc33bd24bf2850fc7a2 [Pipeline] isUnix [Pipeline] sh 04:19:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:19:03 . [Pipeline] withDockerContainer 04:19:03 prd-centos7-docker-4c-2g-33828 does not seem to be running inside a container 04:19:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:19:04 $ docker top abba45f6aa07a9dec276b4e0b90e0a77db098f0108c9bcde07726423a212472b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:19:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:19:04 [ssh-agent] Looking for ssh-agent implementation... 04:19:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:19:05 $ docker exec abba45f6aa07a9dec276b4e0b90e0a77db098f0108c9bcde07726423a212472b ssh-agent 04:19:05 SSH_AUTH_SOCK=/tmp/ssh-xH7d4XyWtIjJ/agent.13 04:19:05 SSH_AGENT_PID=18 04:19:05 Running ssh-add (command line suppressed) 04:19:05 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5360163708032455981.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5360163708032455981.key) 04:19:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:19:05 + git semver tag 04:19:05 # -> Open(): unable to determine branch for HEAD 04:19:05 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 04:19:05 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 04:19:05 # $SEMVER_REMOTE_NAME = origin 04:19:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:19:05 # $SEMVER_USER_NAME = edgex-jenkins 04:19:05 # $SEMVER_BRANCH = master 04:19:05 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 04:19:05 # 7442c446029449b320f0bdc33bd24bf2850fc7a2 HEAD 04:19:05 # -> Force: false 04:19:05 # 318cec6b7a6966507392dae84d7c7dbf0dd337f9 refs/tags/v1.3.2-dev.3 [Pipeline] } 04:19:05 $ docker exec --env ******** --env ******** abba45f6aa07a9dec276b4e0b90e0a77db098f0108c9bcde07726423a212472b ssh-agent -k 04:19:05 unset SSH_AUTH_SOCK; 04:19:05 unset SSH_AGENT_PID; 04:19:05 echo Agent pid 18 killed; 04:19:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:19:06 + git semver [Pipeline] } 04:19:06 $ docker stop --time=1 abba45f6aa07a9dec276b4e0b90e0a77db098f0108c9bcde07726423a212472b 04:19:07 $ docker rm -f abba45f6aa07a9dec276b4e0b90e0a77db098f0108c9bcde07726423a212472b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:19:08 04:19:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:19:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:19:08 0.23.1-centos7: Pulling from edgex-lftools 04:19:08 ab5ef0e58194: Pulling fs layer 04:19:08 9712f1f96733: Pulling fs layer 04:19:08 63f879dbbcfc: Pulling fs layer 04:19:08 0d9ebad4ef96: Pulling fs layer 04:19:08 e9a5061849ea: Pulling fs layer 04:19:08 d747dcd14b5f: Pulling fs layer 04:19:08 2de7ff778b66: Pulling fs layer 04:19:08 e9a5061849ea: Waiting 04:19:08 d747dcd14b5f: Waiting 04:19:08 2de7ff778b66: Waiting 04:19:08 0d9ebad4ef96: Waiting 04:19:08 9712f1f96733: Verifying Checksum 04:19:08 9712f1f96733: Download complete 04:19:10 63f879dbbcfc: Verifying Checksum 04:19:10 63f879dbbcfc: Download complete 04:19:10 e9a5061849ea: Verifying Checksum 04:19:10 e9a5061849ea: Download complete 04:19:10 d747dcd14b5f: Download complete 04:19:10 2de7ff778b66: Verifying Checksum 04:19:10 2de7ff778b66: Download complete 04:19:11 ab5ef0e58194: Verifying Checksum 04:19:11 ab5ef0e58194: Download complete 04:19:11 0d9ebad4ef96: Verifying Checksum 04:19:11 0d9ebad4ef96: Download complete 04:19:14 ab5ef0e58194: Pull complete 04:19:14 9712f1f96733: Pull complete 04:19:16 63f879dbbcfc: Pull complete 04:19:22 0d9ebad4ef96: Pull complete 04:19:23 e9a5061849ea: Pull complete 04:19:23 d747dcd14b5f: Pull complete 04:19:26 2de7ff778b66: Pull complete 04:19:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:19:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:19:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:19:26 prd-centos7-docker-4c-2g-33828 does not seem to be running inside a container 04:19:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:19:30 $ docker top 28ffad7fcdc357caeb61c38c902808ee633d5647c9b768a99dd46c0835699954 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:19:30 provisioning config files... 04:19:30 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6247150568105955569tmp 04:19:30 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5597192578486584142tmp 04:19:30 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1973795939101789617tmp [Pipeline] { [Pipeline] echo 04:19:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:19:31 ---> sigul-configuration.sh 04:19:31 gpg: directory `/root/.gnupg' created 04:19:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:19:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:19:31 gpg: keyring `/root/.gnupg/secring.gpg' created 04:19:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:19:31 gpg: CAST5 encrypted data 04:19:31 gpg: encrypted with 1 passphrase 04:19:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:19:31 + mkdir /home/jenkins 04:19:31 + mkdir /home/jenkins/sigul [Pipeline] sh 04:19:31 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 04:19:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:19:32 ---> sigul-install.sh 04:19:38 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:19:39 + git tag --list 04:19:39 0.7.1 04:19:39 v1.0.0 04:19:39 v1.1.0 04:19:39 v1.1.1 04:19:39 v1.2.2 04:19:39 v1.3.0 04:19:39 v1.3.1 04:19:39 v1.3.1-dev.1 04:19:39 v1.3.1-dev.2 04:19:39 v1.3.1-dev.3 04:19:39 v1.3.1-dev.4 04:19:39 v1.3.1-dev.5 04:19:39 v1.3.1-dev.6 04:19:39 v1.3.1-dev.7 04:19:39 v1.3.1-dev.8 04:19:39 v1.3.2-dev.1 04:19:39 v1.3.2-dev.2 04:19:39 v1.3.2-dev.3 [Pipeline] sh 04:19:39 + lftools sign git-tag v1.3.2-dev.3 04:19:40 Signing Git tag with Sigul... 04:19:40 Signing v1.3.2-dev.3 [Pipeline] echo 04:19:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:19:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:19:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:19:41 $ docker stop --time=1 28ffad7fcdc357caeb61c38c902808ee633d5647c9b768a99dd46c0835699954 04:19:44 $ docker rm -f 28ffad7fcdc357caeb61c38c902808ee633d5647c9b768a99dd46c0835699954 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:19:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:19:45 . [Pipeline] withDockerContainer 04:19:45 prd-centos7-docker-4c-2g-33828 does not seem to be running inside a container 04:19:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:19:45 $ docker top e9c1eb22d97c472a2088354ac05d75231dcf693fb11009080a3ead3b88605ffe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:19:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:19:46 [ssh-agent] Looking for ssh-agent implementation... 04:19:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:19:46 $ docker exec e9c1eb22d97c472a2088354ac05d75231dcf693fb11009080a3ead3b88605ffe ssh-agent 04:19:46 SSH_AUTH_SOCK=/tmp/ssh-jY8crYNa4lYv/agent.11 04:19:46 SSH_AGENT_PID=17 04:19:46 Running ssh-add (command line suppressed) 04:19:46 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2489267367318357949.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2489267367318357949.key) 04:19:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:19:47 + git semver bump pre 04:19:47 # -> Open(): unable to determine branch for HEAD 04:19:47 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 04:19:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 04:19:47 # $SEMVER_REMOTE_NAME = origin 04:19:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:19:47 # $SEMVER_USER_NAME = edgex-jenkins 04:19:47 # $SEMVER_BRANCH = master 04:19:47 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 04:19:47 1.3.2-dev.4 [Pipeline] } 04:19:47 $ docker exec --env ******** --env ******** e9c1eb22d97c472a2088354ac05d75231dcf693fb11009080a3ead3b88605ffe ssh-agent -k 04:19:47 unset SSH_AUTH_SOCK; 04:19:47 unset SSH_AGENT_PID; 04:19:47 echo Agent pid 17 killed; 04:19:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:19:47 + git semver [Pipeline] } 04:19:47 $ docker stop --time=1 e9c1eb22d97c472a2088354ac05d75231dcf693fb11009080a3ead3b88605ffe 04:19:49 $ docker rm -f e9c1eb22d97c472a2088354ac05d75231dcf693fb11009080a3ead3b88605ffe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:19:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:19:49 . [Pipeline] withDockerContainer 04:19:49 prd-centos7-docker-4c-2g-33828 does not seem to be running inside a container 04:19:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:19:50 $ docker top cfa5a873c20a58791acc3488cf68f2e457cee8ff3c3e5759af6f361a191219f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:19:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:19:50 [ssh-agent] Looking for ssh-agent implementation... 04:19:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:19:50 $ docker exec cfa5a873c20a58791acc3488cf68f2e457cee8ff3c3e5759af6f361a191219f7 ssh-agent 04:19:51 SSH_AUTH_SOCK=/tmp/ssh-kxOOOlLIHs6C/agent.11 04:19:51 SSH_AGENT_PID=16 04:19:51 Running ssh-add (command line suppressed) 04:19:51 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7345651685851184976.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7345651685851184976.key) 04:19:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:19:51 + git semver push 04:19:51 # -> Open(): unable to determine branch for HEAD 04:19:51 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 04:19:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 04:19:51 # $SEMVER_REMOTE_NAME = origin 04:19:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:19:51 # $SEMVER_USER_NAME = edgex-jenkins 04:19:51 # $SEMVER_BRANCH = master 04:19:51 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 04:19:54 $ docker exec --env ******** --env ******** cfa5a873c20a58791acc3488cf68f2e457cee8ff3c3e5759af6f361a191219f7 ssh-agent -k 04:19:55 unset SSH_AUTH_SOCK; 04:19:55 unset SSH_AGENT_PID; 04:19:55 echo Agent pid 16 killed; 04:19:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:19:55 + git semver [Pipeline] } 04:19:55 $ docker stop --time=1 cfa5a873c20a58791acc3488cf68f2e457cee8ff3c3e5759af6f361a191219f7 04:19:56 $ docker rm -f cfa5a873c20a58791acc3488cf68f2e457cee8ff3c3e5759af6f361a191219f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:19:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:19:58 ---> package-listing.sh 04:19:58 ++ facter osfamily 04:19:58 ++ tr '[:upper:]' '[:lower:]' 04:19:58 + OS_FAMILY=redhat 04:19:58 + workspace=/w/workspace/xfoundry_device-modbus-go_master 04:19:58 + START_PACKAGES=/tmp/packages_start.txt 04:19:58 + END_PACKAGES=/tmp/packages_end.txt 04:19:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:19:58 + PACKAGES=/tmp/packages_start.txt 04:19:58 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 04:19:58 + PACKAGES=/tmp/packages_end.txt 04:19:58 + case "${OS_FAMILY}" in 04:19:58 + rpm -qa 04:19:58 + sort 04:20:04 + '[' -f /tmp/packages_start.txt ']' 04:20:04 + '[' -f /tmp/packages_end.txt ']' 04:20:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:20:04 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 04:20:04 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 04:20:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo 04:20:04 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:20:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:20:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:20:04 04:20:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:20:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:20:05 alpine: Pulling from edgex-lftools-log-publisher 04:20:05 df20fa9351a1: Pulling fs layer 04:20:05 36b3adc4ff6f: Pulling fs layer 04:20:05 8ad3a11d3b57: Pulling fs layer 04:20:05 46f8f816bc3b: Pulling fs layer 04:20:05 93b61091891f: Pulling fs layer 04:20:05 93b9cdb0e59b: Pulling fs layer 04:20:05 5e14af77c1be: Pulling fs layer 04:20:05 01666e4c0597: Pulling fs layer 04:20:05 aa168da1d23b: Pulling fs layer 04:20:05 46f8f816bc3b: Waiting 04:20:05 93b61091891f: Waiting 04:20:05 93b9cdb0e59b: Waiting 04:20:05 5e14af77c1be: Waiting 04:20:05 01666e4c0597: Waiting 04:20:05 aa168da1d23b: Waiting 04:20:05 36b3adc4ff6f: Verifying Checksum 04:20:05 36b3adc4ff6f: Download complete 04:20:05 46f8f816bc3b: Verifying Checksum 04:20:05 46f8f816bc3b: Download complete 04:20:05 df20fa9351a1: Verifying Checksum 04:20:05 df20fa9351a1: Download complete 04:20:05 93b9cdb0e59b: Verifying Checksum 04:20:05 93b9cdb0e59b: Download complete 04:20:05 5e14af77c1be: Download complete 04:20:05 93b61091891f: Verifying Checksum 04:20:05 93b61091891f: Download complete 04:20:05 01666e4c0597: Verifying Checksum 04:20:05 01666e4c0597: Download complete 04:20:05 8ad3a11d3b57: Verifying Checksum 04:20:05 8ad3a11d3b57: Download complete 04:20:05 df20fa9351a1: Pull complete 04:20:06 36b3adc4ff6f: Pull complete 04:20:07 8ad3a11d3b57: Pull complete 04:20:07 aa168da1d23b: Verifying Checksum 04:20:07 aa168da1d23b: Download complete 04:20:07 46f8f816bc3b: Pull complete 04:20:08 93b61091891f: Pull complete 04:20:08 93b9cdb0e59b: Pull complete 04:20:08 5e14af77c1be: Pull complete 04:20:08 01666e4c0597: Pull complete 04:20:15 aa168da1d23b: Pull complete 04:20:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:20:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:20:15 prd-centos7-docker-4c-2g-33828 does not seem to be running inside a container 04:20:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:20:18 $ docker top 79447c41d249654d114e4a4db5fb2b1768694a352e6c34a8a0958981cc8cccf0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:19 + touch /tmp/pre-build-complete [Pipeline] sh 04:20:19 + mkdir -p /var/log/sa [Pipeline] sh 04:20:19 + ls /var/log/sa-host 04:20:19 + sadf -c /var/log/sa-host/sa13 04:20:19 file_magic: OK 04:20:19 HZ: Using current value: 100 04:20:19 file_header: OK 04:20:19 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 04:20:19 Statistics: 04:20:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:20:19 File successfully converted to sysstat format version 12.2.1 04:20:19 + sadf -c /var/log/sa-host/sa23 04:20:19 file_magic: OK 04:20:19 HZ: Using current value: 100 04:20:19 file_header: OK 04:20:19 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 04:20:19 Statistics: 04:20:19 Hnuu...uuuununununu... 04:20:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:20:20 provisioning config files... 04:20:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8839244761499507712tmp [Pipeline] { [Pipeline] echo 04:20:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:20:20 ---> create-netrc.sh [Pipeline] } 04:20:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:20:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:20:20 ---> python-tools-install.sh [Pipeline] echo 04:20:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:20:21 ---> sudo-logs.sh 04:20:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:20:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:20:21 ---> job-cost.sh 04:20:21 lf-activate-venv: SKIPPING 04:20:21 DEBUG: total: 0.20999999344348907 04:20:21 INFO: Retrieving Stack Cost... 04:20:22 INFO: Retrieving Pricing Info for: v1-standard-2 04:20:23 INFO: Archiving Costs [Pipeline] echo 04:20:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:20:23 ---> logs-deploy.sh 04:20:23 lf-activate-venv: SKIPPING 04:20:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/41 04:20:23 INFO: archiving workspace using pattern(s): 04:20:24 Archives upload complete. 04:20:24 INFO: archiving logs to Nexus