Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2de84ed3a33e57cbb484e8c5506a067ab9af376b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-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 ‘prd-centos7-docker-4c-2g-716’ Running on prd-centos7-docker-4c-2g-720 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 2de84ed3a33e57cbb484e8c5506a067ab9af376b (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 2de84ed3a33e57cbb484e8c5506a067ab9af376b # timeout=10 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" > git rev-list --no-walk fddc77ff38097414d5c2eb8b8cdc6eba5b68819a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:08:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:08:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:08:46 ========================================================= 06:08:46 EdgeX Global Pipelines Version Info 06:08:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:08:47 ------------------- 06:08:47 stable info: 06:08:47 ------------------- 06:08:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:08:47 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:08:47 Message: update stable to v1.0.186 06:08:48 ------------------- 06:08:48 experimental info: 06:08:48 ------------------- 06:08:48 Commited By: **** collab-it+edgex@linuxfoundation.org 06:08:48 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:08:48 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2de84ed [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:08:49 provisioning config files... 06:08:49 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6784459931975261549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:08:50 ---> docker-login.sh 06:08:50 nexus3.edgexfoundry.org:10001 06:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:50 Configure a credential helper to remove this warning. See 06:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:50 06:08:50 Login Succeeded 06:08:50 nexus3.edgexfoundry.org:10002 06:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:50 Configure a credential helper to remove this warning. See 06:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:50 06:08:50 Login Succeeded 06:08:50 nexus3.edgexfoundry.org:10003 06:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:50 Configure a credential helper to remove this warning. See 06:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:50 06:08:50 Login Succeeded 06:08:50 nexus3.edgexfoundry.org:10004 06:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:51 Configure a credential helper to remove this warning. See 06:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:51 06:08:51 Login Succeeded 06:08:51 docker.io 06:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:51 Configure a credential helper to remove this warning. See 06:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:51 06:08:51 Login Succeeded 06:08:51 ---> docker-login.sh ends [Pipeline] } 06:08:51 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 06:08:51 + git log --format=format:%s -1 2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] echo 06:08:52 GIT_COMMIT: 2de84ed3a33e57cbb484e8c5506a067ab9af376b, Commit Message: Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45 [Pipeline] echo 06:08:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:08:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:52 06:08:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:08:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:52 latest: Pulling from edgex-devops/git-semver 06:08:52 31603596830f: Pulling fs layer 06:08:52 2a8b12db71e7: Pulling fs layer 06:08:52 6ca5941a6612: Pulling fs layer 06:08:52 ecc8261a40a4: Pulling fs layer 06:08:52 ecc8261a40a4: Waiting 06:08:52 2a8b12db71e7: Verifying Checksum 06:08:52 2a8b12db71e7: Download complete 06:08:52 31603596830f: Verifying Checksum 06:08:52 31603596830f: Download complete 06:08:53 6ca5941a6612: Verifying Checksum 06:08:53 6ca5941a6612: Download complete 06:08:53 ecc8261a40a4: Verifying Checksum 06:08:53 ecc8261a40a4: Download complete 06:08:53 31603596830f: Pull complete 06:08:53 2a8b12db71e7: Pull complete 06:08:54 6ca5941a6612: Pull complete 06:08:54 ecc8261a40a4: Pull complete 06:08:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:08:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:08:54 prd-centos7-docker-4c-2g-720 does not seem to be running inside a container 06:08:54 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:08:56 $ docker top a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:08:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:57 [ssh-agent] Looking for ssh-agent implementation... 06:08:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:57 $ docker exec a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent 06:08:57 SSH_AUTH_SOCK=/tmp/ssh-u8r8w3oiKvPn/agent.12 06:08:57 SSH_AGENT_PID=17 06:08:57 Running ssh-add (command line suppressed) 06:08:57 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8110372217929011863.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8110372217929011863.key) 06:08:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:58 + git tag --points-at HEAD [Pipeline] } 06:08:58 $ docker exec --env ******** --env ******** a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent -k 06:08:58 unset SSH_AUTH_SOCK; 06:08:58 unset SSH_AGENT_PID; 06:08:58 echo Agent pid 17 killed; 06:08:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:08:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:58 [ssh-agent] Looking for ssh-agent implementation... 06:08:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:58 $ docker exec a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent 06:08:58 SSH_AUTH_SOCK=/tmp/ssh-HcChyG4T9hbx/agent.47 06:08:58 SSH_AGENT_PID=52 06:08:58 Running ssh-add (command line suppressed) 06:08:58 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2213186401786634553.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2213186401786634553.key) 06:08:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:59 + git semver init 06:08:59 # -> Open(): unable to determine branch for HEAD 06:08:59 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 06:08:59 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 06:08:59 # $SEMVER_REMOTE_NAME = origin 06:08:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:08:59 # $SEMVER_USER_NAME = edgex-jenkins 06:08:59 # $SEMVER_BRANCH = master 06:08:59 # $SEMVER_TEMP = /tmp/semver-221077907 06:08:59 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 06:08:59 # '/tmp/semver-221077907' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 06:08:59 # -> Force: false 06:08:59 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 06:08:59 $ docker exec --env ******** --env ******** a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent -k 06:08:59 unset SSH_AUTH_SOCK; 06:08:59 unset SSH_AGENT_PID; 06:08:59 echo Agent pid 52 killed; 06:08:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:09:00 + git semver [Pipeline] } 06:09:00 $ docker stop --time=1 a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 06:09:01 $ docker rm -f a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 [Pipeline] // withDockerContainer [Pipeline] sh 06:09:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:09:02 Stashed 1 file(s) [Pipeline] echo 06:09:02 [edgeXSemver]: initialized semver on version 1.3.2-dev.6 [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 06:09:17 Still waiting to schedule task 06:09:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:09:17 Still waiting to schedule task 06:09:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-719’ is offline 06:11:05 Running on prd-centos7-docker-4c-2g-726 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 06:11:05 Running in /w/workspace/device-mqtt-go/37 [Pipeline] { [Pipeline] checkout 06:11:17 using credential edgex-jenkins-ssh 06:11:17 Cloning the remote Git repository 06:11:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 06:11:17 > git init /w/workspace/device-mqtt-go/37 # timeout=10 06:11:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 06:11:17 > git --version # timeout=10 06:11:18 Checking out Revision 2de84ed3a33e57cbb484e8c5506a067ab9af376b (master) 06:11:17 > git --version # 'git version 2.24.3' 06:11:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:11:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 06:11:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:11:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 06:11:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 06:11:18 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:18 > git config core.sparsecheckout # timeout=10 06:11:18 > git checkout -f 2de84ed3a33e57cbb484e8c5506a067ab9af376b # timeout=10 06:11:23 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:11:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:11:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:11:25 + sudo service docker restart 06:11:25 + true 06:11:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:11:26 provisioning config files... 06:11:26 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config3897278717444877245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:11:26 ---> docker-login.sh 06:11:26 nexus3.edgexfoundry.org:10001 06:11:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:27 Configure a credential helper to remove this warning. See 06:11:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:27 06:11:27 Login Succeeded 06:11:27 nexus3.edgexfoundry.org:10002 06:11:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:28 Configure a credential helper to remove this warning. See 06:11:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:28 06:11:28 Login Succeeded 06:11:28 nexus3.edgexfoundry.org:10003 06:11:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:28 Configure a credential helper to remove this warning. See 06:11:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:28 06:11:28 Login Succeeded 06:11:28 nexus3.edgexfoundry.org:10004 06:11:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:29 Configure a credential helper to remove this warning. See 06:11:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:29 06:11:29 Login Succeeded 06:11:29 docker.io 06:11:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:11:29 Configure a credential helper to remove this warning. See 06:11:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:11:29 06:11:29 Login Succeeded 06:11:29 ---> docker-login.sh ends [Pipeline] } 06:11:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:11:29 ========================================================= 06:11:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:11:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:11:30 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:11:30 Sending build context to Docker daemon 530.9kB 06:11:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:11:30 Step 2/8 : FROM ${BASE} 06:11:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:11:30 188c0c94c7c5: Pulling fs layer 06:11:30 0ef7d3d256c8: Pulling fs layer 06:11:30 de9db76c5a1d: Pulling fs layer 06:11:30 bca2f99d35d6: Pulling fs layer 06:11:30 93359f2a8cfa: Pulling fs layer 06:11:30 7c6f9722023f: Pulling fs layer 06:11:30 a35cf1a2eb13: Pulling fs layer 06:11:30 bca2f99d35d6: Waiting 06:11:30 93359f2a8cfa: Waiting 06:11:30 7c6f9722023f: Waiting 06:11:30 a35cf1a2eb13: Waiting 06:11:30 de9db76c5a1d: Verifying Checksum 06:11:30 de9db76c5a1d: Download complete 06:11:30 0ef7d3d256c8: Download complete 06:11:30 93359f2a8cfa: Download complete 06:11:30 7c6f9722023f: Verifying Checksum 06:11:30 7c6f9722023f: Download complete 06:11:30 188c0c94c7c5: Verifying Checksum 06:11:30 188c0c94c7c5: Download complete 06:11:31 188c0c94c7c5: Pull complete 06:11:31 0ef7d3d256c8: Pull complete 06:11:31 de9db76c5a1d: Pull complete 06:11:32 a35cf1a2eb13: Verifying Checksum 06:11:32 a35cf1a2eb13: Download complete 06:11:34 bca2f99d35d6: Verifying Checksum 06:11:34 bca2f99d35d6: Download complete 06:11:49 bca2f99d35d6: Pull complete 06:11:51 93359f2a8cfa: Pull complete 06:11:51 7c6f9722023f: Pull complete 06:11:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-727 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 06:11:55 Running in /w/workspace/device-mqtt-go/37 [Pipeline] { [Pipeline] checkout 06:11:58 a35cf1a2eb13: Pull complete 06:11:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:11:58 ---> a62c8e92a672 06:11:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 06:11:59 ---> Running in badb65283ec8 06:11:59 Removing intermediate container badb65283ec8 06:11:59 ---> 9803a630b749 06:11:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:59 ---> Running in 6c4b7d68141c 06:12:00 Removing intermediate container 6c4b7d68141c 06:12:00 ---> d33358df7b97 06:12:00 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 06:12:01 ---> Running in a6da35443672 06:12:01 using credential edgex-jenkins-ssh 06:12:01 Cloning the remote Git repository 06:12:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:01 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 06:12:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:03 (1/13) Installing libc-dev (0.7.2-r3) 06:12:03 (2/13) Installing libsodium (1.0.18-r0) 06:12:02 > git init /w/workspace/device-mqtt-go/37 # timeout=10 06:12:02 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 06:12:02 > git --version # timeout=10 06:12:02 > git --version # 'git version 2.17.1' 06:12:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:03 (3/13) Installing pkgconf (1.7.2-r0) 06:12:03 (4/13) Installing libsodium-dev (1.0.18-r0) 06:12:03 (5/13) Installing openssh-keygen (8.3_p1-r2) 06:12:03 (6/13) Installing libedit (20191231.3.1-r0) 06:12:04 (7/13) Installing openssh-client (8.3_p1-r2) 06:12:04 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 06:12:04 (9/13) Installing openssh-server-common (8.3_p1-r2) 06:12:04 (10/13) Installing openssh-server (8.3_p1-r2) 06:12:04 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 06:12:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:04 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 06:12:04 (11/13) Installing openssh (8.3_p1-r2) 06:12:05 (12/13) Installing libzmq (4.3.3-r0) 06:12:05 (13/13) Installing zeromq-dev (4.3.3-r0) 06:12:05 Executing busybox-1.31.1-r19.trigger 06:12:05 OK: 173 MiB in 52 packages 06:12:05 Checking out Revision 2de84ed3a33e57cbb484e8c5506a067ab9af376b (master) 06:12:04 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 06:12:04 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:05 > git config core.sparsecheckout # timeout=10 06:12:05 > git checkout -f 2de84ed3a33e57cbb484e8c5506a067ab9af376b # timeout=10 06:12:06 Removing intermediate container a6da35443672 06:12:06 ---> ab829bf1c7c7 06:12:06 Step 6/8 : WORKDIR /device-mqtt-go 06:12:06 ---> Running in 4b64f7ee9e63 06:12:07 Removing intermediate container 4b64f7ee9e63 06:12:07 ---> 5bc8fa44dff0 06:12:07 Step 7/8 : COPY . . 06:12:08 ---> 773e5a34091d 06:12:08 Step 8/8 : RUN go mod download 06:12:08 ---> Running in 47210366b2f7 06:12:09 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:12:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:12:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:12:11 + sudo service docker restart 06:12:11 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:12:14 provisioning config files... 06:12:14 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config3462866254793605340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:14 ---> docker-login.sh 06:12:14 nexus3.edgexfoundry.org:10001 06:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:16 Configure a credential helper to remove this warning. See 06:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:16 06:12:16 Login Succeeded 06:12:16 nexus3.edgexfoundry.org:10002 06:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:16 Configure a credential helper to remove this warning. See 06:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:16 06:12:16 Login Succeeded 06:12:16 nexus3.edgexfoundry.org:10003 06:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:17 Configure a credential helper to remove this warning. See 06:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:17 06:12:17 Login Succeeded 06:12:17 nexus3.edgexfoundry.org:10004 06:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:17 Configure a credential helper to remove this warning. See 06:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:17 06:12:17 Login Succeeded 06:12:17 docker.io 06:12:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:18 Configure a credential helper to remove this warning. See 06:12:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:18 06:12:18 Login Succeeded 06:12:18 ---> docker-login.sh ends [Pipeline] } 06:12:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:12:19 ========================================================= 06:12:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:12:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:12:19 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:12:19 Sending build context to Docker daemon 529.9kB 06:12:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:12:19 Step 2/8 : FROM ${BASE} 06:12:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:12:20 5f621e34cdf4: Pulling fs layer 06:12:20 a4357932f1b6: Pulling fs layer 06:12:20 18c013af1878: Pulling fs layer 06:12:20 00ac8860ef70: Pulling fs layer 06:12:20 63d7cb157983: Pulling fs layer 06:12:20 b116817d02f9: Pulling fs layer 06:12:20 745a02a5169b: Pulling fs layer 06:12:20 00ac8860ef70: Waiting 06:12:20 63d7cb157983: Waiting 06:12:20 b116817d02f9: Waiting 06:12:20 745a02a5169b: Waiting 06:12:20 18c013af1878: Verifying Checksum 06:12:20 18c013af1878: Download complete 06:12:20 a4357932f1b6: Verifying Checksum 06:12:20 a4357932f1b6: Download complete 06:12:20 63d7cb157983: Verifying Checksum 06:12:20 63d7cb157983: Download complete 06:12:20 b116817d02f9: Verifying Checksum 06:12:20 b116817d02f9: Download complete 06:12:20 5f621e34cdf4: Verifying Checksum 06:12:20 5f621e34cdf4: Download complete 06:12:20 5f621e34cdf4: Pull complete 06:12:21 a4357932f1b6: Pull complete 06:12:21 18c013af1878: Pull complete 06:12:22 745a02a5169b: Download complete 06:12:24 00ac8860ef70: Verifying Checksum 06:12:24 00ac8860ef70: Download complete 06:12:34 00ac8860ef70: Pull complete 06:12:34 63d7cb157983: Pull complete 06:12:34 b116817d02f9: Pull complete 06:12:37 745a02a5169b: Pull complete 06:12:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:12:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:12:37 ---> b7e6874047d6 06:12:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 06:12:41 ---> Running in 275b78f58b52 06:12:41 Removing intermediate container 275b78f58b52 06:12:41 ---> 4bb19576510a 06:12:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:41 ---> Running in 7901bb9906c9 06:12:44 Removing intermediate container 7901bb9906c9 06:12:44 ---> 4ecab3b315d9 06:12:44 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 06:12:44 ---> Running in dae520f90616 06:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:12:46 (1/13) Installing libc-dev (0.7.2-r3) 06:12:46 (2/13) Installing libsodium (1.0.18-r0) 06:12:46 (3/13) Installing pkgconf (1.7.2-r0) 06:12:46 (4/13) Installing libsodium-dev (1.0.18-r0) 06:12:46 (5/13) Installing openssh-keygen (8.3_p1-r2) 06:12:46 (6/13) Installing libedit (20191231.3.1-r0) 06:12:47 (7/13) Installing openssh-client (8.3_p1-r2) 06:12:47 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 06:12:47 (9/13) Installing openssh-server-common (8.3_p1-r2) 06:12:47 (10/13) Installing openssh-server (8.3_p1-r2) 06:12:47 Removing intermediate container 47210366b2f7 06:12:47 ---> 16bf35a9b0bc 06:12:47 Successfully built 16bf35a9b0bc 06:12:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:12:47 (11/13) Installing openssh (8.3_p1-r2) 06:12:47 (12/13) Installing libzmq (4.3.3-r0) 06:12:47 (13/13) Installing zeromq-dev (4.3.3-r0) 06:12:48 + docker inspect -f . ci-base-image-x86_64 06:12:48 Executing busybox-1.31.1-r19.trigger 06:12:48 OK: 149 MiB in 52 packages 06:12:48 . [Pipeline] withDockerContainer 06:12:49 prd-centos7-docker-4c-2g-726 does not seem to be running inside a container 06:12:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@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 06:12:50 Removing intermediate container dae520f90616 06:12:50 ---> af40db15f2a6 06:12:50 Step 6/8 : WORKDIR /device-mqtt-go 06:12:50 ---> Running in 59903bfca0ab 06:12:50 Removing intermediate container 59903bfca0ab 06:12:50 ---> 5223854182fe 06:12:50 Step 7/8 : COPY . . 06:12:51 $ docker top 524bf683809f305f08e1d717109c710753ed4d1b702f4a56f74b07da5050e05c -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:51 ---> e28418aceec4 06:12:51 Step 8/8 : RUN go mod download 06:12:51 + go version 06:12:51 go version go1.15.5 linux/amd64 [Pipeline] } 06:12:51 $ docker stop --time=1 524bf683809f305f08e1d717109c710753ed4d1b702f4a56f74b07da5050e05c 06:12:51 ---> Running in 3be89b8f29e0 06:12:53 $ docker rm -f 524bf683809f305f08e1d717109c710753ed4d1b702f4a56f74b07da5050e05c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:12:54 + docker inspect -f . ci-base-image-x86_64 06:12:54 . [Pipeline] withDockerContainer 06:12:54 prd-centos7-docker-4c-2g-726 does not seem to be running inside a container 06:12:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@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 06:12:56 $ docker top 8139da6e2f51434516e176ad5ecb6a86c59bb543e68592c60412f557aa6555d5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:57 + make test 06:12:57 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:13:02 ? github.com/edgexfoundry/device-mqtt-go [no test files] 06:13:18 Removing intermediate container 3be89b8f29e0 06:13:18 ---> 8a2a6e754f65 06:13:18 Successfully built 8a2a6e754f65 06:13:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:13:18 + docker inspect -f . ci-base-image-arm64 06:13:18 . [Pipeline] withDockerContainer 06:13:19 prd-ubuntu18.04-docker-arm64-4c-16g-727 does not seem to be running inside a container 06:13:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:13:20 $ docker top 0d40c7588f059531ac3052895a53b8e5699cde6cb262518db19dffdb69236139 -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:21 + go version 06:13:21 go version go1.15.5 linux/arm64 [Pipeline] } 06:13:21 $ docker stop --time=1 0d40c7588f059531ac3052895a53b8e5699cde6cb262518db19dffdb69236139 06:13:23 $ docker rm -f 0d40c7588f059531ac3052895a53b8e5699cde6cb262518db19dffdb69236139 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:13:24 + docker inspect -f . ci-base-image-arm64 06:13:24 . [Pipeline] withDockerContainer 06:13:24 prd-ubuntu18.04-docker-arm64-4c-16g-727 does not seem to be running inside a container 06:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:13:26 $ docker top 8a162131e80190ae50d9a40e31b4aee5be2f977b5d840ee7cc59cba926933459 -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:27 + make test 06:13:27 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:13:28 ? github.com/edgexfoundry/device-mqtt-go [no test files] 06:13:29 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 06:13:32 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.038s coverage: 24.9% of statements 06:13:32 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 06:13:33 GCO_ENABLED=1 GO111MODULE=on go vet ./... 06:13:38 gofmt -l . 06:13:38 ["`gofmt -l .`" = ""] 06:13:38 ./bin/test-attribution-txt.sh 06:13:41 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:13:42 $ docker stop --time=1 8139da6e2f51434516e176ad5ecb6a86c59bb543e68592c60412f557aa6555d5 06:13:44 $ docker rm -f 8139da6e2f51434516e176ad5ecb6a86c59bb543e68592c60412f557aa6555d5 [Pipeline] // withDockerContainer [Pipeline] sh 06:13:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:13:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:13:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:47 + ls -al . 06:13:47 total 108 06:13:47 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 19 06:13 . 06:13:47 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 06:11 .. 06:13:47 -rw-rw-r--. 1 jenkins jenkins 7100 Apr 19 06:11 Attribution.txt 06:13:47 drwxrwxr-x. 2 jenkins jenkins 87 Apr 19 06:11 bin 06:13:47 drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 06:11 cmd 06:13:47 -rw-r--r--. 1 jenkins jenkins 19386 Apr 19 06:13 coverage.out 06:13:47 -rw-rw-r--. 1 jenkins jenkins 1861 Apr 19 06:11 Dockerfile 06:13:47 -rw-rw-r--. 1 jenkins jenkins 994 Apr 19 06:11 Dockerfile.build 06:13:47 -rw-rw-r--. 1 jenkins jenkins 140 Apr 19 06:11 .dockerignore 06:13:47 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 06:11 .git 06:13:47 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 06:11 .github 06:13:47 -rw-rw-r--. 1 jenkins jenkins 336 Apr 19 06:11 .gitignore 06:13:47 -rw-r--r--. 1 jenkins jenkins 409 Apr 19 06:13 go.mod 06:13:47 -rw-r--r--. 1 jenkins jenkins 21534 Apr 19 06:13 go.sum 06:13:47 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 06:11 internal 06:13:47 -rw-rw-r--. 1 jenkins jenkins 677 Apr 19 06:11 Jenkinsfile 06:13:47 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 06:11 LICENSE 06:13:47 -rw-rw-r--. 1 jenkins jenkins 950 Apr 19 06:11 Makefile 06:13:47 drwxrwxr-x. 2 jenkins jenkins 23 Apr 19 06:11 mock 06:13:47 -rw-rw-r--. 1 jenkins jenkins 444 Apr 19 06:11 README.md 06:13:47 drwxrwxr-x. 4 jenkins jenkins 71 Apr 19 06:11 snap 06:13:47 -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 06:09 VERSION 06:13:47 -rw-rw-r--. 1 jenkins jenkins 227 Apr 19 06:11 version.go [Pipeline] isUnix [Pipeline] sh 06:13:47 + 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=2de84ed3a33e57cbb484e8c5506a067ab9af376b --label arch=amd64 --label version=1.3.2-dev.6 . 06:13:48 Sending build context to Docker daemon 550.9kB 06:13:48 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 06:13:48 Step 2/23 : FROM ${BASE} AS builder 06:13:48 ---> 16bf35a9b0bc 06:13:48 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:13:48 ---> Running in 31ef3d855e77 06:13:48 Removing intermediate container 31ef3d855e77 06:13:48 ---> 650db8a38c09 06:13:48 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 06:13:48 ---> Running in daa862d9cfe3 06:13:49 Removing intermediate container daa862d9cfe3 06:13:49 ---> 684d999eda37 06:13:49 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:49 ---> Running in d2b69962ad03 06:13:51 Removing intermediate container d2b69962ad03 06:13:51 ---> 5e138299fc1a 06:13:51 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:13:51 ---> Running in 6dc880095cfb 06:13:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:53 OK: 173 MiB in 52 packages 06:13:55 Removing intermediate container 6dc880095cfb 06:13:55 ---> fb1734da6273 06:13:55 Step 7/23 : WORKDIR /device-mqtt-go 06:13:55 ---> Running in 339d48bdb5ba 06:13:55 Removing intermediate container 339d48bdb5ba 06:13:55 ---> dd6684908b53 06:13:55 Step 8/23 : COPY . . 06:13:56 ---> b98eb3ba0abf 06:13:56 Step 9/23 : RUN go mod download 06:13:56 ---> Running in 33e2015f70f8 06:13:59 Removing intermediate container 33e2015f70f8 06:13:59 ---> 976cf23d7c68 06:13:59 Step 10/23 : ARG MAKE='make build' 06:13:59 ---> Running in 06eca6260856 06:13:59 Removing intermediate container 06eca6260856 06:13:59 ---> bd8fb6518ffa 06:13:59 Step 11/23 : RUN $MAKE 06:13:59 ---> Running in aec3de8929d8 06:14:00 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.6" -o cmd/device-mqtt ./cmd 06:14:15 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 06:14:18 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.046s coverage: 24.9% of statements 06:14:18 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 06:14:19 GCO_ENABLED=1 GO111MODULE=on go vet ./... 06:14:22 GCO_ENABLED=1 GO111MODULE=on go build ./... 06:14:28 Removing intermediate container aec3de8929d8 06:14:28 ---> 6cee8b62d328 06:14:28 Step 12/23 : FROM alpine:3.12 06:14:28 3.12: Pulling from library/alpine 06:14:28 339de151aab4: Pulling fs layer 06:14:28 339de151aab4: Verifying Checksum 06:14:28 339de151aab4: Download complete 06:14:28 339de151aab4: Pull complete 06:14:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:14:28 Status: Downloaded newer image for alpine:3.12 06:14:28 ---> 13621d1b12d4 06:14:28 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 06:14:29 ---> Running in 758bd104a38f 06:14:29 gofmt -l . 06:14:29 ["`gofmt -l .`" = ""] 06:14:29 ./bin/test-attribution-txt.sh 06:14:29 Removing intermediate container 758bd104a38f 06:14:29 ---> b23fee12cc91 06:14:29 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 06:14:29 ---> Running in e6e1e767702c 06:14:30 ./bin/test-go-mod-tidy.sh 06:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:30 (1/6) Installing dumb-init (1.2.2-r1) 06:14:30 (2/6) Installing libgcc (9.3.0-r2) 06:14:30 (3/6) Installing libsodium (1.0.18-r0) 06:14:30 (4/6) Installing libstdc++ (9.3.0-r2) 06:14:30 (5/6) Installing libzmq (4.3.3-r0) 06:14:30 (6/6) Installing zeromq (4.3.3-r0) 06:14:30 Executing busybox-1.31.1-r20.trigger 06:14:30 OK: 8 MiB in 20 packages [Pipeline] } 06:14:31 $ docker stop --time=1 8a162131e80190ae50d9a40e31b4aee5be2f977b5d840ee7cc59cba926933459 06:14:31 Removing intermediate container e6e1e767702c 06:14:31 ---> 6b88b2c9accb 06:14:31 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 06:14:32 ---> 1c4b42021b48 06:14:32 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 06:14:32 ---> 3c7669a11c58 06:14:32 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 06:14:33 ---> 6304db794a98 06:14:33 Step 18/23 : EXPOSE 49982 06:14:33 $ docker rm -f 8a162131e80190ae50d9a40e31b4aee5be2f977b5d840ee7cc59cba926933459 06:14:33 ---> Running in 287170690ea3 06:14:33 Removing intermediate container 287170690ea3 06:14:33 ---> fdfd704dc84d 06:14:33 Step 19/23 : ENTRYPOINT ["/device-mqtt"] [Pipeline] // withDockerContainer [Pipeline] sh 06:14:34 ---> Running in 5c0b0814d5ac 06:14:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:14:34 Warning: overwriting stash ‘coverage-report’ 06:14:34 Removing intermediate container 5c0b0814d5ac 06:14:34 ---> b8c0db1788f0 06:14:34 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:34 ---> Running in 0b5c5b88c913 06:14:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:14:35 Removing intermediate container 0b5c5b88c913 06:14:35 ---> 255f6d598d36 06:14:35 Step 21/23 : LABEL arch=amd64 06:14:35 ---> Running in bf1c7c3c8fc9 06:14:35 Removing intermediate container bf1c7c3c8fc9 06:14:35 ---> 21ced6476f66 06:14:35 Step 22/23 : LABEL git_sha=2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:14:35 ---> Running in c50f64955721 06:14:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:14:35 Removing intermediate container c50f64955721 06:14:35 ---> eb9373733793 06:14:35 Step 23/23 : LABEL version=1.3.2-dev.6 06:14:35 ---> Running in cca7281cf4ea 06:14:35 + ls -al . 06:14:35 total 140 06:14:35 drwxrwxr-x 9 jenkins jenkins 4096 Apr 19 06:14 . 06:14:35 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:12 .. 06:14:35 -rw-rw-r-- 1 jenkins jenkins 140 Apr 19 06:12 .dockerignore 06:14:35 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 06:12 .git 06:14:35 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:12 .github 06:14:35 -rw-rw-r-- 1 jenkins jenkins 336 Apr 19 06:12 .gitignore 06:14:35 -rw-rw-r-- 1 jenkins jenkins 7100 Apr 19 06:12 Attribution.txt 06:14:35 -rw-rw-r-- 1 jenkins jenkins 1861 Apr 19 06:12 Dockerfile 06:14:35 -rw-rw-r-- 1 jenkins jenkins 994 Apr 19 06:12 Dockerfile.build 06:14:35 -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 06:12 Jenkinsfile 06:14:35 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 06:12 LICENSE 06:14:35 -rw-rw-r-- 1 jenkins jenkins 950 Apr 19 06:12 Makefile 06:14:35 -rw-rw-r-- 1 jenkins jenkins 444 Apr 19 06:12 README.md 06:14:35 -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 06:09 VERSION 06:14:35 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:12 bin 06:14:35 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:12 cmd 06:14:35 -rw-r--r-- 1 jenkins jenkins 19386 Apr 19 06:14 coverage.out 06:14:35 -rw-r--r-- 1 jenkins jenkins 409 Apr 19 06:14 go.mod 06:14:35 -rw-r--r-- 1 jenkins jenkins 21534 Apr 19 06:14 go.sum 06:14:35 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:12 internal 06:14:35 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:12 mock 06:14:35 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:12 snap 06:14:35 -rw-rw-r-- 1 jenkins jenkins 227 Apr 19 06:12 version.go [Pipeline] isUnix [Pipeline] sh 06:14:36 Removing intermediate container cca7281cf4ea 06:14:36 ---> 161d1754ff21 06:14:36 [Warning] One or more build-args [ARCH] were not consumed 06:14:36 Successfully built 161d1754ff21 06:14:36 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:14:36 provisioning config files... 06:14:36 + 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=2de84ed3a33e57cbb484e8c5506a067ab9af376b --label arch=arm64 --label version=1.3.2-dev.6 . 06:14:36 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config1035169198694712624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:14:36 Sending build context to Docker daemon 549.9kB 06:14:36 ---> docker-login.sh 06:14:36 nexus3.edgexfoundry.org:10001 06:14:36 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 06:14:36 Step 2/23 : FROM ${BASE} AS builder 06:14:36 ---> 8a2a6e754f65 06:14:36 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:14:36 ---> Running in e6a2f7fe24b5 06:14:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:36 Configure a credential helper to remove this warning. See 06:14:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:36 06:14:36 Login Succeeded 06:14:36 nexus3.edgexfoundry.org:10002 06:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:37 Configure a credential helper to remove this warning. See 06:14:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:37 06:14:37 Login Succeeded 06:14:37 Removing intermediate container e6a2f7fe24b5 06:14:37 ---> 76135a79e982 06:14:37 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 06:14:37 ---> Running in 00067ac17f60 06:14:37 nexus3.edgexfoundry.org:10003 06:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:37 Configure a credential helper to remove this warning. See 06:14:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:37 06:14:37 Login Succeeded 06:14:37 nexus3.edgexfoundry.org:10004 06:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:37 Configure a credential helper to remove this warning. See 06:14:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:37 06:14:37 Login Succeeded 06:14:37 docker.io 06:14:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:38 Removing intermediate container 00067ac17f60 06:14:38 ---> 48f86a03dc7c 06:14:38 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:38 ---> Running in da2f98bf82cf 06:14:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:38 Configure a credential helper to remove this warning. See 06:14:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:38 06:14:38 Login Succeeded 06:14:38 ---> docker-login.sh ends [Pipeline] } 06:14:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:38 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 06:14:38 2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:14:38 latest 06:14:38 1.3.2-dev.6 06:14:38 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 06:14:38 master 06:14:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:38 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] isUnix [Pipeline] sh 06:14:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 06:14:39 e92974d1467b: Preparing 06:14:39 503539dd5165: Preparing 06:14:39 a235c952969d: Preparing 06:14:39 80d21a79118f: Preparing 06:14:39 32f366d666a5: Preparing 06:14:39 32f366d666a5: Layer already exists 06:14:39 503539dd5165: Pushed 06:14:39 e92974d1467b: Pushed 06:14:39 80d21a79118f: Pushed 06:14:40 Removing intermediate container da2f98bf82cf 06:14:40 ---> 5503c7257527 06:14:40 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:14:40 ---> Running in 5247cb2644af 06:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:14:41 a235c952969d: Pushed 06:14:41 2de84ed3a33e57cbb484e8c5506a067ab9af376b: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:14:41 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 06:14:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 06:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 06:14:42 e92974d1467b: Preparing 06:14:42 503539dd5165: Preparing 06:14:42 a235c952969d: Preparing 06:14:42 80d21a79118f: Preparing 06:14:42 32f366d666a5: Preparing 06:14:42 32f366d666a5: Layer already exists 06:14:42 a235c952969d: Layer already exists 06:14:42 80d21a79118f: Layer already exists 06:14:42 503539dd5165: Layer already exists 06:14:42 e92974d1467b: Layer already exists 06:14:42 latest: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:14:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:14:42 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 06:14:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.6 06:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 06:14:42 e92974d1467b: Preparing 06:14:42 503539dd5165: Preparing 06:14:42 a235c952969d: Preparing 06:14:42 80d21a79118f: Preparing 06:14:42 32f366d666a5: Preparing 06:14:42 32f366d666a5: Layer already exists 06:14:42 a235c952969d: Layer already exists 06:14:42 503539dd5165: Layer already exists 06:14:42 80d21a79118f: Layer already exists 06:14:42 e92974d1467b: Layer already exists 06:14:43 1.3.2-dev.6: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:14:43 OK: 149 MiB in 52 packages 06:14:43 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 06:14:43 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 06:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 06:14:43 e92974d1467b: Preparing 06:14:43 503539dd5165: Preparing 06:14:43 a235c952969d: Preparing 06:14:43 80d21a79118f: Preparing 06:14:43 32f366d666a5: Preparing 06:14:43 a235c952969d: Layer already exists 06:14:43 80d21a79118f: Layer already exists 06:14:43 503539dd5165: Layer already exists 06:14:43 32f366d666a5: Layer already exists 06:14:43 e92974d1467b: Layer already exists 06:14:44 Removing intermediate container 5247cb2644af 06:14:44 ---> df7761e74e32 06:14:44 Step 7/23 : WORKDIR /device-mqtt-go 06:14:44 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:14:44 ---> Running in af7fe152f828 06:14:44 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 06:14:44 Removing intermediate container af7fe152f828 06:14:44 ---> 17c4ef2bb018 06:14:44 Step 8/23 : COPY . . 06:14:45 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 06:14:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 06:14:45 e92974d1467b: Preparing 06:14:45 503539dd5165: Preparing 06:14:45 a235c952969d: Preparing 06:14:45 80d21a79118f: Preparing 06:14:45 32f366d666a5: Preparing 06:14:45 80d21a79118f: Layer already exists 06:14:45 32f366d666a5: Layer already exists 06:14:45 a235c952969d: Layer already exists 06:14:45 e92974d1467b: Layer already exists 06:14:45 503539dd5165: Layer already exists 06:14:45 master: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:45 ===================================================== [Pipeline] echo 06:14:45 taggedImages: 06:14:45 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:14:45 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 06:14:45 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.6 06:14:45 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 06:14:45 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:14:45 ---> e3f860457b11 06:14:45 Step 9/23 : RUN go mod download 06:14:45 ---> job-cost.sh 06:14:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LRGo 06:14:45 ---> Running in fbd6e0c27e9a 06:14:48 Removing intermediate container fbd6e0c27e9a 06:14:48 ---> 921657b479a0 06:14:48 Step 10/23 : ARG MAKE='make build' 06:14:48 ---> Running in ea471c20657e 06:14:48 Removing intermediate container ea471c20657e 06:14:48 ---> 9508cbcda7f9 06:14:48 Step 11/23 : RUN $MAKE 06:14:49 ---> Running in ca375ec3fbdf 06:14:50 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.6" -o cmd/device-mqtt ./cmd 06:15:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:15:29 GCO_ENABLED=1 GO111MODULE=on go build ./... 06:15:42 Removing intermediate container ca375ec3fbdf 06:15:42 ---> f3d5f9df7d9b 06:15:42 Step 12/23 : FROM alpine:3.12 06:15:42 3.12: Pulling from library/alpine 06:15:42 d2f70382dc9a: Pulling fs layer 06:15:42 d2f70382dc9a: Verifying Checksum 06:15:42 d2f70382dc9a: Download complete 06:15:42 d2f70382dc9a: Pull complete 06:15:42 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:15:42 Status: Downloaded newer image for alpine:3.12 06:15:42 ---> 9852663dfa18 06:15:42 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 06:15:42 ---> Running in 0acad3296de1 06:15:42 Removing intermediate container 0acad3296de1 06:15:42 ---> a90f149a4b60 06:15:42 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 06:15:42 ---> Running in 76b5e2d6c715 06:15:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:15:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:15:44 (1/6) Installing dumb-init (1.2.2-r1) 06:15:44 (2/6) Installing libgcc (9.3.0-r2) 06:15:44 (3/6) Installing libsodium (1.0.18-r0) 06:15:44 (4/6) Installing libstdc++ (9.3.0-r2) 06:15:44 (5/6) Installing libzmq (4.3.3-r0) 06:15:44 (6/6) Installing zeromq (4.3.3-r0) 06:15:44 Executing busybox-1.31.1-r20.trigger 06:15:44 OK: 8 MiB in 20 packages 06:15:46 Removing intermediate container 76b5e2d6c715 06:15:46 ---> 937a34cfc666 06:15:46 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 06:15:47 ---> e5cabdd5f4f6 06:15:47 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 06:15:48 ---> 11f924357705 06:15:48 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 06:15:48 ---> 4f75a8b1d790 06:15:48 Step 18/23 : EXPOSE 49982 06:15:48 ---> Running in 60b428575034 06:15:49 Removing intermediate container 60b428575034 06:15:49 ---> f4e5a756498f 06:15:49 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 06:15:49 ---> Running in 7e568631b39e 06:15:50 Removing intermediate container 7e568631b39e 06:15:50 ---> f990f002c8a0 06:15:50 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:15:50 ---> Running in 22146438d64e 06:15:50 Removing intermediate container 22146438d64e 06:15:50 ---> e6b4ebac9de8 06:15:50 Step 21/23 : LABEL arch=arm64 06:15:50 ---> Running in 0a62bba0f815 06:15:51 Removing intermediate container 0a62bba0f815 06:15:51 ---> feabf16cd96b 06:15:51 Step 22/23 : LABEL git_sha=2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:15:51 ---> Running in 0cb1ae20d579 06:15:51 Removing intermediate container 0cb1ae20d579 06:15:51 ---> c358620f9a2f 06:15:51 Step 23/23 : LABEL version=1.3.2-dev.6 06:15:51 ---> Running in a814fe9e5815 06:15:51 lf-activate-venv(): INFO: Adding /tmp/venv-LRGo/bin to PATH 06:15:51 INFO: No Stack... 06:15:51 INFO: Retrieving Pricing Info for: v1-standard-2 06:15:51 INFO: Archiving Costs [Pipeline] sh 06:15:52 + cut -d, -f6 06:15:52 + cat /w/workspace/device-mqtt-go/37/archives/cost.csv [Pipeline] lock 06:15:52 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] 06:15:52 Resource [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] did not exist. Created. 06:15:52 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [Pipeline] { [Pipeline] unstash 06:15:52 Removing intermediate container a814fe9e5815 06:15:52 ---> dc5977c9d0e6 06:15:52 [Warning] One or more build-args [ARCH] were not consumed 06:15:52 Successfully built dc5977c9d0e6 06:15:52 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:15:52 provisioning config files... 06:15:52 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config8873243102198904637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:52 + echo total: 0.029999999329447746 [Pipeline] stash 06:15:53 Stashed 1 file(s) [Pipeline] } 06:15:53 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [Pipeline] // lock 06:15:53 ---> docker-login.sh 06:15:53 nexus3.edgexfoundry.org:10001 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:15:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:54 Configure a credential helper to remove this warning. See 06:15:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:54 06:15:54 Login Succeeded 06:15:54 nexus3.edgexfoundry.org:10002 06:15:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:54 Configure a credential helper to remove this warning. See 06:15:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:54 06:15:54 Login Succeeded 06:15:54 nexus3.edgexfoundry.org:10003 06:15:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:55 Configure a credential helper to remove this warning. See 06:15:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:55 06:15:55 Login Succeeded 06:15:55 nexus3.edgexfoundry.org:10004 06:15:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:55 Configure a credential helper to remove this warning. See 06:15:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:55 06:15:55 Login Succeeded 06:15:55 docker.io 06:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:56 Configure a credential helper to remove this warning. See 06:15:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:56 06:15:56 Login Succeeded 06:15:56 ---> docker-login.sh ends [Pipeline] } 06:15:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:56 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 06:15:56 2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:15:56 latest 06:15:56 1.3.2-dev.6 06:15:56 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 06:15:56 master 06:15:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:57 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] isUnix [Pipeline] sh 06:15:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 06:15:57 3b4d11dcb45e: Preparing 06:15:57 a217ce2c2e6c: Preparing 06:15:57 a8a7999b6bcc: Preparing 06:15:57 d1e107e6b017: Preparing 06:15:57 3fbe34a1663b: Preparing 06:15:57 3fbe34a1663b: Layer already exists 06:15:57 3b4d11dcb45e: Pushed 06:15:57 a217ce2c2e6c: Pushed 06:15:58 d1e107e6b017: Pushed 06:16:00 a8a7999b6bcc: Pushed 06:16:01 2de84ed3a33e57cbb484e8c5506a067ab9af376b: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:16:01 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:16:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 06:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 06:16:01 3b4d11dcb45e: Preparing 06:16:01 a217ce2c2e6c: Preparing 06:16:01 a8a7999b6bcc: Preparing 06:16:01 d1e107e6b017: Preparing 06:16:01 3fbe34a1663b: Preparing 06:16:01 3b4d11dcb45e: Layer already exists 06:16:01 d1e107e6b017: Layer already exists 06:16:01 a8a7999b6bcc: Layer already exists 06:16:01 3fbe34a1663b: Layer already exists 06:16:01 a217ce2c2e6c: Layer already exists 06:16:02 latest: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:16:02 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 06:16:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.6 06:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 06:16:02 3b4d11dcb45e: Preparing 06:16:02 a217ce2c2e6c: Preparing 06:16:02 a8a7999b6bcc: Preparing 06:16:02 d1e107e6b017: Preparing 06:16:02 3fbe34a1663b: Preparing 06:16:03 a8a7999b6bcc: Layer already exists 06:16:03 a217ce2c2e6c: Layer already exists 06:16:03 d1e107e6b017: Layer already exists 06:16:03 3b4d11dcb45e: Layer already exists 06:16:03 3fbe34a1663b: Layer already exists 06:16:03 1.3.2-dev.6: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:16:03 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 06:16:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 06:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 06:16:03 3b4d11dcb45e: Preparing 06:16:03 a217ce2c2e6c: Preparing 06:16:03 a8a7999b6bcc: Preparing 06:16:03 d1e107e6b017: Preparing 06:16:03 3fbe34a1663b: Preparing 06:16:04 a217ce2c2e6c: Layer already exists 06:16:04 3fbe34a1663b: Layer already exists 06:16:04 d1e107e6b017: Layer already exists 06:16:04 a8a7999b6bcc: Layer already exists 06:16:04 3b4d11dcb45e: Layer already exists 06:16:04 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh 06:16:04 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:16:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 06:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 06:16:04 3b4d11dcb45e: Preparing 06:16:04 a217ce2c2e6c: Preparing 06:16:04 a8a7999b6bcc: Preparing 06:16:04 d1e107e6b017: Preparing 06:16:04 3fbe34a1663b: Preparing 06:16:04 a217ce2c2e6c: Layer already exists 06:16:04 3fbe34a1663b: Layer already exists 06:16:04 d1e107e6b017: Layer already exists 06:16:04 3b4d11dcb45e: Layer already exists 06:16:04 a8a7999b6bcc: Layer already exists 06:16:05 master: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:16:05 ===================================================== [Pipeline] echo 06:16:05 taggedImages: 06:16:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b 06:16:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 06:16:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.6 06:16:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 06:16:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:16:05 ---> job-cost.sh 06:16:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SaPk 06:16:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:18:29 lf-activate-venv(): INFO: Adding /tmp/venv-SaPk/bin to PATH 06:18:29 INFO: No Stack... 06:18:29 INFO: Retrieving Pricing Info for: lf-standard-4 06:18:29 INFO: Archiving Costs [Pipeline] sh 06:18:29 + cut -d, -f6 06:18:29 + cat /w/workspace/device-mqtt-go/37/archives/cost.csv [Pipeline] lock 06:18:29 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] 06:18:29 Resource [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] did not exist. Created. 06:18:29 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:18:30 /w/workspace/device-mqtt-go/37@tmp/durable-3dee9f91/script.sh: 1: /w/workspace/device-mqtt-go/37@tmp/durable-3dee9f91/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:18:30 + echo total: 0.20999999344348907 [Pipeline] stash 06:18:30 Warning: overwriting stash ‘stack-cost’ 06:18:30 Stashed 1 file(s) [Pipeline] } 06:18:30 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-37-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 06:18:31 provisioning config files... 06:18:31 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config9001912136804147078tmp [Pipeline] { [Pipeline] sh 06:18:31 + set +x 06:18:31 + curl -s https://codecov.io/bash 06:18:31 + bash -s -- 06:18:31 06:18:31 _____ _ 06:18:31 / ____| | | 06:18:31 | | ___ __| | ___ ___ _____ __ 06:18:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:18:31 | |___| (_) | (_| | __/ (_| (_) \ V / 06:18:31 \_____\___/ \__,_|\___|\___\___/ \_/ 06:18:31 Bash-1.0.1 06:18:31 06:18:31 06:18:31 ==> git version 2.24.3 found 06:18:31 ==> 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 06:18:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:18:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:18:31 ==> Jenkins CI detected. 06:18:31 project root: . 06:18:31 --> token set from env 06:18:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:18:31 ==> Running gcov in . (disable via -X gcov) 06:18:31 ==> Python coveragepy not found 06:18:31 ==> Searching for coverage reports in: 06:18:31 + . 06:18:31 -> Found 1 reports 06:18:31 ==> Detecting git/mercurial file structure 06:18:31 ==> Reading reports 06:18:31 + ./coverage.out bytes=19386 06:18:31 ==> Appending adjustments 06:18:31 https://docs.codecov.io/docs/fixing-reports 06:18:31 + Found adjustments 06:18:31 ==> Gzipping contents 06:18:31 4.0K /tmp/codecov.hguxcx.gz 06:18:31 ==> Uploading reports 06:18:31 url: https://codecov.io 06:18:31 query: branch=master&commit=2de84ed3a33e57cbb484e8c5506a067ab9af376b&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:18:31 -> Pinging Codecov 06:18:31 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=2de84ed3a33e57cbb484e8c5506a067ab9af376b&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:18:33 -> Uploading to 06:18:33 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/7D719EC7BBE17E464838252E33014C33/2de84ed3a33e57cbb484e8c5506a067ab9af376b/e7df9a77-f397-4af0-ac6c-1fb324afd98f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T061832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c0e6c2c91de4bf99c8ed89fa36c4c43882a52d0df390cc31c945925ec6abb26f 06:18:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:18:33 Dload Upload Total Spent Left Speed 06:18:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3396 0 0 100 3396 0 8724 --:--:-- --:--:-- --:--:-- 8730 06:18:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] } 06:18:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:18:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:18:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:18:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:18:33 06:18:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:18:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:18:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:18:34 188c0c94c7c5: Pulling fs layer 06:18:34 0ef7d3d256c8: Pulling fs layer 06:18:34 de9db76c5a1d: Pulling fs layer 06:18:34 0eba1c9be4d2: Pulling fs layer 06:18:34 0d57e429df01: Pulling fs layer 06:18:34 4e4be7b47b0d: Pulling fs layer 06:18:34 e1f770b5df2f: Pulling fs layer 06:18:34 85a0685a4137: Pulling fs layer 06:18:34 0eba1c9be4d2: Waiting 06:18:34 0d57e429df01: Waiting 06:18:34 4e4be7b47b0d: Waiting 06:18:34 e1f770b5df2f: Waiting 06:18:34 85a0685a4137: Waiting 06:18:34 de9db76c5a1d: Verifying Checksum 06:18:34 de9db76c5a1d: Download complete 06:18:34 0ef7d3d256c8: Download complete 06:18:34 0d57e429df01: Verifying Checksum 06:18:34 0d57e429df01: Download complete 06:18:34 188c0c94c7c5: Verifying Checksum 06:18:34 188c0c94c7c5: Download complete 06:18:34 4e4be7b47b0d: Verifying Checksum 06:18:34 4e4be7b47b0d: Download complete 06:18:34 188c0c94c7c5: Pull complete 06:18:34 0ef7d3d256c8: Pull complete 06:18:34 de9db76c5a1d: Pull complete 06:18:35 e1f770b5df2f: Verifying Checksum 06:18:35 e1f770b5df2f: Download complete 06:18:36 0eba1c9be4d2: Download complete 06:18:37 85a0685a4137: Verifying Checksum 06:18:37 85a0685a4137: Download complete 06:18:42 0eba1c9be4d2: Pull complete 06:18:42 0d57e429df01: Pull complete 06:18:42 4e4be7b47b0d: Pull complete 06:18:43 e1f770b5df2f: Pull complete 06:18:52 85a0685a4137: Pull complete 06:18:52 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:18:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:18:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:18:52 prd-centos7-docker-4c-2g-720 does not seem to be running inside a container 06:18:52 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:18:53 $ docker top 2aa8cc91c9e849ab587b5923e4b5da9c6f73c1fc186a0b75b7fd51dec133ac28 -eo pid,comm [Pipeline] { [Pipeline] echo 06:18:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:18:53 + set -o pipefail 06:18:53 + snyk monitor '--org=edgex-jenkins' 06:19:03 06:19:03 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 06:19:03 06:19:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/e9d1b3b9-3315-4e12-aaaf-e29b148f085f 06:19:03 06:19:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:19:03 06:19:03 06:19:03 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 06:19:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:19:04 $ docker stop --time=1 2aa8cc91c9e849ab587b5923e4b5da9c6f73c1fc186a0b75b7fd51dec133ac28 06:19:06 $ docker rm -f 2aa8cc91c9e849ab587b5923e4b5da9c6f73c1fc186a0b75b7fd51dec133ac28 [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 06:19:07 + git log --format=format:%s -1 2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] isUnix [Pipeline] sh 06:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:08 . [Pipeline] withDockerContainer 06:19:08 prd-centos7-docker-4c-2g-720 does not seem to be running inside a container 06:19:08 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:19:09 $ docker top ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:19:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:19:09 [ssh-agent] Looking for ssh-agent implementation... 06:19:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:19:09 $ docker exec ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 ssh-agent 06:19:09 SSH_AUTH_SOCK=/tmp/ssh-K6kNdEOG3MUU/agent.11 06:19:09 SSH_AGENT_PID=16 06:19:09 Running ssh-add (command line suppressed) 06:19:09 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6821089242580402865.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6821089242580402865.key) 06:19:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:19:10 + git semver tag 06:19:10 # -> Open(): unable to determine branch for HEAD 06:19:10 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 06:19:10 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 06:19:10 # $SEMVER_REMOTE_NAME = origin 06:19:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:19:10 # $SEMVER_USER_NAME = edgex-jenkins 06:19:10 # $SEMVER_BRANCH = master 06:19:10 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 06:19:10 # 2de84ed3a33e57cbb484e8c5506a067ab9af376b HEAD 06:19:10 # -> Force: false 06:19:10 # 820fadb70d4eb933b983a68e6022e26c8de3b0ee refs/tags/v1.3.2-dev.6 [Pipeline] } 06:19:10 $ docker exec --env ******** --env ******** ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 ssh-agent -k 06:19:10 unset SSH_AUTH_SOCK; 06:19:10 unset SSH_AGENT_PID; 06:19:10 echo Agent pid 16 killed; 06:19:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:19:10 + git semver [Pipeline] } 06:19:10 $ docker stop --time=1 ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 06:19:12 $ docker rm -f ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:19:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:19:12 06:19:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:19:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:19:13 0.23.1-centos7: Pulling from edgex-lftools 06:19:13 ab5ef0e58194: Pulling fs layer 06:19:13 9712f1f96733: Pulling fs layer 06:19:13 63f879dbbcfc: Pulling fs layer 06:19:13 0d9ebad4ef96: Pulling fs layer 06:19:13 e9a5061849ea: Pulling fs layer 06:19:13 d747dcd14b5f: Pulling fs layer 06:19:13 2de7ff778b66: Pulling fs layer 06:19:13 e9a5061849ea: Waiting 06:19:13 0d9ebad4ef96: Waiting 06:19:13 2de7ff778b66: Waiting 06:19:13 d747dcd14b5f: Waiting 06:19:13 9712f1f96733: Verifying Checksum 06:19:13 9712f1f96733: Download complete 06:19:14 63f879dbbcfc: Verifying Checksum 06:19:14 63f879dbbcfc: Download complete 06:19:14 e9a5061849ea: Verifying Checksum 06:19:14 e9a5061849ea: Download complete 06:19:14 d747dcd14b5f: Verifying Checksum 06:19:14 d747dcd14b5f: Download complete 06:19:15 0d9ebad4ef96: Verifying Checksum 06:19:15 0d9ebad4ef96: Download complete 06:19:15 2de7ff778b66: Verifying Checksum 06:19:15 2de7ff778b66: Download complete 06:19:15 ab5ef0e58194: Verifying Checksum 06:19:15 ab5ef0e58194: Download complete 06:19:19 ab5ef0e58194: Pull complete 06:19:19 9712f1f96733: Pull complete 06:19:22 63f879dbbcfc: Pull complete 06:19:29 0d9ebad4ef96: Pull complete 06:19:31 e9a5061849ea: Pull complete 06:19:31 d747dcd14b5f: Pull complete 06:19:33 2de7ff778b66: Pull complete 06:19:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:19:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:19:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:19:33 prd-centos7-docker-4c-2g-720 does not seem to be running inside a container 06:19:33 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:19:36 $ docker top 849e2d2de2bc44fd8aee75a72b8d89ca504945ae5840e6207740012cfe39a42a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:19:36 provisioning config files... 06:19:36 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5787347372717973826tmp 06:19:36 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8520986318816500570tmp 06:19:36 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3792067420260953854tmp [Pipeline] { [Pipeline] echo 06:19:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:19:37 ---> sigul-configuration.sh 06:19:37 gpg: directory `/root/.gnupg' created 06:19:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:19:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:19:37 gpg: keyring `/root/.gnupg/secring.gpg' created 06:19:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:19:37 gpg: CAST5 encrypted data 06:19:37 gpg: encrypted with 1 passphrase 06:19:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:19:37 + mkdir /home/jenkins 06:19:37 + mkdir /home/jenkins/sigul [Pipeline] sh 06:19:37 + 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 06:19:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:19:38 ---> sigul-install.sh 06:19:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:19:45 + git tag --list 06:19:45 0.7.1 06:19:45 v1.0.0 06:19:45 v1.1.0 06:19:45 v1.1.1 06:19:45 v1.2.2 06:19:45 v1.3.0 06:19:45 v1.3.1 06:19:45 v1.3.1-dev.1 06:19:45 v1.3.1-dev.2 06:19:45 v1.3.1-dev.3 06:19:45 v1.3.1-dev.4 06:19:45 v1.3.2-dev.1 06:19:45 v1.3.2-dev.2 06:19:45 v1.3.2-dev.3 06:19:45 v1.3.2-dev.4 06:19:45 v1.3.2-dev.5 06:19:45 v1.3.2-dev.6 [Pipeline] sh 06:19:45 + lftools sign git-tag v1.3.2-dev.6 06:19:46 Signing Git tag with Sigul... 06:19:46 Signing v1.3.2-dev.6 [Pipeline] echo 06:19:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:19:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:19:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:19:48 $ docker stop --time=1 849e2d2de2bc44fd8aee75a72b8d89ca504945ae5840e6207740012cfe39a42a 06:19:50 $ docker rm -f 849e2d2de2bc44fd8aee75a72b8d89ca504945ae5840e6207740012cfe39a42a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:19:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:50 . [Pipeline] withDockerContainer 06:19:51 prd-centos7-docker-4c-2g-720 does not seem to be running inside a container 06:19: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:19:51 $ docker top 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:19:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:19:52 [ssh-agent] Looking for ssh-agent implementation... 06:19:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:19:52 $ docker exec 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 ssh-agent 06:19:52 SSH_AUTH_SOCK=/tmp/ssh-Kyo8QINrglKR/agent.12 06:19:52 SSH_AGENT_PID=18 06:19:52 Running ssh-add (command line suppressed) 06:19:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4988614903553488009.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4988614903553488009.key) 06:19:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:19:52 + git semver bump pre 06:19:52 # -> Open(): unable to determine branch for HEAD 06:19:52 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 06:19:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 06:19:52 # $SEMVER_REMOTE_NAME = origin 06:19:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:19:52 # $SEMVER_USER_NAME = edgex-jenkins 06:19:52 # $SEMVER_BRANCH = master 06:19:52 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 06:19:52 1.3.2-dev.7 [Pipeline] } 06:19:52 $ docker exec --env ******** --env ******** 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 ssh-agent -k 06:19:53 unset SSH_AUTH_SOCK; 06:19:53 unset SSH_AGENT_PID; 06:19:53 echo Agent pid 18 killed; 06:19:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:19:53 + git semver [Pipeline] } 06:19:53 $ docker stop --time=1 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 06:19:54 $ docker rm -f 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:55 . [Pipeline] withDockerContainer 06:19:55 prd-centos7-docker-4c-2g-720 does not seem to be running inside a container 06:19:55 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:19:55 $ docker top d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:19:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:19:56 [ssh-agent] Looking for ssh-agent implementation... 06:19:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:19:56 $ docker exec d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c ssh-agent 06:19:56 SSH_AUTH_SOCK=/tmp/ssh-nmb5bouV7ml4/agent.12 06:19:56 SSH_AGENT_PID=17 06:19:56 Running ssh-add (command line suppressed) 06:19:56 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2015055545572528477.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2015055545572528477.key) 06:19:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:19:56 + git semver push 06:19:56 # -> Open(): unable to determine branch for HEAD 06:19:56 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 06:19:56 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 06:19:56 # $SEMVER_REMOTE_NAME = origin 06:19:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:19:56 # $SEMVER_USER_NAME = edgex-jenkins 06:19:56 # $SEMVER_BRANCH = master 06:19:56 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 06:20:01 $ docker exec --env ******** --env ******** d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c ssh-agent -k 06:20:01 unset SSH_AUTH_SOCK; 06:20:01 unset SSH_AGENT_PID; 06:20:01 echo Agent pid 17 killed; 06:20:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:20:01 + git semver [Pipeline] } 06:20:01 $ docker stop --time=1 d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c 06:20:03 $ docker rm -f d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c [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 06:20:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:20:04 ---> package-listing.sh 06:20:04 ++ facter osfamily 06:20:04 ++ tr '[:upper:]' '[:lower:]' 06:20:04 + OS_FAMILY=redhat 06:20:04 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 06:20:04 + START_PACKAGES=/tmp/packages_start.txt 06:20:04 + END_PACKAGES=/tmp/packages_end.txt 06:20:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:20:04 + PACKAGES=/tmp/packages_start.txt 06:20:04 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 06:20:04 + PACKAGES=/tmp/packages_end.txt 06:20:04 + case "${OS_FAMILY}" in 06:20:04 + rpm -qa 06:20:04 + sort 06:20:09 + '[' -f /tmp/packages_start.txt ']' 06:20:09 + '[' -f /tmp/packages_end.txt ']' 06:20:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:20:09 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 06:20:09 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 06:20:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 06:20:09 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 06:20:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:20:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:20:10 06:20:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:20:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:20:10 alpine: Pulling from edgex-lftools-log-publisher 06:20:10 df20fa9351a1: Pulling fs layer 06:20:10 36b3adc4ff6f: Pulling fs layer 06:20:10 8ad3a11d3b57: Pulling fs layer 06:20:10 46f8f816bc3b: Pulling fs layer 06:20:10 93b61091891f: Pulling fs layer 06:20:10 93b9cdb0e59b: Pulling fs layer 06:20:10 5e14af77c1be: Pulling fs layer 06:20:10 01666e4c0597: Pulling fs layer 06:20:10 aa168da1d23b: Pulling fs layer 06:20:10 46f8f816bc3b: Waiting 06:20:10 93b61091891f: Waiting 06:20:10 93b9cdb0e59b: Waiting 06:20:10 01666e4c0597: Waiting 06:20:10 aa168da1d23b: Waiting 06:20:10 5e14af77c1be: Waiting 06:20:10 36b3adc4ff6f: Download complete 06:20:10 46f8f816bc3b: Verifying Checksum 06:20:10 46f8f816bc3b: Download complete 06:20:10 df20fa9351a1: Verifying Checksum 06:20:10 df20fa9351a1: Download complete 06:20:10 93b9cdb0e59b: Verifying Checksum 06:20:10 93b9cdb0e59b: Download complete 06:20:10 93b61091891f: Verifying Checksum 06:20:10 93b61091891f: Download complete 06:20:10 5e14af77c1be: Verifying Checksum 06:20:10 5e14af77c1be: Download complete 06:20:10 01666e4c0597: Verifying Checksum 06:20:10 01666e4c0597: Download complete 06:20:10 8ad3a11d3b57: Verifying Checksum 06:20:10 8ad3a11d3b57: Download complete 06:20:11 df20fa9351a1: Pull complete 06:20:11 36b3adc4ff6f: Pull complete 06:20:12 8ad3a11d3b57: Pull complete 06:20:12 46f8f816bc3b: Pull complete 06:20:12 aa168da1d23b: Verifying Checksum 06:20:12 aa168da1d23b: Download complete 06:20:13 93b61091891f: Pull complete 06:20:13 93b9cdb0e59b: Pull complete 06:20:13 5e14af77c1be: Pull complete 06:20:14 01666e4c0597: Pull complete 06:20:20 aa168da1d23b: Pull complete 06:20:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:20:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:20:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:20:21 prd-centos7-docker-4c-2g-720 does not seem to be running inside a container 06:20:21 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:20:23 $ docker top 83a4a89a23bef1ddeef3b56cf32bbcef52a9b1065da387a1b9dbfd63d1336d63 -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:24 + touch /tmp/pre-build-complete [Pipeline] sh 06:20:24 + mkdir -p /var/log/sa [Pipeline] sh 06:20:24 + ls /var/log/sa-host 06:20:24 + sadf -c /var/log/sa-host/sa19 06:20:24 file_magic: OK 06:20:24 HZ: Using current value: 100 06:20:24 file_header: OK 06:20:24 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 06:20:24 Statistics: 06:20:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:20:24 File successfully converted to sysstat format version 12.2.1 06:20:24 + sadf -c /var/log/sa-host/sa23 06:20:24 file_magic: OK 06:20:24 HZ: Using current value: 100 06:20:24 file_header: OK 06:20:24 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 06:20:24 Statistics: 06:20:24 Hnuu...uuuununununu... 06:20:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:20:25 provisioning config files... 06:20:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1318159666129732042tmp [Pipeline] { [Pipeline] echo 06:20:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:20:25 ---> create-netrc.sh [Pipeline] } 06:20:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:20:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:20:25 ---> python-tools-install.sh [Pipeline] echo 06:20:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:20:26 ---> sudo-logs.sh 06:20:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:20:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:20:26 ---> job-cost.sh 06:20:26 lf-activate-venv: SKIPPING 06:20:26 DEBUG: total: 0.20999999344348907 06:20:26 INFO: Retrieving Stack Cost... 06:20:29 INFO: Retrieving Pricing Info for: v1-standard-2 06:20:29 INFO: Archiving Costs [Pipeline] echo 06:20:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:20:29 ---> logs-deploy.sh 06:20:29 lf-activate-venv: SKIPPING 06:20:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/37 06:20:29 INFO: archiving workspace using pattern(s): 06:20:31 Archives upload complete. 06:20:31 INFO: archiving logs to Nexus 06:20:32 ---> uname -a: 06:20:32 Linux prd-centos7-docker-4c-2g-720.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:20:32 06:20:32 06:20:32 ---> lscpu: 06:20:32 Architecture: x86_64 06:20:32 CPU op-mode(s): 32-bit, 64-bit 06:20:32 Byte Order: Little Endian 06:20:32 Address sizes: 40 bits physical, 48 bits virtual 06:20:32 CPU(s): 4 06:20:32 On-line CPU(s) list: 0-3 06:20:32 Thread(s) per core: 1 06:20:32 Core(s) per socket: 1 06:20:32 Socket(s): 4 06:20:32 NUMA node(s): 1 06:20:32 Vendor ID: GenuineIntel 06:20:32 CPU family: 6 06:20:32 Model: 44 06:20:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:20:32 Stepping: 1 06:20:32 CPU MHz: 2933.438 06:20:32 BogoMIPS: 5866.87 06:20:32 Virtualization: VT-x 06:20:32 Hypervisor vendor: KVM 06:20:32 Virtualization type: full 06:20:32 L1d cache: 128 KiB 06:20:32 L1i cache: 128 KiB 06:20:32 L2 cache: 16 MiB 06:20:32 L3 cache: 64 MiB 06:20:32 NUMA node0 CPU(s): 0-3 06:20:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:20:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:20:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:20:32 Vulnerability Meltdown: Mitigation; PTI 06:20:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:20:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:20:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:20:32 Vulnerability Srbds: Not affected 06:20:32 Vulnerability Tsx async abort: Not affected 06:20:32 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:20:32 06:20:32 06:20:32 ---> nproc: 06:20:32 4 06:20:32 06:20:32 06:20:32 ---> df -h: 06:20:32 Filesystem Size Used Available Use% Mounted on 06:20:32 overlay 50.0G 8.5G 41.4G 17% / 06:20:32 tmpfs 64.0M 0 64.0M 0% /dev 06:20:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:20:32 shm 64.0M 0 64.0M 0% /dev/shm 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:20:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master 06:20:32 06:20:32 06:20:32 ---> free -m: 06:20:32 total used free shared buff/cache available 06:20:32 Mem: 1837 823 143 0 870 949 06:20:32 Swap: 1023 2 1021 06:20:32 06:20:32 06:20:32 ---> ip addr: 06:20:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:20:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:20:32 inet 127.0.0.1/8 scope host lo 06:20:32 valid_lft forever preferred_lft forever 06:20:32 inet6 ::1/128 scope host 06:20:32 valid_lft forever preferred_lft forever 06:20:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:20:32 link/ether fa:16:3e:c5:b6:d0 brd ff:ff:ff:ff:ff:ff 06:20:32 inet 10.30.123.74/23 brd 10.30.123.255 scope global dynamic eth0 06:20:32 valid_lft 85662sec preferred_lft 85662sec 06:20:32 inet6 fe80::f816:3eff:fec5:b6d0/64 scope link 06:20:32 valid_lft forever preferred_lft forever 06:20:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:20:32 link/ether 02:42:de:4b:3e:7d brd ff:ff:ff:ff:ff:ff 06:20:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:20:32 valid_lft forever preferred_lft forever 06:20:32 inet6 fe80::42:deff:fe4b:3e7d/64 scope link 06:20:32 valid_lft forever preferred_lft forever 06:20:32 06:20:32 06:20:32 ---> sar -b -r -n DEV: 06:20:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 06:20:32 06:20:32 06:08:02 LINUX RESTART (4 CPU) 06:20:32 06:20:32 06:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:20:32 06:10:01 4.35 1.38 2.96 0.00 88.59 72.92 0.00 06:20:32 06:11:01 0.37 0.00 0.37 0.00 0.00 6.08 0.00 06:20:32 06:12:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 06:20:32 06:13:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 06:20:32 06:14:01 0.28 0.00 0.28 0.00 0.00 3.83 0.00 06:20:32 06:15:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 06:20:32 06:16:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 06:20:32 06:17:02 0.57 0.00 0.57 0.00 0.00 6.40 0.00 06:20:32 06:18:01 0.15 0.00 0.15 0.00 0.00 2.03 0.00 06:20:32 06:19:01 286.52 172.25 114.28 0.00 7966.19 35367.90 0.00 06:20:32 06:20:01 224.05 79.84 144.21 0.00 4661.25 36310.89 0.00 06:20:32 Average: 47.13 23.09 24.04 0.00 1158.57 6539.96 0.00 06:20:32 06:20:32 06:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:20:32 06:10:01 173788 0 605708 32.19 2620 1099428 1100696 37.56 404556 1104696 20 06:20:32 06:11:01 171248 0 608240 32.33 2620 1099436 1093488 37.32 410552 1101928 20 06:20:32 06:12:01 171088 0 608396 32.33 2620 1099440 1091432 37.25 417712 1094812 16 06:20:32 06:13:01 168956 0 610528 32.45 2620 1099440 1087404 37.11 422316 1092320 8 06:20:32 06:14:01 170180 0 609296 32.38 2620 1099448 1080196 36.87 420144 1093692 12 06:20:32 06:15:01 170400 0 609068 32.37 2620 1099456 1080124 36.86 419644 1093692 20 06:20:32 06:16:01 170464 0 609000 32.37 2620 1099460 1080124 36.86 419772 1093692 12 06:20:32 06:17:02 169416 0 610044 32.42 2620 1099464 1080316 36.87 420676 1093692 8 06:20:32 06:18:01 169800 0 609652 32.40 2620 1099472 1080220 36.87 420180 1093692 8 06:20:32 06:19:01 78708 0 798204 42.42 2596 1002036 1363356 46.53 563520 961288 80524 06:20:32 06:20:01 258372 0 771768 41.02 1500 849904 1227244 41.88 556760 728688 56 06:20:32 Average: 170220 0 640900 34.06 2516 1067908 1124055 38.36 443257 1050199 7337 06:20:32 06:20:32 06:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:20:32 06:10:01 eth0 12.24 6.59 10.23 2.75 0.00 0.00 0.00 0.00 06:20:32 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:11:01 eth0 1.82 0.38 0.38 0.20 0.00 0.00 0.00 0.00 06:20:32 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:12:01 eth0 1.83 0.70 0.72 0.37 0.00 0.00 0.00 0.00 06:20:32 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:13:01 eth0 0.52 0.35 0.27 0.23 0.00 0.00 0.00 0.00 06:20:32 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:14:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 06:20:32 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:15:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:20:32 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:16:01 eth0 0.90 0.08 0.07 0.01 0.00 0.00 0.00 0.00 06:20:32 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:17:02 eth0 0.60 0.45 0.27 0.21 0.00 0.00 0.00 0.00 06:20:32 06:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:18:01 eth0 0.59 0.36 0.28 0.21 0.00 0.00 0.00 0.00 06:20:32 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:19:01 veth460af9b 63.86 68.80 5.98 388.78 0.00 0.00 0.00 0.00 06:20:32 06:19:01 eth0 514.59 438.72 4472.15 69.07 0.00 0.00 0.00 0.00 06:20:32 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:19:01 docker0 63.86 68.69 5.11 388.77 0.00 0.00 0.00 0.00 06:20:32 06:20:01 vethbd54300 2.03 1.53 0.31 0.27 0.00 0.00 0.00 0.00 06:20:32 06:20:01 eth0 542.88 448.00 3509.53 108.68 0.00 0.00 0.00 0.00 06:20:32 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 06:20:01 docker0 46.95 81.82 2.81 247.70 0.00 0.00 0.00 0.00 06:20:32 Average: vethbd54300 0.18 0.14 0.03 0.02 0.00 0.00 0.00 0.00 06:20:32 Average: eth0 98.06 81.62 728.33 16.56 0.00 0.00 0.00 0.00 06:20:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:32 Average: docker0 10.10 13.71 0.72 57.99 0.00 0.00 0.00 0.00 06:20:32 06:20:32 06:20:32 ---> sar -P ALL: 06:20:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 06:20:32 06:20:32 06:08:02 LINUX RESTART (4 CPU) 06:20:32 06:20:32 06:09:01 CPU %user %nice %system %iowait %steal %idle 06:20:32 06:10:01 all 0.40 0.00 0.15 0.03 0.01 99.41 06:20:32 06:10:01 0 0.20 0.00 0.15 0.02 0.00 99.63 06:20:32 06:10:01 1 0.48 0.00 0.17 0.02 0.02 99.32 06:20:32 06:10:01 2 0.72 0.00 0.10 0.02 0.00 99.17 06:20:32 06:10:01 3 0.22 0.00 0.20 0.05 0.02 99.52 06:20:32 06:11:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:20:32 06:11:01 0 0.08 0.00 0.03 0.00 0.00 99.88 06:20:32 06:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:20:32 06:11:01 2 0.45 0.00 0.05 0.00 0.00 99.50 06:20:32 06:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:20:32 06:12:01 all 0.13 0.00 0.04 0.00 0.00 99.83 06:20:32 06:12:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:20:32 06:12:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:20:32 06:12:01 2 0.38 0.00 0.03 0.00 0.00 99.58 06:20:32 06:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:20:32 06:13:01 all 0.14 0.00 0.03 0.00 0.00 99.82 06:20:32 06:13:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:20:32 06:13:01 1 0.42 0.00 0.03 0.00 0.00 99.55 06:20:32 06:13:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:20:32 06:13:01 3 0.07 0.00 0.02 0.00 0.00 99.92 06:20:32 06:14:01 all 0.15 0.00 0.06 0.00 0.00 99.79 06:20:32 06:14:01 0 0.02 0.00 0.13 0.00 0.00 99.85 06:20:32 06:14:01 1 0.53 0.00 0.03 0.00 0.00 99.43 06:20:32 06:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:32 06:14:01 3 0.05 0.00 0.05 0.00 0.00 99.90 06:20:32 06:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:20:32 06:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:20:32 06:15:01 1 0.52 0.00 0.03 0.00 0.00 99.45 06:20:32 06:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:20:32 06:15:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:20:32 06:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:20:32 06:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:20:32 06:16:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:20:32 06:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:32 06:16:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:20:32 06:17:02 all 0.17 0.00 0.03 0.00 0.00 99.81 06:20:32 06:17:02 0 0.05 0.00 0.02 0.00 0.00 99.93 06:20:32 06:17:02 1 0.05 0.00 0.05 0.00 0.00 99.90 06:20:32 06:17:02 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:32 06:17:02 3 0.53 0.00 0.02 0.00 0.00 99.45 06:20:32 06:18:01 all 0.17 0.00 0.03 0.00 0.00 99.81 06:20:32 06:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:20:32 06:18:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:20:32 06:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 06:20:32 06:18:01 3 0.56 0.00 0.02 0.00 0.00 99.42 06:20:32 06:19:01 all 9.62 0.00 6.69 3.45 0.03 80.20 06:20:32 06:19:01 0 9.71 0.00 6.97 3.08 0.02 80.22 06:20:32 06:19:01 1 8.79 0.00 7.30 3.00 0.03 80.89 06:20:32 06:19:01 2 9.77 0.00 6.12 4.30 0.03 79.79 06:20:32 06:19:01 3 10.24 0.00 6.37 3.44 0.03 79.92 06:20:32 06:20:01 all 11.96 0.00 9.25 2.87 0.05 75.87 06:20:32 06:20:01 0 15.52 0.00 10.53 2.23 0.03 71.69 06:20:32 06:20:01 1 10.35 0.00 8.23 4.56 0.05 76.81 06:20:32 06:20:01 2 11.66 0.00 9.56 1.45 0.05 77.27 06:20:32 06:20:01 3 10.32 0.00 8.69 3.24 0.07 77.69 06:20:32 06:20:32 Average: CPU %user %nice %system %iowait %steal %idle 06:20:32 Average: all 2.08 0.00 1.46 0.57 0.01 95.88 06:20:32 Average: 0 2.29 0.00 1.61 0.48 0.01 95.62 06:20:32 Average: 1 1.91 0.00 1.44 0.68 0.01 95.96 06:20:32 Average: 2 2.08 0.00 1.43 0.52 0.01 95.97 06:20:32 Average: 3 2.02 0.00 1.38 0.60 0.01 95.98 06:20:32 06:20:32 06:20:32