Pull request #179 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 07355228612828934d7917b8177258c9093cd58a+cdd6c33d41f01dc10b68606080ac8b6263924bf1 (64315aedec7541f135a94a77f522e3d06be25a7a) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19365’ is offline; ‘prd-centos7-docker-4c-2g-19373’ is offline; ‘prd-centos7-docker-4c-2g-19375’ is offline; ‘prd-centos7-docker-4c-2g-19396’ is offline; ‘prd-centos7-docker-4c-2g-19398’ is offline; ‘prd-centos7-docker-4c-2g-19401’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19391’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19397’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19403’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19404’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19405’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19406’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19407’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19408’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19409’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19410’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19411’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19413’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19417 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [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_PR-179 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 07355228612828934d7917b8177258c9093cd58a Merge succeeded, producing 5ea8ce38b9617cf2c3bf4379205dcef612d06a92 Checking out Revision 5ea8ce38b9617cf2c3bf4379205dcef612d06a92 (PR-179) Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/179/head:refs/remotes/origin/PR-179 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ea8ce38b9617cf2c3bf4379205dcef612d06a92 # timeout=10 Commit message: "Merge commit 'cdd6c33d41f01dc10b68606080ac8b6263924bf1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T06:16:23.364Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 5d85dca9b400226a05ffbfd955efd05e21e58a56 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T06:16:23.595Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T06:16:23.712Z] ========================================================= [2021-01-11T06:16:23.712Z] EdgeX Global Pipelines Version Info [2021-01-11T06:16:23.712Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:16:25.258Z] ------------------- [2021-01-11T06:16:25.258Z] stable info: [2021-01-11T06:16:25.258Z] ------------------- [2021-01-11T06:16:25.258Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T06:16:25.258Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T06:16:25.258Z] Message: update stable to v1.0.173 [2021-01-11T06:16:26.206Z] ------------------- [2021-01-11T06:16:26.206Z] experimental info: [2021-01-11T06:16:26.206Z] ------------------- [2021-01-11T06:16:26.206Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T06:16:26.206Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T06:16:26.206Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T06:16:26.461Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-01-11T06:16:26.550Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-01-11T06:16:26.671Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T06:16:26.758Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T06:16:26.847Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T06:16:26.955Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T06:16:27.039Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T06:16:27.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T06:16:27.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-11T06:16:27.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T06:16:27.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T06:16:27.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-01-11T06:16:27.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T06:16:27.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T06:16:28.092Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T06:16:28.177Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T06:16:28.264Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T06:16:28.347Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T06:16:28.429Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T06:16:28.512Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-11T06:16:28.597Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-11T06:16:28.677Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-11T06:16:28.778Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-11T06:16:28.859Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-11T06:16:28.973Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-11T06:16:29.061Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T06:16:29.145Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T06:16:29.227Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-179 [Pipeline] echo [2021-01-11T06:16:29.322Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-179 [Pipeline] echo [2021-01-11T06:16:29.405Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-179 [Pipeline] echo [2021-01-11T06:16:29.494Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ea8ce38b9617cf2c3bf4379205dcef612d06a92 [Pipeline] echo [2021-01-11T06:16:29.579Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ea8ce3 [Pipeline] echo [2021-01-11T06:16:29.662Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T06:16:29.830Z] provisioning config files... [2021-01-11T06:16:29.869Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/config5236088369180592813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:16:30.263Z] ---> docker-login.sh [2021-01-11T06:16:30.263Z] nexus3.edgexfoundry.org:10001 [2021-01-11T06:16:30.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:16:30.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:16:30.788Z] Configure a credential helper to remove this warning. See [2021-01-11T06:16:30.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:16:30.788Z] [2021-01-11T06:16:30.788Z] Login Succeeded [2021-01-11T06:16:30.788Z] nexus3.edgexfoundry.org:10002 [2021-01-11T06:16:30.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:16:30.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:16:30.788Z] Configure a credential helper to remove this warning. See [2021-01-11T06:16:30.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:16:30.788Z] [2021-01-11T06:16:30.788Z] Login Succeeded [2021-01-11T06:16:30.788Z] nexus3.edgexfoundry.org:10003 [2021-01-11T06:16:31.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:16:31.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:16:31.050Z] Configure a credential helper to remove this warning. See [2021-01-11T06:16:31.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:16:31.050Z] [2021-01-11T06:16:31.050Z] Login Succeeded [2021-01-11T06:16:31.050Z] nexus3.edgexfoundry.org:10004 [2021-01-11T06:16:31.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:16:31.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:16:31.312Z] Configure a credential helper to remove this warning. See [2021-01-11T06:16:31.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:16:31.312Z] [2021-01-11T06:16:31.312Z] Login Succeeded [2021-01-11T06:16:31.312Z] docker.io [2021-01-11T06:16:31.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:16:31.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:16:31.574Z] Configure a credential helper to remove this warning. See [2021-01-11T06:16:31.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:16:31.574Z] [2021-01-11T06:16:31.574Z] Login Succeeded [2021-01-11T06:16:31.574Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T06:16:31.585Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T06:16:32.346Z] + git log --format=format:%s -1 5ea8ce38b9617cf2c3bf4379205dcef612d06a92 [Pipeline] echo [2021-01-11T06:16:32.415Z] GIT_COMMIT: 5ea8ce38b9617cf2c3bf4379205dcef612d06a92, Commit Message: Merge commit 'cdd6c33d41f01dc10b68606080ac8b6263924bf1' into HEAD [Pipeline] echo [2021-01-11T06:16:32.460Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:16:33.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T06:16:33.047Z] [2021-01-11T06:16:33.047Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:16:33.430Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T06:16:33.430Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T06:16:33.430Z] 31603596830f: Pulling fs layer [2021-01-11T06:16:33.430Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T06:16:33.430Z] 6ca5941a6612: Pulling fs layer [2021-01-11T06:16:33.430Z] ecc8261a40a4: Pulling fs layer [2021-01-11T06:16:33.430Z] ecc8261a40a4: Waiting [2021-01-11T06:16:33.430Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T06:16:33.430Z] 2a8b12db71e7: Download complete [2021-01-11T06:16:33.430Z] 31603596830f: Verifying Checksum [2021-01-11T06:16:33.430Z] 31603596830f: Download complete [2021-01-11T06:16:33.698Z] ecc8261a40a4: Verifying Checksum [2021-01-11T06:16:33.698Z] ecc8261a40a4: Download complete [2021-01-11T06:16:33.698Z] 6ca5941a6612: Download complete [2021-01-11T06:16:33.964Z] 31603596830f: Pull complete [2021-01-11T06:16:33.964Z] 2a8b12db71e7: Pull complete [2021-01-11T06:16:34.923Z] 6ca5941a6612: Pull complete [2021-01-11T06:16:35.187Z] ecc8261a40a4: Pull complete [2021-01-11T06:16:35.187Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T06:16:35.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T06:16:35.187Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T06:16:35.305Z] prd-centos7-docker-4c-2g-19417 does not seem to be running inside a container [2021-01-11T06:16:35.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-179 -v /w/workspace/gexfoundry_device-mqtt-go_PR-179:/w/workspace/gexfoundry_device-mqtt-go_PR-179:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T06:16:37.330Z] $ docker top f8fc4b7e12237a2e00fa564a09673d4127370ccf29558cdece1e729a6814a37a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T06:16:37.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T06:16:37.652Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T06:16:37.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T06:16:37.940Z] $ docker exec f8fc4b7e12237a2e00fa564a09673d4127370ccf29558cdece1e729a6814a37a ssh-agent [2021-01-11T06:16:38.131Z] SSH_AUTH_SOCK=/tmp/ssh-09SpArR6p5p7/agent.11 [2021-01-11T06:16:38.131Z] SSH_AGENT_PID=16 [2021-01-11T06:16:38.144Z] Running ssh-add (command line suppressed) [2021-01-11T06:16:38.286Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_5744437783082840343.key (/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_5744437783082840343.key) [2021-01-11T06:16:38.345Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T06:16:38.683Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T06:16:38.708Z] $ docker exec --env ******** --env ******** f8fc4b7e12237a2e00fa564a09673d4127370ccf29558cdece1e729a6814a37a ssh-agent -k [2021-01-11T06:16:38.844Z] unset SSH_AUTH_SOCK; [2021-01-11T06:16:38.844Z] unset SSH_AGENT_PID; [2021-01-11T06:16:38.844Z] echo Agent pid 16 killed; [2021-01-11T06:16:38.890Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T06:16:39.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T06:16:39.020Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T06:16:39.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T06:16:39.201Z] $ docker exec f8fc4b7e12237a2e00fa564a09673d4127370ccf29558cdece1e729a6814a37a ssh-agent [2021-01-11T06:16:39.379Z] SSH_AUTH_SOCK=/tmp/ssh-ZwOl6GBnevib/agent.45 [2021-01-11T06:16:39.379Z] SSH_AGENT_PID=51 [2021-01-11T06:16:39.395Z] Running ssh-add (command line suppressed) [2021-01-11T06:16:39.524Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_3575318998575024200.key (/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_3575318998575024200.key) [2021-01-11T06:16:39.585Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T06:16:39.925Z] + git semver init [2021-01-11T06:16:39.925Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T06:16:39.925Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-179/.git [2021-01-11T06:16:39.925Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-179 [2021-01-11T06:16:39.925Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T06:16:39.925Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T06:16:39.925Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T06:16:39.925Z] # $SEMVER_BRANCH = PR-179 [2021-01-11T06:16:39.925Z] # $SEMVER_TEMP = /tmp/semver-923051124 [2021-01-11T06:16:39.925Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-01-11T06:16:40.501Z] # '/tmp/semver-923051124' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-179/.semver' [2021-01-11T06:16:40.501Z] # -> Force: false [2021-01-11T06:16:40.501Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-179/.semver [Pipeline] } [2021-01-11T06:16:40.515Z] $ docker exec --env ******** --env ******** f8fc4b7e12237a2e00fa564a09673d4127370ccf29558cdece1e729a6814a37a ssh-agent -k [2021-01-11T06:16:40.638Z] unset SSH_AUTH_SOCK; [2021-01-11T06:16:40.638Z] unset SSH_AGENT_PID; [2021-01-11T06:16:40.638Z] echo Agent pid 51 killed; [2021-01-11T06:16:40.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T06:16:41.209Z] + git semver [Pipeline] } [2021-01-11T06:16:41.299Z] $ docker stop --time=1 f8fc4b7e12237a2e00fa564a09673d4127370ccf29558cdece1e729a6814a37a [2021-01-11T06:16:42.657Z] $ docker rm -f f8fc4b7e12237a2e00fa564a09673d4127370ccf29558cdece1e729a6814a37a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T06:16:43.135Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T06:16:43.570Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T06:16:43.572Z] [edgeXSemver]: initialized semver on version 0.0.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 [2021-01-11T06:16:59.053Z] Still waiting to schedule task [2021-01-11T06:16:59.053Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-11T06:16:59.056Z] Still waiting to schedule task [2021-01-11T06:16:59.056Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19365’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19373’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19375’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19396’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19399’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19400’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19402’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19412’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19391’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19397’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19416’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19418’ is offline [2021-01-11T06:24:53.468Z] Running on prd-centos7-docker-4c-2g-19420 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [Pipeline] { [Pipeline] ws [2021-01-11T06:24:53.547Z] Running in /w/workspace/device-mqtt-go/10 [Pipeline] { [Pipeline] checkout [2021-01-11T06:24:56.550Z] using credential edgex-jenkins-ssh [2021-01-11T06:24:56.615Z] Cloning the remote Git repository [2021-01-11T06:24:56.640Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-11T06:24:56.708Z] > git init /w/workspace/device-mqtt-go/10 # timeout=10 [2021-01-11T06:24:56.768Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-11T06:24:56.768Z] > git --version # timeout=10 [2021-01-11T06:24:56.783Z] > git --version # 'git version 2.24.3' [2021-01-11T06:24:56.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:24:56.816Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:24:57.770Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 07355228612828934d7917b8177258c9093cd58a [2021-01-11T06:24:57.871Z] Merge succeeded, producing 879a162197c816550889928b5db2e84f9eb83517 [2021-01-11T06:24:57.872Z] Checking out Revision 879a162197c816550889928b5db2e84f9eb83517 (PR-179) [2021-01-11T06:24:57.369Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-11T06:24:57.376Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:24:57.388Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-11T06:24:57.403Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-11T06:24:57.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:24:57.407Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/179/head:refs/remotes/origin/PR-179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T06:24:57.778Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:24:57.790Z] > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 [2021-01-11T06:24:57.823Z] > git remote # timeout=10 [2021-01-11T06:24:57.828Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T06:24:57.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:24:57.838Z] > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 [2021-01-11T06:24:57.866Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T06:24:57.877Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:24:57.881Z] > git checkout -f 879a162197c816550889928b5db2e84f9eb83517 # timeout=10 [2021-01-11T06:25:01.676Z] Commit message: "Merge commit 'cdd6c33d41f01dc10b68606080ac8b6263924bf1' into HEAD" [2021-01-11T06:25:01.691Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-11T06:25:01.680Z] > git rev-list --no-walk 5d85dca9b400226a05ffbfd955efd05e21e58a56 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T06:25:03.043Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:25:03.408Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:25:03.737Z] + true [2021-01-11T06:25:03.737Z] + sudo service docker restart [2021-01-11T06:25:03.737Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T06:25:05.251Z] provisioning config files... [2021-01-11T06:25:05.286Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/10@tmp/config1846579973071362574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:25:05.678Z] ---> docker-login.sh [2021-01-11T06:25:05.678Z] nexus3.edgexfoundry.org:10001 [2021-01-11T06:25:05.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:25:05.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:25:05.939Z] Configure a credential helper to remove this warning. See [2021-01-11T06:25:05.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:25:05.939Z] [2021-01-11T06:25:05.939Z] Login Succeeded [2021-01-11T06:25:05.939Z] nexus3.edgexfoundry.org:10002 [2021-01-11T06:25:05.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:25:06.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:25:06.202Z] Configure a credential helper to remove this warning. See [2021-01-11T06:25:06.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:25:06.202Z] [2021-01-11T06:25:06.202Z] Login Succeeded [2021-01-11T06:25:06.202Z] nexus3.edgexfoundry.org:10003 [2021-01-11T06:25:06.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:25:06.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:25:06.469Z] Configure a credential helper to remove this warning. See [2021-01-11T06:25:06.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:25:06.469Z] [2021-01-11T06:25:06.469Z] Login Succeeded [2021-01-11T06:25:06.469Z] nexus3.edgexfoundry.org:10004 [2021-01-11T06:25:06.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:25:06.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:25:06.469Z] Configure a credential helper to remove this warning. See [2021-01-11T06:25:06.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:25:06.469Z] [2021-01-11T06:25:06.469Z] Login Succeeded [2021-01-11T06:25:06.469Z] docker.io [2021-01-11T06:25:06.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:25:07.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:25:07.000Z] Configure a credential helper to remove this warning. See [2021-01-11T06:25:07.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:25:07.000Z] [2021-01-11T06:25:07.000Z] Login Succeeded [2021-01-11T06:25:07.000Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T06:25:07.014Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T06:25:07.394Z] ========================================================= [2021-01-11T06:25:07.394Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T06:25:07.394Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:25:07.796Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-11T06:25:07.796Z] Sending build context to Docker daemon 496.1kB [2021-01-11T06:25:07.796Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T06:25:07.796Z] Step 2/8 : FROM ${BASE} [2021-01-11T06:25:07.796Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T06:25:07.796Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T06:25:07.796Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T06:25:07.796Z] de9db76c5a1d: Pulling fs layer [2021-01-11T06:25:07.796Z] bca2f99d35d6: Pulling fs layer [2021-01-11T06:25:07.796Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T06:25:07.796Z] 7c6f9722023f: Pulling fs layer [2021-01-11T06:25:07.796Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T06:25:07.796Z] 93359f2a8cfa: Waiting [2021-01-11T06:25:07.796Z] 7c6f9722023f: Waiting [2021-01-11T06:25:07.796Z] bca2f99d35d6: Waiting [2021-01-11T06:25:07.797Z] a35cf1a2eb13: Waiting [2021-01-11T06:25:07.797Z] de9db76c5a1d: Verifying Checksum [2021-01-11T06:25:07.797Z] de9db76c5a1d: Download complete [2021-01-11T06:25:08.079Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T06:25:08.079Z] 0ef7d3d256c8: Download complete [2021-01-11T06:25:08.079Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T06:25:08.079Z] 93359f2a8cfa: Download complete [2021-01-11T06:25:08.079Z] 7c6f9722023f: Verifying Checksum [2021-01-11T06:25:08.079Z] 7c6f9722023f: Download complete [2021-01-11T06:25:08.079Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T06:25:08.079Z] 188c0c94c7c5: Download complete [2021-01-11T06:25:08.343Z] 188c0c94c7c5: Pull complete [2021-01-11T06:25:08.612Z] 0ef7d3d256c8: Pull complete [2021-01-11T06:25:08.613Z] de9db76c5a1d: Pull complete [2021-01-11T06:25:10.032Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T06:25:10.032Z] a35cf1a2eb13: Download complete [2021-01-11T06:25:10.611Z] bca2f99d35d6: Verifying Checksum [2021-01-11T06:25:10.611Z] bca2f99d35d6: Download complete [2021-01-11T06:25:15.983Z] bca2f99d35d6: Pull complete [2021-01-11T06:25:15.983Z] 93359f2a8cfa: Pull complete [2021-01-11T06:25:15.983Z] 7c6f9722023f: Pull complete [2021-01-11T06:25:20.234Z] a35cf1a2eb13: Pull complete [2021-01-11T06:25:20.234Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T06:25:20.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T06:25:20.234Z] ---> a62c8e92a672 [2021-01-11T06:25:20.234Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-11T06:25:20.234Z] ---> Running in 7d0bf9c15fd3 [2021-01-11T06:25:20.234Z] Removing intermediate container 7d0bf9c15fd3 [2021-01-11T06:25:20.234Z] ---> 28c58e51b5a6 [2021-01-11T06:25:20.234Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T06:25:20.507Z] ---> Running in c5d46416f598 [2021-01-11T06:25:21.465Z] Removing intermediate container c5d46416f598 [2021-01-11T06:25:21.465Z] ---> 1a75c904d1a1 [2021-01-11T06:25:21.465Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-11T06:25:21.465Z] ---> Running in 44e170f248ef [2021-01-11T06:25:22.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T06:25:22.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T06:25:23.558Z] (1/14) Installing libmagic (5.38-r0) [2021-01-11T06:25:23.558Z] (2/14) Installing file (5.38-r0) [2021-01-11T06:25:23.558Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-11T06:25:23.558Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-11T06:25:51.290Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19425 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [Pipeline] { [Pipeline] ws [2021-01-11T06:25:51.342Z] Running in /w/workspace/device-mqtt-go/10 [Pipeline] { [Pipeline] checkout [2021-01-11T06:25:56.794Z] using credential edgex-jenkins-ssh [2021-01-11T06:25:56.847Z] Cloning the remote Git repository [2021-01-11T06:25:57.200Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-11T06:25:56.920Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-11T06:25:57.021Z] > git init /w/workspace/device-mqtt-go/10 # timeout=10 [2021-01-11T06:25:57.111Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-11T06:25:57.112Z] > git --version # timeout=10 [2021-01-11T06:25:57.127Z] > git --version # 'git version 2.17.1' [2021-01-11T06:25:57.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:25:57.184Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:25:57.804Z] (6/14) Installing patch (2.7.6-r6) [2021-01-11T06:25:58.407Z] (7/14) Installing build-base (0.5-r2) [2021-01-11T06:25:58.407Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-11T06:25:58.510Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 07355228612828934d7917b8177258c9093cd58a [2021-01-11T06:25:58.742Z] Merge succeeded, producing 94245d807f5859298ae0da3d5c7f9f3e732f9ec0 [2021-01-11T06:25:58.742Z] Checking out Revision 94245d807f5859298ae0da3d5c7f9f3e732f9ec0 (PR-179) [2021-01-11T06:25:57.936Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-11T06:25:57.956Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T06:25:58.001Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-11T06:25:58.042Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-11T06:25:58.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:25:58.055Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/179/head:refs/remotes/origin/PR-179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T06:25:58.545Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:25:58.565Z] > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 [2021-01-11T06:25:58.652Z] > git remote # timeout=10 [2021-01-11T06:25:58.669Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T06:25:58.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T06:25:58.691Z] > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 [2021-01-11T06:25:58.740Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T06:25:58.763Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T06:25:58.812Z] > git checkout -f 94245d807f5859298ae0da3d5c7f9f3e732f9ec0 # timeout=10 [2021-01-11T06:25:59.391Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-11T06:25:59.978Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-11T06:26:03.359Z] Commit message: "Merge commit 'cdd6c33d41f01dc10b68606080ac8b6263924bf1' into HEAD" [2021-01-11T06:26:03.390Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-11T06:26:04.229Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-11T06:26:04.229Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-11T06:26:04.229Z] (13/14) Installing openssh-server (8.3_p1-r1) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T06:26:04.516Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-11T06:26:03.380Z] > git rev-list --no-walk 5d85dca9b400226a05ffbfd955efd05e21e58a56 # timeout=10 [2021-01-11T06:26:05.102Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T06:26:05.102Z] OK: 237 MiB in 53 packages [2021-01-11T06:26:05.280Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:26:05.819Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T06:26:06.225Z] + + sudotrue service [2021-01-11T06:26:06.225Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T06:26:08.303Z] provisioning config files... [2021-01-11T06:26:08.341Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/10@tmp/config2170206827435698506tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:26:08.447Z] Removing intermediate container 44e170f248ef [2021-01-11T06:26:08.447Z] ---> 7813c57f1078 [2021-01-11T06:26:08.447Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-11T06:26:08.447Z] ---> Running in 20c86d873b5e [2021-01-11T06:26:08.447Z] Removing intermediate container 20c86d873b5e [2021-01-11T06:26:08.447Z] ---> a61032d22ed5 [2021-01-11T06:26:08.447Z] Step 7/8 : COPY . . [2021-01-11T06:26:08.764Z] ---> docker-login.sh [2021-01-11T06:26:08.764Z] nexus3.edgexfoundry.org:10001 [2021-01-11T06:26:09.030Z] ---> 1debdfcd4dce [2021-01-11T06:26:09.030Z] Step 8/8 : RUN go mod download [2021-01-11T06:26:09.030Z] ---> Running in c896a203bb79 [2021-01-11T06:26:09.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:26:09.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:26:09.992Z] Configure a credential helper to remove this warning. See [2021-01-11T06:26:09.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:26:09.992Z] [2021-01-11T06:26:09.992Z] Login Succeeded [2021-01-11T06:26:09.992Z] nexus3.edgexfoundry.org:10002 [2021-01-11T06:26:10.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:26:10.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:26:10.558Z] Configure a credential helper to remove this warning. See [2021-01-11T06:26:10.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:26:10.558Z] [2021-01-11T06:26:10.558Z] Login Succeeded [2021-01-11T06:26:10.558Z] nexus3.edgexfoundry.org:10003 [2021-01-11T06:26:10.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:26:10.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:26:10.832Z] Configure a credential helper to remove this warning. See [2021-01-11T06:26:10.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:26:10.832Z] [2021-01-11T06:26:10.832Z] Login Succeeded [2021-01-11T06:26:11.109Z] nexus3.edgexfoundry.org:10004 [2021-01-11T06:26:11.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:26:11.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:26:11.392Z] Configure a credential helper to remove this warning. See [2021-01-11T06:26:11.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:26:11.392Z] [2021-01-11T06:26:11.392Z] Login Succeeded [2021-01-11T06:26:11.392Z] docker.io [2021-01-11T06:26:11.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T06:26:12.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T06:26:12.258Z] Configure a credential helper to remove this warning. See [2021-01-11T06:26:12.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T06:26:12.258Z] [2021-01-11T06:26:12.258Z] Login Succeeded [2021-01-11T06:26:12.258Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T06:26:12.277Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T06:26:12.761Z] ========================================================= [2021-01-11T06:26:12.761Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T06:26:12.761Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:26:13.147Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-11T06:26:13.420Z] Sending build context to Docker daemon 495.1kB [2021-01-11T06:26:13.420Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T06:26:13.420Z] Step 2/8 : FROM ${BASE} [2021-01-11T06:26:13.694Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T06:26:13.694Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T06:26:13.694Z] a4357932f1b6: Pulling fs layer [2021-01-11T06:26:13.694Z] 18c013af1878: Pulling fs layer [2021-01-11T06:26:13.694Z] 00ac8860ef70: Pulling fs layer [2021-01-11T06:26:13.694Z] 63d7cb157983: Pulling fs layer [2021-01-11T06:26:13.694Z] 00ac8860ef70: Waiting [2021-01-11T06:26:13.694Z] b116817d02f9: Pulling fs layer [2021-01-11T06:26:13.694Z] 745a02a5169b: Pulling fs layer [2021-01-11T06:26:13.694Z] 63d7cb157983: Waiting [2021-01-11T06:26:13.694Z] b116817d02f9: Waiting [2021-01-11T06:26:13.694Z] 745a02a5169b: Waiting [2021-01-11T06:26:13.694Z] 18c013af1878: Verifying Checksum [2021-01-11T06:26:13.694Z] 18c013af1878: Download complete [2021-01-11T06:26:13.694Z] a4357932f1b6: Download complete [2021-01-11T06:26:13.694Z] 63d7cb157983: Download complete [2021-01-11T06:26:13.694Z] b116817d02f9: Download complete [2021-01-11T06:26:14.294Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T06:26:14.294Z] 5f621e34cdf4: Download complete [2021-01-11T06:26:14.894Z] 5f621e34cdf4: Pull complete [2021-01-11T06:26:15.169Z] a4357932f1b6: Pull complete [2021-01-11T06:26:15.446Z] 18c013af1878: Pull complete [2021-01-11T06:26:20.851Z] 745a02a5169b: Verifying Checksum [2021-01-11T06:26:20.851Z] 745a02a5169b: Download complete [2021-01-11T06:26:23.460Z] 00ac8860ef70: Verifying Checksum [2021-01-11T06:26:23.460Z] 00ac8860ef70: Download complete [2021-01-11T06:26:31.078Z] Removing intermediate container c896a203bb79 [2021-01-11T06:26:31.078Z] ---> f0ae6db6cf90 [2021-01-11T06:26:31.078Z] Successfully built f0ae6db6cf90 [2021-01-11T06:26:31.078Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:26:31.398Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T06:26:31.398Z] . [Pipeline] withDockerContainer [2021-01-11T06:26:31.508Z] prd-centos7-docker-4c-2g-19420 does not seem to be running inside a container [2021-01-11T06:26:31.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/10 -v /w/workspace/device-mqtt-go/10:/w/workspace/device-mqtt-go/10:rw,z -v /w/workspace/device-mqtt-go/10@tmp:/w/workspace/device-mqtt-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T06:26:32.218Z] $ docker top 65660cf81df29b17636f7f222136ab8d78a75e02a2667943c72f33fbea14a8cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:26:32.699Z] + go version [2021-01-11T06:26:32.699Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T06:26:32.715Z] $ docker stop --time=1 65660cf81df29b17636f7f222136ab8d78a75e02a2667943c72f33fbea14a8cd [2021-01-11T06:26:34.055Z] $ docker rm -f 65660cf81df29b17636f7f222136ab8d78a75e02a2667943c72f33fbea14a8cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:26:34.904Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T06:26:34.905Z] . [Pipeline] withDockerContainer [2021-01-11T06:26:34.993Z] prd-centos7-docker-4c-2g-19420 does not seem to be running inside a container [2021-01-11T06:26:35.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/10 -v /w/workspace/device-mqtt-go/10:/w/workspace/device-mqtt-go/10:rw,z -v /w/workspace/device-mqtt-go/10@tmp:/w/workspace/device-mqtt-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T06:26:35.691Z] $ docker top 0c96b96034856079d4e2de9fdbb69dbcb572f601219a1cb0e7fe7405e9070357 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:26:36.218Z] + make test [2021-01-11T06:26:36.218Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-11T06:26:37.170Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-11T06:26:38.554Z] 00ac8860ef70: Pull complete [2021-01-11T06:26:38.554Z] 63d7cb157983: Pull complete [2021-01-11T06:26:38.554Z] b116817d02f9: Pull complete [2021-01-11T06:26:41.179Z] 745a02a5169b: Pull complete [2021-01-11T06:26:41.179Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T06:26:41.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T06:26:41.179Z] ---> b7e6874047d6 [2021-01-11T06:26:41.179Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-11T06:26:43.161Z] ---> Running in e64288419b3f [2021-01-11T06:26:43.440Z] Removing intermediate container e64288419b3f [2021-01-11T06:26:43.440Z] ---> 77eb0c6b3875 [2021-01-11T06:26:43.440Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T06:26:43.440Z] ---> Running in c84fa71c94fe [2021-01-11T06:26:46.077Z] Removing intermediate container c84fa71c94fe [2021-01-11T06:26:46.077Z] ---> 9cc679aa1379 [2021-01-11T06:26:46.077Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-11T06:26:46.077Z] ---> Running in ff6ab4e9c9db [2021-01-11T06:26:47.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T06:26:49.533Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-11T06:26:49.533Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.010s coverage: 28.3% of statements [2021-01-11T06:26:49.533Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-11T06:26:49.533Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T06:26:49.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T06:26:52.136Z] gofmt -l . [2021-01-11T06:26:52.136Z] ["`gofmt -l .`" = ""] [2021-01-11T06:26:52.136Z] ./bin/test-attribution-txt.sh [2021-01-11T06:26:52.262Z] (1/14) Installing libmagic (5.38-r0) [2021-01-11T06:26:52.399Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2021-01-11T06:26:52.661Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2021-01-11T06:26:52.680Z] $ docker stop --time=1 0c96b96034856079d4e2de9fdbb69dbcb572f601219a1cb0e7fe7405e9070357 [2021-01-11T06:26:53.233Z] (2/14) Installing file (5.38-r0) [2021-01-11T06:26:53.233Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-11T06:26:53.233Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-11T06:26:54.905Z] $ docker rm -f 0c96b96034856079d4e2de9fdbb69dbcb572f601219a1cb0e7fe7405e9070357 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-11T06:26:56.628Z] Failed in branch amd64 [2021-01-11T06:27:03.368Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-11T06:27:03.368Z] (6/14) Installing patch (2.7.6-r6) [2021-01-11T06:27:03.368Z] (7/14) Installing build-base (0.5-r2) [2021-01-11T06:27:03.368Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-11T06:27:03.368Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-11T06:27:03.368Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-11T06:27:05.340Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-11T06:27:05.340Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-11T06:27:05.340Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-11T06:27:06.769Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-11T06:27:07.429Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T06:27:07.429Z] OK: 221 MiB in 53 packages [2021-01-11T06:27:11.740Z] Removing intermediate container ff6ab4e9c9db [2021-01-11T06:27:11.740Z] ---> 5c043d512201 [2021-01-11T06:27:11.740Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-11T06:27:11.740Z] ---> Running in 07628cb28d59 [2021-01-11T06:27:11.740Z] Removing intermediate container 07628cb28d59 [2021-01-11T06:27:11.740Z] ---> 395568f86fe8 [2021-01-11T06:27:11.740Z] Step 7/8 : COPY . . [2021-01-11T06:27:12.719Z] ---> ac0435c0a03d [2021-01-11T06:27:12.719Z] Step 8/8 : RUN go mod download [2021-01-11T06:27:12.719Z] ---> Running in bf5313059065 [2021-01-11T06:27:39.568Z] Removing intermediate container bf5313059065 [2021-01-11T06:27:39.568Z] ---> 01c49cef80c9 [2021-01-11T06:27:39.568Z] Successfully built 01c49cef80c9 [2021-01-11T06:27:39.568Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:27:39.913Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T06:27:39.913Z] . [Pipeline] withDockerContainer [2021-01-11T06:27:40.193Z] prd-ubuntu18.04-docker-arm64-4c-16g-19425 does not seem to be running inside a container [2021-01-11T06:27:40.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/10 -v /w/workspace/device-mqtt-go/10:/w/workspace/device-mqtt-go/10:rw,z -v /w/workspace/device-mqtt-go/10@tmp:/w/workspace/device-mqtt-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T06:27:41.751Z] $ docker top 0139c1af9179e3d5f1c91006f5605e88c72d291d6fa444dc9bf20d0acdf1af0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:27:42.822Z] + go version [2021-01-11T06:27:42.822Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T06:27:42.853Z] $ docker stop --time=1 0139c1af9179e3d5f1c91006f5605e88c72d291d6fa444dc9bf20d0acdf1af0e [2021-01-11T06:27:44.709Z] $ docker rm -f 0139c1af9179e3d5f1c91006f5605e88c72d291d6fa444dc9bf20d0acdf1af0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:27:45.641Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T06:27:45.641Z] . [Pipeline] withDockerContainer [2021-01-11T06:27:45.886Z] prd-ubuntu18.04-docker-arm64-4c-16g-19425 does not seem to be running inside a container [2021-01-11T06:27:45.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/10 -v /w/workspace/device-mqtt-go/10:/w/workspace/device-mqtt-go/10:rw,z -v /w/workspace/device-mqtt-go/10@tmp:/w/workspace/device-mqtt-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T06:27:47.468Z] $ docker top 366026e141c5692eef53e73eb74e4f267dc16b20958b24eec2c3a44875d76f2e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:27:48.459Z] + make test [2021-01-11T06:27:48.459Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-11T06:27:49.442Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-11T06:28:28.497Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-11T06:28:28.497Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.032s coverage: 28.3% of statements [2021-01-11T06:28:28.497Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-11T06:28:28.497Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-11T06:28:36.795Z] gofmt -l . [2021-01-11T06:28:36.795Z] ["`gofmt -l .`" = ""] [2021-01-11T06:28:36.795Z] ./bin/test-attribution-txt.sh [2021-01-11T06:28:36.795Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2021-01-11T06:28:36.795Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2021-01-11T06:28:36.833Z] $ docker stop --time=1 366026e141c5692eef53e73eb74e4f267dc16b20958b24eec2c3a44875d76f2e [2021-01-11T06:28:39.055Z] $ docker rm -f 366026e141c5692eef53e73eb74e4f267dc16b20958b24eec2c3a44875d76f2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-11T06:28:41.096Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:28:45.295Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:28:45.910Z] ---> package-listing.sh [2021-01-11T06:28:45.910Z] ++ facter osfamily [2021-01-11T06:28:45.910Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T06:28:45.910Z] + OS_FAMILY=redhat [2021-01-11T06:28:45.910Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-179 [2021-01-11T06:28:45.910Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T06:28:45.910Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T06:28:45.910Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T06:28:45.910Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T06:28:45.910Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-179 ']' [2021-01-11T06:28:45.910Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T06:28:45.910Z] + case "${OS_FAMILY}" in [2021-01-11T06:28:45.910Z] + rpm -qa [2021-01-11T06:28:45.910Z] + sort [2021-01-11T06:28:51.270Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T06:28:51.270Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T06:28:51.270Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T06:28:51.270Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-179 ']' [2021-01-11T06:28:51.270Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-179/archives/ [2021-01-11T06:28:51.270Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-179/archives/ [Pipeline] echo [2021-01-11T06:28:51.285Z] 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_PR-179/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T06:28:51.584Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:28:51.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T06:28:51.900Z] [2021-01-11T06:28:51.900Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T06:28:52.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T06:28:52.267Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T06:28:52.267Z] df20fa9351a1: Pulling fs layer [2021-01-11T06:28:52.267Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T06:28:52.267Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T06:28:52.267Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T06:28:52.267Z] 93b61091891f: Pulling fs layer [2021-01-11T06:28:52.267Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T06:28:52.267Z] 5e14af77c1be: Pulling fs layer [2021-01-11T06:28:52.267Z] 01666e4c0597: Pulling fs layer [2021-01-11T06:28:52.268Z] aa168da1d23b: Pulling fs layer [2021-01-11T06:28:52.268Z] 46f8f816bc3b: Waiting [2021-01-11T06:28:52.268Z] 93b61091891f: Waiting [2021-01-11T06:28:52.268Z] 93b9cdb0e59b: Waiting [2021-01-11T06:28:52.268Z] 5e14af77c1be: Waiting [2021-01-11T06:28:52.268Z] aa168da1d23b: Waiting [2021-01-11T06:28:52.268Z] 01666e4c0597: Waiting [2021-01-11T06:28:52.268Z] 36b3adc4ff6f: Download complete [2021-01-11T06:28:52.268Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T06:28:52.268Z] 46f8f816bc3b: Download complete [2021-01-11T06:28:52.268Z] df20fa9351a1: Verifying Checksum [2021-01-11T06:28:52.268Z] df20fa9351a1: Download complete [2021-01-11T06:28:52.536Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T06:28:52.536Z] 93b9cdb0e59b: Download complete [2021-01-11T06:28:52.536Z] 5e14af77c1be: Verifying Checksum [2021-01-11T06:28:52.536Z] 5e14af77c1be: Download complete [2021-01-11T06:28:52.536Z] 93b61091891f: Download complete [2021-01-11T06:28:52.536Z] 01666e4c0597: Verifying Checksum [2021-01-11T06:28:52.536Z] 01666e4c0597: Download complete [2021-01-11T06:28:52.536Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T06:28:52.536Z] 8ad3a11d3b57: Download complete [2021-01-11T06:28:52.800Z] df20fa9351a1: Pull complete [2021-01-11T06:28:53.065Z] 36b3adc4ff6f: Pull complete [2021-01-11T06:28:54.034Z] 8ad3a11d3b57: Pull complete [2021-01-11T06:28:54.034Z] 46f8f816bc3b: Pull complete [2021-01-11T06:28:55.013Z] 93b61091891f: Pull complete [2021-01-11T06:28:55.013Z] aa168da1d23b: Verifying Checksum [2021-01-11T06:28:55.013Z] aa168da1d23b: Download complete [2021-01-11T06:28:55.013Z] 93b9cdb0e59b: Pull complete [2021-01-11T06:28:55.013Z] 5e14af77c1be: Pull complete [2021-01-11T06:28:55.284Z] 01666e4c0597: Pull complete [2021-01-11T06:29:03.536Z] aa168da1d23b: Pull complete [2021-01-11T06:29:03.536Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T06:29:03.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T06:29:03.536Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T06:29:03.819Z] prd-centos7-docker-4c-2g-19417 does not seem to be running inside a container [2021-01-11T06:29:03.889Z] $ 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_PR-179/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_PR-179 -v /w/workspace/gexfoundry_device-mqtt-go_PR-179:/w/workspace/gexfoundry_device-mqtt-go_PR-179:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T06:29:07.215Z] $ docker top 59e725b0321f8773288abe9d24b0a6f24523d08f8b31d4035f243607ed73146e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T06:29:07.763Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T06:29:08.080Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T06:29:08.386Z] + ls /var/log/sa-host [2021-01-11T06:29:08.386Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T06:29:08.386Z] file_magic: OK [2021-01-11T06:29:08.386Z] HZ: Using current value: 100 [2021-01-11T06:29:08.386Z] file_header: OK [2021-01-11T06:29:08.386Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-11T06:29:08.386Z] Statistics: [2021-01-11T06:29:08.386Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T06:29:08.386Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T06:29:08.386Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T06:29:08.386Z] file_magic: OK [2021-01-11T06:29:08.386Z] HZ: Using current value: 100 [2021-01-11T06:29:08.386Z] file_header: OK [2021-01-11T06:29:08.386Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-11T06:29:08.386Z] Statistics: [2021-01-11T06:29:08.386Z] Hnuu...uuuununununu... [2021-01-11T06:29:08.386Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T06:29:09.025Z] provisioning config files... [2021-01-11T06:29:09.541Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/config629235789614021366tmp [Pipeline] { [Pipeline] echo [2021-01-11T06:29:09.593Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:29:09.894Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T06:29:09.904Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T06:29:10.005Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:29:10.311Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T06:29:10.322Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:29:10.626Z] ---> sudo-logs.sh [2021-01-11T06:29:10.626Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T06:29:10.642Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:29:10.955Z] ---> job-cost.sh [2021-01-11T06:29:10.955Z] lf-activate-venv: SKIPPING [2021-01-11T06:29:10.955Z] INFO: No Stack... [2021-01-11T06:29:11.909Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T06:29:12.486Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T06:29:12.500Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T06:29:12.816Z] ---> logs-deploy.sh [2021-01-11T06:29:12.816Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-179/10 [2021-01-11T06:29:12.816Z] INFO: archiving workspace using pattern(s): [2021-01-11T06:29:14.751Z] Archives upload complete. [2021-01-11T06:29:15.019Z] INFO: archiving logs to Nexus