Started by upstream project "edgexfoundry/cd-management/release" build number 39 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 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d8dcacb1afd64ffd41a88d498332b01d09cee174 # timeout=10 Commit message: "Merge pull request #299 from bill-mahoney/releaseStream" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12563’ Running on prd-centos7-docker-4c-2g-12570 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub Checking out Revision 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 (master) > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --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 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 Commit message: "Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" > git rev-list --no-walk 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-18T19:35:21.999Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-18T19:35:22.230Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:35:22.420Z] ========================================================= [2020-11-18T19:35:22.420Z] EdgeX Global Pipelines Version Info [2020-11-18T19:35:22.420Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:35:25.255Z] ------------------- [2020-11-18T19:35:25.255Z] stable info: [2020-11-18T19:35:25.255Z] ------------------- [2020-11-18T19:35:25.255Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-18T19:35:25.255Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T19:35:25.255Z] Message: update stable to v1.0.165 [2020-11-18T19:35:26.278Z] ------------------- [2020-11-18T19:35:26.278Z] experimental info: [2020-11-18T19:35:26.278Z] ------------------- [2020-11-18T19:35:26.278Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-18T19:35:26.278Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T19:35:26.278Z] Message: update experimental to v1.0.165 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-18T19:35:26.686Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-11-18T19:35:26.779Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-11-18T19:35:26.874Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-18T19:35:26.975Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-18T19:35:27.063Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-18T19:35:27.151Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-18T19:35:27.244Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-18T19:35:27.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-18T19:35:27.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-18T19:35:27.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-18T19:35:27.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-18T19:35:27.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-11-18T19:35:27.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-18T19:35:27.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-18T19:35:28.145Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T19:35:28.237Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T19:35:28.422Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T19:35:28.526Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T19:35:28.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-18T19:35:28.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-18T19:35:28.814Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-18T19:35:28.908Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-18T19:35:28.996Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-18T19:35:29.097Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-18T19:35:29.239Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-18T19:35:29.340Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-18T19:35:29.460Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-18T19:35:29.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-18T19:35:29.644Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-18T19:35:29.740Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] echo [2020-11-18T19:35:29.868Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 06d3741 [Pipeline] echo [2020-11-18T19:35:29.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:35:30.356Z] provisioning config files... [2020-11-18T19:35:30.409Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2141479421529856913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:35:30.819Z] ---> docker-login.sh [2020-11-18T19:35:30.819Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:35:31.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:31.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:31.458Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:31.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:31.458Z] [2020-11-18T19:35:31.458Z] Login Succeeded [2020-11-18T19:35:31.458Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:35:31.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:31.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:31.743Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:31.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:31.743Z] [2020-11-18T19:35:31.743Z] Login Succeeded [2020-11-18T19:35:31.743Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:35:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:32.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:32.317Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:32.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:32.317Z] [2020-11-18T19:35:32.317Z] Login Succeeded [2020-11-18T19:35:32.317Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:35:32.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:32.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:32.592Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:32.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:32.592Z] [2020-11-18T19:35:32.592Z] Login Succeeded [2020-11-18T19:35:32.592Z] docker.io [2020-11-18T19:35:32.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:33.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:33.227Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:33.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:33.227Z] [2020-11-18T19:35:33.227Z] Login Succeeded [2020-11-18T19:35:33.227Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:35:33.244Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T19:35:34.069Z] + git log --format=format:%s -1 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] echo [2020-11-18T19:35:34.239Z] GIT_COMMIT: 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372, Commit Message: Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0 [Pipeline] echo [2020-11-18T19:35:34.288Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:35:34.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:35:34.963Z] [2020-11-18T19:35:34.963Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:35:35.410Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:35:35.411Z] latest: Pulling from edgex-devops/git-semver [2020-11-18T19:35:35.411Z] 31603596830f: Pulling fs layer [2020-11-18T19:35:35.411Z] 2a8b12db71e7: Pulling fs layer [2020-11-18T19:35:35.411Z] 6ca5941a6612: Pulling fs layer [2020-11-18T19:35:35.411Z] ecc8261a40a4: Pulling fs layer [2020-11-18T19:35:35.411Z] ecc8261a40a4: Waiting [2020-11-18T19:35:35.411Z] 2a8b12db71e7: Verifying Checksum [2020-11-18T19:35:35.411Z] 2a8b12db71e7: Download complete [2020-11-18T19:35:36.276Z] 31603596830f: Download complete [2020-11-18T19:35:36.924Z] 31603596830f: Pull complete [2020-11-18T19:35:37.264Z] ecc8261a40a4: Verifying Checksum [2020-11-18T19:35:37.264Z] ecc8261a40a4: Download complete [2020-11-18T19:35:37.264Z] 2a8b12db71e7: Pull complete [2020-11-18T19:35:37.572Z] 6ca5941a6612: Verifying Checksum [2020-11-18T19:35:37.572Z] 6ca5941a6612: Download complete [2020-11-18T19:35:39.738Z] 6ca5941a6612: Pull complete [2020-11-18T19:35:40.006Z] ecc8261a40a4: Pull complete [2020-11-18T19:35:40.006Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-18T19:35:40.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:35:40.006Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-18T19:35:40.399Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:35:40.649Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:35:43.476Z] $ docker top 73b482cc421002bd9b7598169b00a88ac1157363020851db1d34b4f1076ee8b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-18T19:35:43.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T19:35:43.998Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T19:35:44.303Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T19:35:44.310Z] $ docker exec 73b482cc421002bd9b7598169b00a88ac1157363020851db1d34b4f1076ee8b8 ssh-agent [2020-11-18T19:35:44.554Z] SSH_AUTH_SOCK=/tmp/ssh-ddS4paBuZQE0/agent.12 [2020-11-18T19:35:44.554Z] SSH_AGENT_PID=17 [2020-11-18T19:35:44.578Z] Running ssh-add (command line suppressed) [2020-11-18T19:35:44.770Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2578024221255991706.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2578024221255991706.key) [2020-11-18T19:35:44.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T19:35:45.234Z] + git tag --points-at HEAD [Pipeline] } [2020-11-18T19:35:45.263Z] $ docker exec --env ******** --env ******** 73b482cc421002bd9b7598169b00a88ac1157363020851db1d34b4f1076ee8b8 ssh-agent -k [2020-11-18T19:35:45.425Z] unset SSH_AUTH_SOCK; [2020-11-18T19:35:45.425Z] unset SSH_AGENT_PID; [2020-11-18T19:35:45.425Z] echo Agent pid 17 killed; [2020-11-18T19:35:45.538Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-11-18T19:35:45.806Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.3-dev.10|v1.3.0' [Pipeline] sshagent [2020-11-18T19:35:45.934Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T19:35:45.934Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T19:35:46.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T19:35:46.292Z] $ docker exec 73b482cc421002bd9b7598169b00a88ac1157363020851db1d34b4f1076ee8b8 ssh-agent [2020-11-18T19:35:46.549Z] SSH_AUTH_SOCK=/tmp/ssh-qEhTNObeG53N/agent.46 [2020-11-18T19:35:46.549Z] SSH_AGENT_PID=51 [2020-11-18T19:35:46.566Z] Running ssh-add (command line suppressed) [2020-11-18T19:35:46.887Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4773224495616316860.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4773224495616316860.key) [2020-11-18T19:35:47.002Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T19:35:47.496Z] + git semver init [2020-11-18T19:35:47.496Z] # -> Open(): unable to determine branch for HEAD [2020-11-18T19:35:47.496Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-11-18T19:35:47.496Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-11-18T19:35:47.496Z] # $SEMVER_REMOTE_NAME = origin [2020-11-18T19:35:47.496Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-18T19:35:47.496Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-18T19:35:47.496Z] # $SEMVER_BRANCH = master [2020-11-18T19:35:47.496Z] # $SEMVER_TEMP = /tmp/semver-437716241 [2020-11-18T19:35:47.496Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-11-18T19:35:48.107Z] # '/tmp/semver-437716241' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-11-18T19:35:48.107Z] # -> Force: false [2020-11-18T19:35:48.107Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-11-18T19:35:48.175Z] $ docker exec --env ******** --env ******** 73b482cc421002bd9b7598169b00a88ac1157363020851db1d34b4f1076ee8b8 ssh-agent -k [2020-11-18T19:35:48.514Z] unset SSH_AUTH_SOCK; [2020-11-18T19:35:48.514Z] unset SSH_AGENT_PID; [2020-11-18T19:35:48.514Z] echo Agent pid 51 killed; [2020-11-18T19:35:48.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:35:49.815Z] + git semver [Pipeline] } [2020-11-18T19:35:49.969Z] $ docker stop --time=1 73b482cc421002bd9b7598169b00a88ac1157363020851db1d34b4f1076ee8b8 [2020-11-18T19:35:51.808Z] $ docker rm -f 73b482cc421002bd9b7598169b00a88ac1157363020851db1d34b4f1076ee8b8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:35:52.351Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-18T19:35:53.277Z] Stashed 1 file(s) [Pipeline] echo [2020-11-18T19:35:53.279Z] [edgeXSemver]: initialized semver on version 1.3.0 [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 [2020-11-18T19:36:09.039Z] Still waiting to schedule task [2020-11-18T19:36:09.039Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-18T19:36:09.042Z] Still waiting to schedule task [2020-11-18T19:36:09.042Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-18T19:38:27.117Z] Running on prd-centos7-docker-4c-2g-12587 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-11-18T19:38:27.208Z] Running in /w/workspace/device-mqtt-go/25 [Pipeline] { [Pipeline] checkout [2020-11-18T19:38:31.763Z] using credential edgex-jenkins-ssh [2020-11-18T19:38:31.887Z] Cloning the remote Git repository [2020-11-18T19:38:31.921Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-11-18T19:38:32.000Z] > git init /w/workspace/device-mqtt-go/25 # timeout=10 [2020-11-18T19:38:32.055Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-11-18T19:38:32.056Z] > git --version # timeout=10 [2020-11-18T19:38:32.064Z] > git --version # 'git version 2.16.5' [2020-11-18T19:38:32.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:38:32.097Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:38:34.034Z] Checking out Revision 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 (master) [2020-11-18T19:38:33.588Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-11-18T19:38:33.602Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:38:33.624Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-11-18T19:38:33.637Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-11-18T19:38:33.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:38:33.642Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T19:38:34.047Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T19:38:34.052Z] > git checkout -f 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 [2020-11-18T19:38:37.758Z] Commit message: "Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:38:38.483Z] provisioning config files... [2020-11-18T19:38:38.513Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/25@tmp/config8937229243190843160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:38:39.384Z] ---> docker-login.sh [2020-11-18T19:38:39.384Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:38:39.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:39.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:39.922Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:39.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:39.922Z] [2020-11-18T19:38:39.922Z] Login Succeeded [2020-11-18T19:38:39.922Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:38:39.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:39.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:39.922Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:39.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:39.922Z] [2020-11-18T19:38:39.922Z] Login Succeeded [2020-11-18T19:38:39.922Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:38:40.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:40.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:40.184Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:40.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:40.184Z] [2020-11-18T19:38:40.184Z] Login Succeeded [2020-11-18T19:38:40.184Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:38:40.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:40.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:40.450Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:40.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:40.450Z] [2020-11-18T19:38:40.450Z] Login Succeeded [2020-11-18T19:38:40.450Z] docker.io [2020-11-18T19:38:40.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:40.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:40.712Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:40.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:40.712Z] [2020-11-18T19:38:40.712Z] Login Succeeded [2020-11-18T19:38:40.712Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:38:40.750Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T19:38:41.309Z] ========================================================= [2020-11-18T19:38:41.309Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-18T19:38:41.309Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:41.663Z] + 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 . [2020-11-18T19:38:41.663Z] Sending build context to Docker daemon 462.3kB [2020-11-18T19:38:41.924Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T19:38:41.924Z] Step 2/8 : FROM ${BASE} [2020-11-18T19:38:41.924Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-18T19:38:41.924Z] df20fa9351a1: Pulling fs layer [2020-11-18T19:38:41.924Z] ed8968b2872e: Pulling fs layer [2020-11-18T19:38:41.924Z] a92cc7c5fd73: Pulling fs layer [2020-11-18T19:38:41.924Z] e871e8e8d7a9: Pulling fs layer [2020-11-18T19:38:41.924Z] e73272ec9a57: Pulling fs layer [2020-11-18T19:38:41.924Z] 1e910a182e73: Pulling fs layer [2020-11-18T19:38:41.924Z] 4e634b169226: Pulling fs layer [2020-11-18T19:38:41.924Z] e871e8e8d7a9: Waiting [2020-11-18T19:38:41.924Z] e73272ec9a57: Waiting [2020-11-18T19:38:41.924Z] 4e634b169226: Waiting [2020-11-18T19:38:41.924Z] 1e910a182e73: Waiting [2020-11-18T19:38:41.924Z] a92cc7c5fd73: Verifying Checksum [2020-11-18T19:38:41.924Z] a92cc7c5fd73: Download complete [2020-11-18T19:38:41.924Z] ed8968b2872e: Download complete [2020-11-18T19:38:42.190Z] e73272ec9a57: Verifying Checksum [2020-11-18T19:38:42.190Z] e73272ec9a57: Download complete [2020-11-18T19:38:42.190Z] 1e910a182e73: Verifying Checksum [2020-11-18T19:38:42.190Z] 1e910a182e73: Download complete [2020-11-18T19:38:42.190Z] df20fa9351a1: Verifying Checksum [2020-11-18T19:38:42.190Z] df20fa9351a1: Download complete [2020-11-18T19:38:42.458Z] df20fa9351a1: Pull complete [2020-11-18T19:38:42.724Z] ed8968b2872e: Pull complete [2020-11-18T19:38:42.724Z] a92cc7c5fd73: Pull complete [2020-11-18T19:38:44.119Z] 4e634b169226: Verifying Checksum [2020-11-18T19:38:44.119Z] 4e634b169226: Download complete [2020-11-18T19:38:44.709Z] e871e8e8d7a9: Verifying Checksum [2020-11-18T19:38:50.060Z] e871e8e8d7a9: Pull complete [2020-11-18T19:38:50.060Z] e73272ec9a57: Pull complete [2020-11-18T19:38:50.060Z] 1e910a182e73: Pull complete [2020-11-18T19:39:00.111Z] 4e634b169226: Pull complete [2020-11-18T19:39:00.111Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-18T19:39:00.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-18T19:39:00.111Z] ---> f7629b54cfaa [2020-11-18T19:39:00.111Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-18T19:39:00.111Z] ---> Running in a75454882d46 [2020-11-18T19:39:00.111Z] Removing intermediate container a75454882d46 [2020-11-18T19:39:00.111Z] ---> 403d0bc40fff [2020-11-18T19:39:00.111Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:39:00.111Z] ---> Running in 30d9ea2748ab [2020-11-18T19:39:01.070Z] Removing intermediate container 30d9ea2748ab [2020-11-18T19:39:01.070Z] ---> 11671cde4b61 [2020-11-18T19:39:01.070Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T19:39:01.342Z] ---> Running in 7afa174227f7 [2020-11-18T19:39:01.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T19:39:03.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T19:39:04.732Z] (1/14) Installing libmagic (5.38-r0) [2020-11-18T19:39:04.998Z] (2/14) Installing file (5.38-r0) [2020-11-18T19:39:04.998Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-18T19:39:04.998Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-18T19:39:23.833Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-18T19:39:23.833Z] (6/14) Installing patch (2.7.6-r6) [2020-11-18T19:39:23.833Z] (7/14) Installing build-base (0.5-r2) [2020-11-18T19:39:23.833Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-18T19:39:23.833Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-18T19:39:23.833Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-18T19:39:24.413Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-18T19:39:24.413Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-18T19:39:24.413Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-18T19:39:24.992Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-18T19:39:25.255Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T19:39:25.255Z] OK: 237 MiB in 53 packages [2020-11-18T19:39:28.599Z] Removing intermediate container 7afa174227f7 [2020-11-18T19:39:28.599Z] ---> de38f524f112 [2020-11-18T19:39:28.599Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-11-18T19:39:28.599Z] ---> Running in 4fc72cf7a450 [2020-11-18T19:39:28.857Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12588 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [2020-11-18T19:39:28.867Z] Removing intermediate container 4fc72cf7a450 [2020-11-18T19:39:28.867Z] ---> 58f95d67b8e5 [2020-11-18T19:39:28.867Z] Step 7/8 : COPY . . [Pipeline] ws [2020-11-18T19:39:28.914Z] Running in /w/workspace/device-mqtt-go/25 [Pipeline] { [Pipeline] checkout [2020-11-18T19:39:29.830Z] ---> b12fc1782664 [2020-11-18T19:39:29.830Z] Step 8/8 : RUN go mod download [2020-11-18T19:39:30.101Z] ---> Running in 4afbc0505582 [2020-11-18T19:39:34.495Z] using credential edgex-jenkins-ssh [2020-11-18T19:39:34.560Z] Cloning the remote Git repository [2020-11-18T19:39:34.635Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-11-18T19:39:34.756Z] > git init /w/workspace/device-mqtt-go/25 # timeout=10 [2020-11-18T19:39:34.843Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-11-18T19:39:34.844Z] > git --version # timeout=10 [2020-11-18T19:39:34.868Z] > git --version # 'git version 2.17.1' [2020-11-18T19:39:34.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:39:34.953Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:39:36.187Z] Checking out Revision 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 (master) [2020-11-18T19:39:35.654Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-11-18T19:39:35.674Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:39:35.698Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-11-18T19:39:35.746Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-11-18T19:39:35.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:39:35.758Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T19:39:36.218Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T19:39:36.234Z] > git checkout -f 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 [2020-11-18T19:39:40.827Z] Commit message: "Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:39:41.521Z] provisioning config files... [2020-11-18T19:39:41.561Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/25@tmp/config6018511681485891627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:39:42.552Z] ---> docker-login.sh [2020-11-18T19:39:42.552Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:39:43.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:39:44.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:39:44.138Z] Configure a credential helper to remove this warning. See [2020-11-18T19:39:44.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:39:44.138Z] [2020-11-18T19:39:44.138Z] Login Succeeded [2020-11-18T19:39:44.138Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:39:44.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:39:44.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:39:44.739Z] Configure a credential helper to remove this warning. See [2020-11-18T19:39:44.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:39:44.739Z] [2020-11-18T19:39:44.739Z] Login Succeeded [2020-11-18T19:39:44.739Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:39:45.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:39:45.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:39:45.344Z] Configure a credential helper to remove this warning. See [2020-11-18T19:39:45.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:39:45.344Z] [2020-11-18T19:39:45.344Z] Login Succeeded [2020-11-18T19:39:45.344Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:39:45.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:39:45.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:39:45.955Z] Configure a credential helper to remove this warning. See [2020-11-18T19:39:45.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:39:45.955Z] [2020-11-18T19:39:45.955Z] Login Succeeded [2020-11-18T19:39:45.955Z] docker.io [2020-11-18T19:39:46.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:39:46.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:39:46.842Z] Configure a credential helper to remove this warning. See [2020-11-18T19:39:46.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:39:46.842Z] [2020-11-18T19:39:46.842Z] Login Succeeded [2020-11-18T19:39:46.842Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:39:46.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T19:39:47.490Z] ========================================================= [2020-11-18T19:39:47.490Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-18T19:39:47.490Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:39:47.919Z] + 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 . [2020-11-18T19:39:48.206Z] Sending build context to Docker daemon 462.3kB [2020-11-18T19:39:48.483Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T19:39:48.483Z] Step 2/8 : FROM ${BASE} [2020-11-18T19:39:48.483Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-18T19:39:48.483Z] b538f80385f9: Pulling fs layer [2020-11-18T19:39:48.483Z] 74f711af9a0d: Pulling fs layer [2020-11-18T19:39:48.483Z] 99f96fe45779: Pulling fs layer [2020-11-18T19:39:48.483Z] 8529a6b9a6be: Pulling fs layer [2020-11-18T19:39:48.483Z] 45590311c82a: Pulling fs layer [2020-11-18T19:39:48.483Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-18T19:39:48.483Z] 209524e5b208: Pulling fs layer [2020-11-18T19:39:48.483Z] 8529a6b9a6be: Waiting [2020-11-18T19:39:48.483Z] 45590311c82a: Waiting [2020-11-18T19:39:48.483Z] 69ca0ff8b7b3: Waiting [2020-11-18T19:39:48.483Z] 209524e5b208: Waiting [2020-11-18T19:39:48.483Z] 99f96fe45779: Verifying Checksum [2020-11-18T19:39:48.483Z] 99f96fe45779: Download complete [2020-11-18T19:39:48.483Z] 74f711af9a0d: Verifying Checksum [2020-11-18T19:39:48.484Z] 74f711af9a0d: Download complete [2020-11-18T19:39:48.484Z] 45590311c82a: Download complete [2020-11-18T19:39:49.086Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-18T19:39:49.086Z] 69ca0ff8b7b3: Download complete [2020-11-18T19:39:49.086Z] b538f80385f9: Verifying Checksum [2020-11-18T19:39:49.086Z] b538f80385f9: Download complete [2020-11-18T19:39:50.097Z] b538f80385f9: Pull complete [2020-11-18T19:39:50.384Z] 74f711af9a0d: Pull complete [2020-11-18T19:39:50.984Z] 99f96fe45779: Pull complete [2020-11-18T19:39:51.587Z] 209524e5b208: Verifying Checksum [2020-11-18T19:39:51.587Z] 209524e5b208: Download complete [2020-11-18T19:39:52.510Z] Removing intermediate container 4afbc0505582 [2020-11-18T19:39:52.510Z] ---> d66251a28667 [2020-11-18T19:39:52.510Z] Successfully built d66251a28667 [2020-11-18T19:39:52.510Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:39:52.573Z] 8529a6b9a6be: Verifying Checksum [2020-11-18T19:39:52.574Z] 8529a6b9a6be: Download complete [2020-11-18T19:39:52.828Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T19:39:52.828Z] . [Pipeline] withDockerContainer [2020-11-18T19:39:53.061Z] prd-centos7-docker-4c-2g-12587 does not seem to be running inside a container [2020-11-18T19:39:53.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/25 -v /w/workspace/device-mqtt-go/25:/w/workspace/device-mqtt-go/25:rw,z -v /w/workspace/device-mqtt-go/25@tmp:/w/workspace/device-mqtt-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T19:39:54.071Z] $ docker top 60940aed0533c83fc3c190bc00496ab24a121d8516829424407cf2e1f8ee0b4d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:39:54.670Z] + go version [2020-11-18T19:39:54.670Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-18T19:39:54.688Z] $ docker stop --time=1 60940aed0533c83fc3c190bc00496ab24a121d8516829424407cf2e1f8ee0b4d [2020-11-18T19:39:56.075Z] $ docker rm -f 60940aed0533c83fc3c190bc00496ab24a121d8516829424407cf2e1f8ee0b4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:39:56.945Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T19:39:56.945Z] . [Pipeline] withDockerContainer [2020-11-18T19:39:57.067Z] prd-centos7-docker-4c-2g-12587 does not seem to be running inside a container [2020-11-18T19:39:57.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/25 -v /w/workspace/device-mqtt-go/25:/w/workspace/device-mqtt-go/25:rw,z -v /w/workspace/device-mqtt-go/25@tmp:/w/workspace/device-mqtt-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T19:39:57.790Z] $ docker top dd082e820c03bb3f655ee5ac45d672a244a04124b6edfbad3225cf9a416c56dc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:39:58.278Z] + make test [2020-11-18T19:39:58.278Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-18T19:39:59.251Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-11-18T19:40:02.768Z] 8529a6b9a6be: Pull complete [2020-11-18T19:40:02.768Z] 45590311c82a: Pull complete [2020-11-18T19:40:03.045Z] 69ca0ff8b7b3: Pull complete [2020-11-18T19:40:07.376Z] 209524e5b208: Pull complete [2020-11-18T19:40:07.376Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-18T19:40:07.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-18T19:40:07.376Z] ---> 5bddaf1c2fca [2020-11-18T19:40:07.376Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-18T19:40:10.004Z] ---> Running in a0b33cff18d0 [2020-11-18T19:40:10.602Z] Removing intermediate container a0b33cff18d0 [2020-11-18T19:40:10.602Z] ---> 6cc8de130029 [2020-11-18T19:40:10.602Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:40:10.602Z] ---> Running in 22672a53e254 [2020-11-18T19:40:13.228Z] Removing intermediate container 22672a53e254 [2020-11-18T19:40:13.228Z] ---> 11014561b4f1 [2020-11-18T19:40:13.228Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T19:40:13.512Z] ---> Running in 6fc8e2998397 [2020-11-18T19:40:14.359Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-11-18T19:40:14.359Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.015s coverage: 28.3% of statements [2020-11-18T19:40:14.359Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-11-18T19:40:14.359Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T19:40:14.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T19:40:16.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T19:40:17.743Z] gofmt -l . [2020-11-18T19:40:17.743Z] ["`gofmt -l .`" = ""] [2020-11-18T19:40:17.743Z] ./bin/test-attribution-txt.sh [2020-11-18T19:40:17.845Z] (1/14) Installing libmagic (5.38-r0) [2020-11-18T19:40:18.011Z] ./bin/test-go-mod-tidy.sh [2020-11-18T19:40:18.119Z] (2/14) Installing file (5.38-r0) [2020-11-18T19:40:18.394Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-18T19:40:18.394Z] (4/14) Installing g++ (9.3.0-r2) [Pipeline] } [2020-11-18T19:40:18.635Z] $ docker stop --time=1 dd082e820c03bb3f655ee5ac45d672a244a04124b6edfbad3225cf9a416c56dc [2020-11-18T19:40:20.975Z] $ docker rm -f dd082e820c03bb3f655ee5ac45d672a244a04124b6edfbad3225cf9a416c56dc [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:40:21.823Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T19:40:22.247Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-18T19:40:23.474Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T19:40:23.803Z] + ls -al . [2020-11-18T19:40:23.803Z] total 100 [2020-11-18T19:40:23.803Z] drwxrwxr-x. 9 jenkins jenkins 4096 Nov 18 19:40 . [2020-11-18T19:40:23.803Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 18 19:38 .. [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 5932 Nov 18 19:38 Attribution.txt [2020-11-18T19:40:23.803Z] drwxrwxr-x. 2 jenkins jenkins 87 Nov 18 19:38 bin [2020-11-18T19:40:23.803Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 18 19:38 cmd [2020-11-18T19:40:23.803Z] -rw-r--r--. 1 jenkins jenkins 18940 Nov 18 19:40 coverage.out [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 1784 Nov 18 19:38 Dockerfile [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 953 Nov 18 19:38 Dockerfile.build [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 18 19:38 .dockerignore [2020-11-18T19:40:23.803Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 18 19:38 .git [2020-11-18T19:40:23.803Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 18 19:38 .github [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 336 Nov 18 19:38 .gitignore [2020-11-18T19:40:23.803Z] -rw-r--r--. 1 jenkins jenkins 504 Nov 18 19:40 go.mod [2020-11-18T19:40:23.803Z] -rw-r--r--. 1 jenkins jenkins 14793 Nov 18 19:40 go.sum [2020-11-18T19:40:23.803Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 18 19:38 internal [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 677 Nov 18 19:38 Jenkinsfile [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 18 19:38 LICENSE [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 902 Nov 18 19:38 Makefile [2020-11-18T19:40:23.803Z] drwxrwxr-x. 2 jenkins jenkins 23 Nov 18 19:38 mock [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 444 Nov 18 19:38 README.md [2020-11-18T19:40:23.803Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 18 19:38 snap [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 19:35 VERSION [2020-11-18T19:40:23.803Z] -rw-rw-r--. 1 jenkins jenkins 227 Nov 18 19:38 version.go [2020-11-18T19:40:23.813Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-18T19:40:23.813Z] (6/14) Installing patch (2.7.6-r6) [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:24.088Z] (7/14) Installing build-base (0.5-r2) [2020-11-18T19:40:24.088Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-18T19:40:24.088Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-18T19:40:24.132Z] + 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=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 --label arch=amd64 --label version=1.3.0 . [2020-11-18T19:40:24.361Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-18T19:40:24.400Z] Sending build context to Docker daemon 481.8kB [2020-11-18T19:40:24.401Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-18T19:40:24.401Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-18T19:40:24.401Z] ---> d66251a28667 [2020-11-18T19:40:24.401Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-18T19:40:24.642Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-18T19:40:24.642Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-18T19:40:24.670Z] ---> Running in 8f9ee1bfd477 [2020-11-18T19:40:24.915Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-18T19:40:24.915Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-18T19:40:24.938Z] Removing intermediate container 8f9ee1bfd477 [2020-11-18T19:40:24.938Z] ---> d8136af6460b [2020-11-18T19:40:24.938Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T19:40:24.938Z] ---> Running in 4d5360da5ab2 [2020-11-18T19:40:25.189Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T19:40:25.189Z] OK: 221 MiB in 53 packages [2020-11-18T19:40:25.210Z] Removing intermediate container 4d5360da5ab2 [2020-11-18T19:40:25.210Z] ---> 433010f4660f [2020-11-18T19:40:25.210Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:40:25.210Z] ---> Running in be9d5be696e9 [2020-11-18T19:40:26.621Z] Removing intermediate container be9d5be696e9 [2020-11-18T19:40:26.621Z] ---> 3a0a13b4c8bb [2020-11-18T19:40:26.621Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T19:40:26.621Z] ---> Running in b88d59e33d15 [2020-11-18T19:40:26.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T19:40:27.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T19:40:28.126Z] OK: 237 MiB in 53 packages [2020-11-18T19:40:28.391Z] Removing intermediate container b88d59e33d15 [2020-11-18T19:40:28.391Z] ---> af9acee08bbb [2020-11-18T19:40:28.391Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-11-18T19:40:28.659Z] ---> Running in c68331340f39 [2020-11-18T19:40:28.659Z] Removing intermediate container c68331340f39 [2020-11-18T19:40:28.659Z] ---> 4177a95eb358 [2020-11-18T19:40:28.659Z] Step 8/22 : COPY . . [2020-11-18T19:40:29.499Z] Removing intermediate container 6fc8e2998397 [2020-11-18T19:40:29.499Z] ---> 8d82301d1c9b [2020-11-18T19:40:29.499Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-11-18T19:40:29.615Z] ---> b471a3e68a97 [2020-11-18T19:40:29.615Z] Step 9/22 : ARG MAKE='make build' [2020-11-18T19:40:29.615Z] ---> Running in bc2e75f7bb3f [2020-11-18T19:40:29.777Z] ---> Running in 1d291095f6ae [2020-11-18T19:40:29.883Z] Removing intermediate container bc2e75f7bb3f [2020-11-18T19:40:29.883Z] ---> cbd750dd7599 [2020-11-18T19:40:29.883Z] Step 10/22 : RUN $MAKE [2020-11-18T19:40:29.883Z] ---> Running in 56b5c89dcd49 [2020-11-18T19:40:30.376Z] Removing intermediate container 1d291095f6ae [2020-11-18T19:40:30.377Z] ---> d1c4114d06d2 [2020-11-18T19:40:30.377Z] Step 7/8 : COPY . . [2020-11-18T19:40:30.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.0" -o cmd/device-mqtt ./cmd [2020-11-18T19:40:30.976Z] ---> f2ccfae88c54 [2020-11-18T19:40:30.976Z] Step 8/8 : RUN go mod download [2020-11-18T19:40:31.248Z] ---> Running in 7fa21be4bcaf [2020-11-18T19:40:40.635Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T19:40:43.970Z] Removing intermediate container 56b5c89dcd49 [2020-11-18T19:40:43.970Z] ---> fa917ccfe2b9 [2020-11-18T19:40:43.970Z] Step 11/22 : FROM alpine [2020-11-18T19:40:44.234Z] latest: Pulling from library/alpine [2020-11-18T19:40:44.514Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T19:40:44.782Z] 188c0c94c7c5: Verifying Checksum [2020-11-18T19:40:44.782Z] 188c0c94c7c5: Download complete [2020-11-18T19:40:45.849Z] 188c0c94c7c5: Pull complete [2020-11-18T19:40:45.849Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T19:40:45.849Z] Status: Downloaded newer image for alpine:latest [2020-11-18T19:40:45.849Z] ---> d6e46aa2470d [2020-11-18T19:40:45.849Z] Step 12/22 : ENV APP_PORT=49982 [2020-11-18T19:40:45.849Z] ---> Running in ad4163e4ba67 [2020-11-18T19:40:46.119Z] Removing intermediate container ad4163e4ba67 [2020-11-18T19:40:46.119Z] ---> 01b06819a238 [2020-11-18T19:40:46.119Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-18T19:40:46.119Z] ---> Running in 805c2dcb6317 [2020-11-18T19:40:46.388Z] Removing intermediate container 805c2dcb6317 [2020-11-18T19:40:46.388Z] ---> a76a42bef008 [2020-11-18T19:40:46.388Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-11-18T19:40:46.967Z] ---> 429400447281 [2020-11-18T19:40:46.967Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-11-18T19:40:47.231Z] ---> 161dd33ace4d [2020-11-18T19:40:47.231Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-11-18T19:40:47.231Z] ---> b2b2a93111a1 [2020-11-18T19:40:47.231Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-11-18T19:40:47.494Z] ---> Running in bfb1a72dc5ad [2020-11-18T19:40:47.494Z] Removing intermediate container bfb1a72dc5ad [2020-11-18T19:40:47.494Z] ---> 6616560a04c2 [2020-11-18T19:40:47.494Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-11-18T19:40:47.494Z] ---> Running in 68cf55fe1a58 [2020-11-18T19:40:47.757Z] Removing intermediate container 68cf55fe1a58 [2020-11-18T19:40:47.757Z] ---> 2f1c6358a6c5 [2020-11-18T19:40:47.757Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T19:40:47.757Z] ---> Running in 205f84e4d2e0 [2020-11-18T19:40:48.022Z] Removing intermediate container 205f84e4d2e0 [2020-11-18T19:40:48.022Z] ---> 7f214eb5ec96 [2020-11-18T19:40:48.022Z] Step 20/22 : LABEL arch=amd64 [2020-11-18T19:40:48.022Z] ---> Running in 6a611b2b1587 [2020-11-18T19:40:48.285Z] Removing intermediate container 6a611b2b1587 [2020-11-18T19:40:48.285Z] ---> 5fbc14257769 [2020-11-18T19:40:48.285Z] Step 21/22 : LABEL git_sha=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:40:48.285Z] ---> Running in 7cfaea40cf7f [2020-11-18T19:40:48.548Z] Removing intermediate container 7cfaea40cf7f [2020-11-18T19:40:48.548Z] ---> 08a2c051bb1b [2020-11-18T19:40:48.548Z] Step 22/22 : LABEL version=1.3.0 [2020-11-18T19:40:48.548Z] ---> Running in 79fe6579d623 [2020-11-18T19:40:48.548Z] Removing intermediate container 79fe6579d623 [2020-11-18T19:40:48.548Z] ---> 63b711db97d7 [2020-11-18T19:40:48.548Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T19:40:48.548Z] Successfully built 63b711db97d7 [2020-11-18T19:40:48.548Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:40:52.196Z] provisioning config files... [2020-11-18T19:40:52.223Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/25@tmp/config6263032523078427545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:40:52.600Z] ---> docker-login.sh [2020-11-18T19:40:52.600Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:40:52.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:52.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:52.866Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:52.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:52.866Z] [2020-11-18T19:40:52.866Z] Login Succeeded [2020-11-18T19:40:52.866Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:40:53.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:53.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:53.131Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:53.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:53.131Z] [2020-11-18T19:40:53.131Z] Login Succeeded [2020-11-18T19:40:53.131Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:40:53.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:53.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:53.406Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:53.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:53.406Z] [2020-11-18T19:40:53.406Z] Login Succeeded [2020-11-18T19:40:53.406Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:40:53.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:53.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:53.406Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:53.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:53.406Z] [2020-11-18T19:40:53.406Z] Login Succeeded [2020-11-18T19:40:53.406Z] docker.io [2020-11-18T19:40:53.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:40:53.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:40:53.940Z] Configure a credential helper to remove this warning. See [2020-11-18T19:40:53.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:40:53.940Z] [2020-11-18T19:40:53.940Z] Login Succeeded [2020-11-18T19:40:53.940Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:40:53.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:40:54.197Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-11-18T19:40:54.197Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:40:54.197Z] latest [2020-11-18T19:40:54.197Z] 1.3.0 [2020-11-18T19:40:54.197Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [2020-11-18T19:40:54.197Z] master [2020-11-18T19:40:54.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:54.709Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:55.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:40:55.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-11-18T19:40:55.017Z] 2c068e106fbd: Preparing [2020-11-18T19:40:55.017Z] b1a6b016252d: Preparing [2020-11-18T19:40:55.017Z] b233f7fc93ca: Preparing [2020-11-18T19:40:55.017Z] ace0eda3e3be: Preparing [2020-11-18T19:40:55.017Z] ace0eda3e3be: Layer already exists [2020-11-18T19:40:55.017Z] 2c068e106fbd: Pushed [2020-11-18T19:40:55.017Z] b1a6b016252d: Pushed [2020-11-18T19:40:56.416Z] b233f7fc93ca: Pushed [2020-11-18T19:40:56.416Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372: digest: sha256:346f9556dafaebcfb19a98eb5e30912969e6f5d24616842999dad766a3e82d18 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:56.727Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:57.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-11-18T19:40:57.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-11-18T19:40:57.037Z] 2c068e106fbd: Preparing [2020-11-18T19:40:57.037Z] b1a6b016252d: Preparing [2020-11-18T19:40:57.037Z] b233f7fc93ca: Preparing [2020-11-18T19:40:57.037Z] ace0eda3e3be: Preparing [2020-11-18T19:40:57.037Z] b233f7fc93ca: Layer already exists [2020-11-18T19:40:57.037Z] ace0eda3e3be: Layer already exists [2020-11-18T19:40:57.037Z] b1a6b016252d: Layer already exists [2020-11-18T19:40:57.037Z] 2c068e106fbd: Layer already exists [2020-11-18T19:40:57.037Z] latest: digest: sha256:346f9556dafaebcfb19a98eb5e30912969e6f5d24616842999dad766a3e82d18 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:57.362Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:57.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.0 [2020-11-18T19:40:57.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-11-18T19:40:57.667Z] 2c068e106fbd: Preparing [2020-11-18T19:40:57.667Z] b1a6b016252d: Preparing [2020-11-18T19:40:57.667Z] b233f7fc93ca: Preparing [2020-11-18T19:40:57.667Z] ace0eda3e3be: Preparing [2020-11-18T19:40:57.667Z] ace0eda3e3be: Layer already exists [2020-11-18T19:40:57.667Z] b233f7fc93ca: Layer already exists [2020-11-18T19:40:57.667Z] 2c068e106fbd: Layer already exists [2020-11-18T19:40:57.667Z] b1a6b016252d: Layer already exists [2020-11-18T19:40:57.667Z] 1.3.0: digest: sha256:346f9556dafaebcfb19a98eb5e30912969e6f5d24616842999dad766a3e82d18 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:57.982Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:58.043Z] Removing intermediate container 7fa21be4bcaf [2020-11-18T19:40:58.043Z] ---> d5dcc963ecfd [2020-11-18T19:40:58.043Z] Successfully built d5dcc963ecfd [2020-11-18T19:40:58.043Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:58.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [2020-11-18T19:40:58.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-11-18T19:40:58.289Z] 2c068e106fbd: Preparing [2020-11-18T19:40:58.289Z] b1a6b016252d: Preparing [2020-11-18T19:40:58.289Z] b233f7fc93ca: Preparing [2020-11-18T19:40:58.289Z] ace0eda3e3be: Preparing [2020-11-18T19:40:58.409Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T19:40:58.409Z] . [Pipeline] withDockerContainer [2020-11-18T19:40:58.560Z] ace0eda3e3be: Layer already exists [2020-11-18T19:40:58.560Z] b1a6b016252d: Layer already exists [2020-11-18T19:40:58.560Z] b233f7fc93ca: Layer already exists [2020-11-18T19:40:58.560Z] 2c068e106fbd: Layer already exists [2020-11-18T19:40:58.560Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0: digest: sha256:346f9556dafaebcfb19a98eb5e30912969e6f5d24616842999dad766a3e82d18 size: 1155 [2020-11-18T19:40:58.678Z] prd-ubuntu18.04-docker-arm64-4c-16g-12588 does not seem to be running inside a container [2020-11-18T19:40:58.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/25 -v /w/workspace/device-mqtt-go/25:/w/workspace/device-mqtt-go/25:rw,z -v /w/workspace/device-mqtt-go/25@tmp:/w/workspace/device-mqtt-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T19:41:00.982Z] $ docker top aacda13385782c2a8280fe3240466ccaf9a58120861c333b5ca66d00770244e0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:01.867Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:02.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-11-18T19:41:02.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-11-18T19:41:02.180Z] 2c068e106fbd: Preparing [2020-11-18T19:41:02.180Z] b1a6b016252d: Preparing [2020-11-18T19:41:02.180Z] b233f7fc93ca: Preparing [2020-11-18T19:41:02.180Z] ace0eda3e3be: Preparing [2020-11-18T19:41:02.180Z] ace0eda3e3be: Layer already exists [2020-11-18T19:41:02.180Z] b1a6b016252d: Layer already exists [2020-11-18T19:41:02.180Z] 2c068e106fbd: Layer already exists [2020-11-18T19:41:02.180Z] b233f7fc93ca: Layer already exists [2020-11-18T19:41:02.180Z] master: digest: sha256:346f9556dafaebcfb19a98eb5e30912969e6f5d24616842999dad766a3e82d18 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:41:02.452Z] ===================================================== [2020-11-18T19:41:02.490Z] + go version [2020-11-18T19:41:02.490Z] go version go1.15.2 linux/arm64 [Pipeline] echo [2020-11-18T19:41:02.501Z] taggedImages: [2020-11-18T19:41:02.502Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:41:02.502Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-11-18T19:41:02.502Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.0 [2020-11-18T19:41:02.502Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [2020-11-18T19:41:02.502Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] } [2020-11-18T19:41:02.608Z] $ docker stop --time=1 aacda13385782c2a8280fe3240466ccaf9a58120861c333b5ca66d00770244e0 [2020-11-18T19:41:04.602Z] $ docker rm -f aacda13385782c2a8280fe3240466ccaf9a58120861c333b5ca66d00770244e0 [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] findFiles [Pipeline] script [Pipeline] { Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [2020-11-18T19:41:05.806Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T19:41:05.806Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer [2020-11-18T19:41:06.201Z] prd-ubuntu18.04-docker-arm64-4c-16g-12588 does not seem to be running inside a container [2020-11-18T19:41:06.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/25 -v /w/workspace/device-mqtt-go/25:/w/workspace/device-mqtt-go/25:rw,z -v /w/workspace/device-mqtt-go/25@tmp:/w/workspace/device-mqtt-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T19:41:08.362Z] $ docker top 9968f50abc32bcf4339fe1b80cf44d1a45015f0d59f25c8f556954ee569d387a -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T19:41:09.913Z] + make test [2020-11-18T19:41:09.913Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-18T19:41:11.378Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-11-18T19:41:58.467Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-11-18T19:41:58.467Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.036s coverage: 28.3% of statements [2020-11-18T19:41:58.467Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-11-18T19:41:58.467Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T19:42:05.214Z] gofmt -l . [2020-11-18T19:42:05.214Z] ["`gofmt -l .`" = ""] [2020-11-18T19:42:05.214Z] ./bin/test-attribution-txt.sh [2020-11-18T19:42:05.214Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-18T19:42:05.852Z] $ docker stop --time=1 9968f50abc32bcf4339fe1b80cf44d1a45015f0d59f25c8f556954ee569d387a [2020-11-18T19:42:08.323Z] $ docker rm -f 9968f50abc32bcf4339fe1b80cf44d1a45015f0d59f25c8f556954ee569d387a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:42:09.405Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T19:42:09.447Z] Warning: overwriting stash ‘coverage-report’ [2020-11-18T19:42:10.751Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T19:42:11.539Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T19:42:11.904Z] + ls -al . [2020-11-18T19:42:11.904Z] total 132 [2020-11-18T19:42:11.904Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 18 19:42 . [2020-11-18T19:42:11.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:39 .. [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 18 19:39 .dockerignore [2020-11-18T19:42:11.904Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 19:39 .git [2020-11-18T19:42:11.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 .github [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 336 Nov 18 19:39 .gitignore [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 5932 Nov 18 19:39 Attribution.txt [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 1784 Nov 18 19:39 Dockerfile [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 953 Nov 18 19:39 Dockerfile.build [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 18 19:39 Jenkinsfile [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 18 19:39 LICENSE [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 902 Nov 18 19:39 Makefile [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 444 Nov 18 19:39 README.md [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 19:35 VERSION [2020-11-18T19:42:11.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 bin [2020-11-18T19:42:11.904Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 19:39 cmd [2020-11-18T19:42:11.904Z] -rw-r--r-- 1 jenkins jenkins 18940 Nov 18 19:41 coverage.out [2020-11-18T19:42:11.904Z] -rw-r--r-- 1 jenkins jenkins 504 Nov 18 19:42 go.mod [2020-11-18T19:42:11.904Z] -rw-r--r-- 1 jenkins jenkins 14793 Nov 18 19:42 go.sum [2020-11-18T19:42:11.904Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 19:39 internal [2020-11-18T19:42:11.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 mock [2020-11-18T19:42:11.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:39 snap [2020-11-18T19:42:11.904Z] -rw-rw-r-- 1 jenkins jenkins 227 Nov 18 19:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:42:12.250Z] + 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=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 --label arch=arm64 --label version=1.3.0 . [2020-11-18T19:42:12.520Z] Sending build context to Docker daemon 481.8kB [2020-11-18T19:42:12.520Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-18T19:42:12.520Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-18T19:42:12.520Z] ---> d5dcc963ecfd [2020-11-18T19:42:12.520Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-18T19:42:12.801Z] ---> Running in 52dc21759ab4 [2020-11-18T19:42:13.399Z] Removing intermediate container 52dc21759ab4 [2020-11-18T19:42:13.399Z] ---> 1466f5cf683e [2020-11-18T19:42:13.399Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T19:42:13.679Z] ---> Running in 80b67aae100e [2020-11-18T19:42:13.953Z] Removing intermediate container 80b67aae100e [2020-11-18T19:42:13.953Z] ---> 6d2775bc1dba [2020-11-18T19:42:13.953Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:42:14.236Z] ---> Running in ae9f6043f8ed [2020-11-18T19:42:16.884Z] Removing intermediate container ae9f6043f8ed [2020-11-18T19:42:16.884Z] ---> d6478334bab5 [2020-11-18T19:42:16.884Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T19:42:16.884Z] ---> Running in 0440a022d4a4 [2020-11-18T19:42:18.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T19:42:19.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T19:42:19.896Z] OK: 221 MiB in 53 packages [2020-11-18T19:42:21.341Z] Removing intermediate container 0440a022d4a4 [2020-11-18T19:42:21.341Z] ---> e7530084b2cd [2020-11-18T19:42:21.341Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-11-18T19:42:21.341Z] ---> Running in b52f381fe0f8 [2020-11-18T19:42:21.939Z] Removing intermediate container b52f381fe0f8 [2020-11-18T19:42:21.939Z] ---> 883571be1bcb [2020-11-18T19:42:21.939Z] Step 8/22 : COPY . . [2020-11-18T19:42:22.533Z] ---> 8e7003959da5 [2020-11-18T19:42:22.533Z] Step 9/22 : ARG MAKE='make build' [2020-11-18T19:42:22.807Z] ---> Running in 11247522146a [2020-11-18T19:42:23.082Z] Removing intermediate container 11247522146a [2020-11-18T19:42:23.082Z] ---> 79ab7c2a573d [2020-11-18T19:42:23.082Z] Step 10/22 : RUN $MAKE [2020-11-18T19:42:23.355Z] ---> Running in 3675b583381d [2020-11-18T19:42:24.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.0" -o cmd/device-mqtt ./cmd [2020-11-18T19:42:57.214Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T19:43:01.519Z] Removing intermediate container 3675b583381d [2020-11-18T19:43:01.519Z] ---> 2deb2091fe04 [2020-11-18T19:43:01.519Z] Step 11/22 : FROM alpine [2020-11-18T19:43:01.519Z] latest: Pulling from library/alpine [2020-11-18T19:43:01.519Z] 5f621e34cdf4: Pulling fs layer [2020-11-18T19:43:01.519Z] 5f621e34cdf4: Verifying Checksum [2020-11-18T19:43:01.519Z] 5f621e34cdf4: Download complete [2020-11-18T19:43:02.121Z] 5f621e34cdf4: Pull complete [2020-11-18T19:43:02.121Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T19:43:02.121Z] Status: Downloaded newer image for alpine:latest [2020-11-18T19:43:02.121Z] ---> 2e77e061c27f [2020-11-18T19:43:02.121Z] Step 12/22 : ENV APP_PORT=49982 [2020-11-18T19:43:02.394Z] ---> Running in 43b4c60a3bb0 [2020-11-18T19:43:02.668Z] Removing intermediate container 43b4c60a3bb0 [2020-11-18T19:43:02.668Z] ---> 71712b4d4e53 [2020-11-18T19:43:02.668Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-18T19:43:02.941Z] ---> Running in 1bfa0aa334a1 [2020-11-18T19:43:03.540Z] Removing intermediate container 1bfa0aa334a1 [2020-11-18T19:43:03.540Z] ---> 4ec521f9cb6c [2020-11-18T19:43:03.540Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-11-18T19:43:04.979Z] ---> 9edb2eca737a [2020-11-18T19:43:04.979Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-11-18T19:43:05.571Z] ---> f79c19456d1f [2020-11-18T19:43:05.571Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-11-18T19:43:06.167Z] ---> 26c93e4403ba [2020-11-18T19:43:06.167Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-11-18T19:43:06.441Z] ---> Running in c9fb3e7a4041 [2020-11-18T19:43:06.719Z] Removing intermediate container c9fb3e7a4041 [2020-11-18T19:43:06.719Z] ---> d0515e962ba2 [2020-11-18T19:43:06.719Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-11-18T19:43:06.993Z] ---> Running in bcba49ffb7f9 [2020-11-18T19:43:07.599Z] Removing intermediate container bcba49ffb7f9 [2020-11-18T19:43:07.599Z] ---> b520795a14d7 [2020-11-18T19:43:07.599Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T19:43:07.599Z] ---> Running in d96ca7b97d1e [2020-11-18T19:43:07.871Z] Removing intermediate container d96ca7b97d1e [2020-11-18T19:43:07.871Z] ---> 740558719f4e [2020-11-18T19:43:07.871Z] Step 20/22 : LABEL arch=arm64 [2020-11-18T19:43:08.146Z] ---> Running in 2d1d068cb14b [2020-11-18T19:43:08.420Z] Removing intermediate container 2d1d068cb14b [2020-11-18T19:43:08.420Z] ---> 4940ba9e8c45 [2020-11-18T19:43:08.420Z] Step 21/22 : LABEL git_sha=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:43:08.719Z] ---> Running in 9cec836cd949 [2020-11-18T19:43:08.994Z] Removing intermediate container 9cec836cd949 [2020-11-18T19:43:08.994Z] ---> fe8f7f38ac2a [2020-11-18T19:43:08.994Z] Step 22/22 : LABEL version=1.3.0 [2020-11-18T19:43:09.265Z] ---> Running in 8d17ce348107 [2020-11-18T19:43:09.861Z] Removing intermediate container 8d17ce348107 [2020-11-18T19:43:09.861Z] ---> ffdc0ba23e8e [2020-11-18T19:43:09.861Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T19:43:09.861Z] Successfully built ffdc0ba23e8e [2020-11-18T19:43:09.861Z] 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 [2020-11-18T19:43:10.835Z] provisioning config files... [2020-11-18T19:43:10.928Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/25@tmp/config3868617880749655371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:43:12.460Z] ---> docker-login.sh [2020-11-18T19:43:12.460Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:43:12.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:12.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:12.766Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:12.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:12.766Z] [2020-11-18T19:43:12.766Z] Login Succeeded [2020-11-18T19:43:12.766Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:43:13.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:13.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:13.316Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:13.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:13.316Z] [2020-11-18T19:43:13.316Z] Login Succeeded [2020-11-18T19:43:13.316Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:43:13.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:13.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:13.860Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:13.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:13.860Z] [2020-11-18T19:43:13.860Z] Login Succeeded [2020-11-18T19:43:13.860Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:43:14.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:14.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:14.433Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:14.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:14.433Z] [2020-11-18T19:43:14.433Z] Login Succeeded [2020-11-18T19:43:14.433Z] docker.io [2020-11-18T19:43:14.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:43:14.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:43:14.980Z] Configure a credential helper to remove this warning. See [2020-11-18T19:43:14.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:43:14.980Z] [2020-11-18T19:43:14.980Z] Login Succeeded [2020-11-18T19:43:15.257Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:43:15.305Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:43:15.559Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-11-18T19:43:15.560Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:43:15.560Z] latest [2020-11-18T19:43:15.560Z] 1.3.0 [2020-11-18T19:43:15.560Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [2020-11-18T19:43:15.560Z] master [2020-11-18T19:43:15.560Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:16.103Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:16.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:43:16.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-11-18T19:43:16.458Z] e8ed8033db26: Preparing [2020-11-18T19:43:16.458Z] 092b45f8ba72: Preparing [2020-11-18T19:43:16.458Z] a690de3e59e9: Preparing [2020-11-18T19:43:16.458Z] cd3761cfa1d9: Preparing [2020-11-18T19:43:16.458Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:43:16.732Z] e8ed8033db26: Pushed [2020-11-18T19:43:16.732Z] 092b45f8ba72: Pushed [2020-11-18T19:43:19.346Z] a690de3e59e9: Pushed [2020-11-18T19:43:19.620Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372: digest: sha256:68617f1892bf5adf5cca3cceef39b404fbc81f154c8a74ec2c4377f115740670 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:19.976Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:20.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-11-18T19:43:20.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-11-18T19:43:20.325Z] e8ed8033db26: Preparing [2020-11-18T19:43:20.325Z] 092b45f8ba72: Preparing [2020-11-18T19:43:20.325Z] a690de3e59e9: Preparing [2020-11-18T19:43:20.325Z] cd3761cfa1d9: Preparing [2020-11-18T19:43:20.603Z] e8ed8033db26: Layer already exists [2020-11-18T19:43:20.603Z] a690de3e59e9: Layer already exists [2020-11-18T19:43:20.603Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:43:20.603Z] 092b45f8ba72: Layer already exists [2020-11-18T19:43:20.603Z] latest: digest: sha256:68617f1892bf5adf5cca3cceef39b404fbc81f154c8a74ec2c4377f115740670 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:20.958Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:21.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.0 [2020-11-18T19:43:21.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-11-18T19:43:21.308Z] e8ed8033db26: Preparing [2020-11-18T19:43:21.308Z] 092b45f8ba72: Preparing [2020-11-18T19:43:21.308Z] a690de3e59e9: Preparing [2020-11-18T19:43:21.308Z] cd3761cfa1d9: Preparing [2020-11-18T19:43:21.583Z] 092b45f8ba72: Layer already exists [2020-11-18T19:43:21.583Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:43:21.583Z] e8ed8033db26: Layer already exists [2020-11-18T19:43:21.583Z] a690de3e59e9: Layer already exists [2020-11-18T19:43:21.583Z] 1.3.0: digest: sha256:68617f1892bf5adf5cca3cceef39b404fbc81f154c8a74ec2c4377f115740670 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:21.938Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:22.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [2020-11-18T19:43:22.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-11-18T19:43:22.284Z] e8ed8033db26: Preparing [2020-11-18T19:43:22.284Z] 092b45f8ba72: Preparing [2020-11-18T19:43:22.284Z] a690de3e59e9: Preparing [2020-11-18T19:43:22.284Z] cd3761cfa1d9: Preparing [2020-11-18T19:43:22.284Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:43:22.284Z] a690de3e59e9: Layer already exists [2020-11-18T19:43:22.284Z] 092b45f8ba72: Layer already exists [2020-11-18T19:43:22.284Z] e8ed8033db26: Layer already exists [2020-11-18T19:43:22.556Z] 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0: digest: sha256:68617f1892bf5adf5cca3cceef39b404fbc81f154c8a74ec2c4377f115740670 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:22.906Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:23.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-11-18T19:43:23.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-11-18T19:43:23.897Z] e8ed8033db26: Preparing [2020-11-18T19:43:23.897Z] 092b45f8ba72: Preparing [2020-11-18T19:43:23.897Z] a690de3e59e9: Preparing [2020-11-18T19:43:23.897Z] cd3761cfa1d9: Preparing [2020-11-18T19:43:23.897Z] a690de3e59e9: Layer already exists [2020-11-18T19:43:23.897Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:43:23.897Z] e8ed8033db26: Layer already exists [2020-11-18T19:43:23.897Z] 092b45f8ba72: Layer already exists [2020-11-18T19:43:23.897Z] master: digest: sha256:68617f1892bf5adf5cca3cceef39b404fbc81f154c8a74ec2c4377f115740670 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:43:24.171Z] ===================================================== [Pipeline] echo [2020-11-18T19:43:24.256Z] taggedImages: [2020-11-18T19:43:24.256Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [2020-11-18T19:43:24.256Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-11-18T19:43:24.256Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.0 [2020-11-18T19:43:24.257Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.3.0 [2020-11-18T19:43:24.257Z] - 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 [2020-11-18T19:43:25.522Z] provisioning config files... [2020-11-18T19:43:25.540Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7158843221221829037tmp [Pipeline] { [Pipeline] sh [2020-11-18T19:43:25.974Z] + set +x [2020-11-18T19:43:25.974Z] + curl -s https://codecov.io/bash [2020-11-18T19:43:25.974Z] + bash -s -- [2020-11-18T19:43:26.246Z] [2020-11-18T19:43:26.246Z] _____ _ [2020-11-18T19:43:26.246Z] / ____| | | [2020-11-18T19:43:26.246Z] | | ___ __| | ___ ___ _____ __ [2020-11-18T19:43:26.246Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-18T19:43:26.246Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-18T19:43:26.246Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-18T19:43:26.246Z] Bash-20201116-eea08d9 [2020-11-18T19:43:26.246Z] [2020-11-18T19:43:26.246Z] [2020-11-18T19:43:26.246Z] ==> Jenkins CI detected. [2020-11-18T19:43:26.246Z] project root: . [2020-11-18T19:43:26.246Z] --> token set from env [2020-11-18T19:43:26.246Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-18T19:43:26.246Z] ==> Running gcov in . (disable via -X gcov) [2020-11-18T19:43:26.246Z] ==> Python coveragepy not found [2020-11-18T19:43:26.246Z] ==> Searching for coverage reports in: [2020-11-18T19:43:26.246Z] + . [2020-11-18T19:43:26.246Z] -> Found 1 reports [2020-11-18T19:43:26.246Z] ==> Detecting git/mercurial file structure [2020-11-18T19:43:26.246Z] ==> Reading reports [2020-11-18T19:43:26.246Z] + ./coverage.out bytes=18940 [2020-11-18T19:43:26.246Z] ==> Appending adjustments [2020-11-18T19:43:26.246Z] https://docs.codecov.io/docs/fixing-reports [2020-11-18T19:43:26.516Z] + Found adjustments [2020-11-18T19:43:26.516Z] ==> Gzipping contents [2020-11-18T19:43:26.516Z] ==> Uploading reports [2020-11-18T19:43:26.516Z] url: https://codecov.io [2020-11-18T19:43:26.516Z] query: branch=master&commit=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T19:43:26.516Z] -> Pinging Codecov [2020-11-18T19:43:26.516Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T19:43:27.098Z] -> Uploading to [2020-11-18T19:43:27.098Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-18/7D719EC7BBE17E464838252E33014C33/06d3741ca62ebd3e4d9b2e85a020dae99c1fa372/96df05ca-fab3-4d78-816d-e85340e6c5cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T194327Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5cda10c047081263dd5ecb4526a747fe02f2d57f7bb8a7ef500f907d06c789e2 [2020-11-18T19:43:27.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-18T19:43:27.373Z] Dload Upload Total Spent Left Speed [2020-11-18T19:43:27.642Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3247 0 0 100 3247 0 7801 --:--:-- --:--:-- --:--:-- 7786 [2020-11-18T19:43:27.642Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] } [2020-11-18T19:43:27.655Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-18T19:43:28.171Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-18T19:43:28.259Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:28.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:43:28.666Z] [2020-11-18T19:43:28.666Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:29.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:43:29.459Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-18T19:43:29.459Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T19:43:29.459Z] 0ef7d3d256c8: Pulling fs layer [2020-11-18T19:43:29.459Z] de9db76c5a1d: Pulling fs layer [2020-11-18T19:43:29.459Z] 0eba1c9be4d2: Pulling fs layer [2020-11-18T19:43:29.459Z] 0d57e429df01: Pulling fs layer [2020-11-18T19:43:29.459Z] 4e4be7b47b0d: Pulling fs layer [2020-11-18T19:43:29.459Z] e1f770b5df2f: Pulling fs layer [2020-11-18T19:43:29.459Z] 85a0685a4137: Pulling fs layer [2020-11-18T19:43:29.459Z] 0d57e429df01: Waiting [2020-11-18T19:43:29.459Z] 4e4be7b47b0d: Waiting [2020-11-18T19:43:29.459Z] 0eba1c9be4d2: Waiting [2020-11-18T19:43:29.459Z] e1f770b5df2f: Waiting [2020-11-18T19:43:29.459Z] de9db76c5a1d: Verifying Checksum [2020-11-18T19:43:29.459Z] de9db76c5a1d: Download complete [2020-11-18T19:43:29.459Z] 0ef7d3d256c8: Verifying Checksum [2020-11-18T19:43:29.459Z] 0ef7d3d256c8: Download complete [2020-11-18T19:43:29.459Z] 0d57e429df01: Verifying Checksum [2020-11-18T19:43:29.459Z] 0d57e429df01: Download complete [2020-11-18T19:43:29.459Z] 4e4be7b47b0d: Verifying Checksum [2020-11-18T19:43:29.459Z] 4e4be7b47b0d: Download complete [2020-11-18T19:43:29.763Z] 188c0c94c7c5: Download complete [2020-11-18T19:43:30.423Z] 188c0c94c7c5: Pull complete [2020-11-18T19:43:30.772Z] 0ef7d3d256c8: Pull complete [2020-11-18T19:43:31.048Z] de9db76c5a1d: Pull complete [2020-11-18T19:43:32.075Z] e1f770b5df2f: Verifying Checksum [2020-11-18T19:43:32.075Z] e1f770b5df2f: Download complete [2020-11-18T19:43:36.515Z] 0eba1c9be4d2: Download complete [2020-11-18T19:43:36.800Z] 85a0685a4137: Verifying Checksum [2020-11-18T19:43:36.800Z] 85a0685a4137: Download complete [2020-11-18T19:43:45.102Z] 0eba1c9be4d2: Pull complete [2020-11-18T19:43:45.102Z] 0d57e429df01: Pull complete [2020-11-18T19:43:45.102Z] 4e4be7b47b0d: Pull complete [2020-11-18T19:43:47.053Z] e1f770b5df2f: Pull complete [2020-11-18T19:43:55.293Z] 85a0685a4137: Pull complete [2020-11-18T19:43:55.293Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-18T19:43:55.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:43:55.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-18T19:43:55.624Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:43:55.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T19:43:56.976Z] $ docker top 1b8c66c2c24f5e187481a0542c27abd56d7d9c315648e50e18cdfdb6a9e1222c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-18T19:43:57.190Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-18T19:43:57.586Z] + set -o pipefail [2020-11-18T19:43:57.587Z] + snyk monitor '--org=edgex-jenkins' [2020-11-18T19:44:05.828Z] [2020-11-18T19:44:05.828Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-11-18T19:44:05.828Z] [2020-11-18T19:44:05.828Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/53dac4a4-7655-4aa5-935f-c5026caa54b4 [2020-11-18T19:44:05.828Z] [2020-11-18T19:44:05.828Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-18T19:44:05.828Z] [2020-11-18T19:44:05.828Z] [2020-11-18T19:44:05.828Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-18T19:44:05.828Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-18T19:44:05.849Z] $ docker stop --time=1 1b8c66c2c24f5e187481a0542c27abd56d7d9c315648e50e18cdfdb6a9e1222c [2020-11-18T19:44:08.654Z] $ docker rm -f 1b8c66c2c24f5e187481a0542c27abd56d7d9c315648e50e18cdfdb6a9e1222c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-18T19:44:09.704Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372, dockerFile=Dockerfile [Pipeline] echo [2020-11-18T19:44:09.707Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-18T19:44:10.013Z] + set -o pipefail [2020-11-18T19:44:10.013Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-18T19:44:10.013Z] + tee .snyk [2020-11-18T19:44:10.276Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-18T19:44:10.276Z] version: v1.14.1 [2020-11-18T19:44:10.276Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-18T19:44:10.276Z] ignore: [2020-11-18T19:44:10.276Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-18T19:44:10.276Z] - '*': [2020-11-18T19:44:10.276Z] reason: does not apply # justification for ignoring [2020-11-18T19:44:10.276Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-18T19:44:10.276Z] SNYK-ALPINE312-JQ-588886: [2020-11-18T19:44:10.276Z] - '*': [2020-11-18T19:44:10.276Z] reason: false positive [2020-11-18T19:44:10.276Z] expires: 2021-01-01T00:00:00 [2020-11-18T19:44:10.276Z] # patch: {} [Pipeline] withCredentials [2020-11-18T19:44:10.407Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:10.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:44:10.917Z] . [Pipeline] withDockerContainer [2020-11-18T19:44:11.084Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:44:11.165Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T19:44:12.017Z] $ docker top 895d250a468860522913f4e28edaf6e4ee930f30d23b55f4d3bf7ab34c2ba507 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:44:12.603Z] + rm -f snykReport.html [Pipeline] echo [2020-11-18T19:44:12.616Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-18T19:44:12.927Z] + set -o pipefail [2020-11-18T19:44:12.927Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-18T19:44:12.927Z] + snyk-to-html -o snykReport.html [2020-11-18T19:44:21.207Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-18T19:44:21.237Z] $ docker stop --time=1 895d250a468860522913f4e28edaf6e4ee930f30d23b55f4d3bf7ab34c2ba507 [2020-11-18T19:44:22.905Z] $ docker rm -f 895d250a468860522913f4e28edaf6e4ee930f30d23b55f4d3bf7ab34c2ba507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 [2020-11-18T19:44:24.567Z] + git log --format=format:%s -1 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:25.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:44:25.115Z] . [Pipeline] withDockerContainer [2020-11-18T19:44:25.316Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:44:25.372Z] $ 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 [2020-11-18T19:44:26.036Z] $ docker top dbb680e884a430692626bb1664ef2b3a95dd51b774982ef021413fd1e623a107 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:44:26.283Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.10|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:44:26.672Z] + git semver [Pipeline] } [2020-11-18T19:44:26.695Z] $ docker stop --time=1 dbb680e884a430692626bb1664ef2b3a95dd51b774982ef021413fd1e623a107 [2020-11-18T19:44:28.105Z] $ docker rm -f dbb680e884a430692626bb1664ef2b3a95dd51b774982ef021413fd1e623a107 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:28.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:44:28.754Z] [2020-11-18T19:44:28.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:44:29.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:44:29.162Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-18T19:44:29.162Z] ab5ef0e58194: Pulling fs layer [2020-11-18T19:44:29.162Z] 9712f1f96733: Pulling fs layer [2020-11-18T19:44:29.162Z] 63f879dbbcfc: Pulling fs layer [2020-11-18T19:44:29.162Z] 0d9ebad4ef96: Pulling fs layer [2020-11-18T19:44:29.162Z] e9a5061849ea: Pulling fs layer [2020-11-18T19:44:29.162Z] d747dcd14b5f: Pulling fs layer [2020-11-18T19:44:29.162Z] 2de7ff778b66: Pulling fs layer [2020-11-18T19:44:29.162Z] e9a5061849ea: Waiting [2020-11-18T19:44:29.162Z] d747dcd14b5f: Waiting [2020-11-18T19:44:29.162Z] 2de7ff778b66: Waiting [2020-11-18T19:44:29.162Z] 0d9ebad4ef96: Waiting [2020-11-18T19:44:29.162Z] 9712f1f96733: Verifying Checksum [2020-11-18T19:44:29.162Z] 9712f1f96733: Download complete [2020-11-18T19:44:33.398Z] 63f879dbbcfc: Verifying Checksum [2020-11-18T19:44:33.398Z] 63f879dbbcfc: Download complete [2020-11-18T19:44:33.398Z] e9a5061849ea: Verifying Checksum [2020-11-18T19:44:33.398Z] e9a5061849ea: Download complete [2020-11-18T19:44:33.398Z] d747dcd14b5f: Verifying Checksum [2020-11-18T19:44:33.398Z] d747dcd14b5f: Download complete [2020-11-18T19:44:34.893Z] 2de7ff778b66: Verifying Checksum [2020-11-18T19:44:34.893Z] 2de7ff778b66: Download complete [2020-11-18T19:44:34.893Z] 0d9ebad4ef96: Verifying Checksum [2020-11-18T19:44:34.893Z] 0d9ebad4ef96: Download complete [2020-11-18T19:44:35.173Z] ab5ef0e58194: Verifying Checksum [2020-11-18T19:44:35.173Z] ab5ef0e58194: Download complete [2020-11-18T19:44:40.618Z] ab5ef0e58194: Pull complete [2020-11-18T19:44:40.886Z] 9712f1f96733: Pull complete [2020-11-18T19:44:43.524Z] 63f879dbbcfc: Pull complete [2020-11-18T19:44:51.789Z] 0d9ebad4ef96: Pull complete [2020-11-18T19:44:52.747Z] e9a5061849ea: Pull complete [2020-11-18T19:44:52.747Z] d747dcd14b5f: Pull complete [2020-11-18T19:44:55.353Z] 2de7ff778b66: Pull complete [2020-11-18T19:44:55.353Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-18T19:44:55.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:44:55.353Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-18T19:44:55.605Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:44:55.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-18T19:44:59.194Z] $ docker top e5ca2b078d6095165565636cd8ce12d8727ad5fb36fc2bc43b8faf596e1aa7e8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-18T19:44:59.499Z] provisioning config files... [2020-11-18T19:44:59.512Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3606462629374828440tmp [2020-11-18T19:44:59.533Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7031842022057989073tmp [2020-11-18T19:44:59.551Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7137436380767991704tmp [Pipeline] { [Pipeline] echo [2020-11-18T19:44:59.604Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:44:59.950Z] ---> sigul-configuration.sh [2020-11-18T19:44:59.951Z] gpg: directory `/root/.gnupg' created [2020-11-18T19:44:59.951Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-18T19:44:59.951Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-18T19:44:59.951Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-18T19:44:59.951Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-18T19:44:59.951Z] gpg: CAST5 encrypted data [2020-11-18T19:45:00.235Z] gpg: encrypted with 1 passphrase [2020-11-18T19:45:00.235Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-18T19:45:00.569Z] + mkdir /home/jenkins [2020-11-18T19:45:00.569Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-18T19:45:00.936Z] + 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 [2020-11-18T19:45:00.950Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:01.299Z] ---> sigul-install.sh [2020-11-18T19:45:08.293Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-18T19:45:08.670Z] + git tag --list [2020-11-18T19:45:08.670Z] 0.7.1 [2020-11-18T19:45:08.670Z] v1.0.0 [2020-11-18T19:45:08.670Z] v1.1.0 [2020-11-18T19:45:08.670Z] v1.1.1 [2020-11-18T19:45:08.670Z] v1.2.1 [2020-11-18T19:45:08.670Z] v1.2.2 [2020-11-18T19:45:08.670Z] v1.2.2-dev.1 [2020-11-18T19:45:08.670Z] v1.2.2-dev.2 [2020-11-18T19:45:08.670Z] v1.2.3-dev.1 [2020-11-18T19:45:08.670Z] v1.2.3-dev.10 [2020-11-18T19:45:08.670Z] v1.2.3-dev.2 [2020-11-18T19:45:08.670Z] v1.2.3-dev.3 [2020-11-18T19:45:08.670Z] v1.2.3-dev.4 [2020-11-18T19:45:08.670Z] v1.2.3-dev.5 [2020-11-18T19:45:08.670Z] v1.2.3-dev.6 [2020-11-18T19:45:08.670Z] v1.2.3-dev.7 [2020-11-18T19:45:08.670Z] v1.2.3-dev.8 [2020-11-18T19:45:08.670Z] v1.2.3-dev.9 [2020-11-18T19:45:08.670Z] v1.3.0 [Pipeline] sh [2020-11-18T19:45:09.314Z] + lftools sign git-tag v1.3.0 [2020-11-18T19:45:10.717Z] Signing Git tag with Sigul... [2020-11-18T19:45:10.717Z] Signing v1.3.0 [Pipeline] echo [2020-11-18T19:45:12.123Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:12.432Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-18T19:45:12.446Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-18T19:45:12.549Z] $ docker stop --time=1 e5ca2b078d6095165565636cd8ce12d8727ad5fb36fc2bc43b8faf596e1aa7e8 [2020-11-18T19:45:14.500Z] $ docker rm -f e5ca2b078d6095165565636cd8ce12d8727ad5fb36fc2bc43b8faf596e1aa7e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:15.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:45:15.492Z] . [Pipeline] withDockerContainer [2020-11-18T19:45:15.651Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:45:15.716Z] $ 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 [2020-11-18T19:45:16.622Z] $ docker top a929ed7000b42c590c5182e8c58bc325c00332492c67d0efdb3667e1469b5959 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:45:17.008Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.10|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:45:17.395Z] + git semver [Pipeline] } [2020-11-18T19:45:17.429Z] $ docker stop --time=1 a929ed7000b42c590c5182e8c58bc325c00332492c67d0efdb3667e1469b5959 [2020-11-18T19:45:18.871Z] $ docker rm -f a929ed7000b42c590c5182e8c58bc325c00332492c67d0efdb3667e1469b5959 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:19.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:45:19.780Z] . [Pipeline] withDockerContainer [2020-11-18T19:45:19.925Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:45:19.993Z] $ 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 [2020-11-18T19:45:20.692Z] $ docker top efd0d5c3d746ee4c879473ea1d941cb8d8c2b849316f4a1a2fa333a20715a3bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:45:20.962Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.10|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:45:21.351Z] + git semver [Pipeline] } [2020-11-18T19:45:21.378Z] $ docker stop --time=1 efd0d5c3d746ee4c879473ea1d941cb8d8c2b849316f4a1a2fa333a20715a3bb [2020-11-18T19:45:22.793Z] $ docker rm -f efd0d5c3d746ee4c879473ea1d941cb8d8c2b849316f4a1a2fa333a20715a3bb [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 [2020-11-18T19:45:24.492Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:25.155Z] ---> package-listing.sh [2020-11-18T19:45:25.155Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-18T19:45:25.155Z] ++ facter osfamily [2020-11-18T19:45:25.155Z] + OS_FAMILY=redhat [2020-11-18T19:45:25.155Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-11-18T19:45:25.155Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-18T19:45:25.155Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-18T19:45:25.155Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-18T19:45:25.155Z] + PACKAGES=/tmp/packages_start.txt [2020-11-18T19:45:25.155Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-11-18T19:45:25.155Z] + PACKAGES=/tmp/packages_end.txt [2020-11-18T19:45:25.155Z] + case "${OS_FAMILY}" in [2020-11-18T19:45:25.155Z] + rpm -qa [2020-11-18T19:45:25.155Z] + sort [2020-11-18T19:45:29.422Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-18T19:45:29.422Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-18T19:45:29.422Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-18T19:45:29.422Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-11-18T19:45:29.422Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-11-18T19:45:29.422Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo [2020-11-18T19:45:29.437Z] 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 [2020-11-18T19:45:29.734Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:30.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:45:30.046Z] [2020-11-18T19:45:30.046Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:45:30.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:45:30.439Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-18T19:45:30.439Z] df20fa9351a1: Pulling fs layer [2020-11-18T19:45:30.439Z] 36b3adc4ff6f: Pulling fs layer [2020-11-18T19:45:30.439Z] 8ad3a11d3b57: Pulling fs layer [2020-11-18T19:45:30.439Z] 46f8f816bc3b: Pulling fs layer [2020-11-18T19:45:30.439Z] 93b61091891f: Pulling fs layer [2020-11-18T19:45:30.439Z] 93b9cdb0e59b: Pulling fs layer [2020-11-18T19:45:30.439Z] 5e14af77c1be: Pulling fs layer [2020-11-18T19:45:30.439Z] 01666e4c0597: Pulling fs layer [2020-11-18T19:45:30.439Z] aa168da1d23b: Pulling fs layer [2020-11-18T19:45:30.439Z] 93b9cdb0e59b: Waiting [2020-11-18T19:45:30.439Z] 5e14af77c1be: Waiting [2020-11-18T19:45:30.439Z] aa168da1d23b: Waiting [2020-11-18T19:45:30.439Z] 01666e4c0597: Waiting [2020-11-18T19:45:30.439Z] 46f8f816bc3b: Waiting [2020-11-18T19:45:30.439Z] 93b61091891f: Waiting [2020-11-18T19:45:30.439Z] 36b3adc4ff6f: Verifying Checksum [2020-11-18T19:45:30.439Z] 36b3adc4ff6f: Download complete [2020-11-18T19:45:30.727Z] 46f8f816bc3b: Verifying Checksum [2020-11-18T19:45:30.727Z] 46f8f816bc3b: Download complete [2020-11-18T19:45:31.031Z] df20fa9351a1: Verifying Checksum [2020-11-18T19:45:31.031Z] df20fa9351a1: Download complete [2020-11-18T19:45:31.031Z] 93b61091891f: Download complete [2020-11-18T19:45:31.031Z] 93b9cdb0e59b: Verifying Checksum [2020-11-18T19:45:31.031Z] 93b9cdb0e59b: Download complete [2020-11-18T19:45:31.031Z] 5e14af77c1be: Verifying Checksum [2020-11-18T19:45:31.031Z] 5e14af77c1be: Download complete [2020-11-18T19:45:31.031Z] 01666e4c0597: Verifying Checksum [2020-11-18T19:45:31.031Z] 01666e4c0597: Download complete [2020-11-18T19:45:31.306Z] df20fa9351a1: Pull complete [2020-11-18T19:45:31.611Z] 8ad3a11d3b57: Verifying Checksum [2020-11-18T19:45:31.611Z] 8ad3a11d3b57: Download complete [2020-11-18T19:45:31.611Z] 36b3adc4ff6f: Pull complete [2020-11-18T19:45:32.617Z] 8ad3a11d3b57: Pull complete [2020-11-18T19:45:32.949Z] 46f8f816bc3b: Pull complete [2020-11-18T19:45:33.617Z] 93b61091891f: Pull complete [2020-11-18T19:45:33.921Z] 93b9cdb0e59b: Pull complete [2020-11-18T19:45:34.527Z] 5e14af77c1be: Pull complete [2020-11-18T19:45:34.822Z] 01666e4c0597: Pull complete [2020-11-18T19:45:35.507Z] aa168da1d23b: Verifying Checksum [2020-11-18T19:45:35.507Z] aa168da1d23b: Download complete [2020-11-18T19:45:43.807Z] aa168da1d23b: Pull complete [2020-11-18T19:45:43.807Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-18T19:45:43.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:45:43.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-18T19:45:44.034Z] prd-centos7-docker-4c-2g-12570 does not seem to be running inside a container [2020-11-18T19:45:44.107Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-18T19:45:47.122Z] $ docker top 4eb0894f6d0c6a9328f606d0d958712da1b6d9d91a7f9e68c9e11b76fc692b23 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:45:47.737Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-18T19:45:48.069Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-18T19:45:48.409Z] + ls /var/log/sa-host [2020-11-18T19:45:48.410Z] + sadf -c /var/log/sa-host/sa05 [2020-11-18T19:45:48.410Z] file_magic: OK [2020-11-18T19:45:48.410Z] HZ: Using current value: 100 [2020-11-18T19:45:48.410Z] file_header: OK [2020-11-18T19:45:48.410Z] 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 [2020-11-18T19:45:48.410Z] Statistics: [2020-11-18T19:45:48.410Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T19:45:48.410Z] File successfully converted to sysstat format version 12.2.1 [2020-11-18T19:45:48.410Z] + sadf -c /var/log/sa-host/sa18 [2020-11-18T19:45:48.410Z] file_magic: OK [2020-11-18T19:45:48.410Z] HZ: Using current value: 100 [2020-11-18T19:45:48.410Z] file_header: OK [2020-11-18T19:45:48.410Z] 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 [2020-11-18T19:45:48.410Z] Statistics: [2020-11-18T19:45:48.410Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T19:45:48.410Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-18T19:45:48.627Z] provisioning config files... [2020-11-18T19:45:48.643Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6677283263492198388tmp [Pipeline] { [Pipeline] echo [2020-11-18T19:45:48.715Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:49.025Z] ---> create-netrc.sh [Pipeline] } [2020-11-18T19:45:49.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-18T19:45:49.390Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:49.708Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-18T19:45:49.723Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:50.112Z] ---> sudo-logs.sh [2020-11-18T19:45:50.112Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-18T19:45:50.126Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:50.434Z] ---> job-cost.sh [2020-11-18T19:45:50.434Z] lf-activate-venv: SKIPPING [2020-11-18T19:45:50.434Z] INFO: No Stack... [2020-11-18T19:45:51.384Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-18T19:45:51.968Z] INFO: Archiving Costs [Pipeline] echo [2020-11-18T19:45:51.985Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:45:52.296Z] ---> logs-deploy.sh [2020-11-18T19:45:52.296Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/25 [2020-11-18T19:45:52.296Z] INFO: archiving workspace using pattern(s): [2020-11-18T19:45:54.967Z] Archives upload complete. [2020-11-18T19:45:54.967Z] INFO: archiving logs to Nexus