Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-404 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 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a (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 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a # timeout=10 Commit message: "Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.44" > git rev-list --no-walk 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:54:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:54:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:54:56 ========================================================= 04:54:56 EdgeX Global Pipelines Version Info 04:54:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:54:58 ------------------- 04:54:58 stable info: 04:54:58 ------------------- 04:54:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:54:58 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:54:58 Message: update stable to v1.0.186 04:54:59 ------------------- 04:54:59 experimental info: 04:54:59 ------------------- 04:54:59 Commited By: **** collab-it+edgex@linuxfoundation.org 04:54:59 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 04:54:59 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:54:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fddc77ff38097414d5c2eb8b8cdc6eba5b68819a [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fddc77f [Pipeline] echo 04:55:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:55:00 provisioning config files... 04:55:00 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1151335352688478144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:55:00 ---> docker-login.sh 04:55:00 nexus3.edgexfoundry.org:10001 04:55:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:01 Configure a credential helper to remove this warning. See 04:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:01 04:55:01 Login Succeeded 04:55:01 nexus3.edgexfoundry.org:10002 04:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:01 Configure a credential helper to remove this warning. See 04:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:01 04:55:01 Login Succeeded 04:55:01 nexus3.edgexfoundry.org:10003 04:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:01 Configure a credential helper to remove this warning. See 04:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:01 04:55:01 Login Succeeded 04:55:01 nexus3.edgexfoundry.org:10004 04:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:01 Configure a credential helper to remove this warning. See 04:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:01 04:55:01 Login Succeeded 04:55:01 docker.io 04:55:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:02 Configure a credential helper to remove this warning. See 04:55:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:02 04:55:02 Login Succeeded 04:55:02 ---> docker-login.sh ends [Pipeline] } 04:55:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:55:02 + git log --format=format:%s -1 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a [Pipeline] echo 04:55:02 GIT_COMMIT: fddc77ff38097414d5c2eb8b8cdc6eba5b68819a, Commit Message: Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.44 [Pipeline] echo 04:55:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:55:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:55:03 04:55:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:55:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:55:03 latest: Pulling from edgex-devops/git-semver 04:55:03 31603596830f: Pulling fs layer 04:55:03 2a8b12db71e7: Pulling fs layer 04:55:03 6ca5941a6612: Pulling fs layer 04:55:03 ecc8261a40a4: Pulling fs layer 04:55:03 ecc8261a40a4: Waiting 04:55:03 2a8b12db71e7: Verifying Checksum 04:55:03 2a8b12db71e7: Download complete 04:55:04 31603596830f: Verifying Checksum 04:55:04 31603596830f: Download complete 04:55:04 ecc8261a40a4: Verifying Checksum 04:55:04 ecc8261a40a4: Download complete 04:55:04 6ca5941a6612: Verifying Checksum 04:55:04 6ca5941a6612: Download complete 04:55:04 31603596830f: Pull complete 04:55:04 2a8b12db71e7: Pull complete 04:55:05 6ca5941a6612: Pull complete 04:55:05 ecc8261a40a4: Pull complete 04:55:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:55:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:55:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:55:05 prd-centos7-docker-4c-2g-404 does not seem to be running inside a container 04:55:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:55:07 $ docker top 5e7008898cdc28293499cf563592ccbe70250b9b4a8c438075484b01134034cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:55:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:07 [ssh-agent] Looking for ssh-agent implementation... 04:55:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:08 $ docker exec 5e7008898cdc28293499cf563592ccbe70250b9b4a8c438075484b01134034cf ssh-agent 04:55:08 SSH_AUTH_SOCK=/tmp/ssh-B7viSphJiYe2/agent.11 04:55:08 SSH_AGENT_PID=17 04:55:08 Running ssh-add (command line suppressed) 04:55:08 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8572187201258599908.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8572187201258599908.key) 04:55:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:08 + git tag --points-at HEAD [Pipeline] } 04:55:08 $ docker exec --env ******** --env ******** 5e7008898cdc28293499cf563592ccbe70250b9b4a8c438075484b01134034cf ssh-agent -k 04:55:08 unset SSH_AUTH_SOCK; 04:55:09 unset SSH_AGENT_PID; 04:55:09 echo Agent pid 17 killed; 04:55:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:55:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:09 [ssh-agent] Looking for ssh-agent implementation... 04:55:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:09 $ docker exec 5e7008898cdc28293499cf563592ccbe70250b9b4a8c438075484b01134034cf ssh-agent 04:55:09 SSH_AUTH_SOCK=/tmp/ssh-87kqMRDk6IUS/agent.47 04:55:09 SSH_AGENT_PID=52 04:55:09 Running ssh-add (command line suppressed) 04:55:09 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5467888531694099934.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5467888531694099934.key) 04:55:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:09 + git semver init 04:55:09 # -> Open(): unable to determine branch for HEAD 04:55:09 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:55:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:55:09 # $SEMVER_REMOTE_NAME = origin 04:55:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:55:09 # $SEMVER_USER_NAME = edgex-jenkins 04:55:09 # $SEMVER_BRANCH = master 04:55:09 # $SEMVER_TEMP = /tmp/semver-951001167 04:55:09 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:55:10 # '/tmp/semver-951001167' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 04:55:10 # -> Force: false 04:55:10 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 04:55:10 $ docker exec --env ******** --env ******** 5e7008898cdc28293499cf563592ccbe70250b9b4a8c438075484b01134034cf ssh-agent -k 04:55:10 unset SSH_AUTH_SOCK; 04:55:10 unset SSH_AGENT_PID; 04:55:10 echo Agent pid 52 killed; 04:55:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:55:10 + git semver [Pipeline] } 04:55:10 $ docker stop --time=1 5e7008898cdc28293499cf563592ccbe70250b9b4a8c438075484b01134034cf 04:55:12 $ docker rm -f 5e7008898cdc28293499cf563592ccbe70250b9b4a8c438075484b01134034cf [Pipeline] // withDockerContainer [Pipeline] sh 04:55:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:55:13 Stashed 1 file(s) [Pipeline] echo 04:55:13 [edgeXSemver]: initialized semver on version 1.3.2-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:55:28 Still waiting to schedule task 04:55:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:55:28 Still waiting to schedule task 04:55:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:57:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-406 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:57:24 Running in /w/workspace/device-mqtt-go/36 [Pipeline] { [Pipeline] checkout 04:57:29 using credential edgex-jenkins-ssh 04:57:29 Cloning the remote Git repository 04:57:29 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:57:29 > git init /w/workspace/device-mqtt-go/36 # timeout=10 04:57:30 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:57:30 > git --version # timeout=10 04:57:30 > git --version # 'git version 2.17.1' 04:57:30 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:31 Checking out Revision fddc77ff38097414d5c2eb8b8cdc6eba5b68819a (master) 04:57:30 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:57:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:30 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:57:31 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:57:31 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:57:31 > git config core.sparsecheckout # timeout=10 04:57:31 > git checkout -f fddc77ff38097414d5c2eb8b8cdc6eba5b68819a # timeout=10 04:57:35 Commit message: "Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.44" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:57:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:57:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:57:37 + sudo service docker restart 04:57:37 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:57:40 provisioning config files... 04:57:40 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/36@tmp/config4121847780559543728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:57:41 ---> docker-login.sh 04:57:41 nexus3.edgexfoundry.org:10001 04:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:42 Configure a credential helper to remove this warning. See 04:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:42 04:57:42 Login Succeeded 04:57:42 nexus3.edgexfoundry.org:10002 04:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:42 Configure a credential helper to remove this warning. See 04:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:42 04:57:42 Login Succeeded 04:57:42 nexus3.edgexfoundry.org:10003 04:57:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:43 Configure a credential helper to remove this warning. See 04:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:43 04:57:43 Login Succeeded 04:57:43 nexus3.edgexfoundry.org:10004 04:57:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:43 Configure a credential helper to remove this warning. See 04:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:43 04:57:43 Login Succeeded 04:57:43 docker.io 04:57:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:44 Configure a credential helper to remove this warning. See 04:57:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:44 04:57:44 Login Succeeded 04:57:44 ---> docker-login.sh ends [Pipeline] } 04:57:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:57:44 ========================================================= 04:57:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:57:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:57:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:57:45 Sending build context to Docker daemon 526.8kB 04:57:45 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:57:45 Step 2/8 : FROM ${BASE} 04:57:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:57:45 5f621e34cdf4: Pulling fs layer 04:57:45 a4357932f1b6: Pulling fs layer 04:57:45 18c013af1878: Pulling fs layer 04:57:45 00ac8860ef70: Pulling fs layer 04:57:45 63d7cb157983: Pulling fs layer 04:57:45 b116817d02f9: Pulling fs layer 04:57:45 745a02a5169b: Pulling fs layer 04:57:45 00ac8860ef70: Waiting 04:57:45 63d7cb157983: Waiting 04:57:45 b116817d02f9: Waiting 04:57:45 745a02a5169b: Waiting 04:57:45 18c013af1878: Verifying Checksum 04:57:45 18c013af1878: Download complete 04:57:45 a4357932f1b6: Verifying Checksum 04:57:45 a4357932f1b6: Download complete 04:57:45 63d7cb157983: Verifying Checksum 04:57:45 63d7cb157983: Download complete 04:57:45 b116817d02f9: Verifying Checksum 04:57:45 b116817d02f9: Download complete 04:57:45 5f621e34cdf4: Download complete 04:57:46 5f621e34cdf4: Pull complete 04:57:46 a4357932f1b6: Pull complete 04:57:47 18c013af1878: Pull complete 04:57:47 745a02a5169b: Verifying Checksum 04:57:47 745a02a5169b: Download complete 04:57:49 00ac8860ef70: Verifying Checksum 04:57:49 00ac8860ef70: Download complete 04:57:59 00ac8860ef70: Pull complete 04:58:00 63d7cb157983: Pull complete 04:58:00 b116817d02f9: Pull complete 04:58:04 745a02a5169b: Pull complete 04:58:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:58:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:58:04 ---> b7e6874047d6 04:58:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:58:06 ---> Running in d7010bee035d 04:58:07 Removing intermediate container d7010bee035d 04:58:07 ---> 53f09da11911 04:58:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:07 ---> Running in 318340de0202 04:58:09 Running on prd-centos7-docker-4c-2g-409 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:58:09 Running in /w/workspace/device-mqtt-go/36 [Pipeline] { [Pipeline] checkout 04:58:10 Removing intermediate container 318340de0202 04:58:10 ---> d8e346bd0380 04:58:10 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 04:58:10 ---> Running in e2a688b23372 04:58:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:58:11 using credential edgex-jenkins-ssh 04:58:11 Cloning the remote Git repository 04:58:11 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:58:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:58:12 > git init /w/workspace/device-mqtt-go/36 # timeout=10 04:58:12 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:58:12 > git --version # timeout=10 04:58:12 > git --version # 'git version 2.24.3' 04:58:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:12 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:58:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:12 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:58:12 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:58:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:58:13 Checking out Revision fddc77ff38097414d5c2eb8b8cdc6eba5b68819a (master) 04:58:13 (1/13) Installing libc-dev (0.7.2-r3) 04:58:14 (2/13) Installing libsodium (1.0.18-r0) 04:58:13 > git config core.sparsecheckout # timeout=10 04:58:13 > git checkout -f fddc77ff38097414d5c2eb8b8cdc6eba5b68819a # timeout=10 04:58:14 (3/13) Installing pkgconf (1.7.2-r0) 04:58:14 (4/13) Installing libsodium-dev (1.0.18-r0) 04:58:14 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:58:14 (6/13) Installing libedit (20191231.3.1-r0) 04:58:14 (7/13) Installing openssh-client (8.3_p1-r2) 04:58:16 Commit message: "Merge pull request #218 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.44" 04:58:16 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:58:16 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:58:16 (10/13) Installing openssh-server (8.3_p1-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:58:17 (11/13) Installing openssh (8.3_p1-r2) 04:58:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:58:17 (12/13) Installing libzmq (4.3.3-r0) 04:58:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 04:58:18 (13/13) Installing zeromq-dev (4.3.3-r0) 04:58:18 Executing busybox-1.31.1-r19.trigger 04:58:18 OK: 149 MiB in 52 packages [Pipeline] sh 04:58:18 + sudo service docker restart 04:58:18 + true 04:58:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:58:19 provisioning config files... 04:58:19 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/36@tmp/config9148823651829373415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:58:19 Removing intermediate container e2a688b23372 04:58:19 ---> 3e73e5f2d1ff 04:58:19 Step 6/8 : WORKDIR /device-mqtt-go 04:58:19 ---> docker-login.sh 04:58:19 nexus3.edgexfoundry.org:10001 04:58:19 ---> Running in eb9a9eff5510 04:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:20 Configure a credential helper to remove this warning. See 04:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:20 04:58:20 Login Succeeded 04:58:20 nexus3.edgexfoundry.org:10002 04:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:20 Configure a credential helper to remove this warning. See 04:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:20 04:58:20 Login Succeeded 04:58:20 nexus3.edgexfoundry.org:10003 04:58:20 Removing intermediate container eb9a9eff5510 04:58:20 ---> 46388808dd1d 04:58:20 Step 7/8 : COPY . . 04:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:20 Configure a credential helper to remove this warning. See 04:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:20 04:58:20 Login Succeeded 04:58:20 nexus3.edgexfoundry.org:10004 04:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:20 Configure a credential helper to remove this warning. See 04:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:20 04:58:20 Login Succeeded 04:58:20 docker.io 04:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:21 Configure a credential helper to remove this warning. See 04:58:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:21 04:58:21 Login Succeeded 04:58:21 ---> docker-login.sh ends [Pipeline] } 04:58:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:58:21 ========================================================= 04:58:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:58:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:58:21 ---> 66b722152183 04:58:21 Step 8/8 : RUN go mod download 04:58:21 ---> Running in 9267f9fcf77a 04:58:21 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:58:21 Sending build context to Docker daemon 527.9kB 04:58:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:58:21 Step 2/8 : FROM ${BASE} 04:58:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:58:21 188c0c94c7c5: Pulling fs layer 04:58:21 0ef7d3d256c8: Pulling fs layer 04:58:21 de9db76c5a1d: Pulling fs layer 04:58:21 bca2f99d35d6: Pulling fs layer 04:58:21 93359f2a8cfa: Pulling fs layer 04:58:21 7c6f9722023f: Pulling fs layer 04:58:21 a35cf1a2eb13: Pulling fs layer 04:58:21 93359f2a8cfa: Waiting 04:58:21 7c6f9722023f: Waiting 04:58:21 a35cf1a2eb13: Waiting 04:58:21 bca2f99d35d6: Waiting 04:58:21 de9db76c5a1d: Verifying Checksum 04:58:21 de9db76c5a1d: Download complete 04:58:21 0ef7d3d256c8: Verifying Checksum 04:58:21 0ef7d3d256c8: Download complete 04:58:21 93359f2a8cfa: Verifying Checksum 04:58:21 93359f2a8cfa: Download complete 04:58:21 7c6f9722023f: Verifying Checksum 04:58:21 7c6f9722023f: Download complete 04:58:21 188c0c94c7c5: Verifying Checksum 04:58:21 188c0c94c7c5: Download complete 04:58:22 188c0c94c7c5: Pull complete 04:58:22 0ef7d3d256c8: Pull complete 04:58:22 de9db76c5a1d: Pull complete 04:58:24 a35cf1a2eb13: Verifying Checksum 04:58:24 a35cf1a2eb13: Download complete 04:58:26 bca2f99d35d6: Verifying Checksum 04:58:26 bca2f99d35d6: Download complete 04:58:31 bca2f99d35d6: Pull complete 04:58:31 93359f2a8cfa: Pull complete 04:58:31 7c6f9722023f: Pull complete 04:58:41 a35cf1a2eb13: Pull complete 04:58:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:58:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:58:41 ---> a62c8e92a672 04:58:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:58:41 ---> Running in 49412d0fde54 04:58:41 Removing intermediate container 49412d0fde54 04:58:41 ---> dca71d475bf3 04:58:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:41 ---> Running in c1798ca92357 04:58:42 Removing intermediate container c1798ca92357 04:58:42 ---> a8a89a4288cb 04:58:42 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 04:58:42 ---> Running in e6d1792a1de2 04:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:58:44 (1/13) Installing libc-dev (0.7.2-r3) 04:58:44 (2/13) Installing libsodium (1.0.18-r0) 04:58:44 (3/13) Installing pkgconf (1.7.2-r0) 04:58:44 (4/13) Installing libsodium-dev (1.0.18-r0) 04:58:44 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:58:44 (6/13) Installing libedit (20191231.3.1-r0) 04:58:45 (7/13) Installing openssh-client (8.3_p1-r2) 04:58:45 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:58:45 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:58:45 (10/13) Installing openssh-server (8.3_p1-r2) 04:58:45 (11/13) Installing openssh (8.3_p1-r2) 04:58:45 (12/13) Installing libzmq (4.3.3-r0) 04:58:45 (13/13) Installing zeromq-dev (4.3.3-r0) 04:58:45 Executing busybox-1.31.1-r19.trigger 04:58:45 OK: 173 MiB in 52 packages 04:58:46 Removing intermediate container e6d1792a1de2 04:58:46 ---> cabf39ef191d 04:58:46 Step 6/8 : WORKDIR /device-mqtt-go 04:58:46 ---> Running in 38ee92115379 04:58:47 Removing intermediate container 38ee92115379 04:58:47 ---> 1ff1e239c5ca 04:58:47 Step 7/8 : COPY . . 04:58:47 ---> 79ced3ef1f9e 04:58:47 Step 8/8 : RUN go mod download 04:58:48 ---> Running in b2933023f19b 04:58:48 Removing intermediate container 9267f9fcf77a 04:58:48 ---> 273fbf2cf412 04:58:48 Successfully built 273fbf2cf412 04:58:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:58:48 + docker inspect -f . ci-base-image-arm64 04:58:48 . [Pipeline] withDockerContainer 04:58:48 prd-ubuntu18.04-docker-arm64-4c-16g-406 does not seem to be running inside a container 04:58:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/36 -v /w/workspace/device-mqtt-go/36:/w/workspace/device-mqtt-go/36:rw,z -v /w/workspace/device-mqtt-go/36@tmp:/w/workspace/device-mqtt-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:58:50 $ docker top e90a17de3f641ef1a61d263fcf05280ec7c62757e8bf025023e553979754d1da -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:51 + go version 04:58:51 go version go1.15.5 linux/arm64 [Pipeline] } 04:58:51 $ docker stop --time=1 e90a17de3f641ef1a61d263fcf05280ec7c62757e8bf025023e553979754d1da 04:58:53 $ docker rm -f e90a17de3f641ef1a61d263fcf05280ec7c62757e8bf025023e553979754d1da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:58:54 + docker inspect -f . ci-base-image-arm64 04:58:54 . [Pipeline] withDockerContainer 04:58:54 prd-ubuntu18.04-docker-arm64-4c-16g-406 does not seem to be running inside a container 04:58:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/36 -v /w/workspace/device-mqtt-go/36:/w/workspace/device-mqtt-go/36:rw,z -v /w/workspace/device-mqtt-go/36@tmp:/w/workspace/device-mqtt-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:58:55 $ docker top dd18f867782b8dd6fbeb0d0ed4c6c04046623563f8b2687f5d6222f70c66d8eb -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:56 + make test 04:58:56 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:58:58 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:59:10 Removing intermediate container b2933023f19b 04:59:10 ---> 5d4ebf385427 04:59:10 Successfully built 5d4ebf385427 04:59:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:59:10 + docker inspect -f . ci-base-image-x86_64 04:59:10 . [Pipeline] withDockerContainer 04:59:10 prd-centos7-docker-4c-2g-409 does not seem to be running inside a container 04:59:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/36 -v /w/workspace/device-mqtt-go/36:/w/workspace/device-mqtt-go/36:rw,z -v /w/workspace/device-mqtt-go/36@tmp:/w/workspace/device-mqtt-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:59:11 $ docker top a2bf66d93527dad9b2d943deb1d90a34473f325e065a36a46689f92969b65fe9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:11 + go version 04:59:11 go version go1.15.5 linux/amd64 [Pipeline] } 04:59:11 $ docker stop --time=1 a2bf66d93527dad9b2d943deb1d90a34473f325e065a36a46689f92969b65fe9 04:59:13 $ docker rm -f a2bf66d93527dad9b2d943deb1d90a34473f325e065a36a46689f92969b65fe9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:13 + docker inspect -f . ci-base-image-x86_64 04:59:13 . [Pipeline] withDockerContainer 04:59:13 prd-centos7-docker-4c-2g-409 does not seem to be running inside a container 04:59:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/36 -v /w/workspace/device-mqtt-go/36:/w/workspace/device-mqtt-go/36:rw,z -v /w/workspace/device-mqtt-go/36@tmp:/w/workspace/device-mqtt-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:59:14 $ docker top 0d54f36a52d382428c28197c6522effeb95649af79d36cfb86c99c45497c7900 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:15 + make test 04:59:15 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:59:16 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:59:34 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:59:34 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.019s coverage: 24.9% of statements 04:59:34 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:59:34 GCO_ENABLED=1 GO111MODULE=on go vet ./... 04:59:35 gofmt -l . 04:59:35 ["`gofmt -l .`" = ""] 04:59:35 ./bin/test-attribution-txt.sh 04:59:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:59:36 $ docker stop --time=1 0d54f36a52d382428c28197c6522effeb95649af79d36cfb86c99c45497c7900 04:59:38 $ docker rm -f 0d54f36a52d382428c28197c6522effeb95649af79d36cfb86c99c45497c7900 [Pipeline] // withDockerContainer [Pipeline] sh 04:59:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:59:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:59:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:59:42 + ls -al . 04:59:42 total 108 04:59:42 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 16 04:59 . 04:59:42 drwxrwxr-x. 4 jenkins jenkins 30 Apr 16 04:58 .. 04:59:42 -rw-rw-r--. 1 jenkins jenkins 7100 Apr 16 04:58 Attribution.txt 04:59:42 drwxrwxr-x. 2 jenkins jenkins 87 Apr 16 04:58 bin 04:59:42 drwxrwxr-x. 3 jenkins jenkins 32 Apr 16 04:58 cmd 04:59:42 -rw-r--r--. 1 jenkins jenkins 19386 Apr 16 04:59 coverage.out 04:59:42 -rw-rw-r--. 1 jenkins jenkins 1861 Apr 16 04:58 Dockerfile 04:59:42 -rw-rw-r--. 1 jenkins jenkins 994 Apr 16 04:58 Dockerfile.build 04:59:42 -rw-rw-r--. 1 jenkins jenkins 140 Apr 16 04:58 .dockerignore 04:59:42 drwxrwxr-x. 8 jenkins jenkins 162 Apr 16 04:58 .git 04:59:42 drwxrwxr-x. 2 jenkins jenkins 103 Apr 16 04:58 .github 04:59:42 -rw-rw-r--. 1 jenkins jenkins 336 Apr 16 04:58 .gitignore 04:59:42 -rw-r--r--. 1 jenkins jenkins 409 Apr 16 04:59 go.mod 04:59:42 -rw-r--r--. 1 jenkins jenkins 21534 Apr 16 04:59 go.sum 04:59:42 drwxrwxr-x. 3 jenkins jenkins 20 Apr 16 04:58 internal 04:59:42 -rw-rw-r--. 1 jenkins jenkins 677 Apr 16 04:58 Jenkinsfile 04:59:42 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 16 04:58 LICENSE 04:59:42 -rw-rw-r--. 1 jenkins jenkins 950 Apr 16 04:58 Makefile 04:59:42 drwxrwxr-x. 2 jenkins jenkins 23 Apr 16 04:58 mock 04:59:42 -rw-rw-r--. 1 jenkins jenkins 444 Apr 16 04:58 README.md 04:59:42 drwxrwxr-x. 4 jenkins jenkins 71 Apr 16 04:58 snap 04:59:42 -rw-rw-r--. 1 jenkins jenkins 11 Apr 16 04:55 VERSION 04:59:42 -rw-rw-r--. 1 jenkins jenkins 227 Apr 16 04:58 version.go [Pipeline] isUnix [Pipeline] sh 04:59:42 + 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=fddc77ff38097414d5c2eb8b8cdc6eba5b68819a --label arch=amd64 --label version=1.3.2-dev.5 . 04:59:42 Sending build context to Docker daemon 547.8kB 04:59:43 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:59:43 Step 2/23 : FROM ${BASE} AS builder 04:59:43 ---> 5d4ebf385427 04:59:43 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 04:59:43 ---> Running in 10dff4f03fe4 04:59:43 Removing intermediate container 10dff4f03fe4 04:59:43 ---> 0424dd8ef759 04:59:43 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 04:59:43 ---> Running in a2ba72eaf3ed 04:59:43 Removing intermediate container a2ba72eaf3ed 04:59:43 ---> 36c37488624f 04:59:43 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:43 ---> Running in 79c21c3f2015 04:59:44 Removing intermediate container 79c21c3f2015 04:59:44 ---> 1274a875ee3c 04:59:44 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:59:44 ---> Running in 288d488d7737 04:59:45 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:59:45 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.050s coverage: 24.9% of statements 04:59:45 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:59:46 OK: 173 MiB in 52 packages 04:59:46 GCO_ENABLED=1 GO111MODULE=on go vet ./... 04:59:47 Removing intermediate container 288d488d7737 04:59:47 ---> 194894013304 04:59:47 Step 7/23 : WORKDIR /device-mqtt-go 04:59:47 ---> Running in b3838f4beec2 04:59:47 Removing intermediate container b3838f4beec2 04:59:47 ---> 1c6a7733c74f 04:59:47 Step 8/23 : COPY . . 04:59:48 ---> 98372ebf8d18 04:59:48 Step 9/23 : RUN go mod download 04:59:48 ---> Running in 8471e5349070 04:59:48 Removing intermediate container 8471e5349070 04:59:48 ---> c6b66a1d0290 04:59:48 Step 10/23 : ARG MAKE='make build' 04:59:48 ---> Running in e7e53831cf64 04:59:49 Removing intermediate container e7e53831cf64 04:59:49 ---> f59b961bb36b 04:59:49 Step 11/23 : RUN $MAKE 04:59:49 ---> Running in 244a24d834f8 04:59:49 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.5" -o cmd/device-mqtt ./cmd 04:59:56 gofmt -l . 04:59:56 ["`gofmt -l .`" = ""] 04:59:56 ./bin/test-attribution-txt.sh 04:59:57 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:59:58 $ docker stop --time=1 dd18f867782b8dd6fbeb0d0ed4c6c04046623563f8b2687f5d6222f70c66d8eb 05:00:00 $ docker rm -f dd18f867782b8dd6fbeb0d0ed4c6c04046623563f8b2687f5d6222f70c66d8eb [Pipeline] // withDockerContainer [Pipeline] sh 05:00:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:00:01 Warning: overwriting stash ‘coverage-report’ 05:00:02 GCO_ENABLED=1 GO111MODULE=on go build ./... 05:00:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:00:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:00:03 + ls -al . 05:00:03 total 140 05:00:03 drwxrwxr-x 9 jenkins jenkins 4096 Apr 16 04:59 . 05:00:03 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:57 .. 05:00:03 -rw-rw-r-- 1 jenkins jenkins 140 Apr 16 04:57 .dockerignore 05:00:03 drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 04:57 .git 05:00:03 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:57 .github 05:00:03 -rw-rw-r-- 1 jenkins jenkins 336 Apr 16 04:57 .gitignore 05:00:03 -rw-rw-r-- 1 jenkins jenkins 7100 Apr 16 04:57 Attribution.txt 05:00:03 -rw-rw-r-- 1 jenkins jenkins 1861 Apr 16 04:57 Dockerfile 05:00:03 -rw-rw-r-- 1 jenkins jenkins 994 Apr 16 04:57 Dockerfile.build 05:00:03 -rw-rw-r-- 1 jenkins jenkins 677 Apr 16 04:57 Jenkinsfile 05:00:03 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 16 04:57 LICENSE 05:00:03 -rw-rw-r-- 1 jenkins jenkins 950 Apr 16 04:57 Makefile 05:00:03 -rw-rw-r-- 1 jenkins jenkins 444 Apr 16 04:57 README.md 05:00:03 -rw-rw-r-- 1 jenkins jenkins 11 Apr 16 04:55 VERSION 05:00:03 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:57 bin 05:00:03 drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 04:57 cmd 05:00:03 -rw-r--r-- 1 jenkins jenkins 19386 Apr 16 04:59 coverage.out 05:00:03 -rw-r--r-- 1 jenkins jenkins 409 Apr 16 04:59 go.mod 05:00:03 -rw-r--r-- 1 jenkins jenkins 21534 Apr 16 04:59 go.sum 05:00:03 drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 04:57 internal 05:00:03 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:57 mock 05:00:03 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:57 snap 05:00:03 -rw-rw-r-- 1 jenkins jenkins 227 Apr 16 04:57 version.go [Pipeline] isUnix [Pipeline] sh 05:00:03 + 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=fddc77ff38097414d5c2eb8b8cdc6eba5b68819a --label arch=arm64 --label version=1.3.2-dev.5 . 05:00:04 Sending build context to Docker daemon 546.8kB 05:00:04 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 05:00:04 Step 2/23 : FROM ${BASE} AS builder 05:00:04 ---> 273fbf2cf412 05:00:04 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:00:04 ---> Running in b7373f1ad7e2 05:00:05 Removing intermediate container b7373f1ad7e2 05:00:05 ---> 9e52d31ed7d7 05:00:05 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 05:00:05 ---> Running in 0876e90e7e09 05:00:05 Removing intermediate container 0876e90e7e09 05:00:05 ---> 2e11f85ad39c 05:00:05 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:05 ---> Running in 557f316e4e09 05:00:06 Removing intermediate container 244a24d834f8 05:00:06 ---> d5d92bc93c38 05:00:06 Step 12/23 : FROM alpine:3.12 05:00:07 3.12: Pulling from library/alpine 05:00:07 339de151aab4: Pulling fs layer 05:00:07 339de151aab4: Download complete 05:00:07 339de151aab4: Pull complete 05:00:07 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:00:07 Status: Downloaded newer image for alpine:3.12 05:00:07 ---> 13621d1b12d4 05:00:07 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 05:00:07 ---> Running in c20237fd5bf9 05:00:07 Removing intermediate container 557f316e4e09 05:00:07 ---> 03e109192076 05:00:07 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:00:08 ---> Running in 189c4bfafd48 05:00:08 Removing intermediate container c20237fd5bf9 05:00:08 ---> 1bf8e5e57d94 05:00:08 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 05:00:08 ---> Running in c1c5b3bf8ef1 05:00:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:00:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:00:09 (1/6) Installing dumb-init (1.2.2-r1) 05:00:09 (2/6) Installing libgcc (9.3.0-r2) 05:00:09 (3/6) Installing libsodium (1.0.18-r0) 05:00:09 (4/6) Installing libstdc++ (9.3.0-r2) 05:00:09 (5/6) Installing libzmq (4.3.3-r0) 05:00:09 (6/6) Installing zeromq (4.3.3-r0) 05:00:09 Executing busybox-1.31.1-r20.trigger 05:00:09 OK: 8 MiB in 20 packages 05:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:00:09 Removing intermediate container c1c5b3bf8ef1 05:00:09 ---> 79665a2177e8 05:00:09 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 05:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:00:10 ---> 25291a7166c6 05:00:10 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 05:00:10 ---> 5c9f2f426160 05:00:10 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 05:00:10 ---> bf4ca8d4afdf 05:00:10 Step 18/23 : EXPOSE 49982 05:00:10 OK: 149 MiB in 52 packages 05:00:10 ---> Running in 2b3d7d4fd94f 05:00:10 Removing intermediate container 2b3d7d4fd94f 05:00:10 ---> aa30c165a816 05:00:10 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 05:00:10 ---> Running in ea1e5842f3d2 05:00:11 Removing intermediate container ea1e5842f3d2 05:00:11 ---> 3ddebdb76028 05:00:11 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:11 ---> Running in 4c17802ac002 05:00:11 Removing intermediate container 4c17802ac002 05:00:11 ---> deb5bdeb4c68 05:00:11 Step 21/23 : LABEL arch=amd64 05:00:11 ---> Running in 34b2226ae936 05:00:11 Removing intermediate container 34b2226ae936 05:00:11 ---> ee328fb1c89a 05:00:11 Step 22/23 : LABEL git_sha=fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:00:11 ---> Running in ae23bb83f30d 05:00:11 Removing intermediate container ae23bb83f30d 05:00:11 ---> e7f1335443e2 05:00:11 Step 23/23 : LABEL version=1.3.2-dev.5 05:00:11 Removing intermediate container 189c4bfafd48 05:00:11 ---> a3e4e3fe9195 05:00:11 Step 7/23 : WORKDIR /device-mqtt-go 05:00:12 ---> Running in 8d0074e504fa 05:00:12 Removing intermediate container 8d0074e504fa 05:00:12 ---> 5a2f21743ae2 05:00:12 [Warning] One or more build-args [ARCH] were not consumed 05:00:12 Successfully built 5a2f21743ae2 05:00:12 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage 05:00:12 ---> Running in 83e79b20f466 [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:00:12 provisioning config files... 05:00:12 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/36@tmp/config7068556305985426012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:12 Removing intermediate container 83e79b20f466 05:00:12 ---> 3d5fc0486505 05:00:12 Step 8/23 : COPY . . 05:00:12 ---> docker-login.sh 05:00:12 nexus3.edgexfoundry.org:10001 05:00:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:12 Configure a credential helper to remove this warning. See 05:00:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:12 05:00:12 Login Succeeded 05:00:12 nexus3.edgexfoundry.org:10002 05:00:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:13 Configure a credential helper to remove this warning. See 05:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:13 05:00:13 Login Succeeded 05:00:13 nexus3.edgexfoundry.org:10003 05:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:13 Configure a credential helper to remove this warning. See 05:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:13 05:00:13 Login Succeeded 05:00:13 nexus3.edgexfoundry.org:10004 05:00:13 ---> 5b9af01ef183 05:00:13 Step 9/23 : RUN go mod download 05:00:13 ---> Running in ebf50c6934b2 05:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:13 Configure a credential helper to remove this warning. See 05:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:13 05:00:13 Login Succeeded 05:00:13 docker.io 05:00:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:13 Configure a credential helper to remove this warning. See 05:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:13 05:00:13 Login Succeeded 05:00:13 ---> docker-login.sh ends [Pipeline] } 05:00:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:13 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 05:00:13 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:00:13 latest 05:00:13 1.3.2-dev.5 05:00:13 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 05:00:13 master 05:00:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:14 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a [Pipeline] isUnix [Pipeline] sh 05:00:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:00:14 dd6f9c0c300a: Preparing 05:00:14 e071787b8661: Preparing 05:00:14 9e14b9be2da9: Preparing 05:00:14 f58fd6295d22: Preparing 05:00:14 32f366d666a5: Preparing 05:00:14 32f366d666a5: Layer already exists 05:00:14 dd6f9c0c300a: Pushed 05:00:14 e071787b8661: Pushed 05:00:14 f58fd6295d22: Pushed 05:00:15 Removing intermediate container ebf50c6934b2 05:00:15 ---> 30a9aaeb6261 05:00:15 Step 10/23 : ARG MAKE='make build' 05:00:15 ---> Running in ab359c29ae1e 05:00:15 9e14b9be2da9: Pushed 05:00:15 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a: digest: sha256:51c3ae9185c0b291abcee2dcadb0727e9b116969e460eb283f267e099999a245 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:00:16 Removing intermediate container ab359c29ae1e 05:00:16 ---> 9312386b3245 05:00:16 Step 11/23 : RUN $MAKE 05:00:16 ---> Running in 7a0a86de09ef 05:00:16 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 05:00:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 05:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:00:16 dd6f9c0c300a: Preparing 05:00:16 e071787b8661: Preparing 05:00:16 9e14b9be2da9: Preparing 05:00:16 f58fd6295d22: Preparing 05:00:16 32f366d666a5: Preparing 05:00:16 9e14b9be2da9: Layer already exists 05:00:16 32f366d666a5: Layer already exists 05:00:16 f58fd6295d22: Layer already exists 05:00:16 e071787b8661: Layer already exists 05:00:16 dd6f9c0c300a: Layer already exists 05:00:16 latest: digest: sha256:51c3ae9185c0b291abcee2dcadb0727e9b116969e460eb283f267e099999a245 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:00:16 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 05:00:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.5 05:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:00:17 dd6f9c0c300a: Preparing 05:00:17 e071787b8661: Preparing 05:00:17 9e14b9be2da9: Preparing 05:00:17 f58fd6295d22: Preparing 05:00:17 32f366d666a5: Preparing 05:00:17 9e14b9be2da9: Layer already exists 05:00:17 f58fd6295d22: Layer already exists 05:00:17 e071787b8661: Layer already exists 05:00:17 32f366d666a5: Layer already exists 05:00:17 dd6f9c0c300a: Layer already exists 05:00:17 1.3.2-dev.5: digest: sha256:51c3ae9185c0b291abcee2dcadb0727e9b116969e460eb283f267e099999a245 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:00:17 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 05:00:17 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.5" -o cmd/device-mqtt ./cmd 05:00:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 05:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:00:17 dd6f9c0c300a: Preparing 05:00:17 e071787b8661: Preparing 05:00:17 9e14b9be2da9: Preparing 05:00:17 f58fd6295d22: Preparing 05:00:17 32f366d666a5: Preparing 05:00:17 dd6f9c0c300a: Layer already exists 05:00:17 9e14b9be2da9: Layer already exists 05:00:17 f58fd6295d22: Layer already exists 05:00:17 e071787b8661: Layer already exists 05:00:17 32f366d666a5: Layer already exists 05:00:17 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5: digest: sha256:51c3ae9185c0b291abcee2dcadb0727e9b116969e460eb283f267e099999a245 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:00:18 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 05:00:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 05:00:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:00:18 dd6f9c0c300a: Preparing 05:00:18 e071787b8661: Preparing 05:00:18 9e14b9be2da9: Preparing 05:00:18 f58fd6295d22: Preparing 05:00:18 32f366d666a5: Preparing 05:00:18 dd6f9c0c300a: Layer already exists 05:00:18 f58fd6295d22: Layer already exists 05:00:18 9e14b9be2da9: Layer already exists 05:00:18 e071787b8661: Layer already exists 05:00:18 32f366d666a5: Layer already exists 05:00:18 master: digest: sha256:51c3ae9185c0b291abcee2dcadb0727e9b116969e460eb283f267e099999a245 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:18 ===================================================== [Pipeline] echo 05:00:18 taggedImages: 05:00:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:00:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 05:00:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.5 05:00:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 05:00:18 - 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 05:00:19 ---> job-cost.sh 05:00:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-w9An 05:00:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:00:56 GCO_ENABLED=1 GO111MODULE=on go build ./... 05:01:00 lf-activate-venv(): INFO: Adding /tmp/venv-w9An/bin to PATH 05:01:00 INFO: No Stack... 05:01:01 INFO: Retrieving Pricing Info for: v1-standard-2 05:01:01 INFO: Archiving Costs [Pipeline] sh 05:01:01 + cat /w/workspace/device-mqtt-go/36/archives/cost.csv 05:01:01 + cut -d, -f6 [Pipeline] lock 05:01:02 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-36-stack-cost] 05:01:02 Resource [jenkins-edgexfoundry-device-mqtt-go-master-36-stack-cost] did not exist. Created. 05:01:02 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:01:02 + echo total: 0.029999999329447746 [Pipeline] stash 05:01:02 Stashed 1 file(s) [Pipeline] } 05:01:02 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-36-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:01:06 Removing intermediate container 7a0a86de09ef 05:01:06 ---> f8a0be5f97a0 05:01:06 Step 12/23 : FROM alpine:3.12 05:01:06 3.12: Pulling from library/alpine 05:01:06 d2f70382dc9a: Pulling fs layer 05:01:06 d2f70382dc9a: Verifying Checksum 05:01:06 d2f70382dc9a: Download complete 05:01:06 d2f70382dc9a: Pull complete 05:01:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:01:06 Status: Downloaded newer image for alpine:3.12 05:01:06 ---> 9852663dfa18 05:01:06 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 05:01:07 ---> Running in 0a80cbd08db2 05:01:07 Removing intermediate container 0a80cbd08db2 05:01:07 ---> e06ebe79ed1f 05:01:07 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 05:01:07 ---> Running in e2c24ddc78eb 05:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:01:09 (1/6) Installing dumb-init (1.2.2-r1) 05:01:09 (2/6) Installing libgcc (9.3.0-r2) 05:01:09 (3/6) Installing libsodium (1.0.18-r0) 05:01:09 (4/6) Installing libstdc++ (9.3.0-r2) 05:01:09 (5/6) Installing libzmq (4.3.3-r0) 05:01:09 (6/6) Installing zeromq (4.3.3-r0) 05:01:09 Executing busybox-1.31.1-r20.trigger 05:01:09 OK: 8 MiB in 20 packages 05:01:10 Removing intermediate container e2c24ddc78eb 05:01:10 ---> 3d65c172a3bd 05:01:10 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 05:01:11 ---> 7cc1c2df5548 05:01:11 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 05:01:12 ---> 7757f82ede1c 05:01:12 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 05:01:13 ---> 187961c06548 05:01:13 Step 18/23 : EXPOSE 49982 05:01:13 ---> Running in c44f64ee0a03 05:01:14 Removing intermediate container c44f64ee0a03 05:01:14 ---> e803f3b1c8e2 05:01:14 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 05:01:14 ---> Running in 5394866dd2b2 05:01:14 Removing intermediate container 5394866dd2b2 05:01:14 ---> 36e844587b82 05:01:14 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:01:14 ---> Running in d27f962ddc3d 05:01:15 Removing intermediate container d27f962ddc3d 05:01:15 ---> 5b5db956e91b 05:01:15 Step 21/23 : LABEL arch=arm64 05:01:15 ---> Running in 3283cbdcccf9 05:01:16 Removing intermediate container 3283cbdcccf9 05:01:16 ---> 9d53abac7471 05:01:16 Step 22/23 : LABEL git_sha=fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:01:16 ---> Running in 4d22a1b54f29 05:01:16 Removing intermediate container 4d22a1b54f29 05:01:16 ---> d63e9df59f16 05:01:16 Step 23/23 : LABEL version=1.3.2-dev.5 05:01:16 ---> Running in 2293a498b9d8 05:01:17 Removing intermediate container 2293a498b9d8 05:01:17 ---> edc31207a66e 05:01:17 [Warning] One or more build-args [ARCH] were not consumed 05:01:17 Successfully built edc31207a66e 05:01:17 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:01:17 provisioning config files... 05:01:17 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/36@tmp/config4336354133861929048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:01:17 ---> docker-login.sh 05:01:17 nexus3.edgexfoundry.org:10001 05:01:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:18 Configure a credential helper to remove this warning. See 05:01:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:18 05:01:18 Login Succeeded 05:01:18 nexus3.edgexfoundry.org:10002 05:01:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:18 Configure a credential helper to remove this warning. See 05:01:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:18 05:01:18 Login Succeeded 05:01:18 nexus3.edgexfoundry.org:10003 05:01:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:19 Configure a credential helper to remove this warning. See 05:01:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:19 05:01:19 Login Succeeded 05:01:19 nexus3.edgexfoundry.org:10004 05:01:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:20 Configure a credential helper to remove this warning. See 05:01:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:20 05:01:20 Login Succeeded 05:01:20 docker.io 05:01:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:20 Configure a credential helper to remove this warning. See 05:01:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:20 05:01:20 Login Succeeded 05:01:20 ---> docker-login.sh ends [Pipeline] } 05:01:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:21 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 05:01:21 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:01:21 latest 05:01:21 1.3.2-dev.5 05:01:21 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 05:01:21 master 05:01:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:21 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a [Pipeline] isUnix [Pipeline] sh 05:01:21 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:01:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:01:21 b68b8f94d3bf: Preparing 05:01:21 062384276775: Preparing 05:01:21 0d28322eacbe: Preparing 05:01:21 ef5f1bd2c579: Preparing 05:01:21 3fbe34a1663b: Preparing 05:01:22 3fbe34a1663b: Layer already exists 05:01:22 062384276775: Pushed 05:01:22 b68b8f94d3bf: Pushed 05:01:22 ef5f1bd2c579: Pushed 05:01:25 0d28322eacbe: Pushed 05:01:25 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a: digest: sha256:ae611173614d9661ecae1411491ec7fe0b74eac6af3e5e98ca20e8b8a4224a64 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:01:25 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:01:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 05:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:01:25 b68b8f94d3bf: Preparing 05:01:25 062384276775: Preparing 05:01:25 0d28322eacbe: Preparing 05:01:25 ef5f1bd2c579: Preparing 05:01:25 3fbe34a1663b: Preparing 05:01:26 3fbe34a1663b: Layer already exists 05:01:26 0d28322eacbe: Layer already exists 05:01:26 b68b8f94d3bf: Layer already exists 05:01:26 062384276775: Layer already exists 05:01:26 ef5f1bd2c579: Layer already exists 05:01:26 latest: digest: sha256:ae611173614d9661ecae1411491ec7fe0b74eac6af3e5e98ca20e8b8a4224a64 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:01:26 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 05:01:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.5 05:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:01:26 b68b8f94d3bf: Preparing 05:01:26 062384276775: Preparing 05:01:26 0d28322eacbe: Preparing 05:01:26 ef5f1bd2c579: Preparing 05:01:26 3fbe34a1663b: Preparing 05:01:27 ef5f1bd2c579: Layer already exists 05:01:27 3fbe34a1663b: Layer already exists 05:01:27 062384276775: Layer already exists 05:01:27 b68b8f94d3bf: Layer already exists 05:01:27 0d28322eacbe: Layer already exists 05:01:27 1.3.2-dev.5: digest: sha256:ae611173614d9661ecae1411491ec7fe0b74eac6af3e5e98ca20e8b8a4224a64 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:01:27 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 05:01:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 05:01:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:01:27 b68b8f94d3bf: Preparing 05:01:27 062384276775: Preparing 05:01:27 0d28322eacbe: Preparing 05:01:27 ef5f1bd2c579: Preparing 05:01:27 3fbe34a1663b: Preparing 05:01:28 b68b8f94d3bf: Layer already exists 05:01:28 3fbe34a1663b: Layer already exists 05:01:28 0d28322eacbe: Layer already exists 05:01:28 ef5f1bd2c579: Layer already exists 05:01:28 062384276775: Layer already exists 05:01:28 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5: digest: sha256:ae611173614d9661ecae1411491ec7fe0b74eac6af3e5e98ca20e8b8a4224a64 size: 1365 [Pipeline] isUnix [Pipeline] sh 05:01:28 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:01:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 05:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:01:28 b68b8f94d3bf: Preparing 05:01:28 062384276775: Preparing 05:01:28 0d28322eacbe: Preparing 05:01:28 ef5f1bd2c579: Preparing 05:01:28 3fbe34a1663b: Preparing 05:01:29 b68b8f94d3bf: Layer already exists 05:01:29 062384276775: Layer already exists 05:01:29 0d28322eacbe: Layer already exists 05:01:29 3fbe34a1663b: Layer already exists 05:01:29 ef5f1bd2c579: Layer already exists 05:01:29 master: digest: sha256:ae611173614d9661ecae1411491ec7fe0b74eac6af3e5e98ca20e8b8a4224a64 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:29 ===================================================== [Pipeline] echo 05:01:29 taggedImages: 05:01:29 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a 05:01:29 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 05:01:29 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.5 05:01:29 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fddc77ff38097414d5c2eb8b8cdc6eba5b68819a-1.3.2-dev.5 05:01:29 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:01:29 ---> job-cost.sh 05:01:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KUrd 05:02:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:04:23 lf-activate-venv(): INFO: Adding /tmp/venv-KUrd/bin to PATH 05:04:23 INFO: No Stack... 05:04:23 INFO: Retrieving Pricing Info for: lf-standard-4 05:04:23 INFO: Archiving Costs [Pipeline] sh 05:04:23 + + cat /w/workspace/device-mqtt-go/36/archives/cost.csv 05:04:23 cut -d, -f6 [Pipeline] lock 05:04:23 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-36-stack-cost] 05:04:23 Resource [jenkins-edgexfoundry-device-mqtt-go-master-36-stack-cost] did not exist. Created. 05:04:23 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:04:24 /w/workspace/device-mqtt-go/36@tmp/durable-9f418411/script.sh: 1: /w/workspace/device-mqtt-go/36@tmp/durable-9f418411/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:04:24 + echo total: 0.20999999344348907 [Pipeline] stash 05:04:24 Warning: overwriting stash ‘stack-cost’ 05:04:24 Stashed 1 file(s) [Pipeline] } 05:04:24 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-36-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 05:04:25 provisioning config files... 05:04:25 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7770449541054868955tmp [Pipeline] { [Pipeline] sh 05:04:25 + set +x 05:04:25 + bash -s -- 05:04:25 + curl -s https://codecov.io/bash 05:04:26 05:04:26 _____ _ 05:04:26 / ____| | | 05:04:26 | | ___ __| | ___ ___ _____ __ 05:04:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:04:26 | |___| (_) | (_| | __/ (_| (_) \ V / 05:04:26 \_____\___/ \__,_|\___|\___\___/ \_/ 05:04:26 Bash-1.0.1 05:04:26 05:04:26 05:04:26 ==> git version 2.24.3 found 05:04:26 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:04:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:04:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:04:26 ==> Jenkins CI detected. 05:04:26 project root: . 05:04:26 --> token set from env 05:04:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:04:26 ==> Running gcov in . (disable via -X gcov) 05:04:26 ==> Python coveragepy not found 05:04:26 ==> Searching for coverage reports in: 05:04:26 + . 05:04:26 -> Found 1 reports 05:04:26 ==> Detecting git/mercurial file structure 05:04:26 ==> Reading reports 05:04:26 + ./coverage.out bytes=19386 05:04:26 ==> Appending adjustments 05:04:26 https://docs.codecov.io/docs/fixing-reports 05:04:26 + Found adjustments 05:04:26 ==> Gzipping contents 05:04:26 4.0K /tmp/codecov.Q0mgTY.gz 05:04:26 ==> Uploading reports 05:04:26 url: https://codecov.io 05:04:26 query: branch=master&commit=fddc77ff38097414d5c2eb8b8cdc6eba5b68819a&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:04:26 -> Pinging Codecov 05:04:26 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=fddc77ff38097414d5c2eb8b8cdc6eba5b68819a&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:04:26 -> Uploading to 05:04:26 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/7D719EC7BBE17E464838252E33014C33/fddc77ff38097414d5c2eb8b8cdc6eba5b68819a/be40d3ec-0863-4751-a0c2-a2b636ffbca4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T050426Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d272270380b90bdd6f8d02494cb4195b6e7641f403de735c2c4591e6ca901534 05:04:26 % Total % Received % Xferd Average Speed Time Time Time Current 05:04:26 Dload Upload Total Spent Left Speed 05:04:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3390 0 0 100 3390 0 7203 --:--:-- --:--:-- --:--:-- 7212 05:04:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/fddc77ff38097414d5c2eb8b8cdc6eba5b68819a [Pipeline] } 05:04:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:04:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:04:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:04:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:04:28 05:04:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:04:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:04:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:04:28 188c0c94c7c5: Pulling fs layer 05:04:28 0ef7d3d256c8: Pulling fs layer 05:04:28 de9db76c5a1d: Pulling fs layer 05:04:28 0eba1c9be4d2: Pulling fs layer 05:04:28 0d57e429df01: Pulling fs layer 05:04:28 4e4be7b47b0d: Pulling fs layer 05:04:28 e1f770b5df2f: Pulling fs layer 05:04:28 85a0685a4137: Pulling fs layer 05:04:28 0d57e429df01: Waiting 05:04:28 e1f770b5df2f: Waiting 05:04:28 85a0685a4137: Waiting 05:04:28 0eba1c9be4d2: Waiting 05:04:28 de9db76c5a1d: Verifying Checksum 05:04:28 de9db76c5a1d: Download complete 05:04:28 0ef7d3d256c8: Download complete 05:04:28 0d57e429df01: Verifying Checksum 05:04:28 0d57e429df01: Download complete 05:04:28 188c0c94c7c5: Verifying Checksum 05:04:28 188c0c94c7c5: Download complete 05:04:28 4e4be7b47b0d: Verifying Checksum 05:04:28 4e4be7b47b0d: Download complete 05:04:29 188c0c94c7c5: Pull complete 05:04:29 0ef7d3d256c8: Pull complete 05:04:29 de9db76c5a1d: Pull complete 05:04:30 e1f770b5df2f: Verifying Checksum 05:04:30 e1f770b5df2f: Download complete 05:04:32 0eba1c9be4d2: Verifying Checksum 05:04:32 0eba1c9be4d2: Download complete 05:04:32 85a0685a4137: Verifying Checksum 05:04:32 85a0685a4137: Download complete 05:04:39 0eba1c9be4d2: Pull complete 05:04:39 0d57e429df01: Pull complete 05:04:39 4e4be7b47b0d: Pull complete 05:04:41 e1f770b5df2f: Pull complete 05:04:48 85a0685a4137: Pull complete 05:04:48 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:04:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:04:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:04:48 prd-centos7-docker-4c-2g-404 does not seem to be running inside a container 05:04:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:04:49 $ docker top 3989f5439b4857858064cbeb305f2ca26def9e72c5f007c12fd19402ee9890bf -eo pid,comm [Pipeline] { [Pipeline] echo 05:04:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:04:50 + set -o pipefail 05:04:50 + snyk monitor '--org=edgex-jenkins' 05:05:00 05:05:00 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 05:05:00 05:05:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/eb900323-c820-4869-82da-04eed5d8058d 05:05:00 05:05:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:05:00 05:05:00 05:05:00 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 05:05:00 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:05:00 $ docker stop --time=1 3989f5439b4857858064cbeb305f2ca26def9e72c5f007c12fd19402ee9890bf 05:05:03 $ docker rm -f 3989f5439b4857858064cbeb305f2ca26def9e72c5f007c12fd19402ee9890bf [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 05:05:04 + git log --format=format:%s -1 fddc77ff38097414d5c2eb8b8cdc6eba5b68819a [Pipeline] isUnix [Pipeline] sh 05:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:05:04 . [Pipeline] withDockerContainer 05:05:05 prd-centos7-docker-4c-2g-404 does not seem to be running inside a container 05:05:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:05:05 $ docker top 073cd6a184fdd6fda5919089eed0254a645c51386cf0d6aee9448a63434c1f23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:06 [ssh-agent] Looking for ssh-agent implementation... 05:05:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:06 $ docker exec 073cd6a184fdd6fda5919089eed0254a645c51386cf0d6aee9448a63434c1f23 ssh-agent 05:05:06 SSH_AUTH_SOCK=/tmp/ssh-u0flyGB9vAYt/agent.11 05:05:06 SSH_AGENT_PID=16 05:05:06 Running ssh-add (command line suppressed) 05:05:06 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5750687506929957296.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5750687506929957296.key) 05:05:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:07 + git semver tag 05:05:07 # -> Open(): unable to determine branch for HEAD 05:05:07 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 05:05:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 05:05:07 # $SEMVER_REMOTE_NAME = origin 05:05:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:05:07 # $SEMVER_USER_NAME = edgex-jenkins 05:05:07 # $SEMVER_BRANCH = master 05:05:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 05:05:07 # fddc77ff38097414d5c2eb8b8cdc6eba5b68819a HEAD 05:05:07 # -> Force: false 05:05:07 # 4e52847befaff9a7670bc4bc56b2b51d7740c465 refs/tags/v1.3.2-dev.5 [Pipeline] } 05:05:07 $ docker exec --env ******** --env ******** 073cd6a184fdd6fda5919089eed0254a645c51386cf0d6aee9448a63434c1f23 ssh-agent -k 05:05:07 unset SSH_AUTH_SOCK; 05:05:07 unset SSH_AGENT_PID; 05:05:07 echo Agent pid 16 killed; 05:05:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:05:07 + git semver [Pipeline] } 05:05:07 $ docker stop --time=1 073cd6a184fdd6fda5919089eed0254a645c51386cf0d6aee9448a63434c1f23 05:05:09 $ docker rm -f 073cd6a184fdd6fda5919089eed0254a645c51386cf0d6aee9448a63434c1f23 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:05:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:05:09 05:05:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:05:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:05:09 0.23.1-centos7: Pulling from edgex-lftools 05:05:09 ab5ef0e58194: Pulling fs layer 05:05:09 9712f1f96733: Pulling fs layer 05:05:09 63f879dbbcfc: Pulling fs layer 05:05:09 0d9ebad4ef96: Pulling fs layer 05:05:09 e9a5061849ea: Pulling fs layer 05:05:09 d747dcd14b5f: Pulling fs layer 05:05:09 2de7ff778b66: Pulling fs layer 05:05:09 0d9ebad4ef96: Waiting 05:05:09 e9a5061849ea: Waiting 05:05:09 d747dcd14b5f: Waiting 05:05:09 2de7ff778b66: Waiting 05:05:09 9712f1f96733: Verifying Checksum 05:05:09 9712f1f96733: Download complete 05:05:11 63f879dbbcfc: Verifying Checksum 05:05:11 63f879dbbcfc: Download complete 05:05:12 e9a5061849ea: Verifying Checksum 05:05:12 e9a5061849ea: Download complete 05:05:12 d747dcd14b5f: Verifying Checksum 05:05:12 d747dcd14b5f: Download complete 05:05:12 0d9ebad4ef96: Verifying Checksum 05:05:12 0d9ebad4ef96: Download complete 05:05:12 ab5ef0e58194: Verifying Checksum 05:05:12 ab5ef0e58194: Download complete 05:05:12 2de7ff778b66: Verifying Checksum 05:05:12 2de7ff778b66: Download complete 05:05:16 ab5ef0e58194: Pull complete 05:05:16 9712f1f96733: Pull complete 05:05:19 63f879dbbcfc: Pull complete 05:05:25 0d9ebad4ef96: Pull complete 05:05:26 e9a5061849ea: Pull complete 05:05:26 d747dcd14b5f: Pull complete 05:05:29 2de7ff778b66: Pull complete 05:05:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:05:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:05:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:05:29 prd-centos7-docker-4c-2g-404 does not seem to be running inside a container 05:05:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:05:33 $ docker top 516e325aa8fddc557ab27f17d3cd8027f39da577b04c59f8afb15c9c87d34954 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:05:33 provisioning config files... 05:05:33 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1933069574863537439tmp 05:05:33 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3628068542719561414tmp 05:05:33 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2020603579264947247tmp [Pipeline] { [Pipeline] echo 05:05:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:05:34 ---> sigul-configuration.sh 05:05:34 gpg: directory `/root/.gnupg' created 05:05:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:05:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:05:34 gpg: keyring `/root/.gnupg/secring.gpg' created 05:05:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:05:34 gpg: CAST5 encrypted data 05:05:34 gpg: encrypted with 1 passphrase 05:05:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:05:34 + mkdir /home/jenkins 05:05:34 + mkdir /home/jenkins/sigul [Pipeline] sh 05:05:34 + 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 05:05:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:05:35 ---> sigul-install.sh 05:05:40 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:05:40 + git tag --list 05:05:40 0.7.1 05:05:40 v1.0.0 05:05:40 v1.1.0 05:05:40 v1.1.1 05:05:40 v1.2.2 05:05:40 v1.3.0 05:05:40 v1.3.1 05:05:40 v1.3.1-dev.1 05:05:40 v1.3.1-dev.2 05:05:40 v1.3.1-dev.3 05:05:40 v1.3.1-dev.4 05:05:40 v1.3.2-dev.1 05:05:40 v1.3.2-dev.2 05:05:40 v1.3.2-dev.3 05:05:40 v1.3.2-dev.4 05:05:40 v1.3.2-dev.5 [Pipeline] sh 05:05:41 + lftools sign git-tag v1.3.2-dev.5 05:05:42 Signing Git tag with Sigul... 05:05:42 Signing v1.3.2-dev.5 [Pipeline] echo 05:05:43 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:05:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:05:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:05:43 $ docker stop --time=1 516e325aa8fddc557ab27f17d3cd8027f39da577b04c59f8afb15c9c87d34954 05:05:45 $ docker rm -f 516e325aa8fddc557ab27f17d3cd8027f39da577b04c59f8afb15c9c87d34954 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:05:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:05:46 . [Pipeline] withDockerContainer 05:05:46 prd-centos7-docker-4c-2g-404 does not seem to be running inside a container 05:05:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:05:47 $ docker top 8c22d9a8e316a17abddde77411cff37a75ff1020c50086c403bcda4975ef37e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:47 [ssh-agent] Looking for ssh-agent implementation... 05:05:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:47 $ docker exec 8c22d9a8e316a17abddde77411cff37a75ff1020c50086c403bcda4975ef37e7 ssh-agent 05:05:48 SSH_AUTH_SOCK=/tmp/ssh-KV1Vo25TcY8I/agent.11 05:05:48 SSH_AGENT_PID=16 05:05:48 Running ssh-add (command line suppressed) 05:05:48 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4268843778244133578.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4268843778244133578.key) 05:05:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:48 + git semver bump pre 05:05:48 # -> Open(): unable to determine branch for HEAD 05:05:48 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 05:05:48 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 05:05:48 # $SEMVER_REMOTE_NAME = origin 05:05:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:05:48 # $SEMVER_USER_NAME = edgex-jenkins 05:05:48 # $SEMVER_BRANCH = master 05:05:48 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 05:05:48 1.3.2-dev.6 [Pipeline] } 05:05:48 $ docker exec --env ******** --env ******** 8c22d9a8e316a17abddde77411cff37a75ff1020c50086c403bcda4975ef37e7 ssh-agent -k 05:05:48 unset SSH_AUTH_SOCK; 05:05:48 unset SSH_AGENT_PID; 05:05:48 echo Agent pid 16 killed; 05:05:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:05:49 + git semver [Pipeline] } 05:05:49 $ docker stop --time=1 8c22d9a8e316a17abddde77411cff37a75ff1020c50086c403bcda4975ef37e7 05:05:50 $ docker rm -f 8c22d9a8e316a17abddde77411cff37a75ff1020c50086c403bcda4975ef37e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:05:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:05:50 . [Pipeline] withDockerContainer 05:05:51 prd-centos7-docker-4c-2g-404 does not seem to be running inside a container 05:05:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:05:51 $ docker top 53c1222ac7f83140d1d4cec3caac3199c376f6fdb97f44fac9a38f1823376495 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:51 [ssh-agent] Looking for ssh-agent implementation... 05:05:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:52 $ docker exec 53c1222ac7f83140d1d4cec3caac3199c376f6fdb97f44fac9a38f1823376495 ssh-agent 05:05:52 SSH_AUTH_SOCK=/tmp/ssh-aENWax2JXr2C/agent.12 05:05:52 SSH_AGENT_PID=17 05:05:52 Running ssh-add (command line suppressed) 05:05:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7751459634067463415.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7751459634067463415.key) 05:05:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:52 + git semver push 05:05:52 # -> Open(): unable to determine branch for HEAD 05:05:52 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 05:05:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 05:05:52 # $SEMVER_REMOTE_NAME = origin 05:05:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:05:52 # $SEMVER_USER_NAME = edgex-jenkins 05:05:52 # $SEMVER_BRANCH = master 05:05:52 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 05:05:56 $ docker exec --env ******** --env ******** 53c1222ac7f83140d1d4cec3caac3199c376f6fdb97f44fac9a38f1823376495 ssh-agent -k 05:05:56 unset SSH_AUTH_SOCK; 05:05:56 unset SSH_AGENT_PID; 05:05:56 echo Agent pid 17 killed; 05:05:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:05:56 + git semver [Pipeline] } 05:05:56 $ docker stop --time=1 53c1222ac7f83140d1d4cec3caac3199c376f6fdb97f44fac9a38f1823376495 05:05:57 $ docker rm -f 53c1222ac7f83140d1d4cec3caac3199c376f6fdb97f44fac9a38f1823376495 [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 05:05:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:05:59 ---> package-listing.sh 05:05:59 ++ facter osfamily 05:05:59 ++ tr '[:upper:]' '[:lower:]' 05:05:59 + OS_FAMILY=redhat 05:05:59 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 05:05:59 + START_PACKAGES=/tmp/packages_start.txt 05:05:59 + END_PACKAGES=/tmp/packages_end.txt 05:05:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:05:59 + PACKAGES=/tmp/packages_start.txt 05:05:59 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 05:05:59 + PACKAGES=/tmp/packages_end.txt 05:05:59 + case "${OS_FAMILY}" in 05:05:59 + rpm -qa 05:05:59 + sort 05:06:04 + '[' -f /tmp/packages_start.txt ']' 05:06:04 + '[' -f /tmp/packages_end.txt ']' 05:06:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:06:04 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 05:06:04 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 05:06:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 05:06:04 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 05:06:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:06:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:05 05:06:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:06:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:05 alpine: Pulling from edgex-lftools-log-publisher 05:06:05 df20fa9351a1: Pulling fs layer 05:06:05 36b3adc4ff6f: Pulling fs layer 05:06:05 8ad3a11d3b57: Pulling fs layer 05:06:05 46f8f816bc3b: Pulling fs layer 05:06:05 93b61091891f: Pulling fs layer 05:06:05 93b9cdb0e59b: Pulling fs layer 05:06:05 5e14af77c1be: Pulling fs layer 05:06:05 01666e4c0597: Pulling fs layer 05:06:05 aa168da1d23b: Pulling fs layer 05:06:05 93b9cdb0e59b: Waiting 05:06:05 5e14af77c1be: Waiting 05:06:05 01666e4c0597: Waiting 05:06:05 aa168da1d23b: Waiting 05:06:05 46f8f816bc3b: Waiting 05:06:05 93b61091891f: Waiting 05:06:05 36b3adc4ff6f: Download complete 05:06:05 46f8f816bc3b: Verifying Checksum 05:06:05 46f8f816bc3b: Download complete 05:06:05 df20fa9351a1: Download complete 05:06:05 93b9cdb0e59b: Verifying Checksum 05:06:05 93b9cdb0e59b: Download complete 05:06:05 5e14af77c1be: Verifying Checksum 05:06:05 5e14af77c1be: Download complete 05:06:05 93b61091891f: Verifying Checksum 05:06:05 93b61091891f: Download complete 05:06:05 01666e4c0597: Download complete 05:06:05 8ad3a11d3b57: Verifying Checksum 05:06:05 8ad3a11d3b57: Download complete 05:06:06 df20fa9351a1: Pull complete 05:06:07 36b3adc4ff6f: Pull complete 05:06:07 aa168da1d23b: Verifying Checksum 05:06:07 aa168da1d23b: Download complete 05:06:08 8ad3a11d3b57: Pull complete 05:06:08 46f8f816bc3b: Pull complete 05:06:08 93b61091891f: Pull complete 05:06:09 93b9cdb0e59b: Pull complete 05:06:09 5e14af77c1be: Pull complete 05:06:09 01666e4c0597: Pull complete 05:06:17 aa168da1d23b: Pull complete 05:06:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:06:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:06:17 prd-centos7-docker-4c-2g-404 does not seem to be running inside a container 05:06:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:06:20 $ docker top c0fa2a6c5908b0470bbd6ac6656248264bf4b5238b3e063057a523c0c8be84ba -eo pid,comm [Pipeline] { [Pipeline] sh 05:06:21 + touch /tmp/pre-build-complete [Pipeline] sh 05:06:21 + mkdir -p /var/log/sa [Pipeline] sh 05:06:21 + ls /var/log/sa-host 05:06:21 + sadf -c /var/log/sa-host/sa16 05:06:21 file_magic: OK 05:06:21 HZ: Using current value: 100 05:06:21 file_header: OK 05:06:21 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 05:06:21 Statistics: 05:06:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:06:21 File successfully converted to sysstat format version 12.2.1 05:06:21 + sadf -c /var/log/sa-host/sa23 05:06:21 file_magic: OK 05:06:21 HZ: Using current value: 100 05:06:21 file_header: OK 05:06:21 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 05:06:21 Statistics: 05:06:21 Hnuu...uuuununununu... 05:06:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:06:22 provisioning config files... 05:06:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3875569587431766171tmp [Pipeline] { [Pipeline] echo 05:06:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:06:22 ---> create-netrc.sh [Pipeline] } 05:06:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:06:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:06:22 ---> python-tools-install.sh [Pipeline] echo 05:06:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:06:23 ---> sudo-logs.sh 05:06:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:06:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:06:23 ---> job-cost.sh 05:06:23 lf-activate-venv: SKIPPING 05:06:23 DEBUG: total: 0.20999999344348907 05:06:23 INFO: Retrieving Stack Cost... 05:06:25 INFO: Retrieving Pricing Info for: v1-standard-2 05:06:25 INFO: Archiving Costs [Pipeline] echo 05:06:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:06:25 ---> logs-deploy.sh 05:06:25 lf-activate-venv: SKIPPING 05:06:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/36 05:06:25 INFO: archiving workspace using pattern(s): 05:06:27 Archives upload complete. 05:06:27 INFO: archiving logs to Nexus 05:06:28 ---> uname -a: 05:06:28 Linux prd-centos7-docker-4c-2g-404.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:06:28 05:06:28 05:06:28 ---> lscpu: 05:06:28 Architecture: x86_64 05:06:28 CPU op-mode(s): 32-bit, 64-bit 05:06:28 Byte Order: Little Endian 05:06:28 Address sizes: 40 bits physical, 48 bits virtual 05:06:28 CPU(s): 4 05:06:28 On-line CPU(s) list: 0-3 05:06:28 Thread(s) per core: 1 05:06:28 Core(s) per socket: 1 05:06:28 Socket(s): 4 05:06:28 NUMA node(s): 1 05:06:28 Vendor ID: GenuineIntel 05:06:28 CPU family: 6 05:06:28 Model: 44 05:06:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:06:28 Stepping: 1 05:06:28 CPU MHz: 2933.438 05:06:28 BogoMIPS: 5866.87 05:06:28 Virtualization: VT-x 05:06:28 Hypervisor vendor: KVM 05:06:28 Virtualization type: full 05:06:28 L1d cache: 128 KiB 05:06:28 L1i cache: 128 KiB 05:06:28 L2 cache: 16 MiB 05:06:28 L3 cache: 64 MiB 05:06:28 NUMA node0 CPU(s): 0-3 05:06:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:06:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:06:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:06:28 Vulnerability Meltdown: Mitigation; PTI 05:06:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:06:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:06:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:06:28 Vulnerability Srbds: Not affected 05:06:28 Vulnerability Tsx async abort: Not affected 05:06:28 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 05:06:28 05:06:28 05:06:28 ---> nproc: 05:06:28 4 05:06:28 05:06:28