Started by upstream project "edgexfoundry/cd-management/release" build number 47 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b247510d13ba8e9fad57040faa04d23d7bfdafc2 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24603’ Running on prd-centos7-docker-4c-2g-24609 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 b247510d13ba8e9fad57040faa04d23d7bfdafc2 (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 b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 Commit message: "Merge pull request #209 from iain-anderson/commit-lint" > git rev-list --no-walk b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T20:32:44.030Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T20:32:44.389Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:32:44.559Z] ========================================================= [2021-02-02T20:32:44.559Z] EdgeX Global Pipelines Version Info [2021-02-02T20:32:44.559Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:32:47.153Z] ------------------- [2021-02-02T20:32:47.153Z] stable info: [2021-02-02T20:32:47.153Z] ------------------- [2021-02-02T20:32:47.153Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T20:32:47.153Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T20:32:47.153Z] Message: update stable to v1.0.179 [2021-02-02T20:32:48.149Z] ------------------- [2021-02-02T20:32:48.149Z] experimental info: [2021-02-02T20:32:48.149Z] ------------------- [2021-02-02T20:32:48.149Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T20:32:48.149Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T20:32:48.149Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T20:32:48.488Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-02-02T20:32:48.622Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-02-02T20:32:48.737Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T20:32:48.835Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T20:32:48.934Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T20:32:49.029Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T20:32:49.111Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T20:32:49.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T20:32:49.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-02T20:32:49.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T20:32:49.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T20:32:49.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-02-02T20:32:49.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T20:32:49.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T20:32:49.884Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T20:32:49.982Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T20:32:50.067Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T20:32:50.150Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T20:32:50.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T20:32:50.412Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T20:32:50.518Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-02T20:32:50.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-02T20:32:50.730Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-02T20:32:50.812Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-02T20:32:50.935Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-02T20:32:51.019Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T20:32:51.110Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T20:32:51.216Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-02T20:32:51.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-02T20:32:51.409Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-02T20:32:51.514Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] echo [2021-02-02T20:32:51.598Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b247510 [Pipeline] echo [2021-02-02T20:32:51.687Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:32:51.857Z] provisioning config files... [2021-02-02T20:32:51.893Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6372195651879308457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:32:52.318Z] ---> docker-login.sh [2021-02-02T20:32:52.318Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:32:52.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:53.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:53.267Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:53.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:53.267Z] [2021-02-02T20:32:53.267Z] Login Succeeded [2021-02-02T20:32:53.267Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:32:53.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:53.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:53.550Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:53.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:53.550Z] [2021-02-02T20:32:53.550Z] Login Succeeded [2021-02-02T20:32:53.550Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:32:53.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:54.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:54.110Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:54.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:54.110Z] [2021-02-02T20:32:54.110Z] Login Succeeded [2021-02-02T20:32:54.110Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:32:54.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:54.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:54.405Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:54.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:54.405Z] [2021-02-02T20:32:54.405Z] Login Succeeded [2021-02-02T20:32:54.405Z] docker.io [2021-02-02T20:32:54.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:32:55.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:32:55.041Z] Configure a credential helper to remove this warning. See [2021-02-02T20:32:55.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:32:55.041Z] [2021-02-02T20:32:55.041Z] Login Succeeded [2021-02-02T20:32:55.041Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:32:55.066Z] 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 [2021-02-02T20:32:55.951Z] + git log --format=format:%s -1 b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] echo [2021-02-02T20:32:56.055Z] GIT_COMMIT: b247510d13ba8e9fad57040faa04d23d7bfdafc2, Commit Message: Merge pull request #209 from iain-anderson/commit-lint [Pipeline] echo [2021-02-02T20:32:56.099Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:32:56.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:32:56.751Z] [2021-02-02T20:32:56.751Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:32:57.147Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:32:57.147Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T20:32:57.147Z] 31603596830f: Pulling fs layer [2021-02-02T20:32:57.147Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T20:32:57.147Z] 6ca5941a6612: Pulling fs layer [2021-02-02T20:32:57.147Z] ecc8261a40a4: Pulling fs layer [2021-02-02T20:32:57.147Z] ecc8261a40a4: Waiting [2021-02-02T20:32:57.147Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T20:32:57.147Z] 2a8b12db71e7: Download complete [2021-02-02T20:32:57.457Z] 31603596830f: Verifying Checksum [2021-02-02T20:32:57.457Z] 31603596830f: Download complete [2021-02-02T20:32:57.735Z] ecc8261a40a4: Verifying Checksum [2021-02-02T20:32:57.735Z] ecc8261a40a4: Download complete [2021-02-02T20:32:57.735Z] 6ca5941a6612: Verifying Checksum [2021-02-02T20:32:57.735Z] 6ca5941a6612: Download complete [2021-02-02T20:32:58.001Z] 31603596830f: Pull complete [2021-02-02T20:32:58.291Z] 2a8b12db71e7: Pull complete [2021-02-02T20:32:59.742Z] 6ca5941a6612: Pull complete [2021-02-02T20:33:00.348Z] ecc8261a40a4: Pull complete [2021-02-02T20:33:00.349Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T20:33:00.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:33:00.349Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T20:33:00.582Z] prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container [2021-02-02T20:33:00.746Z] $ 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 [2021-02-02T20:33:03.286Z] $ docker top 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T20:33:03.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T20:33:03.812Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T20:33:04.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T20:33:04.348Z] $ docker exec 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent [2021-02-02T20:33:04.665Z] SSH_AUTH_SOCK=/tmp/ssh-8oZHRo8U5GVO/agent.11 [2021-02-02T20:33:04.665Z] SSH_AGENT_PID=16 [2021-02-02T20:33:04.691Z] Running ssh-add (command line suppressed) [2021-02-02T20:33:04.898Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7408149158034182312.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7408149158034182312.key) [2021-02-02T20:33:05.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T20:33:05.401Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T20:33:05.454Z] $ docker exec --env ******** --env ******** 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent -k [2021-02-02T20:33:05.644Z] unset SSH_AUTH_SOCK; [2021-02-02T20:33:05.645Z] unset SSH_AGENT_PID; [2021-02-02T20:33:05.645Z] echo Agent pid 16 killed; [2021-02-02T20:33:05.722Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-02-02T20:33:05.858Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.1|v1.3.1-dev.4' [Pipeline] sshagent [2021-02-02T20:33:05.960Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T20:33:05.960Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T20:33:06.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T20:33:06.218Z] $ docker exec 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent [2021-02-02T20:33:06.490Z] SSH_AUTH_SOCK=/tmp/ssh-nZLfpJs1NCZP/agent.46 [2021-02-02T20:33:06.490Z] SSH_AGENT_PID=52 [2021-02-02T20:33:06.504Z] Running ssh-add (command line suppressed) [2021-02-02T20:33:06.687Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9105386333571954742.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9105386333571954742.key) [2021-02-02T20:33:06.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T20:33:07.144Z] + git semver init [2021-02-02T20:33:07.144Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T20:33:07.144Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-02-02T20:33:07.144Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-02-02T20:33:07.144Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T20:33:07.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T20:33:07.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T20:33:07.144Z] # $SEMVER_BRANCH = master [2021-02-02T20:33:07.144Z] # $SEMVER_TEMP = /tmp/semver-301559834 [2021-02-02T20:33:07.144Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-02-02T20:33:07.755Z] # '/tmp/semver-301559834' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2021-02-02T20:33:07.755Z] # -> Force: false [2021-02-02T20:33:07.755Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-02-02T20:33:07.789Z] $ docker exec --env ******** --env ******** 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent -k [2021-02-02T20:33:08.015Z] unset SSH_AUTH_SOCK; [2021-02-02T20:33:08.015Z] unset SSH_AGENT_PID; [2021-02-02T20:33:08.015Z] echo Agent pid 52 killed; [2021-02-02T20:33:08.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:33:08.621Z] + git semver [Pipeline] } [2021-02-02T20:33:08.649Z] $ docker stop --time=1 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 [2021-02-02T20:33:10.187Z] $ docker rm -f 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T20:33:10.714Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T20:33:11.692Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T20:33:11.695Z] [edgeXSemver]: initialized semver on version 1.3.1 [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 [2021-02-02T20:33:27.194Z] Still waiting to schedule task [2021-02-02T20:33:27.194Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-02T20:33:27.197Z] Still waiting to schedule task [2021-02-02T20:33:27.197Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24613’ is offline [2021-02-02T20:34:55.405Z] Running on prd-centos7-docker-4c-2g-24623 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-02-02T20:34:55.462Z] Running in /w/workspace/device-mqtt-go/30 [Pipeline] { [Pipeline] checkout [2021-02-02T20:34:58.978Z] using credential edgex-jenkins-ssh [2021-02-02T20:34:59.052Z] Cloning the remote Git repository [2021-02-02T20:34:59.100Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-02-02T20:34:59.189Z] > git init /w/workspace/device-mqtt-go/30 # timeout=10 [2021-02-02T20:34:59.291Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-02-02T20:34:59.292Z] > git --version # timeout=10 [2021-02-02T20:34:59.299Z] > git --version # 'git version 2.24.3' [2021-02-02T20:34:59.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:34:59.342Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:34:59.946Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-02-02T20:34:59.954Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:34:59.975Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-02-02T20:35:00.002Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-02-02T20:35:00.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:35:00.009Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T20:35:00.452Z] Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) [2021-02-02T20:35:00.465Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T20:35:00.497Z] > git checkout -f b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 [2021-02-02T20:35:04.706Z] Commit message: "Merge pull request #209 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T20:35:06.529Z] + git checkout b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:35:06.529Z] HEAD is now at b247510 Merge pull request #209 from iain-anderson/commit-lint [Pipeline] sh [2021-02-02T20:35:06.947Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:35:07.313Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:35:07.717Z] + sudo service docker restart [2021-02-02T20:35:07.717Z] + true [2021-02-02T20:35:07.717Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:35:09.264Z] provisioning config files... [2021-02-02T20:35:09.294Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config2287673095934076921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:35:09.689Z] ---> docker-login.sh [2021-02-02T20:35:09.689Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:35:10.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:35:10.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:35:10.277Z] Configure a credential helper to remove this warning. See [2021-02-02T20:35:10.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:35:10.277Z] [2021-02-02T20:35:10.277Z] Login Succeeded [2021-02-02T20:35:10.277Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:35:10.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:35:10.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:35:10.540Z] Configure a credential helper to remove this warning. See [2021-02-02T20:35:10.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:35:10.540Z] [2021-02-02T20:35:10.540Z] Login Succeeded [2021-02-02T20:35:10.540Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:35:10.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:35:10.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:35:10.804Z] Configure a credential helper to remove this warning. See [2021-02-02T20:35:10.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:35:10.804Z] [2021-02-02T20:35:10.804Z] Login Succeeded [2021-02-02T20:35:10.804Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:35:10.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:35:10.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:35:10.804Z] Configure a credential helper to remove this warning. See [2021-02-02T20:35:10.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:35:10.804Z] [2021-02-02T20:35:10.804Z] Login Succeeded [2021-02-02T20:35:10.804Z] docker.io [2021-02-02T20:35:11.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:35:11.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:35:11.338Z] Configure a credential helper to remove this warning. See [2021-02-02T20:35:11.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:35:11.338Z] [2021-02-02T20:35:11.338Z] Login Succeeded [2021-02-02T20:35:11.338Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:35:11.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T20:35:11.776Z] ========================================================= [2021-02-02T20:35:11.776Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T20:35:11.776Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:35:12.428Z] + 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 . [2021-02-02T20:35:12.428Z] Sending build context to Docker daemon 482.3kB [2021-02-02T20:35:12.722Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:35:12.722Z] Step 2/8 : FROM ${BASE} [2021-02-02T20:35:12.722Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T20:35:12.722Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T20:35:12.722Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T20:35:12.722Z] de9db76c5a1d: Pulling fs layer [2021-02-02T20:35:12.722Z] bca2f99d35d6: Pulling fs layer [2021-02-02T20:35:12.722Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T20:35:12.722Z] 7c6f9722023f: Pulling fs layer [2021-02-02T20:35:12.722Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T20:35:12.722Z] bca2f99d35d6: Waiting [2021-02-02T20:35:12.722Z] 93359f2a8cfa: Waiting [2021-02-02T20:35:12.722Z] 7c6f9722023f: Waiting [2021-02-02T20:35:12.722Z] a35cf1a2eb13: Waiting [2021-02-02T20:35:12.722Z] de9db76c5a1d: Verifying Checksum [2021-02-02T20:35:12.722Z] de9db76c5a1d: Download complete [2021-02-02T20:35:12.722Z] 0ef7d3d256c8: Download complete [2021-02-02T20:35:12.722Z] 93359f2a8cfa: Download complete [2021-02-02T20:35:12.722Z] 7c6f9722023f: Verifying Checksum [2021-02-02T20:35:12.722Z] 7c6f9722023f: Download complete [2021-02-02T20:35:12.722Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T20:35:12.722Z] 188c0c94c7c5: Download complete [2021-02-02T20:35:13.339Z] 188c0c94c7c5: Pull complete [2021-02-02T20:35:13.614Z] 0ef7d3d256c8: Pull complete [2021-02-02T20:35:13.614Z] de9db76c5a1d: Pull complete [2021-02-02T20:35:15.662Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T20:35:15.662Z] a35cf1a2eb13: Download complete [2021-02-02T20:35:17.117Z] bca2f99d35d6: Download complete [2021-02-02T20:35:25.536Z] bca2f99d35d6: Pull complete [2021-02-02T20:35:25.536Z] 93359f2a8cfa: Pull complete [2021-02-02T20:35:25.536Z] 7c6f9722023f: Pull complete [2021-02-02T20:35:32.226Z] a35cf1a2eb13: Pull complete [2021-02-02T20:35:32.226Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T20:35:32.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T20:35:32.226Z] ---> a62c8e92a672 [2021-02-02T20:35:32.226Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-02T20:35:32.226Z] ---> Running in 48e730be57fd [2021-02-02T20:35:32.226Z] Removing intermediate container 48e730be57fd [2021-02-02T20:35:32.226Z] ---> d49dd4fc65d6 [2021-02-02T20:35:32.226Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:35:32.226Z] ---> Running in 3615b2c17b92 [2021-02-02T20:35:33.655Z] Removing intermediate container 3615b2c17b92 [2021-02-02T20:35:33.655Z] ---> 9bd02cbda2e1 [2021-02-02T20:35:33.655Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-02T20:35:33.655Z] ---> Running in 19334dbdf3c1 [2021-02-02T20:35:34.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T20:35:35.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T20:35:36.605Z] (1/14) Installing libmagic (5.38-r0) [2021-02-02T20:35:36.605Z] (2/14) Installing file (5.38-r0) [2021-02-02T20:35:36.878Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-02T20:35:36.878Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-02T20:35:55.066Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-02T20:35:55.067Z] (6/14) Installing patch (2.7.6-r6) [2021-02-02T20:35:55.337Z] (7/14) Installing build-base (0.5-r2) [2021-02-02T20:35:55.337Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-02T20:35:55.610Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-02T20:35:55.610Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-02T20:35:56.579Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-02T20:35:56.579Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-02T20:35:56.849Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-02T20:35:57.117Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-02T20:35:57.386Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T20:35:57.386Z] OK: 237 MiB in 53 packages [2021-02-02T20:36:00.763Z] Removing intermediate container 19334dbdf3c1 [2021-02-02T20:36:00.763Z] ---> db828a7e5e9c [2021-02-02T20:36:00.763Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-02-02T20:36:01.029Z] ---> Running in c32ebc90aba6 [2021-02-02T20:36:01.301Z] Removing intermediate container c32ebc90aba6 [2021-02-02T20:36:01.301Z] ---> a8dfbc273689 [2021-02-02T20:36:01.301Z] Step 7/8 : COPY . . [2021-02-02T20:36:01.885Z] ---> 9e083546919f [2021-02-02T20:36:01.885Z] Step 8/8 : RUN go mod download [2021-02-02T20:36:02.154Z] ---> Running in 8a11575d5440 [2021-02-02T20:36:18.320Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24628 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-02-02T20:36:18.371Z] Running in /w/workspace/device-mqtt-go/30 [Pipeline] { [Pipeline] checkout [2021-02-02T20:36:23.886Z] using credential edgex-jenkins-ssh [2021-02-02T20:36:23.965Z] Cloning the remote Git repository [2021-02-02T20:36:24.334Z] Removing intermediate container 8a11575d5440 [2021-02-02T20:36:24.334Z] ---> eaa122c92ed7 [2021-02-02T20:36:24.334Z] Successfully built eaa122c92ed7 [2021-02-02T20:36:24.334Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:24.672Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T20:36:24.672Z] . [Pipeline] withDockerContainer [2021-02-02T20:36:24.048Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-02-02T20:36:24.160Z] > git init /w/workspace/device-mqtt-go/30 # timeout=10 [2021-02-02T20:36:24.243Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-02-02T20:36:24.244Z] > git --version # timeout=10 [2021-02-02T20:36:24.265Z] > git --version # 'git version 2.17.1' [2021-02-02T20:36:24.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:36:24.345Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:36:24.833Z] prd-centos7-docker-4c-2g-24623 does not seem to be running inside a container [2021-02-02T20:36:24.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T20:36:25.899Z] $ docker top 9d7681df131781c5f1b721a9e03d7f6e659525ea0192292bc977b8cf4130aa7e -eo pid,comm [2021-02-02T20:36:25.439Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-02-02T20:36:25.478Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T20:36:25.510Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-02-02T20:36:25.552Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-02-02T20:36:25.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T20:36:25.573Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T20:36:26.052Z] Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) [Pipeline] { [Pipeline] sh [2021-02-02T20:36:26.512Z] + go version [2021-02-02T20:36:26.512Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T20:36:26.529Z] $ docker stop --time=1 9d7681df131781c5f1b721a9e03d7f6e659525ea0192292bc977b8cf4130aa7e [2021-02-02T20:36:26.071Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T20:36:26.090Z] > git checkout -f b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 [2021-02-02T20:36:27.898Z] $ docker rm -f 9d7681df131781c5f1b721a9e03d7f6e659525ea0192292bc977b8cf4130aa7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:28.742Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T20:36:28.742Z] . [Pipeline] withDockerContainer [2021-02-02T20:36:28.871Z] prd-centos7-docker-4c-2g-24623 does not seem to be running inside a container [2021-02-02T20:36:28.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T20:36:29.755Z] $ docker top b42c571659d179bb45019911ae1967ed0313ad986d45f906313ee9c6ac34097d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:36:30.290Z] + make test [2021-02-02T20:36:30.290Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-02T20:36:30.637Z] Commit message: "Merge pull request #209 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T20:36:31.712Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-02-02T20:36:32.180Z] + git checkout b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:36:32.181Z] HEAD is now at b247510 Merge pull request #209 from iain-anderson/commit-lint [Pipeline] sh [2021-02-02T20:36:32.611Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:36:32.997Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T20:36:33.354Z] + true [2021-02-02T20:36:33.354Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:36:36.136Z] provisioning config files... [2021-02-02T20:36:36.175Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config381077757046276467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:36:36.574Z] ---> docker-login.sh [2021-02-02T20:36:36.574Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:36:37.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:37.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:37.835Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:37.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:37.835Z] [2021-02-02T20:36:37.835Z] Login Succeeded [2021-02-02T20:36:37.835Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:36:38.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:38.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:38.438Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:38.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:38.438Z] [2021-02-02T20:36:38.438Z] Login Succeeded [2021-02-02T20:36:38.438Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:36:38.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:38.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:38.985Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:38.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:38.985Z] [2021-02-02T20:36:38.985Z] Login Succeeded [2021-02-02T20:36:38.985Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:36:39.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:39.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:39.262Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:39.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:39.262Z] [2021-02-02T20:36:39.262Z] Login Succeeded [2021-02-02T20:36:39.262Z] docker.io [2021-02-02T20:36:39.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:36:40.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:36:40.139Z] Configure a credential helper to remove this warning. See [2021-02-02T20:36:40.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:36:40.139Z] [2021-02-02T20:36:40.139Z] Login Succeeded [2021-02-02T20:36:40.139Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:36:40.162Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T20:36:40.628Z] ========================================================= [2021-02-02T20:36:40.628Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T20:36:40.628Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:41.069Z] + 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 . [2021-02-02T20:36:41.346Z] Sending build context to Docker daemon 481.3kB [2021-02-02T20:36:41.346Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:36:41.346Z] Step 2/8 : FROM ${BASE} [2021-02-02T20:36:41.623Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T20:36:41.623Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T20:36:41.623Z] a4357932f1b6: Pulling fs layer [2021-02-02T20:36:41.623Z] 18c013af1878: Pulling fs layer [2021-02-02T20:36:41.623Z] 00ac8860ef70: Pulling fs layer [2021-02-02T20:36:41.623Z] 63d7cb157983: Pulling fs layer [2021-02-02T20:36:41.623Z] b116817d02f9: Pulling fs layer [2021-02-02T20:36:41.623Z] 745a02a5169b: Pulling fs layer [2021-02-02T20:36:41.623Z] 00ac8860ef70: Waiting [2021-02-02T20:36:41.623Z] 63d7cb157983: Waiting [2021-02-02T20:36:41.623Z] b116817d02f9: Waiting [2021-02-02T20:36:41.623Z] 745a02a5169b: Waiting [2021-02-02T20:36:41.623Z] 18c013af1878: Verifying Checksum [2021-02-02T20:36:41.623Z] 18c013af1878: Download complete [2021-02-02T20:36:41.623Z] a4357932f1b6: Verifying Checksum [2021-02-02T20:36:41.623Z] a4357932f1b6: Download complete [2021-02-02T20:36:41.623Z] 63d7cb157983: Verifying Checksum [2021-02-02T20:36:41.623Z] 63d7cb157983: Download complete [2021-02-02T20:36:41.623Z] b116817d02f9: Verifying Checksum [2021-02-02T20:36:41.623Z] b116817d02f9: Download complete [2021-02-02T20:36:41.623Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T20:36:41.623Z] 5f621e34cdf4: Download complete [2021-02-02T20:36:42.648Z] 5f621e34cdf4: Pull complete [2021-02-02T20:36:42.922Z] a4357932f1b6: Pull complete [2021-02-02T20:36:43.192Z] 18c013af1878: Pull complete [2021-02-02T20:36:44.173Z] 745a02a5169b: Verifying Checksum [2021-02-02T20:36:44.173Z] 745a02a5169b: Download complete [2021-02-02T20:36:46.793Z] 00ac8860ef70: Verifying Checksum [2021-02-02T20:36:46.793Z] 00ac8860ef70: Download complete [2021-02-02T20:36:46.811Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-02-02T20:36:46.811Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 28.3% of statements [2021-02-02T20:36:46.811Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-02-02T20:36:46.811Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-02T20:36:48.230Z] gofmt -l . [2021-02-02T20:36:48.230Z] ["`gofmt -l .`" = ""] [2021-02-02T20:36:48.230Z] ./bin/test-attribution-txt.sh [2021-02-02T20:36:48.809Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-02T20:36:49.098Z] $ docker stop --time=1 b42c571659d179bb45019911ae1967ed0313ad986d45f906313ee9c6ac34097d [2021-02-02T20:36:51.499Z] $ docker rm -f b42c571659d179bb45019911ae1967ed0313ad986d45f906313ee9c6ac34097d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T20:36:52.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-02T20:36:52.474Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-02T20:36:53.630Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-02T20:36:53.936Z] + ls -al . [2021-02-02T20:36:53.936Z] total 100 [2021-02-02T20:36:53.936Z] drwxrwxr-x. 9 jenkins jenkins 4096 Feb 2 20:36 . [2021-02-02T20:36:53.936Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 2 20:34 .. [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 5932 Feb 2 20:35 Attribution.txt [2021-02-02T20:36:53.936Z] drwxrwxr-x. 2 jenkins jenkins 87 Feb 2 20:35 bin [2021-02-02T20:36:53.936Z] drwxrwxr-x. 3 jenkins jenkins 32 Feb 2 20:35 cmd [2021-02-02T20:36:53.936Z] -rw-r--r--. 1 jenkins jenkins 18940 Feb 2 20:36 coverage.out [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 1802 Feb 2 20:35 Dockerfile [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 957 Feb 2 20:35 Dockerfile.build [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 2 20:35 .dockerignore [2021-02-02T20:36:53.936Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 2 20:35 .git [2021-02-02T20:36:53.936Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 2 20:35 .github [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 336 Feb 2 20:35 .gitignore [2021-02-02T20:36:53.936Z] -rw-r--r--. 1 jenkins jenkins 504 Feb 2 20:36 go.mod [2021-02-02T20:36:53.936Z] -rw-r--r--. 1 jenkins jenkins 14988 Feb 2 20:36 go.sum [2021-02-02T20:36:53.936Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 2 20:35 internal [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 677 Feb 2 20:35 Jenkinsfile [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 11340 Feb 2 20:35 LICENSE [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 2 20:35 Makefile [2021-02-02T20:36:53.936Z] drwxrwxr-x. 2 jenkins jenkins 23 Feb 2 20:35 mock [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 444 Feb 2 20:35 README.md [2021-02-02T20:36:53.936Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 2 20:35 snap [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 2 20:33 VERSION [2021-02-02T20:36:53.936Z] -rw-rw-r--. 1 jenkins jenkins 227 Feb 2 20:35 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:36:54.247Z] + 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=b247510d13ba8e9fad57040faa04d23d7bfdafc2 --label arch=amd64 --label version=1.3.1 . [2021-02-02T20:36:54.510Z] Sending build context to Docker daemon 501.8kB [2021-02-02T20:36:54.510Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:36:54.510Z] Step 2/22 : FROM ${BASE} AS builder [2021-02-02T20:36:54.510Z] ---> eaa122c92ed7 [2021-02-02T20:36:54.510Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-02-02T20:36:54.775Z] ---> Running in 5d18e63df0e4 [2021-02-02T20:36:54.775Z] Removing intermediate container 5d18e63df0e4 [2021-02-02T20:36:54.775Z] ---> 5fb0b3b921bb [2021-02-02T20:36:54.775Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-02-02T20:36:55.041Z] ---> Running in 2a83f79d6f2a [2021-02-02T20:36:55.041Z] Removing intermediate container 2a83f79d6f2a [2021-02-02T20:36:55.041Z] ---> b31f82e1928d [2021-02-02T20:36:55.041Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:36:55.308Z] ---> Running in 3dd935bf0860 [2021-02-02T20:36:56.259Z] Removing intermediate container 3dd935bf0860 [2021-02-02T20:36:56.259Z] ---> 725de3ac49a8 [2021-02-02T20:36:56.259Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-02T20:36:56.259Z] ---> Running in 31a0084ac280 [2021-02-02T20:36:56.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T20:36:56.957Z] 00ac8860ef70: Pull complete [2021-02-02T20:36:56.958Z] 63d7cb157983: Pull complete [2021-02-02T20:36:57.229Z] b116817d02f9: Pull complete [2021-02-02T20:36:58.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T20:37:00.164Z] OK: 237 MiB in 53 packages [2021-02-02T20:37:00.428Z] Removing intermediate container 31a0084ac280 [2021-02-02T20:37:00.428Z] ---> 3d6f2bae109d [2021-02-02T20:37:00.428Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-02-02T20:37:00.428Z] ---> Running in 5c79f5d61c7d [2021-02-02T20:37:00.622Z] 745a02a5169b: Pull complete [2021-02-02T20:37:00.691Z] Removing intermediate container 5c79f5d61c7d [2021-02-02T20:37:00.692Z] ---> f734666ac131 [2021-02-02T20:37:00.692Z] Step 8/22 : COPY . . [2021-02-02T20:37:00.898Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T20:37:00.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T20:37:00.898Z] ---> b7e6874047d6 [2021-02-02T20:37:00.898Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-02T20:37:01.274Z] ---> 46788c0edbe2 [2021-02-02T20:37:01.274Z] Step 9/22 : ARG MAKE='make build' [2021-02-02T20:37:01.538Z] ---> Running in 0e9621124e1d [2021-02-02T20:37:01.538Z] Removing intermediate container 0e9621124e1d [2021-02-02T20:37:01.538Z] ---> 6cdb809dfa57 [2021-02-02T20:37:01.538Z] Step 10/22 : RUN $MAKE [2021-02-02T20:37:01.805Z] ---> Running in b025b05a2361 [2021-02-02T20:37:02.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1" -o cmd/device-mqtt ./cmd [2021-02-02T20:37:03.535Z] ---> Running in 333055c53351 [2021-02-02T20:37:03.810Z] Removing intermediate container 333055c53351 [2021-02-02T20:37:03.810Z] ---> 11d81182465d [2021-02-02T20:37:03.810Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:37:04.083Z] ---> Running in b412447a85bc [2021-02-02T20:37:06.085Z] Removing intermediate container b412447a85bc [2021-02-02T20:37:06.085Z] ---> 9f5aeab6f669 [2021-02-02T20:37:06.085Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-02T20:37:06.359Z] ---> Running in efa6859afc64 [2021-02-02T20:37:07.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T20:37:08.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T20:37:10.933Z] (1/14) Installing libmagic (5.38-r0) [2021-02-02T20:37:11.206Z] (2/14) Installing file (5.38-r0) [2021-02-02T20:37:11.206Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-02T20:37:11.480Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-02T20:37:12.516Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-02T20:37:16.766Z] Removing intermediate container b025b05a2361 [2021-02-02T20:37:16.766Z] ---> 34b5b42831de [2021-02-02T20:37:16.766Z] Step 11/22 : FROM alpine:3.12 [2021-02-02T20:37:16.766Z] 3.12: Pulling from library/alpine [2021-02-02T20:37:17.032Z] 801bfaa63ef2: Pulling fs layer [2021-02-02T20:37:17.032Z] 801bfaa63ef2: Verifying Checksum [2021-02-02T20:37:17.032Z] 801bfaa63ef2: Download complete [2021-02-02T20:37:17.296Z] 801bfaa63ef2: Pull complete [2021-02-02T20:37:17.296Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T20:37:17.296Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T20:37:17.296Z] ---> 389fef711851 [2021-02-02T20:37:17.296Z] Step 12/22 : ENV APP_PORT=49982 [2021-02-02T20:37:17.559Z] ---> Running in fe9bba792293 [2021-02-02T20:37:17.559Z] Removing intermediate container fe9bba792293 [2021-02-02T20:37:17.559Z] ---> 8d42ba7ce799 [2021-02-02T20:37:17.559Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-02T20:37:17.825Z] ---> Running in b3afd84a3566 [2021-02-02T20:37:17.825Z] Removing intermediate container b3afd84a3566 [2021-02-02T20:37:17.825Z] ---> 04516097aed1 [2021-02-02T20:37:17.825Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-02-02T20:37:18.400Z] ---> 3d8bfdbe318e [2021-02-02T20:37:18.400Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2021-02-02T20:37:18.665Z] ---> d80d6d3687f5 [2021-02-02T20:37:18.665Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-02-02T20:37:18.928Z] ---> 33c48115af68 [2021-02-02T20:37:18.928Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-02-02T20:37:18.928Z] ---> Running in 227d4264e83e [2021-02-02T20:37:19.191Z] Removing intermediate container 227d4264e83e [2021-02-02T20:37:19.191Z] ---> 6e3e1443d769 [2021-02-02T20:37:19.191Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-02-02T20:37:19.191Z] ---> Running in c48024d1febe [2021-02-02T20:37:19.453Z] Removing intermediate container c48024d1febe [2021-02-02T20:37:19.453Z] ---> 0277e1f52438 [2021-02-02T20:37:19.453Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T20:37:19.453Z] ---> Running in 87debbab6480 [2021-02-02T20:37:19.718Z] Removing intermediate container 87debbab6480 [2021-02-02T20:37:19.718Z] ---> 524eb4d381a9 [2021-02-02T20:37:19.718Z] Step 20/22 : LABEL arch=amd64 [2021-02-02T20:37:19.718Z] ---> Running in ee551bae3692 [2021-02-02T20:37:19.981Z] Removing intermediate container ee551bae3692 [2021-02-02T20:37:19.981Z] ---> 77888785831f [2021-02-02T20:37:19.981Z] Step 21/22 : LABEL git_sha=b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:37:19.981Z] ---> Running in 04181d6b17db [2021-02-02T20:37:20.244Z] Removing intermediate container 04181d6b17db [2021-02-02T20:37:20.244Z] ---> a1a532f07807 [2021-02-02T20:37:20.244Z] Step 22/22 : LABEL version=1.3.1 [2021-02-02T20:37:20.244Z] ---> Running in 039c20547aa5 [2021-02-02T20:37:20.508Z] Removing intermediate container 039c20547aa5 [2021-02-02T20:37:20.508Z] ---> e6dc4666faba [2021-02-02T20:37:20.508Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-02T20:37:20.508Z] Successfully built e6dc4666faba [2021-02-02T20:37:20.508Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T20:37:20.850Z] provisioning config files... [2021-02-02T20:37:20.880Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config3829347698227639420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:37:21.254Z] ---> docker-login.sh [2021-02-02T20:37:21.254Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:37:21.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:37:21.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:37:21.515Z] Configure a credential helper to remove this warning. See [2021-02-02T20:37:21.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:37:21.515Z] [2021-02-02T20:37:21.515Z] Login Succeeded [2021-02-02T20:37:21.515Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:37:21.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:37:21.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:37:21.779Z] Configure a credential helper to remove this warning. See [2021-02-02T20:37:21.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:37:21.779Z] [2021-02-02T20:37:21.779Z] Login Succeeded [2021-02-02T20:37:21.779Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:37:21.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:37:21.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:37:21.779Z] Configure a credential helper to remove this warning. See [2021-02-02T20:37:21.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:37:21.779Z] [2021-02-02T20:37:21.779Z] Login Succeeded [2021-02-02T20:37:21.779Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:37:22.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:37:22.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:37:22.043Z] Configure a credential helper to remove this warning. See [2021-02-02T20:37:22.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:37:22.043Z] [2021-02-02T20:37:22.043Z] Login Succeeded [2021-02-02T20:37:22.043Z] docker.io [2021-02-02T20:37:22.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:37:22.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:37:22.305Z] Configure a credential helper to remove this warning. See [2021-02-02T20:37:22.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:37:22.305Z] [2021-02-02T20:37:22.305Z] Login Succeeded [2021-02-02T20:37:22.305Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:37:22.313Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:37:22.528Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2021-02-02T20:37:22.528Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:37:22.528Z] latest [2021-02-02T20:37:22.528Z] 1.3.1 [2021-02-02T20:37:22.528Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [2021-02-02T20:37:22.528Z] master [2021-02-02T20:37:22.528Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:23.048Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:23.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:37:23.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-02-02T20:37:23.353Z] 2f399d7452b2: Preparing [2021-02-02T20:37:23.353Z] ecc86c4e37c2: Preparing [2021-02-02T20:37:23.353Z] 58340597b01e: Preparing [2021-02-02T20:37:23.353Z] 777b2c648970: Preparing [2021-02-02T20:37:23.353Z] 777b2c648970: Layer already exists [2021-02-02T20:37:23.353Z] ecc86c4e37c2: Pushed [2021-02-02T20:37:23.353Z] 2f399d7452b2: Pushed [2021-02-02T20:37:24.751Z] 58340597b01e: Pushed [2021-02-02T20:37:24.751Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:25.063Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:25.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-02-02T20:37:25.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-02-02T20:37:25.361Z] 2f399d7452b2: Preparing [2021-02-02T20:37:25.361Z] ecc86c4e37c2: Preparing [2021-02-02T20:37:25.361Z] 58340597b01e: Preparing [2021-02-02T20:37:25.361Z] 777b2c648970: Preparing [2021-02-02T20:37:25.361Z] ecc86c4e37c2: Layer already exists [2021-02-02T20:37:25.361Z] 2f399d7452b2: Layer already exists [2021-02-02T20:37:25.361Z] 777b2c648970: Layer already exists [2021-02-02T20:37:25.362Z] 58340597b01e: Layer already exists [2021-02-02T20:37:25.362Z] latest: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:25.670Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:25.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1 [2021-02-02T20:37:25.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-02-02T20:37:25.973Z] 2f399d7452b2: Preparing [2021-02-02T20:37:25.973Z] ecc86c4e37c2: Preparing [2021-02-02T20:37:25.973Z] 58340597b01e: Preparing [2021-02-02T20:37:25.973Z] 777b2c648970: Preparing [2021-02-02T20:37:25.973Z] 2f399d7452b2: Layer already exists [2021-02-02T20:37:25.973Z] 58340597b01e: Layer already exists [2021-02-02T20:37:25.973Z] 777b2c648970: Layer already exists [2021-02-02T20:37:25.973Z] ecc86c4e37c2: Layer already exists [2021-02-02T20:37:25.973Z] 1.3.1: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:26.281Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:26.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [2021-02-02T20:37:26.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-02-02T20:37:26.580Z] 2f399d7452b2: Preparing [2021-02-02T20:37:26.580Z] ecc86c4e37c2: Preparing [2021-02-02T20:37:26.580Z] 58340597b01e: Preparing [2021-02-02T20:37:26.580Z] 777b2c648970: Preparing [2021-02-02T20:37:26.580Z] ecc86c4e37c2: Layer already exists [2021-02-02T20:37:26.580Z] 58340597b01e: Layer already exists [2021-02-02T20:37:26.580Z] 2f399d7452b2: Layer already exists [2021-02-02T20:37:26.580Z] 777b2c648970: Layer already exists [2021-02-02T20:37:26.580Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:26.885Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:37:27.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2021-02-02T20:37:27.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-02-02T20:37:27.186Z] 2f399d7452b2: Preparing [2021-02-02T20:37:27.186Z] ecc86c4e37c2: Preparing [2021-02-02T20:37:27.186Z] 58340597b01e: Preparing [2021-02-02T20:37:27.186Z] 777b2c648970: Preparing [2021-02-02T20:37:27.186Z] 777b2c648970: Layer already exists [2021-02-02T20:37:27.186Z] 2f399d7452b2: Layer already exists [2021-02-02T20:37:27.186Z] 58340597b01e: Layer already exists [2021-02-02T20:37:27.186Z] ecc86c4e37c2: Layer already exists [2021-02-02T20:37:27.186Z] master: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:37:27.388Z] ===================================================== [Pipeline] echo [2021-02-02T20:37:27.435Z] taggedImages: [2021-02-02T20:37:27.435Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:37:27.435Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-02-02T20:37:27.435Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1 [2021-02-02T20:37:27.435Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [2021-02-02T20:37:27.435Z] - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T20:37:38.271Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-02T20:37:38.272Z] (6/14) Installing patch (2.7.6-r6) [2021-02-02T20:37:38.272Z] (7/14) Installing build-base (0.5-r2) [2021-02-02T20:37:38.272Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-02T20:37:38.272Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-02T20:37:38.863Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-02T20:37:39.846Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-02T20:37:40.117Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-02T20:37:40.117Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-02T20:37:40.387Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-02T20:37:40.661Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T20:37:40.661Z] OK: 221 MiB in 53 packages [2021-02-02T20:37:44.979Z] Removing intermediate container efa6859afc64 [2021-02-02T20:37:44.979Z] ---> 07a28cd4a707 [2021-02-02T20:37:44.979Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-02-02T20:37:44.979Z] ---> Running in ba01c7adffb7 [2021-02-02T20:37:45.578Z] Removing intermediate container ba01c7adffb7 [2021-02-02T20:37:45.578Z] ---> 60ba4b86f622 [2021-02-02T20:37:45.578Z] Step 7/8 : COPY . . [2021-02-02T20:37:46.171Z] ---> c5b815f04b48 [2021-02-02T20:37:46.171Z] Step 8/8 : RUN go mod download [2021-02-02T20:37:46.447Z] ---> Running in 5acef23f9b2f [2021-02-02T20:38:08.727Z] Removing intermediate container 5acef23f9b2f [2021-02-02T20:38:08.727Z] ---> e0de6b37fb8c [2021-02-02T20:38:08.727Z] Successfully built e0de6b37fb8c [2021-02-02T20:38:08.727Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:38:09.076Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T20:38:09.076Z] . [Pipeline] withDockerContainer [2021-02-02T20:38:09.373Z] prd-ubuntu18.04-docker-arm64-4c-16g-24628 does not seem to be running inside a container [2021-02-02T20:38:09.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T20:38:11.018Z] $ docker top c15753d5d42078092dae858dab778f4803a0235a1e8f290b704248214a0cdfb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:38:12.112Z] + go version [2021-02-02T20:38:12.112Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T20:38:12.126Z] $ docker stop --time=1 c15753d5d42078092dae858dab778f4803a0235a1e8f290b704248214a0cdfb9 [2021-02-02T20:38:14.086Z] $ docker rm -f c15753d5d42078092dae858dab778f4803a0235a1e8f290b704248214a0cdfb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:38:15.214Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T20:38:15.214Z] . [Pipeline] withDockerContainer [2021-02-02T20:38:15.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-24628 does not seem to be running inside a container [2021-02-02T20:38:15.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T20:38:17.172Z] $ docker top 1feb971e90449db54fa41f32663b5056179f83bcf058c5ed669dba27459f62bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:38:18.242Z] + make test [2021-02-02T20:38:18.243Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-02T20:38:19.695Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-02-02T20:38:58.754Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-02-02T20:38:59.734Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.036s coverage: 28.3% of statements [2021-02-02T20:38:59.734Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-02-02T20:39:00.013Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-02T20:39:08.332Z] gofmt -l . [2021-02-02T20:39:08.332Z] ["`gofmt -l .`" = ""] [2021-02-02T20:39:08.332Z] ./bin/test-attribution-txt.sh [2021-02-02T20:39:08.928Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-02T20:39:09.529Z] $ docker stop --time=1 1feb971e90449db54fa41f32663b5056179f83bcf058c5ed669dba27459f62bc [2021-02-02T20:39:11.981Z] $ docker rm -f 1feb971e90449db54fa41f32663b5056179f83bcf058c5ed669dba27459f62bc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T20:39:12.938Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-02T20:39:13.011Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T20:39:14.191Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T20:39:15.029Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-02T20:39:15.365Z] + ls -al . [2021-02-02T20:39:15.365Z] total 132 [2021-02-02T20:39:15.365Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 2 20:39 . [2021-02-02T20:39:15.365Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 20:36 .. [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 2 20:36 .dockerignore [2021-02-02T20:39:15.365Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 2 20:36 .git [2021-02-02T20:39:15.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 .github [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 336 Feb 2 20:36 .gitignore [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 5932 Feb 2 20:36 Attribution.txt [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 1802 Feb 2 20:36 Dockerfile [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 957 Feb 2 20:36 Dockerfile.build [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 2 20:36 Jenkinsfile [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 2 20:36 LICENSE [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 2 20:36 Makefile [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 444 Feb 2 20:36 README.md [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 2 20:33 VERSION [2021-02-02T20:39:15.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 bin [2021-02-02T20:39:15.365Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 20:36 cmd [2021-02-02T20:39:15.365Z] -rw-r--r-- 1 jenkins jenkins 18940 Feb 2 20:38 coverage.out [2021-02-02T20:39:15.365Z] -rw-r--r-- 1 jenkins jenkins 504 Feb 2 20:39 go.mod [2021-02-02T20:39:15.365Z] -rw-r--r-- 1 jenkins jenkins 14988 Feb 2 20:39 go.sum [2021-02-02T20:39:15.365Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 20:36 internal [2021-02-02T20:39:15.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 mock [2021-02-02T20:39:15.365Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 20:36 snap [2021-02-02T20:39:15.365Z] -rw-rw-r-- 1 jenkins jenkins 227 Feb 2 20:36 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:39:15.710Z] + 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=b247510d13ba8e9fad57040faa04d23d7bfdafc2 --label arch=arm64 --label version=1.3.1 . [2021-02-02T20:39:15.987Z] Sending build context to Docker daemon 500.7kB [2021-02-02T20:39:15.987Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T20:39:15.987Z] Step 2/22 : FROM ${BASE} AS builder [2021-02-02T20:39:15.987Z] ---> e0de6b37fb8c [2021-02-02T20:39:15.987Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-02-02T20:39:16.268Z] ---> Running in 1c8706468af7 [2021-02-02T20:39:16.867Z] Removing intermediate container 1c8706468af7 [2021-02-02T20:39:16.867Z] ---> 1ea60062f72f [2021-02-02T20:39:16.867Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-02-02T20:39:16.867Z] ---> Running in 08d66d9781a5 [2021-02-02T20:39:17.465Z] Removing intermediate container 08d66d9781a5 [2021-02-02T20:39:17.465Z] ---> 0b20be2f2748 [2021-02-02T20:39:17.465Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T20:39:17.465Z] ---> Running in 9b3e0397426e [2021-02-02T20:39:19.439Z] Removing intermediate container 9b3e0397426e [2021-02-02T20:39:19.439Z] ---> 05d636586389 [2021-02-02T20:39:19.439Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-02T20:39:19.712Z] ---> Running in ded70bcbe149 [2021-02-02T20:39:20.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T20:39:22.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T20:39:25.277Z] OK: 221 MiB in 53 packages [2021-02-02T20:39:26.260Z] Removing intermediate container ded70bcbe149 [2021-02-02T20:39:26.260Z] ---> cb5c1773d312 [2021-02-02T20:39:26.260Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-02-02T20:39:26.260Z] ---> Running in 81ff8092099f [2021-02-02T20:39:26.867Z] Removing intermediate container 81ff8092099f [2021-02-02T20:39:26.867Z] ---> fa9a9ee55fe6 [2021-02-02T20:39:26.867Z] Step 8/22 : COPY . . [2021-02-02T20:39:27.869Z] ---> d245b0871631 [2021-02-02T20:39:27.869Z] Step 9/22 : ARG MAKE='make build' [2021-02-02T20:39:27.869Z] ---> Running in 6298cbc39df4 [2021-02-02T20:39:28.461Z] Removing intermediate container 6298cbc39df4 [2021-02-02T20:39:28.461Z] ---> 1b9f07360b5d [2021-02-02T20:39:28.461Z] Step 10/22 : RUN $MAKE [2021-02-02T20:39:28.461Z] ---> Running in 244abd71842a [2021-02-02T20:39:29.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1" -o cmd/device-mqtt ./cmd [2021-02-02T20:39:56.250Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-02T20:40:04.534Z] Removing intermediate container 244abd71842a [2021-02-02T20:40:04.534Z] ---> 214ec8c00762 [2021-02-02T20:40:04.534Z] Step 11/22 : FROM alpine:3.12 [2021-02-02T20:40:04.534Z] 3.12: Pulling from library/alpine [2021-02-02T20:40:04.534Z] 159e5727ea61: Pulling fs layer [2021-02-02T20:40:04.534Z] 159e5727ea61: Verifying Checksum [2021-02-02T20:40:04.534Z] 159e5727ea61: Download complete [2021-02-02T20:40:04.803Z] 159e5727ea61: Pull complete [2021-02-02T20:40:04.803Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T20:40:04.803Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T20:40:04.803Z] ---> afeebe901d6b [2021-02-02T20:40:04.803Z] Step 12/22 : ENV APP_PORT=49982 [2021-02-02T20:40:05.074Z] ---> Running in 48efb2978a21 [2021-02-02T20:40:05.346Z] Removing intermediate container 48efb2978a21 [2021-02-02T20:40:05.346Z] ---> 8a5fb4c8358d [2021-02-02T20:40:05.346Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-02T20:40:05.620Z] ---> Running in aed6f3e370f8 [2021-02-02T20:40:05.900Z] Removing intermediate container aed6f3e370f8 [2021-02-02T20:40:05.900Z] ---> 52df7ab5e6a2 [2021-02-02T20:40:05.900Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-02-02T20:40:07.326Z] ---> 00165d8e6ed1 [2021-02-02T20:40:07.326Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2021-02-02T20:40:07.598Z] ---> feb3b8b74ad6 [2021-02-02T20:40:07.598Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-02-02T20:40:08.188Z] ---> d3c19099169a [2021-02-02T20:40:08.188Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-02-02T20:40:08.460Z] ---> Running in 4597bd999994 [2021-02-02T20:40:08.732Z] Removing intermediate container 4597bd999994 [2021-02-02T20:40:08.732Z] ---> 1aa128b29e3e [2021-02-02T20:40:08.732Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-02-02T20:40:09.006Z] ---> Running in 94d3f07d038a [2021-02-02T20:40:09.280Z] Removing intermediate container 94d3f07d038a [2021-02-02T20:40:09.280Z] ---> f4ec21026a3d [2021-02-02T20:40:09.280Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T20:40:09.553Z] ---> Running in 1f158aa3de39 [2021-02-02T20:40:09.825Z] Removing intermediate container 1f158aa3de39 [2021-02-02T20:40:09.825Z] ---> 2db37961436f [2021-02-02T20:40:09.825Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T20:40:10.101Z] ---> Running in 46992dcf36bf [2021-02-02T20:40:10.699Z] Removing intermediate container 46992dcf36bf [2021-02-02T20:40:10.699Z] ---> ddf19e035d13 [2021-02-02T20:40:10.699Z] Step 21/22 : LABEL git_sha=b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:40:10.699Z] ---> Running in f766b6de0161 [2021-02-02T20:40:10.971Z] Removing intermediate container f766b6de0161 [2021-02-02T20:40:10.971Z] ---> e2a3579a4e92 [2021-02-02T20:40:10.971Z] Step 22/22 : LABEL version=1.3.1 [2021-02-02T20:40:11.243Z] ---> Running in d956ae765bfc [2021-02-02T20:40:11.514Z] Removing intermediate container d956ae765bfc [2021-02-02T20:40:11.514Z] ---> e4702060d9c7 [2021-02-02T20:40:11.514Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-02T20:40:11.514Z] Successfully built e4702060d9c7 [2021-02-02T20:40:11.514Z] 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 [2021-02-02T20:40:11.959Z] provisioning config files... [2021-02-02T20:40:11.994Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config3490023664698444625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:40:12.390Z] ---> docker-login.sh [2021-02-02T20:40:12.390Z] nexus3.edgexfoundry.org:10001 [2021-02-02T20:40:12.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:12.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:12.661Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:12.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:12.661Z] [2021-02-02T20:40:12.661Z] Login Succeeded [2021-02-02T20:40:12.661Z] nexus3.edgexfoundry.org:10002 [2021-02-02T20:40:13.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:13.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:13.252Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:13.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:13.252Z] [2021-02-02T20:40:13.252Z] Login Succeeded [2021-02-02T20:40:13.252Z] nexus3.edgexfoundry.org:10003 [2021-02-02T20:40:13.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:13.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:13.805Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:13.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:13.805Z] [2021-02-02T20:40:13.805Z] Login Succeeded [2021-02-02T20:40:13.805Z] nexus3.edgexfoundry.org:10004 [2021-02-02T20:40:14.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:14.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:14.355Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:14.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:14.355Z] [2021-02-02T20:40:14.355Z] Login Succeeded [2021-02-02T20:40:14.355Z] docker.io [2021-02-02T20:40:14.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T20:40:14.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T20:40:14.903Z] Configure a credential helper to remove this warning. See [2021-02-02T20:40:14.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T20:40:14.903Z] [2021-02-02T20:40:14.903Z] Login Succeeded [2021-02-02T20:40:14.903Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T20:40:14.920Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:40:15.162Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2021-02-02T20:40:15.162Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:40:15.162Z] latest [2021-02-02T20:40:15.162Z] 1.3.1 [2021-02-02T20:40:15.162Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [2021-02-02T20:40:15.162Z] master [2021-02-02T20:40:15.162Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:15.680Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:16.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:40:16.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-02-02T20:40:16.021Z] fcb84018f16d: Preparing [2021-02-02T20:40:16.021Z] cf68403cfc37: Preparing [2021-02-02T20:40:16.021Z] 0889cf2f73ec: Preparing [2021-02-02T20:40:16.021Z] 379067d0cb53: Preparing [2021-02-02T20:40:16.297Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:16.297Z] cf68403cfc37: Pushed [2021-02-02T20:40:16.297Z] fcb84018f16d: Pushed [2021-02-02T20:40:18.946Z] 0889cf2f73ec: Pushed [2021-02-02T20:40:19.226Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:19.586Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:19.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-02-02T20:40:19.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-02-02T20:40:19.948Z] fcb84018f16d: Preparing [2021-02-02T20:40:19.948Z] cf68403cfc37: Preparing [2021-02-02T20:40:19.948Z] 0889cf2f73ec: Preparing [2021-02-02T20:40:19.948Z] 379067d0cb53: Preparing [2021-02-02T20:40:19.948Z] 0889cf2f73ec: Layer already exists [2021-02-02T20:40:19.948Z] fcb84018f16d: Layer already exists [2021-02-02T20:40:19.948Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:19.948Z] cf68403cfc37: Layer already exists [2021-02-02T20:40:20.220Z] latest: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:20.569Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:20.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1 [2021-02-02T20:40:20.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-02-02T20:40:20.925Z] fcb84018f16d: Preparing [2021-02-02T20:40:20.925Z] cf68403cfc37: Preparing [2021-02-02T20:40:20.925Z] 0889cf2f73ec: Preparing [2021-02-02T20:40:20.925Z] 379067d0cb53: Preparing [2021-02-02T20:40:20.925Z] 0889cf2f73ec: Layer already exists [2021-02-02T20:40:20.925Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:20.925Z] cf68403cfc37: Layer already exists [2021-02-02T20:40:20.925Z] fcb84018f16d: Layer already exists [2021-02-02T20:40:21.194Z] 1.3.1: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:21.540Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:21.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [2021-02-02T20:40:21.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-02-02T20:40:21.872Z] fcb84018f16d: Preparing [2021-02-02T20:40:21.872Z] cf68403cfc37: Preparing [2021-02-02T20:40:21.872Z] 0889cf2f73ec: Preparing [2021-02-02T20:40:21.872Z] 379067d0cb53: Preparing [2021-02-02T20:40:22.143Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:22.143Z] cf68403cfc37: Layer already exists [2021-02-02T20:40:22.143Z] fcb84018f16d: Layer already exists [2021-02-02T20:40:22.143Z] 0889cf2f73ec: Layer already exists [2021-02-02T20:40:22.143Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:22.483Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:22.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2021-02-02T20:40:22.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-02-02T20:40:22.822Z] fcb84018f16d: Preparing [2021-02-02T20:40:22.822Z] cf68403cfc37: Preparing [2021-02-02T20:40:22.822Z] 0889cf2f73ec: Preparing [2021-02-02T20:40:22.822Z] 379067d0cb53: Preparing [2021-02-02T20:40:22.822Z] 0889cf2f73ec: Layer already exists [2021-02-02T20:40:22.822Z] cf68403cfc37: Layer already exists [2021-02-02T20:40:22.822Z] 379067d0cb53: Layer already exists [2021-02-02T20:40:22.822Z] fcb84018f16d: Layer already exists [2021-02-02T20:40:23.094Z] master: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T20:40:23.369Z] ===================================================== [Pipeline] echo [2021-02-02T20:40:23.415Z] taggedImages: [2021-02-02T20:40:23.415Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-02-02T20:40:23.415Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-02-02T20:40:23.415Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1 [2021-02-02T20:40:23.415Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [2021-02-02T20:40:23.415Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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 [2021-02-02T20:40:25.038Z] provisioning config files... [2021-02-02T20:40:25.063Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2179166572126704164tmp [Pipeline] { [Pipeline] sh [2021-02-02T20:40:25.500Z] + set +x [2021-02-02T20:40:25.500Z] + curl -s https://codecov.io/bash [2021-02-02T20:40:25.500Z] + bash -s -- [2021-02-02T20:40:25.787Z] [2021-02-02T20:40:25.787Z] _____ _ [2021-02-02T20:40:25.787Z] / ____| | | [2021-02-02T20:40:25.787Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T20:40:25.787Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T20:40:25.787Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T20:40:25.787Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T20:40:25.787Z] Bash-20210129-7c25fce [2021-02-02T20:40:25.787Z] [2021-02-02T20:40:25.787Z] [2021-02-02T20:40:25.787Z] ==> git version 2.24.3 found [2021-02-02T20:40:25.787Z] ==> 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 [2021-02-02T20:40:25.787Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T20:40:25.787Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T20:40:25.787Z] ==> Jenkins CI detected. [2021-02-02T20:40:25.787Z] project root: . [2021-02-02T20:40:25.787Z] --> token set from env [2021-02-02T20:40:25.787Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T20:40:26.068Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T20:40:26.068Z] ==> Python coveragepy not found [2021-02-02T20:40:26.068Z] ==> Searching for coverage reports in: [2021-02-02T20:40:26.068Z] + . [2021-02-02T20:40:26.068Z] -> Found 1 reports [2021-02-02T20:40:26.068Z] ==> Detecting git/mercurial file structure [2021-02-02T20:40:26.068Z] ==> Reading reports [2021-02-02T20:40:26.068Z] + ./coverage.out bytes=18940 [2021-02-02T20:40:26.069Z] ==> Appending adjustments [2021-02-02T20:40:26.069Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T20:40:26.343Z] + Found adjustments [2021-02-02T20:40:26.343Z] ==> Gzipping contents [2021-02-02T20:40:26.343Z] 4.0K /tmp/codecov.NgTm0c.gz [2021-02-02T20:40:26.343Z] ==> Uploading reports [2021-02-02T20:40:26.343Z] url: https://codecov.io [2021-02-02T20:40:26.343Z] query: branch=master&commit=b247510d13ba8e9fad57040faa04d23d7bfdafc2&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T20:40:26.343Z] -> Pinging Codecov [2021-02-02T20:40:26.343Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=b247510d13ba8e9fad57040faa04d23d7bfdafc2&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T20:40:26.963Z] -> Uploading to [2021-02-02T20:40:26.963Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/7D719EC7BBE17E464838252E33014C33/b247510d13ba8e9fad57040faa04d23d7bfdafc2/ce5ecae8-21ea-43b0-af21-db8b376fccfa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T204026Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f993cc63cf66d9a07d375d264d40ce8a67516e88220c6fcbd2d3d55ea3096a41 [2021-02-02T20:40:26.963Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T20:40:26.963Z] Dload Upload Total Spent Left Speed [2021-02-02T20:40:27.243Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3307 0 0 100 3307 0 7113 --:--:-- --:--:-- --:--:-- 7111 100 3307 0 0 100 3307 0 7109 --:--:-- --:--:-- --:--:-- 7111 [2021-02-02T20:40:27.243Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] } [2021-02-02T20:40:27.265Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-02T20:40:27.743Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-02T20:40:27.821Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:28.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T20:40:28.842Z] [2021-02-02T20:40:28.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:40:29.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T20:40:29.216Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-02T20:40:29.216Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T20:40:29.216Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T20:40:29.216Z] de9db76c5a1d: Pulling fs layer [2021-02-02T20:40:29.216Z] 0eba1c9be4d2: Pulling fs layer [2021-02-02T20:40:29.216Z] 0d57e429df01: Pulling fs layer [2021-02-02T20:40:29.216Z] 4e4be7b47b0d: Pulling fs layer [2021-02-02T20:40:29.216Z] e1f770b5df2f: Pulling fs layer [2021-02-02T20:40:29.216Z] 85a0685a4137: Pulling fs layer [2021-02-02T20:40:29.216Z] 4e4be7b47b0d: Waiting [2021-02-02T20:40:29.216Z] 85a0685a4137: Waiting [2021-02-02T20:40:29.216Z] e1f770b5df2f: Waiting [2021-02-02T20:40:29.216Z] 0eba1c9be4d2: Waiting [2021-02-02T20:40:29.216Z] 0d57e429df01: Waiting [2021-02-02T20:40:29.216Z] de9db76c5a1d: Verifying Checksum [2021-02-02T20:40:29.216Z] de9db76c5a1d: Download complete [2021-02-02T20:40:29.216Z] 0ef7d3d256c8: Download complete [2021-02-02T20:40:29.216Z] 0d57e429df01: Verifying Checksum [2021-02-02T20:40:29.216Z] 0d57e429df01: Download complete [2021-02-02T20:40:29.216Z] 4e4be7b47b0d: Verifying Checksum [2021-02-02T20:40:29.216Z] 4e4be7b47b0d: Download complete [2021-02-02T20:40:29.497Z] 188c0c94c7c5: Download complete [2021-02-02T20:40:29.767Z] 188c0c94c7c5: Pull complete [2021-02-02T20:40:30.367Z] 0ef7d3d256c8: Pull complete [2021-02-02T20:40:30.367Z] de9db76c5a1d: Pull complete [2021-02-02T20:40:30.960Z] e1f770b5df2f: Verifying Checksum [2021-02-02T20:40:30.960Z] e1f770b5df2f: Download complete [2021-02-02T20:40:33.605Z] 0eba1c9be4d2: Verifying Checksum [2021-02-02T20:40:33.605Z] 0eba1c9be4d2: Download complete [2021-02-02T20:40:34.610Z] 85a0685a4137: Verifying Checksum [2021-02-02T20:40:44.867Z] 0eba1c9be4d2: Pull complete [2021-02-02T20:40:44.868Z] 0d57e429df01: Pull complete [2021-02-02T20:40:44.868Z] 4e4be7b47b0d: Pull complete [2021-02-02T20:40:46.881Z] e1f770b5df2f: Pull complete [2021-02-02T20:41:02.293Z] 85a0685a4137: Pull complete [2021-02-02T20:41:02.293Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-02T20:41:02.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T20:41:02.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-02T20:41:02.720Z] prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container [2021-02-02T20:41:02.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-02T20:41:05.039Z] $ docker top 89748d00927d4a12a1d45b63fe8bcc3917b635887f93ae09357d2fa2eba500be -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T20:41:05.322Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-02T20:41:05.673Z] + set -o pipefail [2021-02-02T20:41:05.673Z] + snyk monitor '--org=edgex-jenkins' [2021-02-02T20:41:18.261Z] [2021-02-02T20:41:18.261Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2021-02-02T20:41:18.261Z] [2021-02-02T20:41:18.261Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/a9ac9467-c388-4626-a86b-8207ef998cd0 [2021-02-02T20:41:18.261Z] [2021-02-02T20:41:18.261Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-02T20:41:18.261Z] [2021-02-02T20:41:18.261Z] [Pipeline] } [2021-02-02T20:41:18.279Z] $ docker stop --time=1 89748d00927d4a12a1d45b63fe8bcc3917b635887f93ae09357d2fa2eba500be [2021-02-02T20:41:20.997Z] $ docker rm -f 89748d00927d4a12a1d45b63fe8bcc3917b635887f93ae09357d2fa2eba500be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 [2021-02-02T20:41:23.289Z] + git log --format=format:%s -1 b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:41:23.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:41:23.663Z] . [Pipeline] withDockerContainer [2021-02-02T20:41:23.838Z] prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container [2021-02-02T20:41:23.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T20:41:25.047Z] $ docker top 0ff98c4967043b52bd397e006ead43715acf4e188a5df7558ca25bee854779a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:41:25.380Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.4' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:41:25.790Z] + git semver [Pipeline] } [2021-02-02T20:41:26.111Z] $ docker stop --time=1 0ff98c4967043b52bd397e006ead43715acf4e188a5df7558ca25bee854779a8 [2021-02-02T20:41:27.777Z] $ docker rm -f 0ff98c4967043b52bd397e006ead43715acf4e188a5df7558ca25bee854779a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:41:28.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T20:41:28.610Z] [2021-02-02T20:41:28.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:41:29.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T20:41:29.038Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-02T20:41:29.038Z] ab5ef0e58194: Pulling fs layer [2021-02-02T20:41:29.038Z] 9712f1f96733: Pulling fs layer [2021-02-02T20:41:29.038Z] 63f879dbbcfc: Pulling fs layer [2021-02-02T20:41:29.038Z] 0d9ebad4ef96: Pulling fs layer [2021-02-02T20:41:29.038Z] e9a5061849ea: Pulling fs layer [2021-02-02T20:41:29.038Z] d747dcd14b5f: Pulling fs layer [2021-02-02T20:41:29.038Z] 2de7ff778b66: Pulling fs layer [2021-02-02T20:41:29.038Z] e9a5061849ea: Waiting [2021-02-02T20:41:29.038Z] d747dcd14b5f: Waiting [2021-02-02T20:41:29.038Z] 2de7ff778b66: Waiting [2021-02-02T20:41:29.038Z] 0d9ebad4ef96: Waiting [2021-02-02T20:41:29.038Z] 9712f1f96733: Verifying Checksum [2021-02-02T20:41:29.038Z] 9712f1f96733: Download complete [2021-02-02T20:41:31.730Z] 63f879dbbcfc: Verifying Checksum [2021-02-02T20:41:31.730Z] 63f879dbbcfc: Download complete [2021-02-02T20:41:32.020Z] e9a5061849ea: Verifying Checksum [2021-02-02T20:41:32.020Z] e9a5061849ea: Download complete [2021-02-02T20:41:32.020Z] d747dcd14b5f: Verifying Checksum [2021-02-02T20:41:32.020Z] d747dcd14b5f: Download complete [2021-02-02T20:41:33.001Z] 2de7ff778b66: Verifying Checksum [2021-02-02T20:41:33.001Z] 2de7ff778b66: Download complete [2021-02-02T20:41:33.001Z] 0d9ebad4ef96: Verifying Checksum [2021-02-02T20:41:33.001Z] 0d9ebad4ef96: Download complete [2021-02-02T20:41:33.280Z] ab5ef0e58194: Verifying Checksum [2021-02-02T20:41:33.280Z] ab5ef0e58194: Download complete [2021-02-02T20:41:41.636Z] ab5ef0e58194: Pull complete [2021-02-02T20:41:41.636Z] 9712f1f96733: Pull complete [2021-02-02T20:41:44.326Z] 63f879dbbcfc: Pull complete [2021-02-02T20:41:54.645Z] 0d9ebad4ef96: Pull complete [2021-02-02T20:41:56.082Z] e9a5061849ea: Pull complete [2021-02-02T20:41:56.357Z] d747dcd14b5f: Pull complete [2021-02-02T20:42:00.698Z] 2de7ff778b66: Pull complete [2021-02-02T20:42:00.698Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-02T20:42:00.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T20:42:00.698Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-02T20:42:01.008Z] prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container [2021-02-02T20:42:01.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-02T20:42:04.465Z] $ docker top be059e197d732e181c0d8cd6e5a9c8782d2437436fde8a34f020391f358bbf2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-02T20:42:04.853Z] provisioning config files... [2021-02-02T20:42:04.873Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7213420107593802896tmp [2021-02-02T20:42:04.897Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8992151125514219391tmp [2021-02-02T20:42:04.920Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8629159918391446466tmp [Pipeline] { [Pipeline] echo [2021-02-02T20:42:04.983Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:05.293Z] ---> sigul-configuration.sh [2021-02-02T20:42:05.658Z] gpg: directory `/root/.gnupg' created [2021-02-02T20:42:05.658Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-02T20:42:05.658Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-02T20:42:05.658Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-02T20:42:05.658Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-02T20:42:05.658Z] gpg: CAST5 encrypted data [2021-02-02T20:42:05.658Z] gpg: encrypted with 1 passphrase [2021-02-02T20:42:05.658Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-02T20:42:06.272Z] + mkdir /home/jenkins [2021-02-02T20:42:06.272Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-02T20:42:07.137Z] + 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 [2021-02-02T20:42:07.159Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:07.834Z] ---> sigul-install.sh [2021-02-02T20:42:16.066Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-02T20:42:16.727Z] + git tag --list [2021-02-02T20:42:16.727Z] 0.7.1 [2021-02-02T20:42:16.727Z] v1.0.0 [2021-02-02T20:42:16.727Z] v1.1.0 [2021-02-02T20:42:16.727Z] v1.1.1 [2021-02-02T20:42:16.727Z] v1.2.2 [2021-02-02T20:42:16.727Z] v1.3.0 [2021-02-02T20:42:16.727Z] v1.3.1 [2021-02-02T20:42:16.727Z] v1.3.1-dev.1 [2021-02-02T20:42:16.727Z] v1.3.1-dev.2 [2021-02-02T20:42:16.727Z] v1.3.1-dev.3 [2021-02-02T20:42:16.727Z] v1.3.1-dev.4 [Pipeline] sh [2021-02-02T20:42:17.430Z] + lftools sign git-tag v1.3.1 [2021-02-02T20:42:19.376Z] Signing Git tag with Sigul... [2021-02-02T20:42:19.376Z] Signing v1.3.1 [Pipeline] echo [2021-02-02T20:42:20.378Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:20.727Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-02T20:42:20.744Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-02T20:42:20.919Z] $ docker stop --time=1 be059e197d732e181c0d8cd6e5a9c8782d2437436fde8a34f020391f358bbf2a [2021-02-02T20:42:23.069Z] $ docker rm -f be059e197d732e181c0d8cd6e5a9c8782d2437436fde8a34f020391f358bbf2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:42:24.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:42:24.363Z] . [Pipeline] withDockerContainer [2021-02-02T20:42:24.564Z] prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container [2021-02-02T20:42:24.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T20:42:25.752Z] $ docker top 8c85d6ad0dd167d9aa94fad9f2009ce510343d63dcca1914905d34dc28a9806d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:42:26.149Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.4' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:42:26.612Z] + git semver [Pipeline] } [2021-02-02T20:42:26.911Z] $ docker stop --time=1 8c85d6ad0dd167d9aa94fad9f2009ce510343d63dcca1914905d34dc28a9806d [2021-02-02T20:42:28.435Z] $ docker rm -f 8c85d6ad0dd167d9aa94fad9f2009ce510343d63dcca1914905d34dc28a9806d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:42:29.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T20:42:29.088Z] . [Pipeline] withDockerContainer [2021-02-02T20:42:29.220Z] prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container [2021-02-02T20:42:29.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T20:42:30.370Z] $ docker top 0d8142c5bc954607971cd7f2a5058ebeee94cf2833c887b7bf1274fc30de195e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T20:42:30.922Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.4' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T20:42:31.403Z] + git semver [Pipeline] } [2021-02-02T20:42:31.721Z] $ docker stop --time=1 0d8142c5bc954607971cd7f2a5058ebeee94cf2833c887b7bf1274fc30de195e [2021-02-02T20:42:33.826Z] $ docker rm -f 0d8142c5bc954607971cd7f2a5058ebeee94cf2833c887b7bf1274fc30de195e [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 [2021-02-02T20:42:35.478Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:42:36.423Z] ---> package-listing.sh [2021-02-02T20:42:36.423Z] ++ facter osfamily [2021-02-02T20:42:36.423Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T20:42:36.713Z] + OS_FAMILY=redhat [2021-02-02T20:42:36.713Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2021-02-02T20:42:36.713Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T20:42:36.713Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T20:42:36.713Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T20:42:36.713Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T20:42:36.713Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-02-02T20:42:36.713Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T20:42:36.713Z] + case "${OS_FAMILY}" in [2021-02-02T20:42:36.713Z] + rpm -qa [2021-02-02T20:42:36.713Z] + sort [2021-02-02T20:42:43.406Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T20:42:43.406Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T20:42:43.406Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T20:42:43.406Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-02-02T20:42:43.406Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2021-02-02T20:42:43.406Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo [2021-02-02T20:42:43.426Z] 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 [2021-02-02T20:42:43.743Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:42:44.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T20:42:44.410Z] [2021-02-02T20:42:44.410Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T20:42:44.797Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T20:42:44.797Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T20:42:44.797Z] df20fa9351a1: Pulling fs layer [2021-02-02T20:42:44.797Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T20:42:44.797Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T20:42:44.797Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T20:42:44.797Z] 93b61091891f: Pulling fs layer [2021-02-02T20:42:44.797Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T20:42:44.797Z] 5e14af77c1be: Pulling fs layer [2021-02-02T20:42:44.797Z] 01666e4c0597: Pulling fs layer [2021-02-02T20:42:44.797Z] aa168da1d23b: Pulling fs layer [2021-02-02T20:42:44.797Z] 93b9cdb0e59b: Waiting [2021-02-02T20:42:44.797Z] 5e14af77c1be: Waiting [2021-02-02T20:42:44.797Z] 01666e4c0597: Waiting [2021-02-02T20:42:44.797Z] aa168da1d23b: Waiting [2021-02-02T20:42:44.797Z] 46f8f816bc3b: Waiting [2021-02-02T20:42:44.797Z] 93b61091891f: Waiting [2021-02-02T20:42:45.103Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T20:42:45.103Z] 36b3adc4ff6f: Download complete [2021-02-02T20:42:45.103Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T20:42:45.103Z] 46f8f816bc3b: Download complete [2021-02-02T20:42:45.103Z] 93b61091891f: Verifying Checksum [2021-02-02T20:42:45.103Z] 93b61091891f: Download complete [2021-02-02T20:42:45.103Z] df20fa9351a1: Verifying Checksum [2021-02-02T20:42:45.103Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T20:42:45.103Z] 93b9cdb0e59b: Download complete [2021-02-02T20:42:45.103Z] 01666e4c0597: Verifying Checksum [2021-02-02T20:42:45.103Z] 01666e4c0597: Download complete [2021-02-02T20:42:45.103Z] 5e14af77c1be: Verifying Checksum [2021-02-02T20:42:45.103Z] 5e14af77c1be: Download complete [2021-02-02T20:42:45.739Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T20:42:45.739Z] 8ad3a11d3b57: Download complete [2021-02-02T20:42:46.360Z] df20fa9351a1: Pull complete [2021-02-02T20:42:46.993Z] 36b3adc4ff6f: Pull complete [2021-02-02T20:42:48.446Z] 8ad3a11d3b57: Pull complete [2021-02-02T20:42:48.719Z] 46f8f816bc3b: Pull complete [2021-02-02T20:42:49.355Z] 93b61091891f: Pull complete [2021-02-02T20:42:49.630Z] 93b9cdb0e59b: Pull complete [2021-02-02T20:42:49.630Z] 5e14af77c1be: Pull complete [2021-02-02T20:42:50.246Z] 01666e4c0597: Pull complete [2021-02-02T20:42:50.246Z] aa168da1d23b: Verifying Checksum [2021-02-02T20:42:50.246Z] aa168da1d23b: Download complete [2021-02-02T20:43:05.541Z] aa168da1d23b: Pull complete [2021-02-02T20:43:05.541Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T20:43:05.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T20:43:05.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T20:43:06.053Z] prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container [2021-02-02T20:43:06.281Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T20:43:09.657Z] $ docker top 89a737a1483cdae49a0635ba2eda4fc71a4ae0229484f43ab1623949fc8778a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T20:43:10.303Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T20:43:10.652Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T20:43:11.302Z] + ls /var/log/sa-host [2021-02-02T20:43:11.302Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T20:43:11.303Z] file_magic: OK [2021-02-02T20:43:11.303Z] HZ: Using current value: 100 [2021-02-02T20:43:11.303Z] file_header: OK [2021-02-02T20:43:11.303Z] 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 [2021-02-02T20:43:11.303Z] Statistics: [2021-02-02T20:43:11.303Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T20:43:11.303Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T20:43:11.303Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T20:43:11.303Z] file_magic: OK [2021-02-02T20:43:11.303Z] HZ: Using current value: 100 [2021-02-02T20:43:11.303Z] file_header: OK [2021-02-02T20:43:11.303Z] 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 [2021-02-02T20:43:11.303Z] Statistics: [2021-02-02T20:43:11.303Z] Hnuu...uuuununununu... [2021-02-02T20:43:11.303Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T20:43:11.526Z] provisioning config files... [2021-02-02T20:43:11.560Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3631260023646333275tmp [Pipeline] { [Pipeline] echo [2021-02-02T20:43:11.644Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:43:11.958Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T20:43:11.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T20:43:12.086Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:43:12.728Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T20:43:12.743Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:43:13.055Z] ---> sudo-logs.sh [2021-02-02T20:43:13.055Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T20:43:13.072Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:43:13.394Z] ---> job-cost.sh [2021-02-02T20:43:13.394Z] lf-activate-venv: SKIPPING [2021-02-02T20:43:13.394Z] INFO: No Stack... [2021-02-02T20:43:14.369Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T20:43:14.951Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T20:43:14.966Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T20:43:15.319Z] ---> logs-deploy.sh [2021-02-02T20:43:15.319Z] lf-activate-venv: SKIPPING [2021-02-02T20:43:15.319Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/30 [2021-02-02T20:43:15.319Z] INFO: archiving workspace using pattern(s): [2021-02-02T20:43:17.921Z] Archives upload complete. [2021-02-02T20:43:17.921Z] INFO: archiving logs to Nexus