Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e697b4492d61b291e25afe90594ef703f17e91d3 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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-mqtt-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-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3800 in /w/workspace/gexfoundry_device-mqtt-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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision e697b4492d61b291e25afe90594ef703f17e91d3 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 Commit message: "Merge pull request #230 from ernestojeda/rename-makefile-images" > git rev-list --no-walk 913720342204c874872800d189d2482144693ed5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:50:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:50:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:50:35 ========================================================= 10:50:35 EdgeX Global Pipelines Version Info 10:50:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:50:37 ------------------- 10:50:37 stable info: 10:50:37 ------------------- 10:50:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:50:37 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:50:37 Message: update stable to v1.0.191 10:50:38 ------------------- 10:50:38 experimental info: 10:50:38 ------------------- 10:50:38 Commited By: **** collab-it+edgex@linuxfoundation.org 10:50:38 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:50:38 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:50:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:50:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] echo 10:50:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e697b44 [Pipeline] echo 10:50:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:50:39 provisioning config files... 10:50:39 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1531769150410610294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:50:39 ---> docker-login.sh 10:50:39 nexus3.edgexfoundry.org:10001 10:50:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:39 Configure a credential helper to remove this warning. See 10:50:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:39 10:50:39 Login Succeeded 10:50:40 nexus3.edgexfoundry.org:10002 10:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:40 Configure a credential helper to remove this warning. See 10:50:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:40 10:50:40 Login Succeeded 10:50:40 nexus3.edgexfoundry.org:10003 10:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:40 Configure a credential helper to remove this warning. See 10:50:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:40 10:50:40 Login Succeeded 10:50:40 nexus3.edgexfoundry.org:10004 10:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:40 Configure a credential helper to remove this warning. See 10:50:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:40 10:50:40 Login Succeeded 10:50:40 docker.io 10:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:40 Configure a credential helper to remove this warning. See 10:50:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:40 10:50:40 Login Succeeded 10:50:40 ---> docker-login.sh ends [Pipeline] } 10:50:40 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 10:50:41 + git log --format=format:%s -1 e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] echo 10:50:41 GIT_COMMIT: e697b4492d61b291e25afe90594ef703f17e91d3, Commit Message: Merge pull request #230 from ernestojeda/rename-makefile-images [Pipeline] echo 10:50:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:42 10:50:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:50:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:42 latest: Pulling from edgex-devops/git-semver 10:50:42 31603596830f: Pulling fs layer 10:50:42 54011a49482f: Pulling fs layer 10:50:42 a6820b24f6d8: Pulling fs layer 10:50:42 f581987b2513: Pulling fs layer 10:50:42 f581987b2513: Waiting 10:50:42 54011a49482f: Verifying Checksum 10:50:42 54011a49482f: Download complete 10:50:42 31603596830f: Verifying Checksum 10:50:42 31603596830f: Download complete 10:50:42 f581987b2513: Verifying Checksum 10:50:42 f581987b2513: Download complete 10:50:42 a6820b24f6d8: Verifying Checksum 10:50:42 a6820b24f6d8: Download complete 10:50:43 31603596830f: Pull complete 10:50:43 54011a49482f: Pull complete 10:50:44 a6820b24f6d8: Pull complete 10:50:44 f581987b2513: Pull complete 10:50:44 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:50:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:50:44 prd-centos7-docker-4c-2g-3800 does not seem to be running inside a container 10:50:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:50:46 $ docker top 0e48974a860ce0e2c8fd0588e0981834f787bd243f77f343a383b85e92728608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:50:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:50:47 [ssh-agent] Looking for ssh-agent implementation... 10:50:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:50:47 $ docker exec 0e48974a860ce0e2c8fd0588e0981834f787bd243f77f343a383b85e92728608 ssh-agent 10:50:47 SSH_AUTH_SOCK=/tmp/ssh-dYygiJZixD1A/agent.11 10:50:47 SSH_AGENT_PID=16 10:50:47 Running ssh-add (command line suppressed) 10:50:47 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8205885213509621267.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8205885213509621267.key) 10:50:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:50:48 + git tag --points-at HEAD [Pipeline] } 10:50:48 $ docker exec --env ******** --env ******** 0e48974a860ce0e2c8fd0588e0981834f787bd243f77f343a383b85e92728608 ssh-agent -k 10:50:48 unset SSH_AUTH_SOCK; 10:50:48 unset SSH_AGENT_PID; 10:50:48 echo Agent pid 16 killed; 10:50:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:50:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:50:48 [ssh-agent] Looking for ssh-agent implementation... 10:50:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:50:48 $ docker exec 0e48974a860ce0e2c8fd0588e0981834f787bd243f77f343a383b85e92728608 ssh-agent 10:50:48 SSH_AUTH_SOCK=/tmp/ssh-a0lM0nninZvt/agent.45 10:50:48 SSH_AGENT_PID=51 10:50:48 Running ssh-add (command line suppressed) 10:50:48 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_688905000490859826.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_688905000490859826.key) 10:50:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:50:49 + git semver init 10:50:49 # -> Open(): unable to determine branch for HEAD 10:50:49 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 10:50:49 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 10:50:49 # $SEMVER_REMOTE_NAME = origin 10:50:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:50:49 # $SEMVER_USER_NAME = edgex-jenkins 10:50:49 # $SEMVER_BRANCH = master 10:50:49 # $SEMVER_TEMP = /tmp/semver-139859033 10:50:49 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 10:50:49 # '/tmp/semver-139859033' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 10:50:49 # -> Force: false 10:50:49 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 10:50:49 $ docker exec --env ******** --env ******** 0e48974a860ce0e2c8fd0588e0981834f787bd243f77f343a383b85e92728608 ssh-agent -k 10:50:49 unset SSH_AUTH_SOCK; 10:50:49 unset SSH_AGENT_PID; 10:50:49 echo Agent pid 51 killed; 10:50:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:50:50 + git semver [Pipeline] } 10:50:50 $ docker stop --time=1 0e48974a860ce0e2c8fd0588e0981834f787bd243f77f343a383b85e92728608 10:50:51 $ docker rm -f 0e48974a860ce0e2c8fd0588e0981834f787bd243f77f343a383b85e92728608 [Pipeline] // withDockerContainer [Pipeline] sh 10:50:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:50:52 Stashed 1 file(s) [Pipeline] echo 10:50:52 [edgeXSemver]: initialized semver on version 1.3.2-dev.9 [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 10:51:07 Still waiting to schedule task 10:51:07 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3799’ is offline; ‘prd-centos7-docker-4c-2g-3801’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ 10:51:07 Still waiting to schedule task 10:51:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:52:06 Running on prd-centos7-docker-4c-2g-3804 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 10:52:07 Running in /w/workspace/device-mqtt-go/40 [Pipeline] { [Pipeline] checkout 10:52:09 using credential edgex-jenkins-ssh 10:52:09 Cloning the remote Git repository 10:52:09 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 10:52:09 > git init /w/workspace/device-mqtt-go/40 # timeout=10 10:52:09 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 10:52:09 > git --version # timeout=10 10:52:09 > git --version # 'git version 2.24.3' 10:52:09 using GIT_SSH to set credentials SSH Credentials for GitHub 10:52:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:52:10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 10:52:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:52:10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 10:52:10 Checking out Revision e697b4492d61b291e25afe90594ef703f17e91d3 (master) 10:52:10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 10:52:10 using GIT_SSH to set credentials SSH Credentials for GitHub 10:52:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:52:10 > git config core.sparsecheckout # timeout=10 10:52:10 > git checkout -f e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 10:52:14 Commit message: "Merge pull request #230 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:52:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:52:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:52:15 + sudo service docker restart 10:52:15 + true 10:52:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:52:17 provisioning config files... 10:52:17 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/40@tmp/config8206702353462034896tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:17 ---> docker-login.sh 10:52:17 nexus3.edgexfoundry.org:10001 10:52:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:17 Configure a credential helper to remove this warning. See 10:52:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:17 10:52:17 Login Succeeded 10:52:17 nexus3.edgexfoundry.org:10002 10:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:18 Configure a credential helper to remove this warning. See 10:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:18 10:52:18 Login Succeeded 10:52:18 nexus3.edgexfoundry.org:10003 10:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:18 Configure a credential helper to remove this warning. See 10:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:18 10:52:18 Login Succeeded 10:52:18 nexus3.edgexfoundry.org:10004 10:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:18 Configure a credential helper to remove this warning. See 10:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:18 10:52:18 Login Succeeded 10:52:18 docker.io 10:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:18 Configure a credential helper to remove this warning. See 10:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:18 10:52:18 Login Succeeded 10:52:18 ---> docker-login.sh ends [Pipeline] } 10:52:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:52:19 ========================================================= 10:52:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:52:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:52:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 10:52:19 Sending build context to Docker daemon 548.4kB 10:52:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:52:19 Step 2/8 : FROM ${BASE} 10:52:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:52:19 540db60ca938: Pulling fs layer 10:52:19 adcc1eea9eea: Pulling fs layer 10:52:19 4c4ab2625f07: Pulling fs layer 10:52:19 0510c868ecb4: Pulling fs layer 10:52:19 afea3b2eda06: Pulling fs layer 10:52:19 7809a108b3ef: Pulling fs layer 10:52:19 f706445af74f: Pulling fs layer 10:52:19 afea3b2eda06: Waiting 10:52:19 7809a108b3ef: Waiting 10:52:19 f706445af74f: Waiting 10:52:19 0510c868ecb4: Waiting 10:52:19 4c4ab2625f07: Verifying Checksum 10:52:19 4c4ab2625f07: Download complete 10:52:19 adcc1eea9eea: Verifying Checksum 10:52:19 adcc1eea9eea: Download complete 10:52:19 afea3b2eda06: Download complete 10:52:19 7809a108b3ef: Verifying Checksum 10:52:19 7809a108b3ef: Download complete 10:52:19 540db60ca938: Verifying Checksum 10:52:19 540db60ca938: Download complete 10:52:20 540db60ca938: Pull complete 10:52:20 adcc1eea9eea: Pull complete 10:52:20 4c4ab2625f07: Pull complete 10:52:21 f706445af74f: Verifying Checksum 10:52:21 f706445af74f: Download complete 10:52:22 0510c868ecb4: Verifying Checksum 10:52:22 0510c868ecb4: Download complete 10:52:28 0510c868ecb4: Pull complete 10:52:28 afea3b2eda06: Pull complete 10:52:28 7809a108b3ef: Pull complete 10:52:32 f706445af74f: Pull complete 10:52:32 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:52:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:52:32 ---> b068be0155e3 10:52:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:52:33 ---> Running in ca0ade815e9f 10:52:33 Removing intermediate container ca0ade815e9f 10:52:33 ---> af434a50e7a5 10:52:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:33 ---> Running in d459a2e3cef1 10:52:35 Removing intermediate container d459a2e3cef1 10:52:35 ---> daf794817ede 10:52:35 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:52:35 ---> Running in f579d8d7a566 10:52:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:52:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:52:38 (1/13) Installing libc-dev (0.7.2-r3) 10:52:38 (2/13) Installing libsodium (1.0.18-r0) 10:52:38 (3/13) Installing pkgconf (1.7.3-r0) 10:52:39 (4/13) Installing libsodium-dev (1.0.18-r0) 10:52:39 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:52:39 (6/13) Installing libedit (20191231.3.1-r1) 10:52:39 (7/13) Installing openssh-client (8.4_p1-r3) 10:52:40 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:52:40 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:52:40 (10/13) Installing openssh-server (8.4_p1-r3) 10:52:40 (11/13) Installing openssh (8.4_p1-r3) 10:52:41 (12/13) Installing libzmq (4.3.3-r1) 10:52:41 (13/13) Installing zeromq-dev (4.3.3-r1) 10:52:41 Executing busybox-1.32.1-r6.trigger 10:52:41 OK: 156 MiB in 53 packages 10:52:42 Removing intermediate container f579d8d7a566 10:52:42 ---> 932b8b9b2cd9 10:52:42 Step 6/8 : WORKDIR /device-mqtt-go 10:52:42 ---> Running in 478fbf6a1f34 10:52:42 Removing intermediate container 478fbf6a1f34 10:52:42 ---> 5c39ad685ee1 10:52:42 Step 7/8 : COPY . . 10:52:43 ---> 72c589782a26 10:52:43 Step 8/8 : RUN go mod download 10:52:43 ---> Running in 35329801272a 10:53:10 Removing intermediate container 35329801272a 10:53:10 ---> 504ebeb7e41c 10:53:10 Successfully built 504ebeb7e41c 10:53:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:53:10 + docker inspect -f . ci-base-image-x86_64 10:53:10 . [Pipeline] withDockerContainer 10:53:10 prd-centos7-docker-4c-2g-3804 does not seem to be running inside a container 10:53:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/40 -v /w/workspace/device-mqtt-go/40:/w/workspace/device-mqtt-go/40:rw,z -v /w/workspace/device-mqtt-go/40@tmp:/w/workspace/device-mqtt-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:53:11 $ docker top e61a2624ee0e9f63a697496b219ae972efbb9f0f74e273bf7a8435fff06560ba -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:11 + go version 10:53:11 go version go1.16.3 linux/amd64 [Pipeline] } 10:53:11 $ docker stop --time=1 e61a2624ee0e9f63a697496b219ae972efbb9f0f74e273bf7a8435fff06560ba 10:53:13 $ docker rm -f e61a2624ee0e9f63a697496b219ae972efbb9f0f74e273bf7a8435fff06560ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:53:13 + docker inspect -f . ci-base-image-x86_64 10:53:13 . [Pipeline] withDockerContainer 10:53:14 prd-centos7-docker-4c-2g-3804 does not seem to be running inside a container 10:53:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/40 -v /w/workspace/device-mqtt-go/40:/w/workspace/device-mqtt-go/40:rw,z -v /w/workspace/device-mqtt-go/40@tmp:/w/workspace/device-mqtt-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:53:14 $ docker top 47af1c59004823e968a48d1076a2024b3aee619c8612d1307bf48aaa7c1c048a -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:15 + go mod tidy [Pipeline] sh 10:53:16 + make test 10:53:16 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:53:16 ? github.com/edgexfoundry/device-mqtt-go [no test files] 10:53:39 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 10:53:39 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 24.9% of statements 10:53:39 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 10:53:39 GCO_ENABLED=1 GO111MODULE=on go vet ./... 10:53:47 gofmt -l . 10:53:47 ["`gofmt -l .`" = ""] 10:53:47 ./bin/test-attribution-txt.sh 10:53:48 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:53:48 $ docker stop --time=1 47af1c59004823e968a48d1076a2024b3aee619c8612d1307bf48aaa7c1c048a 10:53:50 $ docker rm -f 47af1c59004823e968a48d1076a2024b3aee619c8612d1307bf48aaa7c1c048a [Pipeline] // withDockerContainer [Pipeline] sh 10:53:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:53:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:53:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:53:52 + ls -al . 10:53:52 total 108 10:53:52 drwxrwxr-x. 9 jenkins jenkins 4096 May 9 10:53 . 10:53:52 drwxrwxr-x. 4 jenkins jenkins 30 May 9 10:52 .. 10:53:52 -rw-rw-r--. 1 jenkins jenkins 7100 May 9 10:52 Attribution.txt 10:53:52 drwxrwxr-x. 2 jenkins jenkins 87 May 9 10:52 bin 10:53:52 drwxrwxr-x. 3 jenkins jenkins 32 May 9 10:52 cmd 10:53:52 -rw-r--r--. 1 jenkins jenkins 19386 May 9 10:53 coverage.out 10:53:52 -rw-rw-r--. 1 jenkins jenkins 1861 May 9 10:52 Dockerfile 10:53:52 -rw-rw-r--. 1 jenkins jenkins 994 May 9 10:52 Dockerfile.build 10:53:52 -rw-rw-r--. 1 jenkins jenkins 140 May 9 10:52 .dockerignore 10:53:52 drwxrwxr-x. 8 jenkins jenkins 162 May 9 10:52 .git 10:53:52 drwxrwxr-x. 2 jenkins jenkins 103 May 9 10:52 .github 10:53:52 -rw-rw-r--. 1 jenkins jenkins 336 May 9 10:52 .gitignore 10:53:52 -rw-r--r--. 1 jenkins jenkins 409 May 9 10:53 go.mod 10:53:52 -rw-r--r--. 1 jenkins jenkins 21534 May 9 10:53 go.sum 10:53:52 drwxrwxr-x. 3 jenkins jenkins 20 May 9 10:52 internal 10:53:52 -rw-rw-r--. 1 jenkins jenkins 677 May 9 10:52 Jenkinsfile 10:53:52 -rw-rw-r--. 1 jenkins jenkins 11340 May 9 10:52 LICENSE 10:53:52 -rw-rw-r--. 1 jenkins jenkins 930 May 9 10:52 Makefile 10:53:52 drwxrwxr-x. 2 jenkins jenkins 23 May 9 10:52 mock 10:53:52 -rw-rw-r--. 1 jenkins jenkins 2217 May 9 10:52 README.md 10:53:52 drwxrwxr-x. 4 jenkins jenkins 71 May 9 10:52 snap 10:53:52 -rw-rw-r--. 1 jenkins jenkins 11 May 9 10:50 VERSION 10:53:52 -rw-rw-r--. 1 jenkins jenkins 227 May 9 10:52 version.go [Pipeline] isUnix [Pipeline] sh 10:53:52 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 --label arch=amd64 --label version=1.3.2-dev.9 . 10:53:53 Sending build context to Docker daemon 568.3kB 10:53:53 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 10:53:53 Step 2/23 : FROM ${BASE} AS builder 10:53:53 ---> 504ebeb7e41c 10:53:53 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:53:53 ---> Running in 43383c911887 10:53:53 Removing intermediate container 43383c911887 10:53:53 ---> 4422b4b70b2b 10:53:53 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 10:53:53 ---> Running in 1be3940c14fa 10:53:53 Removing intermediate container 1be3940c14fa 10:53:53 ---> 6dc430b20b0c 10:53:53 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:53 ---> Running in 01da84e735db 10:53:54 Removing intermediate container 01da84e735db 10:53:54 ---> ca2dfd396b5a 10:53:54 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:53:54 ---> Running in bc18b12d51cd 10:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:53:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:53:57 OK: 156 MiB in 53 packages 10:53:58 Removing intermediate container bc18b12d51cd 10:53:58 ---> 4adc3a923ee0 10:53:58 Step 7/23 : WORKDIR /device-mqtt-go 10:53:58 ---> Running in cba37bf0be1e 10:53:58 Removing intermediate container cba37bf0be1e 10:53:58 ---> 8ebc2c11abce 10:53:58 Step 8/23 : COPY . . 10:53:59 ---> 5c0a49c374e6 10:53:59 Step 9/23 : RUN go mod download 10:53:59 ---> Running in 98f43a010fcb 10:54:00 Removing intermediate container 98f43a010fcb 10:54:00 ---> 7f8b4baf3cf3 10:54:00 Step 10/23 : ARG MAKE='make build' 10:54:00 ---> Running in 5015dc87cbb5 10:54:00 Removing intermediate container 5015dc87cbb5 10:54:00 ---> a04d4685e811 10:54:00 Step 11/23 : RUN $MAKE 10:54:00 ---> Running in 6e96ec316599 10:54:01 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.9" -o cmd/device-mqtt ./cmd 10:54:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3806 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 10:54:10 Running in /w/workspace/device-mqtt-go/40 [Pipeline] { [Pipeline] checkout 10:54:13 GCO_ENABLED=1 GO111MODULE=on go build ./... 10:54:16 using credential edgex-jenkins-ssh 10:54:16 Cloning the remote Git repository 10:54:16 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 10:54:16 > git init /w/workspace/device-mqtt-go/40 # timeout=10 10:54:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 10:54:17 > git --version # timeout=10 10:54:17 > git --version # 'git version 2.17.1' 10:54:17 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:17 Removing intermediate container 6e96ec316599 10:54:17 ---> 301d96d76b98 10:54:17 Step 12/23 : FROM alpine:3.12 10:54:18 3.12: Pulling from library/alpine 10:54:18 339de151aab4: Pulling fs layer 10:54:18 Checking out Revision e697b4492d61b291e25afe90594ef703f17e91d3 (master) 10:54:18 339de151aab4: Download complete 10:54:19 339de151aab4: Pull complete 10:54:19 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:54:19 Status: Downloaded newer image for alpine:3.12 10:54:19 ---> 13621d1b12d4 10:54:19 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 10:54:19 ---> Running in 3d641913271a 10:54:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 10:54:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 10:54:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 10:54:18 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:54:18 > git config core.sparsecheckout # timeout=10 10:54:18 > git checkout -f e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 10:54:19 Removing intermediate container 3d641913271a 10:54:19 ---> c0ae73efa076 10:54:19 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 10:54:19 ---> Running in 7b022cf2127f 10:54:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:20 (1/6) Installing dumb-init (1.2.2-r1) 10:54:20 (2/6) Installing libgcc (9.3.0-r2) 10:54:20 (3/6) Installing libsodium (1.0.18-r0) 10:54:20 (4/6) Installing libstdc++ (9.3.0-r2) 10:54:20 (5/6) Installing libzmq (4.3.3-r0) 10:54:20 (6/6) Installing zeromq (4.3.3-r0) 10:54:20 Executing busybox-1.31.1-r20.trigger 10:54:20 OK: 8 MiB in 20 packages 10:54:20 Removing intermediate container 7b022cf2127f 10:54:20 ---> 495f23b2e138 10:54:20 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 10:54:21 ---> 72222033f134 10:54:21 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 10:54:21 ---> 1646bdb0cfe9 10:54:21 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 10:54:22 ---> daf61a52a3b1 10:54:22 Step 18/23 : EXPOSE 49982 10:54:22 ---> Running in 87ada9acfef2 10:54:22 Removing intermediate container 87ada9acfef2 10:54:22 ---> 20148889de96 10:54:22 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 10:54:22 ---> Running in 5b64726d3b8d 10:54:22 Removing intermediate container 5b64726d3b8d 10:54:22 ---> 5dcfb97a7c0c 10:54:22 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:54:22 ---> Running in 03e2c2f8ae46 10:54:22 Removing intermediate container 03e2c2f8ae46 10:54:22 ---> e3854214bd89 10:54:22 Step 21/23 : LABEL arch=amd64 10:54:22 ---> Running in f67afc9f58b7 10:54:23 Commit message: "Merge pull request #230 from ernestojeda/rename-makefile-images" 10:54:23 Removing intermediate container f67afc9f58b7 10:54:23 ---> 4fe00f76c3b9 10:54:23 Step 22/23 : LABEL git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 10:54:23 ---> Running in 8f7689a1509f [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 10:54:23 Removing intermediate container 8f7689a1509f 10:54:23 ---> e4f881574ab9 10:54:23 Step 23/23 : LABEL version=1.3.2-dev.9 10:54:23 ---> Running in 1c46f0aa4063 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:54:23 Removing intermediate container 1c46f0aa4063 10:54:23 ---> 83d1afc9aa3c 10:54:23 [Warning] One or more build-args [ARCH] were not consumed 10:54:23 Successfully built 83d1afc9aa3c 10:54:23 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:24 provisioning config files... 10:54:24 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/40@tmp/config2656867075827233014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:54:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:54:24 ---> docker-login.sh 10:54:24 nexus3.edgexfoundry.org:10001 10:54:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:24 Configure a credential helper to remove this warning. See 10:54:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:24 10:54:24 Login Succeeded 10:54:24 nexus3.edgexfoundry.org:10002 10:54:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:54:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:25 Configure a credential helper to remove this warning. See 10:54:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:25 10:54:25 Login Succeeded 10:54:25 nexus3.edgexfoundry.org:10003 10:54:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:25 Configure a credential helper to remove this warning. See 10:54:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:25 10:54:25 Login Succeeded 10:54:25 nexus3.edgexfoundry.org:10004 10:54:25 + sudo service docker restart 10:54:25 + true 10:54:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:25 Configure a credential helper to remove this warning. See 10:54:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:25 10:54:25 Login Succeeded 10:54:25 docker.io 10:54:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:26 Configure a credential helper to remove this warning. See 10:54:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:26 10:54:26 Login Succeeded 10:54:26 ---> docker-login.sh ends [Pipeline] } 10:54:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:26 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 10:54:26 e697b4492d61b291e25afe90594ef703f17e91d3 10:54:26 latest 10:54:26 1.3.2-dev.9 10:54:26 e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 10:54:26 master 10:54:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:26 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] isUnix [Pipeline] sh 10:54:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e697b4492d61b291e25afe90594ef703f17e91d3 10:54:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 10:54:26 ea4e8e98bc88: Preparing 10:54:26 48b68192de09: Preparing 10:54:26 da1a6403b825: Preparing 10:54:26 bbadc206d301: Preparing 10:54:26 32f366d666a5: Preparing 10:54:26 32f366d666a5: Layer already exists 10:54:26 48b68192de09: Pushed 10:54:26 ea4e8e98bc88: Pushed 10:54:27 bbadc206d301: Pushed 10:54:27 da1a6403b825: Pushed [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:27 provisioning config files... 10:54:28 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/40@tmp/config7371033524849876584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:54:28 e697b4492d61b291e25afe90594ef703f17e91d3: digest: sha256:d805da30577d1dd827730781a37af611ab92699d8eb005a8c8d81f8e017bbf05 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:54:28 ---> docker-login.sh 10:54:28 nexus3.edgexfoundry.org:10001 10:54:28 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 10:54:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 10:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 10:54:28 ea4e8e98bc88: Preparing 10:54:28 48b68192de09: Preparing 10:54:28 da1a6403b825: Preparing 10:54:28 bbadc206d301: Preparing 10:54:28 32f366d666a5: Preparing 10:54:28 ea4e8e98bc88: Layer already exists 10:54:28 bbadc206d301: Layer already exists 10:54:28 32f366d666a5: Layer already exists 10:54:28 da1a6403b825: Layer already exists 10:54:28 48b68192de09: Layer already exists 10:54:28 latest: digest: sha256:d805da30577d1dd827730781a37af611ab92699d8eb005a8c8d81f8e017bbf05 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:54:29 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 10:54:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.9 10:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 10:54:29 ea4e8e98bc88: Preparing 10:54:29 48b68192de09: Preparing 10:54:29 da1a6403b825: Preparing 10:54:29 bbadc206d301: Preparing 10:54:29 32f366d666a5: Preparing 10:54:29 48b68192de09: Layer already exists 10:54:29 32f366d666a5: Layer already exists 10:54:29 ea4e8e98bc88: Layer already exists 10:54:29 bbadc206d301: Layer already exists 10:54:29 da1a6403b825: Layer already exists 10:54:29 1.3.2-dev.9: digest: sha256:d805da30577d1dd827730781a37af611ab92699d8eb005a8c8d81f8e017bbf05 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:54:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:29 Configure a credential helper to remove this warning. See 10:54:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:29 10:54:29 Login Succeeded 10:54:29 nexus3.edgexfoundry.org:10002 10:54:29 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 10:54:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 10:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 10:54:30 ea4e8e98bc88: Preparing 10:54:30 48b68192de09: Preparing 10:54:30 da1a6403b825: Preparing 10:54:30 bbadc206d301: Preparing 10:54:30 32f366d666a5: Preparing 10:54:30 ea4e8e98bc88: Layer already exists 10:54:30 da1a6403b825: Layer already exists 10:54:30 32f366d666a5: Layer already exists 10:54:30 bbadc206d301: Layer already exists 10:54:30 48b68192de09: Layer already exists 10:54:30 e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9: digest: sha256:d805da30577d1dd827730781a37af611ab92699d8eb005a8c8d81f8e017bbf05 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:54:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:30 Configure a credential helper to remove this warning. See 10:54:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:30 10:54:30 Login Succeeded 10:54:30 nexus3.edgexfoundry.org:10003 10:54:30 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 10:54:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 10:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 10:54:30 ea4e8e98bc88: Preparing 10:54:30 48b68192de09: Preparing 10:54:30 da1a6403b825: Preparing 10:54:30 bbadc206d301: Preparing 10:54:30 32f366d666a5: Preparing 10:54:30 32f366d666a5: Layer already exists 10:54:30 ea4e8e98bc88: Layer already exists 10:54:30 bbadc206d301: Layer already exists 10:54:30 48b68192de09: Layer already exists 10:54:30 da1a6403b825: Layer already exists 10:54:30 master: digest: sha256:d805da30577d1dd827730781a37af611ab92699d8eb005a8c8d81f8e017bbf05 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:30 ===================================================== [Pipeline] echo 10:54:30 taggedImages: 10:54:30 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e697b4492d61b291e25afe90594ef703f17e91d3 10:54:30 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 10:54:30 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.9 10:54:30 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 10:54:30 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 10:54:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:30 Configure a credential helper to remove this warning. See 10:54:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:30 10:54:30 Login Succeeded 10:54:30 nexus3.edgexfoundry.org:10004 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:31 ---> job-cost.sh 10:54:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Y94A 10:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:31 Configure a credential helper to remove this warning. See 10:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:31 10:54:31 Login Succeeded 10:54:31 docker.io 10:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:32 Configure a credential helper to remove this warning. See 10:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:32 10:54:32 Login Succeeded 10:54:32 ---> docker-login.sh ends [Pipeline] } 10:54:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:54:32 ========================================================= 10:54:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:54:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:54:33 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 10:54:33 Sending build context to Docker daemon 547.3kB 10:54:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:54:33 Step 2/8 : FROM ${BASE} 10:54:33 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:54:33 595b0fe564bb: Pulling fs layer 10:54:33 7186ed65a4f7: Pulling fs layer 10:54:33 316046926c0a: Pulling fs layer 10:54:33 4ebd0625c992: Pulling fs layer 10:54:33 207e8628e3a3: Pulling fs layer 10:54:33 c791037a9be2: Pulling fs layer 10:54:33 ffd874e62e21: Pulling fs layer 10:54:33 207e8628e3a3: Waiting 10:54:33 c791037a9be2: Waiting 10:54:33 ffd874e62e21: Waiting 10:54:33 4ebd0625c992: Waiting 10:54:33 316046926c0a: Verifying Checksum 10:54:33 316046926c0a: Download complete 10:54:33 7186ed65a4f7: Verifying Checksum 10:54:33 7186ed65a4f7: Download complete 10:54:33 207e8628e3a3: Verifying Checksum 10:54:33 207e8628e3a3: Download complete 10:54:33 c791037a9be2: Download complete 10:54:33 595b0fe564bb: Verifying Checksum 10:54:33 595b0fe564bb: Download complete 10:54:34 595b0fe564bb: Pull complete 10:54:34 7186ed65a4f7: Pull complete 10:54:35 316046926c0a: Pull complete 10:54:35 ffd874e62e21: Download complete 10:54:37 4ebd0625c992: Verifying Checksum 10:54:37 4ebd0625c992: Download complete 10:54:47 4ebd0625c992: Pull complete 10:54:47 207e8628e3a3: Pull complete 10:54:47 c791037a9be2: Pull complete 10:54:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:54:50 ffd874e62e21: Pull complete 10:54:50 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 10:54:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:54:50 ---> cfc18b08335c 10:54:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:54:53 ---> Running in a538fbc4e5e5 10:54:53 Removing intermediate container a538fbc4e5e5 10:54:53 ---> 9815201437bc 10:54:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:53 ---> Running in 394dca0e9047 10:54:56 Removing intermediate container 394dca0e9047 10:54:56 ---> bcf6332ce3d8 10:54:56 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:54:56 ---> Running in da493b7e0a1f 10:54:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:54:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:55:01 (1/13) Installing libc-dev (0.7.2-r3) 10:55:01 (2/13) Installing libsodium (1.0.18-r0) 10:55:01 (3/13) Installing pkgconf (1.7.3-r0) 10:55:01 (4/13) Installing libsodium-dev (1.0.18-r0) 10:55:02 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:55:02 (6/13) Installing libedit (20191231.3.1-r1) 10:55:02 (7/13) Installing openssh-client (8.4_p1-r3) 10:55:04 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:55:04 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:55:04 (10/13) Installing openssh-server (8.4_p1-r3) 10:55:05 (11/13) Installing openssh (8.4_p1-r3) 10:55:05 (12/13) Installing libzmq (4.3.3-r1) 10:55:05 (13/13) Installing zeromq-dev (4.3.3-r1) 10:55:05 Executing busybox-1.32.1-r6.trigger 10:55:05 OK: 145 MiB in 53 packages 10:55:07 Removing intermediate container da493b7e0a1f 10:55:07 ---> 1c263aa79f83 10:55:07 Step 6/8 : WORKDIR /device-mqtt-go 10:55:07 ---> Running in e88c3316673b 10:55:08 Removing intermediate container e88c3316673b 10:55:08 ---> 765ba17d9b41 10:55:08 Step 7/8 : COPY . . 10:55:09 ---> 31ef9f59137d 10:55:09 Step 8/8 : RUN go mod download 10:55:09 ---> Running in a95d89de149c 10:55:16 lf-activate-venv(): INFO: Adding /tmp/venv-Y94A/bin to PATH 10:55:16 INFO: No Stack... 10:55:16 INFO: Retrieving Pricing Info for: v1-standard-2 10:55:17 INFO: Archiving Costs [Pipeline] sh 10:55:17 + cut -d, -f6 10:55:17 + cat /w/workspace/device-mqtt-go/40/archives/cost.csv [Pipeline] lock 10:55:17 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-40-stack-cost] 10:55:17 Resource [jenkins-edgexfoundry-device-mqtt-go-master-40-stack-cost] did not exist. Created. 10:55:17 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:55:18 + echo total: 0.029999999329447746 [Pipeline] stash 10:55:18 Stashed 1 file(s) [Pipeline] } 10:55:18 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-40-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:55:36 Removing intermediate container a95d89de149c 10:55:36 ---> 3c0e18d57ea2 10:55:36 Successfully built 3c0e18d57ea2 10:55:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:55:36 + docker inspect -f . ci-base-image-arm64 10:55:36 . [Pipeline] withDockerContainer 10:55:37 prd-ubuntu18.04-docker-arm64-4c-16g-3806 does not seem to be running inside a container 10:55:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/40 -v /w/workspace/device-mqtt-go/40:/w/workspace/device-mqtt-go/40:rw,z -v /w/workspace/device-mqtt-go/40@tmp:/w/workspace/device-mqtt-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:55:41 $ docker top a52a1336ec96e1f30df9b3a663002ddaaad1d308fec3c17eb80052217f0443ff -eo pid,comm [Pipeline] { [Pipeline] sh 10:55:42 + go version 10:55:42 go version go1.16.3 linux/arm64 [Pipeline] } 10:55:42 $ docker stop --time=1 a52a1336ec96e1f30df9b3a663002ddaaad1d308fec3c17eb80052217f0443ff 10:55:44 $ docker rm -f a52a1336ec96e1f30df9b3a663002ddaaad1d308fec3c17eb80052217f0443ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:45 + docker inspect -f . ci-base-image-arm64 10:55:45 . [Pipeline] withDockerContainer 10:55:45 prd-ubuntu18.04-docker-arm64-4c-16g-3806 does not seem to be running inside a container 10:55:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/40 -v /w/workspace/device-mqtt-go/40:/w/workspace/device-mqtt-go/40:rw,z -v /w/workspace/device-mqtt-go/40@tmp:/w/workspace/device-mqtt-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:55:47 $ docker top 31fdee3c0d5af41cb10065d125c896254a7bcfad74fbebbeb0aee739353cf072 -eo pid,comm [Pipeline] { [Pipeline] sh 10:55:48 + go mod tidy [Pipeline] sh 10:55:49 + make test 10:55:49 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:55:50 ? github.com/edgexfoundry/device-mqtt-go [no test files] 10:56:46 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 10:56:51 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.051s coverage: 24.9% of statements 10:56:51 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 10:56:51 GCO_ENABLED=1 GO111MODULE=on go vet ./... 10:57:24 gofmt -l . 10:57:24 ["`gofmt -l .`" = ""] 10:57:24 ./bin/test-attribution-txt.sh 10:57:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:57:24 $ docker stop --time=1 31fdee3c0d5af41cb10065d125c896254a7bcfad74fbebbeb0aee739353cf072 10:57:26 $ docker rm -f 31fdee3c0d5af41cb10065d125c896254a7bcfad74fbebbeb0aee739353cf072 [Pipeline] // withDockerContainer [Pipeline] sh 10:57:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:57:27 Warning: overwriting stash ‘coverage-report’ 10:57:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:57:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:57:29 + ls -al . 10:57:29 total 140 10:57:29 drwxrwxr-x 9 jenkins jenkins 4096 May 9 10:57 . 10:57:29 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:54 .. 10:57:29 -rw-rw-r-- 1 jenkins jenkins 140 May 9 10:54 .dockerignore 10:57:29 drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:54 .git 10:57:29 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 .github 10:57:29 -rw-rw-r-- 1 jenkins jenkins 336 May 9 10:54 .gitignore 10:57:29 -rw-rw-r-- 1 jenkins jenkins 7100 May 9 10:54 Attribution.txt 10:57:29 -rw-rw-r-- 1 jenkins jenkins 1861 May 9 10:54 Dockerfile 10:57:29 -rw-rw-r-- 1 jenkins jenkins 994 May 9 10:54 Dockerfile.build 10:57:29 -rw-rw-r-- 1 jenkins jenkins 677 May 9 10:54 Jenkinsfile 10:57:29 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 10:54 LICENSE 10:57:29 -rw-rw-r-- 1 jenkins jenkins 930 May 9 10:54 Makefile 10:57:29 -rw-rw-r-- 1 jenkins jenkins 2217 May 9 10:54 README.md 10:57:29 -rw-rw-r-- 1 jenkins jenkins 11 May 9 10:50 VERSION 10:57:29 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 bin 10:57:29 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:54 cmd 10:57:29 -rw-r--r-- 1 jenkins jenkins 19386 May 9 10:56 coverage.out 10:57:29 -rw-r--r-- 1 jenkins jenkins 409 May 9 10:57 go.mod 10:57:29 -rw-r--r-- 1 jenkins jenkins 21534 May 9 10:55 go.sum 10:57:29 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:54 internal 10:57:29 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 mock 10:57:29 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:54 snap 10:57:29 -rw-rw-r-- 1 jenkins jenkins 227 May 9 10:54 version.go [Pipeline] isUnix [Pipeline] sh 10:57:29 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 --label arch=arm64 --label version=1.3.2-dev.9 . 10:57:29 Sending build context to Docker daemon 567.3kB 10:57:30 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 10:57:30 Step 2/23 : FROM ${BASE} AS builder 10:57:30 ---> 3c0e18d57ea2 10:57:30 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:57:30 ---> Running in 31abf91d1ad7 10:57:30 Removing intermediate container 31abf91d1ad7 10:57:30 ---> 584f439b416a 10:57:30 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 10:57:30 ---> Running in 0df82af4c209 10:57:31 Removing intermediate container 0df82af4c209 10:57:31 ---> 5b65295f63c5 10:57:31 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:31 ---> Running in 512be11a5b0e 10:57:33 Removing intermediate container 512be11a5b0e 10:57:33 ---> e75d09516007 10:57:33 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:57:33 ---> Running in 0432217015fb 10:57:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:57:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:57:44 OK: 145 MiB in 53 packages 10:57:45 Removing intermediate container 0432217015fb 10:57:45 ---> e83e66354430 10:57:45 Step 7/23 : WORKDIR /device-mqtt-go 10:57:45 ---> Running in fb339b62fa4f 10:57:46 Removing intermediate container fb339b62fa4f 10:57:46 ---> 4ecec361b9c2 10:57:46 Step 8/23 : COPY . . 10:57:47 ---> 09fcc60eadbf 10:57:47 Step 9/23 : RUN go mod download 10:57:47 ---> Running in 803aac3c7913 10:57:49 Removing intermediate container 803aac3c7913 10:57:49 ---> 636a208a0e64 10:57:49 Step 10/23 : ARG MAKE='make build' 10:57:49 ---> Running in c76d1148b17e 10:57:50 Removing intermediate container c76d1148b17e 10:57:50 ---> b0b5b29a3fdd 10:57:50 Step 11/23 : RUN $MAKE 10:57:50 ---> Running in fc64956672eb 10:57:51 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.9" -o cmd/device-mqtt ./cmd 10:58:30 GCO_ENABLED=1 GO111MODULE=on go build ./... 10:58:39 Removing intermediate container fc64956672eb 10:58:39 ---> 3801a8fe095b 10:58:39 Step 12/23 : FROM alpine:3.12 10:58:39 3.12: Pulling from library/alpine 10:58:39 d2f70382dc9a: Pulling fs layer 10:58:39 d2f70382dc9a: Verifying Checksum 10:58:39 d2f70382dc9a: Download complete 10:58:39 d2f70382dc9a: Pull complete 10:58:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:58:39 Status: Downloaded newer image for alpine:3.12 10:58:39 ---> 9852663dfa18 10:58:39 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 10:58:39 ---> Running in 99bc7130dca2 10:58:40 Removing intermediate container 99bc7130dca2 10:58:40 ---> fb72d60a876c 10:58:40 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 10:58:40 ---> Running in ae52fafd6e51 10:58:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:58:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:58:41 (1/6) Installing dumb-init (1.2.2-r1) 10:58:41 (2/6) Installing libgcc (9.3.0-r2) 10:58:41 (3/6) Installing libsodium (1.0.18-r0) 10:58:41 (4/6) Installing libstdc++ (9.3.0-r2) 10:58:41 (5/6) Installing libzmq (4.3.3-r0) 10:58:41 (6/6) Installing zeromq (4.3.3-r0) 10:58:41 Executing busybox-1.31.1-r20.trigger 10:58:41 OK: 8 MiB in 20 packages 10:58:43 Removing intermediate container ae52fafd6e51 10:58:43 ---> 008dc8cb2880 10:58:43 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 10:58:44 ---> bdb34919b7c2 10:58:44 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 10:58:45 ---> 81823958f628 10:58:45 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 10:58:46 ---> a2404d9b49a2 10:58:46 Step 18/23 : EXPOSE 49982 10:58:46 ---> Running in dc23dd7df98c 10:58:46 Removing intermediate container dc23dd7df98c 10:58:46 ---> 18e30ea95ffc 10:58:46 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 10:58:46 ---> Running in 0fe691914400 10:58:47 Removing intermediate container 0fe691914400 10:58:47 ---> 5cdf9be27f37 10:58:47 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:47 ---> Running in eae443942aab 10:58:48 Removing intermediate container eae443942aab 10:58:48 ---> 3ce86d4a586b 10:58:48 Step 21/23 : LABEL arch=arm64 10:58:48 ---> Running in 23db593971df 10:58:48 Removing intermediate container 23db593971df 10:58:48 ---> 30a5e87781b7 10:58:48 Step 22/23 : LABEL git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 10:58:48 ---> Running in a15b68406f3c 10:58:49 Removing intermediate container a15b68406f3c 10:58:49 ---> 0a937b1840d6 10:58:49 Step 23/23 : LABEL version=1.3.2-dev.9 10:58:49 ---> Running in 854a5d7cdc0c 10:58:49 Removing intermediate container 854a5d7cdc0c 10:58:49 ---> 917909952e41 10:58:49 [Warning] One or more build-args [ARCH] were not consumed 10:58:49 Successfully built 917909952e41 10:58:49 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:58:50 provisioning config files... 10:58:50 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/40@tmp/config7680022256703966773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:58:50 ---> docker-login.sh 10:58:50 nexus3.edgexfoundry.org:10001 10:58:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:50 Configure a credential helper to remove this warning. See 10:58:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:50 10:58:50 Login Succeeded 10:58:50 nexus3.edgexfoundry.org:10002 10:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:51 Configure a credential helper to remove this warning. See 10:58:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:51 10:58:51 Login Succeeded 10:58:51 nexus3.edgexfoundry.org:10003 10:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:51 Configure a credential helper to remove this warning. See 10:58:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:51 10:58:51 Login Succeeded 10:58:51 nexus3.edgexfoundry.org:10004 10:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:52 Configure a credential helper to remove this warning. See 10:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:52 10:58:52 Login Succeeded 10:58:52 docker.io 10:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:53 Configure a credential helper to remove this warning. See 10:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:53 10:58:53 Login Succeeded 10:58:53 ---> docker-login.sh ends [Pipeline] } 10:58:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:53 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 10:58:53 e697b4492d61b291e25afe90594ef703f17e91d3 10:58:53 latest 10:58:53 1.3.2-dev.9 10:58:53 e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 10:58:53 master 10:58:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:53 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] isUnix [Pipeline] sh 10:58:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e697b4492d61b291e25afe90594ef703f17e91d3 10:58:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 10:58:54 38ab1a1f4da1: Preparing 10:58:54 0976bc7f2780: Preparing 10:58:54 7d16ad2bcb1c: Preparing 10:58:54 3a160d7ba294: Preparing 10:58:54 3fbe34a1663b: Preparing 10:58:54 3fbe34a1663b: Layer already exists 10:58:54 0976bc7f2780: Pushed 10:58:54 38ab1a1f4da1: Pushed 10:58:55 3a160d7ba294: Pushed 10:58:57 7d16ad2bcb1c: Pushed 10:58:57 e697b4492d61b291e25afe90594ef703f17e91d3: digest: sha256:3b9ef4c1b298e5d9536a7b3595abb387f9ecd581314dda978a3d329ef9689c46 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:58:58 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:58:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 10:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 10:58:58 38ab1a1f4da1: Preparing 10:58:58 0976bc7f2780: Preparing 10:58:58 7d16ad2bcb1c: Preparing 10:58:58 3a160d7ba294: Preparing 10:58:58 3fbe34a1663b: Preparing 10:58:58 7d16ad2bcb1c: Layer already exists 10:58:58 0976bc7f2780: Layer already exists 10:58:58 3fbe34a1663b: Layer already exists 10:58:58 3a160d7ba294: Layer already exists 10:58:58 38ab1a1f4da1: Layer already exists 10:58:58 latest: digest: sha256:3b9ef4c1b298e5d9536a7b3595abb387f9ecd581314dda978a3d329ef9689c46 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:58:59 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 10:58:59 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.9 10:58:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 10:58:59 38ab1a1f4da1: Preparing 10:58:59 0976bc7f2780: Preparing 10:58:59 7d16ad2bcb1c: Preparing 10:58:59 3a160d7ba294: Preparing 10:58:59 3fbe34a1663b: Preparing 10:58:59 38ab1a1f4da1: Layer already exists 10:58:59 3a160d7ba294: Layer already exists 10:58:59 0976bc7f2780: Layer already exists 10:58:59 3fbe34a1663b: Layer already exists 10:58:59 7d16ad2bcb1c: Layer already exists 10:58:59 1.3.2-dev.9: digest: sha256:3b9ef4c1b298e5d9536a7b3595abb387f9ecd581314dda978a3d329ef9689c46 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:59:00 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh 10:59:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 10:59:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 10:59:00 38ab1a1f4da1: Preparing 10:59:00 0976bc7f2780: Preparing 10:59:00 7d16ad2bcb1c: Preparing 10:59:00 3a160d7ba294: Preparing 10:59:00 3fbe34a1663b: Preparing 10:59:00 7d16ad2bcb1c: Layer already exists 10:59:00 0976bc7f2780: Layer already exists 10:59:00 38ab1a1f4da1: Layer already exists 10:59:00 3fbe34a1663b: Layer already exists 10:59:00 3a160d7ba294: Layer already exists 10:59:00 e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9: digest: sha256:3b9ef4c1b298e5d9536a7b3595abb387f9ecd581314dda978a3d329ef9689c46 size: 1365 [Pipeline] isUnix [Pipeline] sh 10:59:00 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:59:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 10:59:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 10:59:01 38ab1a1f4da1: Preparing 10:59:01 0976bc7f2780: Preparing 10:59:01 7d16ad2bcb1c: Preparing 10:59:01 3a160d7ba294: Preparing 10:59:01 3fbe34a1663b: Preparing 10:59:01 0976bc7f2780: Layer already exists 10:59:01 3fbe34a1663b: Layer already exists 10:59:01 38ab1a1f4da1: Layer already exists 10:59:01 3a160d7ba294: Layer already exists 10:59:01 7d16ad2bcb1c: Layer already exists 10:59:01 master: digest: sha256:3b9ef4c1b298e5d9536a7b3595abb387f9ecd581314dda978a3d329ef9689c46 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:01 ===================================================== [Pipeline] echo 10:59:01 taggedImages: 10:59:01 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e697b4492d61b291e25afe90594ef703f17e91d3 10:59:01 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 10:59:01 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.9 10:59:01 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.9 10:59:01 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:59:02 ---> job-cost.sh 10:59:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NA82 10:59:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:01:25 lf-activate-venv(): INFO: Adding /tmp/venv-NA82/bin to PATH 11:01:25 INFO: No Stack... 11:01:25 INFO: Retrieving Pricing Info for: lf-standard-4 11:01:25 INFO: Archiving Costs [Pipeline] sh 11:01:26 + + cat /w/workspace/device-mqtt-go/40/archives/cost.csv 11:01:26 cut -d, -f6 [Pipeline] lock 11:01:26 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-40-stack-cost] 11:01:26 Resource [jenkins-edgexfoundry-device-mqtt-go-master-40-stack-cost] did not exist. Created. 11:01:26 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:01:26 /w/workspace/device-mqtt-go/40@tmp/durable-c527032b/script.sh: 1: /w/workspace/device-mqtt-go/40@tmp/durable-c527032b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:01:27 + echo total: 0.20999999344348907 [Pipeline] stash 11:01:27 Warning: overwriting stash ‘stack-cost’ 11:01:27 Stashed 1 file(s) [Pipeline] } 11:01:27 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-40-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 11:01:27 provisioning config files... 11:01:27 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3968076191857450743tmp [Pipeline] { [Pipeline] sh 11:01:27 + set +x 11:01:27 + curl -s https://codecov.io/bash 11:01:27 + bash -s -- 11:01:28 11:01:28 _____ _ 11:01:28 / ____| | | 11:01:28 | | ___ __| | ___ ___ _____ __ 11:01:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:01:28 | |___| (_) | (_| | __/ (_| (_) \ V / 11:01:28 \_____\___/ \__,_|\___|\___\___/ \_/ 11:01:28 Bash-1.0.2 11:01:28 11:01:28 11:01:28 ==> git version 2.24.3 found 11:01:28 ==> 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 11:01:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:01:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:01:28 ==> Jenkins CI detected. 11:01:28 project root: . 11:01:28 --> token set from env 11:01:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:01:28 ==> Running gcov in . (disable via -X gcov) 11:01:28 ==> Python coveragepy not found 11:01:28 ==> Searching for coverage reports in: 11:01:28 + . 11:01:28 -> Found 1 reports 11:01:28 ==> Detecting git/mercurial file structure 11:01:28 ==> Reading reports 11:01:28 + ./coverage.out bytes=19386 11:01:28 ==> Appending adjustments 11:01:28 https://docs.codecov.io/docs/fixing-reports 11:01:28 + Found adjustments 11:01:28 ==> Gzipping contents 11:01:28 4.0K /tmp/codecov.OEpMqa.gz 11:01:28 ==> Uploading reports 11:01:28 url: https://codecov.io 11:01:28 query: branch=master&commit=e697b4492d61b291e25afe90594ef703f17e91d3&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F40%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:01:28 -> Pinging Codecov 11:01:28 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=e697b4492d61b291e25afe90594ef703f17e91d3&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F40%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:01:28 -> Uploading to 11:01:28 https://storage.googleapis.com/codecov/v4/raw/2021-05-09/7D719EC7BBE17E464838252E33014C33/e697b4492d61b291e25afe90594ef703f17e91d3/b284be5a-708e-43c7-8868-3db236155a86.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T110128Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=607f462d2f3e268993469f888e869fa92abf6673f07fd5f5e93cb4edf2b256fa 11:01:28 % Total % Received % Xferd Average Speed Time Time Time Current 11:01:28 Dload Upload Total Spent Left Speed 11:01:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3396 0 0 100 3396 0 7062 --:--:-- --:--:-- --:--:-- 7075 11:01:29 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] } 11:01:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:01:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:01:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:01:30 11:01:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 11:01:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:01:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:01:30 188c0c94c7c5: Pulling fs layer 11:01:30 0ef7d3d256c8: Pulling fs layer 11:01:30 de9db76c5a1d: Pulling fs layer 11:01:30 0eba1c9be4d2: Pulling fs layer 11:01:30 0d57e429df01: Pulling fs layer 11:01:30 4e4be7b47b0d: Pulling fs layer 11:01:30 e1f770b5df2f: Pulling fs layer 11:01:30 85a0685a4137: Pulling fs layer 11:01:30 4e4be7b47b0d: Waiting 11:01:30 e1f770b5df2f: Waiting 11:01:30 85a0685a4137: Waiting 11:01:30 0eba1c9be4d2: Waiting 11:01:30 0d57e429df01: Waiting 11:01:30 de9db76c5a1d: Verifying Checksum 11:01:30 de9db76c5a1d: Download complete 11:01:30 0ef7d3d256c8: Verifying Checksum 11:01:30 0ef7d3d256c8: Download complete 11:01:30 0d57e429df01: Verifying Checksum 11:01:30 0d57e429df01: Download complete 11:01:30 4e4be7b47b0d: Verifying Checksum 11:01:30 4e4be7b47b0d: Download complete 11:01:30 188c0c94c7c5: Verifying Checksum 11:01:30 188c0c94c7c5: Download complete 11:01:30 188c0c94c7c5: Pull complete 11:01:30 0ef7d3d256c8: Pull complete 11:01:31 de9db76c5a1d: Pull complete 11:01:31 e1f770b5df2f: Verifying Checksum 11:01:31 e1f770b5df2f: Download complete 11:01:34 85a0685a4137: Verifying Checksum 11:01:34 85a0685a4137: Download complete 11:01:34 0eba1c9be4d2: Verifying Checksum 11:01:34 0eba1c9be4d2: Download complete 11:01:40 0eba1c9be4d2: Pull complete 11:01:40 0d57e429df01: Pull complete 11:01:40 4e4be7b47b0d: Pull complete 11:01:43 e1f770b5df2f: Pull complete 11:01:49 85a0685a4137: Pull complete 11:01:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 11:01:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:01:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 11:01:50 prd-centos7-docker-4c-2g-3800 does not seem to be running inside a container 11:01:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:01:51 $ docker top 420373ea02210b25d53e96a46a1661aa46e883070635f16b34cca00a3c553688 -eo pid,comm [Pipeline] { [Pipeline] echo 11:01:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 11:01:51 + set -o pipefail 11:01:51 + snyk monitor '--org=edgex-jenkins' 11:02:03 11:02:03 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 11:02:03 11:02:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/2b9f39b4-fc71-4731-9b0a-61089cbe6bc5 11:02:03 11:02:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:02:03 11:02:03 [Pipeline] } 11:02:03 $ docker stop --time=1 420373ea02210b25d53e96a46a1661aa46e883070635f16b34cca00a3c553688 11:02:06 $ docker rm -f 420373ea02210b25d53e96a46a1661aa46e883070635f16b34cca00a3c553688 [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 11:02:07 + git log --format=format:%s -1 e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] isUnix [Pipeline] sh 11:02:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:02:07 . [Pipeline] withDockerContainer 11:02:07 prd-centos7-docker-4c-2g-3800 does not seem to be running inside a container 11:02:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:02:08 $ docker top e46e83df89c3fcc5c01a159131fe143c4dc6b75dc2dc5198c61aa30da9975729 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:02:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:02:08 [ssh-agent] Looking for ssh-agent implementation... 11:02:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:02:08 $ docker exec e46e83df89c3fcc5c01a159131fe143c4dc6b75dc2dc5198c61aa30da9975729 ssh-agent 11:02:09 SSH_AUTH_SOCK=/tmp/ssh-6InZg80dSSON/agent.12 11:02:09 SSH_AGENT_PID=17 11:02:09 Running ssh-add (command line suppressed) 11:02:09 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7916491936506453373.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7916491936506453373.key) 11:02:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:02:09 + git semver tag 11:02:09 # -> Open(): unable to determine branch for HEAD 11:02:09 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 11:02:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 11:02:09 # $SEMVER_REMOTE_NAME = origin 11:02:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:02:09 # $SEMVER_USER_NAME = edgex-jenkins 11:02:09 # $SEMVER_BRANCH = master 11:02:09 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 11:02:09 # e697b4492d61b291e25afe90594ef703f17e91d3 HEAD 11:02:09 # -> Force: false 11:02:09 # e0247b0807890c1fb2eda963d7f73ab898e94ae4 refs/tags/v1.3.2-dev.9 [Pipeline] } 11:02:09 $ docker exec --env ******** --env ******** e46e83df89c3fcc5c01a159131fe143c4dc6b75dc2dc5198c61aa30da9975729 ssh-agent -k 11:02:09 unset SSH_AUTH_SOCK; 11:02:09 unset SSH_AGENT_PID; 11:02:09 echo Agent pid 17 killed; 11:02:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:02:10 + git semver [Pipeline] } 11:02:10 $ docker stop --time=1 e46e83df89c3fcc5c01a159131fe143c4dc6b75dc2dc5198c61aa30da9975729 11:02:11 $ docker rm -f e46e83df89c3fcc5c01a159131fe143c4dc6b75dc2dc5198c61aa30da9975729 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:02:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:02:11 11:02:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:02:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:02:12 0.23.1-centos7: Pulling from edgex-lftools 11:02:12 ab5ef0e58194: Pulling fs layer 11:02:12 9712f1f96733: Pulling fs layer 11:02:12 63f879dbbcfc: Pulling fs layer 11:02:12 0d9ebad4ef96: Pulling fs layer 11:02:12 e9a5061849ea: Pulling fs layer 11:02:12 d747dcd14b5f: Pulling fs layer 11:02:12 2de7ff778b66: Pulling fs layer 11:02:12 0d9ebad4ef96: Waiting 11:02:12 e9a5061849ea: Waiting 11:02:12 d747dcd14b5f: Waiting 11:02:12 2de7ff778b66: Waiting 11:02:12 9712f1f96733: Verifying Checksum 11:02:12 9712f1f96733: Download complete 11:02:13 63f879dbbcfc: Verifying Checksum 11:02:13 63f879dbbcfc: Download complete 11:02:14 e9a5061849ea: Verifying Checksum 11:02:14 e9a5061849ea: Download complete 11:02:14 d747dcd14b5f: Verifying Checksum 11:02:14 d747dcd14b5f: Download complete 11:02:14 0d9ebad4ef96: Verifying Checksum 11:02:14 0d9ebad4ef96: Download complete 11:02:14 2de7ff778b66: Verifying Checksum 11:02:14 2de7ff778b66: Download complete 11:02:15 ab5ef0e58194: Verifying Checksum 11:02:15 ab5ef0e58194: Download complete 11:02:20 ab5ef0e58194: Pull complete 11:02:20 9712f1f96733: Pull complete 11:02:23 63f879dbbcfc: Pull complete 11:02:30 0d9ebad4ef96: Pull complete 11:02:31 e9a5061849ea: Pull complete 11:02:31 d747dcd14b5f: Pull complete 11:02:33 2de7ff778b66: Pull complete 11:02:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:02:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:02:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:02:34 prd-centos7-docker-4c-2g-3800 does not seem to be running inside a container 11:02:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:02:37 $ docker top 2b2cd28fe48b66f3ed9fcae039c796c9d2fa4127b674f0cb87d550bd5ffb2da7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:02:37 provisioning config files... 11:02:37 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3558141514830300139tmp 11:02:37 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3347487814515848396tmp 11:02:38 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5644003859188967599tmp [Pipeline] { [Pipeline] echo 11:02:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:02:38 ---> sigul-configuration.sh 11:02:38 gpg: directory `/root/.gnupg' created 11:02:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:02:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:02:38 gpg: keyring `/root/.gnupg/secring.gpg' created 11:02:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:02:38 gpg: CAST5 encrypted data 11:02:38 gpg: encrypted with 1 passphrase 11:02:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:02:38 + mkdir /home/jenkins 11:02:38 + mkdir /home/jenkins/sigul [Pipeline] sh 11:02:39 + 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 11:02:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:02:39 ---> sigul-install.sh 11:02:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:02:46 + git tag --list 11:02:46 0.7.1 11:02:46 v1.0.0 11:02:46 v1.1.0 11:02:46 v1.1.1 11:02:46 v1.2.2 11:02:46 v1.3.0 11:02:46 v1.3.1 11:02:46 v1.3.1-dev.1 11:02:46 v1.3.1-dev.2 11:02:46 v1.3.1-dev.3 11:02:46 v1.3.1-dev.4 11:02:46 v1.3.2-dev.1 11:02:46 v1.3.2-dev.2 11:02:46 v1.3.2-dev.3 11:02:46 v1.3.2-dev.4 11:02:46 v1.3.2-dev.5 11:02:46 v1.3.2-dev.6 11:02:46 v1.3.2-dev.7 11:02:46 v1.3.2-dev.8 11:02:46 v1.3.2-dev.9 [Pipeline] sh 11:02:46 + lftools sign git-tag v1.3.2-dev.9 11:02:48 Signing Git tag with Sigul... 11:02:48 Signing v1.3.2-dev.9 [Pipeline] echo 11:02:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:02:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:02:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:02:49 $ docker stop --time=1 2b2cd28fe48b66f3ed9fcae039c796c9d2fa4127b674f0cb87d550bd5ffb2da7 11:02:50 $ docker rm -f 2b2cd28fe48b66f3ed9fcae039c796c9d2fa4127b674f0cb87d550bd5ffb2da7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:02:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:02:51 . [Pipeline] withDockerContainer 11:02:51 prd-centos7-docker-4c-2g-3800 does not seem to be running inside a container 11:02:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:02:52 $ docker top b92db3ee6cef817c8d71c59f4041cb277669930c9cce94d70ca27762574c2251 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:02:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:02:52 [ssh-agent] Looking for ssh-agent implementation... 11:02:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:02:52 $ docker exec b92db3ee6cef817c8d71c59f4041cb277669930c9cce94d70ca27762574c2251 ssh-agent 11:02:53 SSH_AUTH_SOCK=/tmp/ssh-GQsdToy6q4dE/agent.11 11:02:53 SSH_AGENT_PID=17 11:02:53 Running ssh-add (command line suppressed) 11:02:53 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3345311707457271669.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3345311707457271669.key) 11:02:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:02:53 + git semver bump pre 11:02:53 # -> Open(): unable to determine branch for HEAD 11:02:53 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 11:02:53 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 11:02:53 # $SEMVER_REMOTE_NAME = origin 11:02:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:02:53 # $SEMVER_USER_NAME = edgex-jenkins 11:02:53 # $SEMVER_BRANCH = master 11:02:53 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 11:02:53 1.3.2-dev.10 [Pipeline] } 11:02:53 $ docker exec --env ******** --env ******** b92db3ee6cef817c8d71c59f4041cb277669930c9cce94d70ca27762574c2251 ssh-agent -k 11:02:53 unset SSH_AUTH_SOCK; 11:02:53 unset SSH_AGENT_PID; 11:02:53 echo Agent pid 17 killed; 11:02:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:02:54 + git semver [Pipeline] } 11:02:54 $ docker stop --time=1 b92db3ee6cef817c8d71c59f4041cb277669930c9cce94d70ca27762574c2251 11:02:55 $ docker rm -f b92db3ee6cef817c8d71c59f4041cb277669930c9cce94d70ca27762574c2251 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:02:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:02:56 . [Pipeline] withDockerContainer 11:02:56 prd-centos7-docker-4c-2g-3800 does not seem to be running inside a container 11:02:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:02:56 $ docker top d3fe169c3b1a19a3038ee9610fdeee6440d21240a0a9235268b3d431b363d851 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:02:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:02:57 [ssh-agent] Looking for ssh-agent implementation... 11:02:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:02:57 $ docker exec d3fe169c3b1a19a3038ee9610fdeee6440d21240a0a9235268b3d431b363d851 ssh-agent 11:02:57 SSH_AUTH_SOCK=/tmp/ssh-Wleln5xneOcX/agent.11 11:02:57 SSH_AGENT_PID=16 11:02:57 Running ssh-add (command line suppressed) 11:02:57 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6554855771668585814.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6554855771668585814.key) 11:02:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:02:57 + git semver push 11:02:57 # -> Open(): unable to determine branch for HEAD 11:02:57 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 11:02:57 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 11:02:57 # $SEMVER_REMOTE_NAME = origin 11:02:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:02:57 # $SEMVER_USER_NAME = edgex-jenkins 11:02:57 # $SEMVER_BRANCH = master 11:02:57 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 11:03:02 $ docker exec --env ******** --env ******** d3fe169c3b1a19a3038ee9610fdeee6440d21240a0a9235268b3d431b363d851 ssh-agent -k 11:03:02 unset SSH_AUTH_SOCK; 11:03:02 unset SSH_AGENT_PID; 11:03:02 echo Agent pid 16 killed; 11:03:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:03:02 + git semver [Pipeline] } 11:03:02 $ docker stop --time=1 d3fe169c3b1a19a3038ee9610fdeee6440d21240a0a9235268b3d431b363d851 11:03:04 $ docker rm -f d3fe169c3b1a19a3038ee9610fdeee6440d21240a0a9235268b3d431b363d851 [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 11:03:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:03:05 ---> package-listing.sh 11:03:05 ++ facter osfamily 11:03:05 ++ tr '[:upper:]' '[:lower:]' 11:03:05 + OS_FAMILY=redhat 11:03:05 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 11:03:05 + START_PACKAGES=/tmp/packages_start.txt 11:03:05 + END_PACKAGES=/tmp/packages_end.txt 11:03:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:03:05 + PACKAGES=/tmp/packages_start.txt 11:03:05 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 11:03:05 + PACKAGES=/tmp/packages_end.txt 11:03:05 + case "${OS_FAMILY}" in 11:03:05 + rpm -qa 11:03:05 + sort 11:03:11 + '[' -f /tmp/packages_start.txt ']' 11:03:11 + '[' -f /tmp/packages_end.txt ']' 11:03:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:03:11 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 11:03:11 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 11:03:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 11:03:11 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/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:03:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:03:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:03:11 11:03:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:03:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:03:12 alpine: Pulling from edgex-lftools-log-publisher 11:03:12 df20fa9351a1: Pulling fs layer 11:03:12 36b3adc4ff6f: Pulling fs layer 11:03:12 8ad3a11d3b57: Pulling fs layer 11:03:12 46f8f816bc3b: Pulling fs layer 11:03:12 93b61091891f: Pulling fs layer 11:03:12 93b9cdb0e59b: Pulling fs layer 11:03:12 5e14af77c1be: Pulling fs layer 11:03:12 01666e4c0597: Pulling fs layer 11:03:12 aa168da1d23b: Pulling fs layer 11:03:12 93b61091891f: Waiting 11:03:12 93b9cdb0e59b: Waiting 11:03:12 46f8f816bc3b: Waiting 11:03:12 01666e4c0597: Waiting 11:03:12 5e14af77c1be: Waiting 11:03:12 36b3adc4ff6f: Verifying Checksum 11:03:12 36b3adc4ff6f: Download complete 11:03:12 46f8f816bc3b: Verifying Checksum 11:03:12 46f8f816bc3b: Download complete 11:03:12 df20fa9351a1: Verifying Checksum 11:03:12 93b9cdb0e59b: Verifying Checksum 11:03:12 93b9cdb0e59b: Download complete 11:03:12 5e14af77c1be: Verifying Checksum 11:03:12 5e14af77c1be: Download complete 11:03:12 93b61091891f: Verifying Checksum 11:03:12 93b61091891f: Download complete 11:03:12 01666e4c0597: Verifying Checksum 11:03:12 01666e4c0597: Download complete 11:03:12 8ad3a11d3b57: Verifying Checksum 11:03:12 8ad3a11d3b57: Download complete 11:03:12 df20fa9351a1: Pull complete 11:03:13 36b3adc4ff6f: Pull complete 11:03:14 8ad3a11d3b57: Pull complete 11:03:14 46f8f816bc3b: Pull complete 11:03:14 93b61091891f: Pull complete 11:03:14 93b9cdb0e59b: Pull complete 11:03:14 5e14af77c1be: Pull complete 11:03:15 01666e4c0597: Pull complete 11:03:16 aa168da1d23b: Download complete 11:03:24 aa168da1d23b: Pull complete 11:03:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:03:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:03:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:03:24 prd-centos7-docker-4c-2g-3800 does not seem to be running inside a container 11:03:24 $ 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/gexfoundry_device-mqtt-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/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:03:27 $ docker top 012d4601ad9a06e212bb21da59ab360de9dd8106055616b39276ea01ccaf4ba6 -eo pid,comm [Pipeline] { [Pipeline] sh 11:03:27 + touch /tmp/pre-build-complete [Pipeline] sh 11:03:27 + mkdir -p /var/log/sa [Pipeline] sh 11:03:28 + ls /var/log/sa-host 11:03:28 + sadf -c /var/log/sa-host/sa09 11:03:28 file_magic: OK 11:03:28 HZ: Using current value: 100 11:03:28 file_header: OK 11:03:28 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 11:03:28 Statistics: 11:03:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:03:28 File successfully converted to sysstat format version 12.2.1 11:03:28 + sadf -c /var/log/sa-host/sa23 11:03:28 file_magic: OK 11:03:28 HZ: Using current value: 100 11:03:28 file_header: OK 11:03:28 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 11:03:28 Statistics: 11:03:28 Hnuu...uuuununununu... 11:03:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:03:28 provisioning config files... 11:03:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2716608177212803128tmp [Pipeline] { [Pipeline] echo 11:03:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:03:28 ---> create-netrc.sh [Pipeline] } 11:03:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:03:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:03:29 ---> python-tools-install.sh [Pipeline] echo 11:03:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:03:29 ---> sudo-logs.sh 11:03:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:03:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:03:30 ---> job-cost.sh 11:03:30 lf-activate-venv: SKIPPING 11:03:30 DEBUG: total: 0.20999999344348907 11:03:30 INFO: Retrieving Stack Cost... 11:03:31 INFO: Retrieving Pricing Info for: v1-standard-2 11:03:32 INFO: Archiving Costs [Pipeline] echo 11:03:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:03:32 ---> logs-deploy.sh 11:03:32 lf-activate-venv: SKIPPING 11:03:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/40 11:03:32 INFO: archiving workspace using pattern(s): 11:03:33 Archives upload complete. 11:03:34 INFO: archiving logs to Nexus