Pull request #1041 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 898059463949ca063bffe815a5e73ebc7de1df36+1be87f15213c05ab1957194b5dea87ff4eff74a4 (ec12bc322a10d64428ad4a690eec387ef316e5d4) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3031488334749746155.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh957077753011862114.key > 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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1041/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1041/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3080511446220995384.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1041/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh749066132434784829.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9139542344704402674.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1041/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1041/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1625829211064515418.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-837 in /w/workspace/gexfoundry_device-sdk-go_PR-1041 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1041 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/jenkins-gitclient-ssh5669820481581786712.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/jenkins-gitclient-ssh8969912096967668924.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1041/head:refs/remotes/origin/PR-1041 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 898059463949ca063bffe815a5e73ebc7de1df36 Merge succeeded, producing 898059463949ca063bffe815a5e73ebc7de1df36 Checking out Revision 898059463949ca063bffe815a5e73ebc7de1df36 (PR-1041) > git config core.sparsecheckout # timeout=10 > git checkout -f 898059463949ca063bffe815a5e73ebc7de1df36 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/jenkins-gitclient-ssh7354461223448870562.key > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 898059463949ca063bffe815a5e73ebc7de1df36 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-21T04:12:35.220Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-21T04:12:35.349Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-21T04:12:35.431Z] ========================================================= [2021-10-21T04:12:35.432Z] EdgeX Global Pipelines Version Info [2021-10-21T04:12:35.432Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:12:36.622Z] ------------------- [2021-10-21T04:12:36.622Z] stable info: [2021-10-21T04:12:36.622Z] ------------------- [2021-10-21T04:12:36.622Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-21T04:12:36.622Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-21T04:12:36.622Z] Message: update stable to v1.0.210 [2021-10-21T04:12:37.202Z] ------------------- [2021-10-21T04:12:37.202Z] experimental info: [2021-10-21T04:12:37.202Z] ------------------- [2021-10-21T04:12:37.202Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-21T04:12:37.202Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-21T04:12:37.202Z] Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-21T04:12:37.369Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-10-21T04:12:37.406Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-10-21T04:12:37.445Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-21T04:12:37.484Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-21T04:12:37.528Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-21T04:12:37.560Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-21T04:12:37.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-21T04:12:37.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-10-21T04:12:37.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-21T04:12:37.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-21T04:12:37.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-21T04:12:37.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-10-21T04:12:37.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-21T04:12:37.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-21T04:12:37.862Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-21T04:12:37.893Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-10-21T04:12:37.928Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-21T04:12:37.966Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-21T04:12:38.003Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-21T04:12:38.037Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-10-21T04:12:38.072Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-21T04:12:38.108Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-21T04:12:38.143Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-21T04:12:38.182Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-21T04:12:38.224Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-21T04:12:38.263Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-21T04:12:38.303Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1041 [Pipeline] echo [2021-10-21T04:12:38.346Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1041 [Pipeline] echo [2021-10-21T04:12:38.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1041 [Pipeline] echo [2021-10-21T04:12:38.426Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 898059463949ca063bffe815a5e73ebc7de1df36 [Pipeline] echo [2021-10-21T04:12:38.459Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8980594 [Pipeline] echo [2021-10-21T04:12:38.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:12:38.598Z] provisioning config files... [2021-10-21T04:12:38.613Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/config7590089836434246475tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:12:38.957Z] ---> docker-login.sh [2021-10-21T04:12:38.957Z] nexus3.edgexfoundry.org:10001 [2021-10-21T04:12:38.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:39.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:39.219Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:39.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:39.219Z] [2021-10-21T04:12:39.219Z] Login Succeeded [2021-10-21T04:12:39.219Z] nexus3.edgexfoundry.org:10002 [2021-10-21T04:12:39.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:39.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:39.219Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:39.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:39.219Z] [2021-10-21T04:12:39.219Z] Login Succeeded [2021-10-21T04:12:39.219Z] nexus3.edgexfoundry.org:10003 [2021-10-21T04:12:39.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:39.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:39.483Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:39.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:39.483Z] [2021-10-21T04:12:39.483Z] Login Succeeded [2021-10-21T04:12:39.483Z] nexus3.edgexfoundry.org:10004 [2021-10-21T04:12:39.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:39.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:39.483Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:39.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:39.483Z] [2021-10-21T04:12:39.483Z] Login Succeeded [2021-10-21T04:12:39.483Z] docker.io [2021-10-21T04:12:39.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:39.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:39.743Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:39.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:39.743Z] [2021-10-21T04:12:39.743Z] Login Succeeded [2021-10-21T04:12:39.743Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T04:12:39.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-21T04:12:40.371Z] + git log --format=format:%s -1 898059463949ca063bffe815a5e73ebc7de1df36 [Pipeline] echo [2021-10-21T04:12:40.421Z] GIT_COMMIT: 898059463949ca063bffe815a5e73ebc7de1df36, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-10-21T04:12:40.449Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:12:40.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T04:12:40.917Z] [2021-10-21T04:12:40.917Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:12:41.261Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T04:12:41.261Z] latest: Pulling from edgex-devops/git-semver [2021-10-21T04:12:41.261Z] a0d0a0d46f8b: Pulling fs layer [2021-10-21T04:12:41.261Z] 3e5f54012d9b: Pulling fs layer [2021-10-21T04:12:41.261Z] 4c7163046ea9: Pulling fs layer [2021-10-21T04:12:41.261Z] 0c2d73faf560: Pulling fs layer [2021-10-21T04:12:41.261Z] 0c2d73faf560: Waiting [2021-10-21T04:12:41.261Z] 3e5f54012d9b: Verifying Checksum [2021-10-21T04:12:41.261Z] 3e5f54012d9b: Download complete [2021-10-21T04:12:41.261Z] a0d0a0d46f8b: Verifying Checksum [2021-10-21T04:12:41.261Z] a0d0a0d46f8b: Download complete [2021-10-21T04:12:41.261Z] 4c7163046ea9: Verifying Checksum [2021-10-21T04:12:41.261Z] 4c7163046ea9: Download complete [2021-10-21T04:12:41.530Z] 0c2d73faf560: Verifying Checksum [2021-10-21T04:12:41.530Z] 0c2d73faf560: Download complete [2021-10-21T04:12:41.530Z] a0d0a0d46f8b: Pull complete [2021-10-21T04:12:41.530Z] 3e5f54012d9b: Pull complete [2021-10-21T04:12:41.797Z] 4c7163046ea9: Pull complete [2021-10-21T04:12:42.056Z] 0c2d73faf560: Pull complete [2021-10-21T04:12:42.056Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-21T04:12:42.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T04:12:42.056Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-21T04:12:42.147Z] prd-centos7-docker-4c-2g-837 does not seem to be running inside a container [2021-10-21T04:12:42.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1041 -v /w/workspace/gexfoundry_device-sdk-go_PR-1041:/w/workspace/gexfoundry_device-sdk-go_PR-1041:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1041@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-10-21T04:12:42.766Z] $ docker top 76b73dee8864c4aa7f83f6a7047af9a6098c99605d05d7ea53b821a9f2c43925 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-21T04:12:42.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-21T04:12:42.943Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-21T04:12:43.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-21T04:12:43.066Z] $ docker exec 76b73dee8864c4aa7f83f6a7047af9a6098c99605d05d7ea53b821a9f2c43925 ssh-agent [2021-10-21T04:12:43.190Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPJbEgo/agent.14 [2021-10-21T04:12:43.190Z] SSH_AGENT_PID=20 [2021-10-21T04:12:43.199Z] Running ssh-add (command line suppressed) [2021-10-21T04:12:43.312Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/private_key_2702483207416251705.key (/w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/private_key_2702483207416251705.key) [2021-10-21T04:12:43.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-21T04:12:43.661Z] + git tag --points-at HEAD [Pipeline] } [2021-10-21T04:12:43.712Z] $ docker exec --env ******** --env ******** 76b73dee8864c4aa7f83f6a7047af9a6098c99605d05d7ea53b821a9f2c43925 ssh-agent -k [2021-10-21T04:12:43.809Z] unset SSH_AUTH_SOCK; [2021-10-21T04:12:43.810Z] unset SSH_AGENT_PID; [2021-10-21T04:12:43.810Z] echo Agent pid 20 killed; [2021-10-21T04:12:43.818Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-21T04:12:43.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-21T04:12:43.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-21T04:12:43.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-21T04:12:43.999Z] $ docker exec 76b73dee8864c4aa7f83f6a7047af9a6098c99605d05d7ea53b821a9f2c43925 ssh-agent [2021-10-21T04:12:44.104Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbHLKeI/agent.53 [2021-10-21T04:12:44.104Z] SSH_AGENT_PID=59 [2021-10-21T04:12:44.109Z] Running ssh-add (command line suppressed) [2021-10-21T04:12:44.217Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/private_key_2960484464084720057.key (/w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/private_key_2960484464084720057.key) [2021-10-21T04:12:44.228Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-21T04:12:44.557Z] + git semver init [2021-10-21T04:12:44.557Z] # -> Open(): unable to determine branch for HEAD [2021-10-21T04:12:44.557Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1041/.git [2021-10-21T04:12:44.557Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1041 [2021-10-21T04:12:44.557Z] # $SEMVER_REMOTE_NAME = origin [2021-10-21T04:12:44.557Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-21T04:12:44.557Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-21T04:12:44.557Z] # $SEMVER_BRANCH = PR-1041 [2021-10-21T04:12:44.557Z] # $SEMVER_TEMP = /tmp/semver-306727907 [2021-10-21T04:12:44.557Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-10-21T04:12:45.505Z] # '/tmp/semver-306727907' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1041/.semver' [2021-10-21T04:12:45.505Z] # -> Force: false [2021-10-21T04:12:45.505Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1041/.semver [Pipeline] } [2021-10-21T04:12:45.528Z] $ docker exec --env ******** --env ******** 76b73dee8864c4aa7f83f6a7047af9a6098c99605d05d7ea53b821a9f2c43925 ssh-agent -k [2021-10-21T04:12:45.641Z] unset SSH_AUTH_SOCK; [2021-10-21T04:12:45.642Z] unset SSH_AGENT_PID; [2021-10-21T04:12:45.642Z] echo Agent pid 59 killed; [2021-10-21T04:12:45.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-21T04:12:46.034Z] + git semver [Pipeline] } [2021-10-21T04:12:46.061Z] $ docker stop --time=1 76b73dee8864c4aa7f83f6a7047af9a6098c99605d05d7ea53b821a9f2c43925 [2021-10-21T04:12:47.312Z] $ docker rm -f 76b73dee8864c4aa7f83f6a7047af9a6098c99605d05d7ea53b821a9f2c43925 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-21T04:12:47.706Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-21T04:12:48.012Z] Stashed 1 file(s) [Pipeline] echo [2021-10-21T04:12:48.032Z] [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-10-21T04:13:03.408Z] Still waiting to schedule task [2021-10-21T04:13:03.409Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-10-21T04:13:03.427Z] Still waiting to schedule task [2021-10-21T04:13:03.427Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-21T04:14:08.150Z] Running on prd-centos7-docker-4c-2g-842 in /w/workspace/gexfoundry_device-sdk-go_PR-1041 [Pipeline] { [Pipeline] ws [2021-10-21T04:14:08.188Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-21T04:14:08.327Z] Selected Git installation does not exist. Using Default [2021-10-21T04:14:08.327Z] The recommended git tool is: NONE [2021-10-21T04:14:10.471Z] using credential edgex-jenkins-ssh [2021-10-21T04:14:10.480Z] Cloning the remote Git repository [2021-10-21T04:14:10.089Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:14:10.143Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-21T04:14:10.173Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:14:10.173Z] > git --version # timeout=10 [2021-10-21T04:14:10.180Z] > git --version # 'git version 2.24.4' [2021-10-21T04:14:10.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:14:10.209Z] [INFO] Currently running in a labeled security context [2021-10-21T04:14:10.209Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-21T04:14:10.210Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh3815084319029955747.key [2021-10-21T04:14:10.227Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:14:10.990Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:14:11.001Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:14:11.015Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:14:11.036Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:14:11.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:14:11.037Z] [INFO] Currently running in a labeled security context [2021-10-21T04:14:11.037Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-21T04:14:11.037Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh7548117433569749008.key [2021-10-21T04:14:11.051Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1041/head:refs/remotes/origin/PR-1041 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-21T04:14:11.932Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 898059463949ca063bffe815a5e73ebc7de1df36 [2021-10-21T04:14:12.052Z] Merge succeeded, producing 898059463949ca063bffe815a5e73ebc7de1df36 [2021-10-21T04:14:12.053Z] Checking out Revision 898059463949ca063bffe815a5e73ebc7de1df36 (PR-1041) [2021-10-21T04:14:11.533Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:14:11.544Z] > git checkout -f 898059463949ca063bffe815a5e73ebc7de1df36 # timeout=10 [2021-10-21T04:14:11.577Z] > git remote # timeout=10 [2021-10-21T04:14:11.592Z] > git config --get remote.origin.url # timeout=10 [2021-10-21T04:14:11.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:14:11.602Z] [INFO] Currently running in a labeled security context [2021-10-21T04:14:11.603Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-21T04:14:11.603Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh829943132217661065.key [2021-10-21T04:14:11.619Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-21T04:14:11.631Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-21T04:14:11.647Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:14:11.652Z] > git checkout -f 898059463949ca063bffe815a5e73ebc7de1df36 # timeout=10 [2021-10-21T04:14:15.521Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-10-21T04:14:15.245Z] > git --version # timeout=10 [2021-10-21T04:14:15.249Z] > git --version # 'git version 2.24.4' [2021-10-21T04:14:15.260Z] fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:14:16.128Z] provisioning config files... [2021-10-21T04:14:16.147Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6302901189240864804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:14:16.589Z] ---> docker-login.sh [2021-10-21T04:14:16.589Z] nexus3.edgexfoundry.org:10001 [2021-10-21T04:14:16.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:14:16.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:14:16.589Z] Configure a credential helper to remove this warning. See [2021-10-21T04:14:16.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:14:16.590Z] [2021-10-21T04:14:16.590Z] Login Succeeded [2021-10-21T04:14:16.590Z] nexus3.edgexfoundry.org:10002 [2021-10-21T04:14:16.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:14:16.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:14:16.861Z] Configure a credential helper to remove this warning. See [2021-10-21T04:14:16.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:14:16.861Z] [2021-10-21T04:14:16.861Z] Login Succeeded [2021-10-21T04:14:16.861Z] nexus3.edgexfoundry.org:10003 [2021-10-21T04:14:16.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:14:16.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:14:16.861Z] Configure a credential helper to remove this warning. See [2021-10-21T04:14:16.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:14:16.861Z] [2021-10-21T04:14:16.861Z] Login Succeeded [2021-10-21T04:14:16.861Z] nexus3.edgexfoundry.org:10004 [2021-10-21T04:14:17.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:14:17.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:14:17.124Z] Configure a credential helper to remove this warning. See [2021-10-21T04:14:17.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:14:17.124Z] [2021-10-21T04:14:17.124Z] Login Succeeded [2021-10-21T04:14:17.124Z] docker.io [2021-10-21T04:14:17.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:14:17.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:14:17.385Z] Configure a credential helper to remove this warning. See [2021-10-21T04:14:17.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:14:17.385Z] [2021-10-21T04:14:17.385Z] Login Succeeded [2021-10-21T04:14:17.385Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T04:14:17.426Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-21T04:14:17.644Z] ========================================================= [2021-10-21T04:14:17.644Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-21T04:14:17.644Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:14:18.041Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-10-21T04:14:18.041Z] Sending build context to Docker daemon 2.709MB [2021-10-21T04:14:18.041Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-21T04:14:18.041Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-21T04:14:18.041Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-21T04:14:18.041Z] a0d0a0d46f8b: Pulling fs layer [2021-10-21T04:14:18.041Z] 31adcdaf11c8: Pulling fs layer [2021-10-21T04:14:18.041Z] b8b176561691: Pulling fs layer [2021-10-21T04:14:18.041Z] 4527c011a84f: Pulling fs layer [2021-10-21T04:14:18.041Z] 5d74067f8e1e: Pulling fs layer [2021-10-21T04:14:18.041Z] e0aca202a116: Pulling fs layer [2021-10-21T04:14:18.041Z] 3a43be97a3b4: Pulling fs layer [2021-10-21T04:14:18.041Z] 34cad66bf833: Pulling fs layer [2021-10-21T04:14:18.041Z] b4e3c513aaa6: Pulling fs layer [2021-10-21T04:14:18.041Z] e0aca202a116: Waiting [2021-10-21T04:14:18.041Z] 4527c011a84f: Waiting [2021-10-21T04:14:18.041Z] 5d74067f8e1e: Waiting [2021-10-21T04:14:18.041Z] 3a43be97a3b4: Waiting [2021-10-21T04:14:18.041Z] 34cad66bf833: Waiting [2021-10-21T04:14:18.041Z] b4e3c513aaa6: Waiting [2021-10-21T04:14:18.041Z] b8b176561691: Verifying Checksum [2021-10-21T04:14:18.041Z] b8b176561691: Download complete [2021-10-21T04:14:18.041Z] 31adcdaf11c8: Download complete [2021-10-21T04:14:18.041Z] 5d74067f8e1e: Verifying Checksum [2021-10-21T04:14:18.041Z] 5d74067f8e1e: Download complete [2021-10-21T04:14:18.304Z] e0aca202a116: Verifying Checksum [2021-10-21T04:14:18.304Z] e0aca202a116: Download complete [2021-10-21T04:14:18.304Z] a0d0a0d46f8b: Verifying Checksum [2021-10-21T04:14:18.304Z] a0d0a0d46f8b: Download complete [2021-10-21T04:14:18.304Z] 3a43be97a3b4: Verifying Checksum [2021-10-21T04:14:18.304Z] 3a43be97a3b4: Download complete [2021-10-21T04:14:18.304Z] 34cad66bf833: Verifying Checksum [2021-10-21T04:14:18.304Z] 34cad66bf833: Download complete [2021-10-21T04:14:18.570Z] a0d0a0d46f8b: Pull complete [2021-10-21T04:14:18.840Z] 4527c011a84f: Verifying Checksum [2021-10-21T04:14:18.840Z] 4527c011a84f: Download complete [2021-10-21T04:14:18.840Z] 31adcdaf11c8: Pull complete [2021-10-21T04:14:18.840Z] b4e3c513aaa6: Verifying Checksum [2021-10-21T04:14:18.840Z] b4e3c513aaa6: Download complete [2021-10-21T04:14:18.840Z] b8b176561691: Pull complete [2021-10-21T04:14:23.084Z] 4527c011a84f: Pull complete [2021-10-21T04:14:23.084Z] 5d74067f8e1e: Pull complete [2021-10-21T04:14:23.084Z] e0aca202a116: Pull complete [2021-10-21T04:14:23.084Z] 3a43be97a3b4: Pull complete [2021-10-21T04:14:23.084Z] 34cad66bf833: Pull complete [2021-10-21T04:14:25.658Z] b4e3c513aaa6: Pull complete [2021-10-21T04:14:25.658Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-21T04:14:25.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-21T04:14:25.658Z] ---> 9f6097aaca64 [2021-10-21T04:14:25.658Z] Step 3/10 : ARG MAKE=make build [2021-10-21T04:14:27.051Z] ---> Running in 570bfe11d7c5 [2021-10-21T04:14:27.051Z] Removing intermediate container 570bfe11d7c5 [2021-10-21T04:14:27.051Z] ---> 2282cee2c77b [2021-10-21T04:14:27.051Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-21T04:14:27.051Z] ---> Running in dc0e3009d7b8 [2021-10-21T04:14:27.313Z] Removing intermediate container dc0e3009d7b8 [2021-10-21T04:14:27.313Z] ---> cf2ad0bf5706 [2021-10-21T04:14:27.313Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-21T04:14:27.313Z] ---> Running in f6ac4d68cb94 [2021-10-21T04:14:27.313Z] Removing intermediate container f6ac4d68cb94 [2021-10-21T04:14:27.313Z] ---> 26abdc412601 [2021-10-21T04:14:27.313Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T04:14:27.313Z] ---> Running in 2f0a66d36e3b [2021-10-21T04:14:27.891Z] Removing intermediate container 2f0a66d36e3b [2021-10-21T04:14:27.891Z] ---> 2ce19ca1b0b2 [2021-10-21T04:14:27.891Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-21T04:14:27.891Z] ---> Running in 6c8cb4a6dea9 [2021-10-21T04:14:28.151Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T04:14:29.095Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T04:14:29.356Z] OK: 220 MiB in 52 packages [2021-10-21T04:14:29.619Z] Removing intermediate container 6c8cb4a6dea9 [2021-10-21T04:14:29.619Z] ---> 7c1fcb51cfc9 [2021-10-21T04:14:29.619Z] Step 8/10 : COPY . . [2021-10-21T04:14:29.885Z] ---> 60268d3dcf77 [2021-10-21T04:14:29.885Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T04:14:29.885Z] ---> Running in 246e168a65e4 [2021-10-21T04:15:02.057Z] Removing intermediate container 246e168a65e4 [2021-10-21T04:15:02.057Z] ---> 8dd1e938d062 [2021-10-21T04:15:02.057Z] Step 10/10 : RUN ${MAKE} [2021-10-21T04:15:02.057Z] ---> Running in f04a2b701e39 [2021-10-21T04:15:02.057Z] noop [2021-10-21T04:15:02.057Z] Removing intermediate container f04a2b701e39 [2021-10-21T04:15:02.057Z] ---> ba7ec7ab06a6 [2021-10-21T04:15:02.057Z] Successfully built ba7ec7ab06a6 [2021-10-21T04:15:02.057Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:15:02.395Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-21T04:15:02.395Z] . [Pipeline] withDockerContainer [2021-10-21T04:15:02.482Z] prd-centos7-docker-4c-2g-842 does not seem to be running inside a container [2021-10-21T04:15:02.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-10-21T04:15:02.868Z] $ docker top 3a2e91192d1bd59d17ccfb7eae3756bb57e2b300ab7992d38929ac59d0454a0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T04:15:03.268Z] + go version [2021-10-21T04:15:03.268Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-21T04:15:03.297Z] $ docker stop --time=1 3a2e91192d1bd59d17ccfb7eae3756bb57e2b300ab7992d38929ac59d0454a0e [2021-10-21T04:15:04.476Z] $ docker rm -f 3a2e91192d1bd59d17ccfb7eae3756bb57e2b300ab7992d38929ac59d0454a0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:15:05.155Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-21T04:15:05.155Z] . [Pipeline] withDockerContainer [2021-10-21T04:15:05.235Z] prd-centos7-docker-4c-2g-842 does not seem to be running inside a container [2021-10-21T04:15:05.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-10-21T04:15:05.601Z] $ docker top e694c79fc1c059d2314c468fcb9dace1adce80061b809810a70df6ade24a620f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-21T04:15:06.034Z] + make test [2021-10-21T04:15:06.034Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-21T04:15:11.366Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-21T04:15:33.421Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-21T04:15:33.421Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-21T04:15:33.421Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-21T04:15:34.379Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-21T04:15:34.379Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-21T04:15:34.379Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-21T04:15:34.379Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-21T04:15:34.643Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.050s coverage: 28.1% of statements [2021-10-21T04:15:35.239Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.053s coverage: 78.9% of statements [2021-10-21T04:15:35.515Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.064s coverage: 9.0% of statements [2021-10-21T04:15:35.515Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-21T04:15:35.515Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-21T04:15:35.515Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-21T04:15:36.095Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.066s coverage: 28.7% of statements [2021-10-21T04:15:36.095Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-21T04:15:37.486Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.056s coverage: 83.3% of statements [2021-10-21T04:15:37.486Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-21T04:15:37.486Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-21T04:15:37.486Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.073s coverage: 57.8% of statements [2021-10-21T04:15:38.457Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.812s coverage: 88.8% of statements [2021-10-21T04:15:38.457Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-21T04:15:38.457Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.047s coverage: 4.9% of statements [2021-10-21T04:15:38.457Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-21T04:15:38.457Z] FAIL [2021-10-21T04:15:38.457Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-21T04:15:38.492Z] $ docker stop --time=1 e694c79fc1c059d2314c468fcb9dace1adce80061b809810a70df6ade24a620f [2021-10-21T04:15:40.323Z] $ docker rm -f e694c79fc1c059d2314c468fcb9dace1adce80061b809810a70df6ade24a620f [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:15:41.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:15:41.540Z] [2021-10-21T04:15:41.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:15:41.875Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:15:41.875Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-21T04:15:41.875Z] b4d181a07f80: Pulling fs layer [2021-10-21T04:15:41.875Z] a1111a8f2ec3: Pulling fs layer [2021-10-21T04:15:41.875Z] ed53099fbce6: Pulling fs layer [2021-10-21T04:15:41.875Z] dc539afda2c1: Pulling fs layer [2021-10-21T04:15:41.875Z] 77bc0d833cb6: Pulling fs layer [2021-10-21T04:15:41.875Z] 9065ff56babe: Pulling fs layer [2021-10-21T04:15:41.875Z] d287ab97295c: Pulling fs layer [2021-10-21T04:15:41.875Z] dc539afda2c1: Waiting [2021-10-21T04:15:41.875Z] 77bc0d833cb6: Waiting [2021-10-21T04:15:41.875Z] 9065ff56babe: Waiting [2021-10-21T04:15:41.875Z] d287ab97295c: Waiting [2021-10-21T04:15:41.875Z] a1111a8f2ec3: Verifying Checksum [2021-10-21T04:15:41.875Z] a1111a8f2ec3: Download complete [2021-10-21T04:15:41.875Z] dc539afda2c1: Verifying Checksum [2021-10-21T04:15:41.875Z] dc539afda2c1: Download complete [2021-10-21T04:15:42.146Z] 77bc0d833cb6: Verifying Checksum [2021-10-21T04:15:42.146Z] 77bc0d833cb6: Download complete [2021-10-21T04:15:42.146Z] ed53099fbce6: Verifying Checksum [2021-10-21T04:15:42.146Z] ed53099fbce6: Download complete [2021-10-21T04:15:42.146Z] 9065ff56babe: Verifying Checksum [2021-10-21T04:15:42.146Z] 9065ff56babe: Download complete [2021-10-21T04:15:42.146Z] b4d181a07f80: Verifying Checksum [2021-10-21T04:15:42.146Z] b4d181a07f80: Download complete [2021-10-21T04:15:42.737Z] d287ab97295c: Verifying Checksum [2021-10-21T04:15:42.737Z] d287ab97295c: Download complete [2021-10-21T04:15:43.710Z] b4d181a07f80: Pull complete [2021-10-21T04:15:43.979Z] a1111a8f2ec3: Pull complete [2021-10-21T04:15:44.564Z] ed53099fbce6: Pull complete [2021-10-21T04:15:44.564Z] dc539afda2c1: Pull complete [2021-10-21T04:15:44.836Z] 77bc0d833cb6: Pull complete [2021-10-21T04:15:45.119Z] 9065ff56babe: Pull complete [2021-10-21T04:15:50.481Z] d287ab97295c: Pull complete [2021-10-21T04:15:50.481Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-21T04:15:50.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:15:50.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-21T04:15:50.564Z] prd-centos7-docker-4c-2g-842 does not seem to be running inside a container [2021-10-21T04:15:50.605Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-21T04:15:53.377Z] $ docker top 4cf0b4bfdbf94da8b710c31ce7dc7a803e921361b3900667867345a81b7a6ce7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:15:53.813Z] ---> job-cost.sh [2021-10-21T04:15:53.813Z] lf-activate-venv: SKIPPING [2021-10-21T04:15:53.813Z] INFO: No Stack... [2021-10-21T04:15:54.387Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-21T04:15:54.648Z] INFO: Archiving Costs [Pipeline] sh [2021-10-21T04:15:54.962Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-10-21T04:15:54.962Z] + cut -d, -f6 [Pipeline] lock [2021-10-21T04:15:55.044Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] [2021-10-21T04:15:55.052Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] did not exist. Created. [2021-10-21T04:15:55.052Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-21T04:15:55.424Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-21T04:15:55.622Z] Stashed 1 file(s) [Pipeline] } [2021-10-21T04:15:55.639Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-21T04:15:55.697Z] $ docker stop --time=1 4cf0b4bfdbf94da8b710c31ce7dc7a803e921361b3900667867345a81b7a6ce7 [2021-10-21T04:15:56.832Z] $ docker rm -f 4cf0b4bfdbf94da8b710c31ce7dc7a803e921361b3900667867345a81b7a6ce7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-21T04:15:57.295Z] Failed in branch amd64 [2021-10-21T04:24:47.622Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-855 in /w/workspace/gexfoundry_device-sdk-go_PR-1041 [Pipeline] { [Pipeline] ws [2021-10-21T04:24:47.664Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-21T04:24:48.005Z] Selected Git installation does not exist. Using Default [2021-10-21T04:24:48.005Z] The recommended git tool is: NONE [2021-10-21T04:24:54.725Z] using credential edgex-jenkins-ssh [2021-10-21T04:24:54.742Z] Cloning the remote Git repository [2021-10-21T04:24:54.805Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:24:54.921Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-21T04:24:55.019Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:24:55.020Z] > git --version # timeout=10 [2021-10-21T04:24:55.041Z] > git --version # 'git version 2.17.1' [2021-10-21T04:24:55.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:24:55.168Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:24:56.482Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:24:56.503Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:24:56.535Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:24:56.577Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:24:56.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:24:56.593Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1041/head:refs/remotes/origin/PR-1041 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-21T04:24:57.214Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 898059463949ca063bffe815a5e73ebc7de1df36 [2021-10-21T04:24:57.479Z] Merge succeeded, producing 898059463949ca063bffe815a5e73ebc7de1df36 [2021-10-21T04:24:57.479Z] Checking out Revision 898059463949ca063bffe815a5e73ebc7de1df36 (PR-1041) [2021-10-21T04:24:57.240Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:24:57.262Z] > git checkout -f 898059463949ca063bffe815a5e73ebc7de1df36 # timeout=10 [2021-10-21T04:24:57.387Z] > git remote # timeout=10 [2021-10-21T04:24:57.410Z] > git config --get remote.origin.url # timeout=10 [2021-10-21T04:24:57.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:24:57.436Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-21T04:24:57.463Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-21T04:24:57.488Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:24:57.503Z] > git checkout -f 898059463949ca063bffe815a5e73ebc7de1df36 # timeout=10 [2021-10-21T04:25:01.996Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-10-21T04:25:02.065Z] > git --version # timeout=10 [2021-10-21T04:25:02.082Z] > git --version # 'git version 2.17.1' [2021-10-21T04:25:02.093Z] fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-21T04:25:03.259Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-21T04:25:03.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-21T04:25:03.259Z] Dload Upload Total Spent Left Speed [2021-10-21T04:25:03.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 199k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh [2021-10-21T04:25:03.804Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-21T04:25:04.180Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-21T04:25:04.181Z] + sudo tee /etc/docker/daemon.new [2021-10-21T04:25:04.181Z] { [2021-10-21T04:25:04.181Z] "registry-mirrors": [ [2021-10-21T04:25:04.181Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-21T04:25:04.181Z] ], [2021-10-21T04:25:04.181Z] "bip": "10.250.0.254/24", [2021-10-21T04:25:04.181Z] "hosts": [ [2021-10-21T04:25:04.181Z] "tcp://0.0.0.0:5555", [2021-10-21T04:25:04.181Z] "unix:///var/run/docker.sock" [2021-10-21T04:25:04.181Z] ], [2021-10-21T04:25:04.181Z] "mtu": 1458, [2021-10-21T04:25:04.181Z] "selinux-enabled": true, [2021-10-21T04:25:04.181Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-21T04:25:04.181Z] } [Pipeline] sh [2021-10-21T04:25:04.574Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-21T04:25:04.942Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:25:23.411Z] provisioning config files... [2021-10-21T04:25:23.440Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7324591925864846704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:25:23.856Z] ---> docker-login.sh [2021-10-21T04:25:23.856Z] nexus3.edgexfoundry.org:10001 [2021-10-21T04:25:25.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:25.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:25.306Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:25.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:25.306Z] [2021-10-21T04:25:25.306Z] Login Succeeded [2021-10-21T04:25:25.584Z] nexus3.edgexfoundry.org:10002 [2021-10-21T04:25:25.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:25.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:25.865Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:25.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:25.865Z] [2021-10-21T04:25:25.865Z] Login Succeeded [2021-10-21T04:25:25.865Z] nexus3.edgexfoundry.org:10003 [2021-10-21T04:25:26.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:26.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:26.474Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:26.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:26.474Z] [2021-10-21T04:25:26.474Z] Login Succeeded [2021-10-21T04:25:26.474Z] nexus3.edgexfoundry.org:10004 [2021-10-21T04:25:26.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:27.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:27.030Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:27.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:27.030Z] [2021-10-21T04:25:27.030Z] Login Succeeded [2021-10-21T04:25:27.030Z] docker.io [2021-10-21T04:25:27.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:27.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:27.914Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:27.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:27.914Z] [2021-10-21T04:25:27.914Z] Login Succeeded [2021-10-21T04:25:27.914Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T04:25:27.947Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-21T04:25:28.508Z] ========================================================= [2021-10-21T04:25:28.508Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-21T04:25:28.508Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:25:28.990Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-10-21T04:25:29.272Z] Sending build context to Docker daemon 2.708MB [2021-10-21T04:25:29.552Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-21T04:25:29.552Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-21T04:25:29.552Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-21T04:25:29.552Z] 552d1f2373af: Pulling fs layer [2021-10-21T04:25:29.552Z] ea3f2d53f512: Pulling fs layer [2021-10-21T04:25:29.552Z] 9e70ebbbe112: Pulling fs layer [2021-10-21T04:25:29.552Z] 7a9cfe048b4a: Pulling fs layer [2021-10-21T04:25:29.552Z] 72dc09318566: Pulling fs layer [2021-10-21T04:25:29.552Z] f4f7b4309257: Pulling fs layer [2021-10-21T04:25:29.552Z] 0ac9a79272e3: Pulling fs layer [2021-10-21T04:25:29.552Z] b78e95d17946: Pulling fs layer [2021-10-21T04:25:29.552Z] 72dc09318566: Waiting [2021-10-21T04:25:29.552Z] 7a9cfe048b4a: Waiting [2021-10-21T04:25:29.552Z] f4f7b4309257: Waiting [2021-10-21T04:25:29.552Z] b78e95d17946: Waiting [2021-10-21T04:25:29.552Z] 0ac9a79272e3: Waiting [2021-10-21T04:25:29.844Z] 9e70ebbbe112: Verifying Checksum [2021-10-21T04:25:29.844Z] 9e70ebbbe112: Download complete [2021-10-21T04:25:29.844Z] ea3f2d53f512: Download complete [2021-10-21T04:25:29.844Z] 72dc09318566: Download complete [2021-10-21T04:25:29.844Z] f4f7b4309257: Verifying Checksum [2021-10-21T04:25:29.844Z] f4f7b4309257: Download complete [2021-10-21T04:25:29.844Z] 0ac9a79272e3: Download complete [2021-10-21T04:25:29.844Z] 552d1f2373af: Verifying Checksum [2021-10-21T04:25:29.844Z] 552d1f2373af: Download complete [2021-10-21T04:25:30.873Z] 552d1f2373af: Pull complete [2021-10-21T04:25:31.493Z] ea3f2d53f512: Pull complete [2021-10-21T04:25:32.112Z] 9e70ebbbe112: Pull complete [2021-10-21T04:25:32.112Z] b78e95d17946: Verifying Checksum [2021-10-21T04:25:32.112Z] b78e95d17946: Download complete [2021-10-21T04:25:32.393Z] 7a9cfe048b4a: Verifying Checksum [2021-10-21T04:25:32.393Z] 7a9cfe048b4a: Download complete [2021-10-21T04:25:42.625Z] 7a9cfe048b4a: Pull complete [2021-10-21T04:25:42.625Z] 72dc09318566: Pull complete [2021-10-21T04:25:42.901Z] f4f7b4309257: Pull complete [2021-10-21T04:25:43.506Z] 0ac9a79272e3: Pull complete [2021-10-21T04:25:48.956Z] b78e95d17946: Pull complete [2021-10-21T04:25:48.956Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-21T04:25:48.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-21T04:25:48.956Z] ---> 8b459fc5aaf0 [2021-10-21T04:25:48.956Z] Step 3/10 : ARG MAKE=make build [2021-10-21T04:25:53.277Z] ---> Running in 54ade83f2be5 [2021-10-21T04:25:53.892Z] Removing intermediate container 54ade83f2be5 [2021-10-21T04:25:53.892Z] ---> 0c506f30b4db [2021-10-21T04:25:53.892Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-21T04:25:53.892Z] ---> Running in c19f631a70b9 [2021-10-21T04:25:54.494Z] Removing intermediate container c19f631a70b9 [2021-10-21T04:25:54.494Z] ---> d85df2d8bbcf [2021-10-21T04:25:54.494Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-21T04:25:54.771Z] ---> Running in 1bfb20f91fc4 [2021-10-21T04:25:55.048Z] Removing intermediate container 1bfb20f91fc4 [2021-10-21T04:25:55.048Z] ---> 122d3aff7dd9 [2021-10-21T04:25:55.048Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T04:25:55.323Z] ---> Running in 96e4d50cf6b5 [2021-10-21T04:25:57.985Z] Removing intermediate container 96e4d50cf6b5 [2021-10-21T04:25:57.985Z] ---> 1ed3ee73322d [2021-10-21T04:25:57.985Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-21T04:25:57.985Z] ---> Running in 813ccd2cd79e [2021-10-21T04:25:59.445Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T04:26:00.053Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T04:26:01.049Z] OK: 219 MiB in 52 packages [2021-10-21T04:26:02.047Z] Removing intermediate container 813ccd2cd79e [2021-10-21T04:26:02.047Z] ---> 33cbcba14383 [2021-10-21T04:26:02.047Z] Step 8/10 : COPY . . [2021-10-21T04:26:03.043Z] ---> 4e90acc351a8 [2021-10-21T04:26:03.043Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T04:26:03.328Z] ---> Running in a89d8a05994c [2021-10-21T04:27:40.264Z] Removing intermediate container a89d8a05994c [2021-10-21T04:27:40.264Z] ---> 2e8cc3f889a6 [2021-10-21T04:27:40.264Z] Step 10/10 : RUN ${MAKE} [2021-10-21T04:27:40.264Z] ---> Running in 6422cf556468 [2021-10-21T04:27:40.264Z] noop [2021-10-21T04:27:40.264Z] Removing intermediate container 6422cf556468 [2021-10-21T04:27:40.264Z] ---> 5f99eff1430a [2021-10-21T04:27:40.264Z] Successfully built 5f99eff1430a [2021-10-21T04:27:40.264Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:27:40.659Z] + docker inspect -f . ci-base-image-arm64 [2021-10-21T04:27:40.659Z] . [Pipeline] withDockerContainer [2021-10-21T04:27:40.972Z] prd-ubuntu18.04-docker-arm64-4c-16g-855 does not seem to be running inside a container [2021-10-21T04:27:41.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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-10-21T04:27:42.840Z] $ docker top 27b528c49caace4c9544854f46fc3a388bd3731923297dc5f13710aaa81afd52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T04:27:43.895Z] + go version [2021-10-21T04:27:43.895Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-21T04:27:43.934Z] $ docker stop --time=1 27b528c49caace4c9544854f46fc3a388bd3731923297dc5f13710aaa81afd52 [2021-10-21T04:27:45.860Z] $ docker rm -f 27b528c49caace4c9544854f46fc3a388bd3731923297dc5f13710aaa81afd52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:27:46.746Z] + docker inspect -f . ci-base-image-arm64 [2021-10-21T04:27:46.746Z] . [Pipeline] withDockerContainer [2021-10-21T04:27:47.046Z] prd-ubuntu18.04-docker-arm64-4c-16g-855 does not seem to be running inside a container [2021-10-21T04:27:47.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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-10-21T04:27:48.842Z] $ docker top 0c1475e7abebce464314abc03041669c32f29f5c2e240b8f879debc8e9c789b5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-21T04:27:49.931Z] + make test [2021-10-21T04:27:49.931Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-21T04:28:16.870Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-21T04:29:38.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-21T04:29:38.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-21T04:29:38.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-21T04:29:38.908Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-21T04:29:38.908Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-21T04:29:38.908Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-21T04:29:38.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-21T04:29:38.908Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.206s coverage: 28.1% of statements [2021-10-21T04:29:38.908Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.281s coverage: 78.9% of statements [2021-10-21T04:29:38.908Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.269s coverage: 9.0% of statements [2021-10-21T04:29:38.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-21T04:29:38.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-21T04:29:38.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-21T04:29:39.913Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.319s coverage: 28.7% of statements [2021-10-21T04:29:39.913Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-21T04:29:40.916Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.241s coverage: 83.3% of statements [2021-10-21T04:29:40.916Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-21T04:29:40.916Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-21T04:29:40.916Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.401s coverage: 57.8% of statements [2021-10-21T04:29:43.582Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.227s coverage: 88.8% of statements [2021-10-21T04:29:43.582Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-21T04:29:44.188Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.205s coverage: 4.9% of statements [2021-10-21T04:29:44.188Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-21T04:29:44.188Z] FAIL [2021-10-21T04:29:44.793Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-21T04:29:44.840Z] $ docker stop --time=1 0c1475e7abebce464314abc03041669c32f29f5c2e240b8f879debc8e9c789b5 [2021-10-21T04:29:46.892Z] $ docker rm -f 0c1475e7abebce464314abc03041669c32f29f5c2e240b8f879debc8e9c789b5 [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:29:48.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T04:29:48.633Z] [2021-10-21T04:29:48.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:29:49.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T04:29:49.422Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-21T04:29:49.422Z] 448f6bf000e3: Pulling fs layer [2021-10-21T04:29:49.422Z] f757da607395: Pulling fs layer [2021-10-21T04:29:49.422Z] 05883995daec: Pulling fs layer [2021-10-21T04:29:49.422Z] 8603b9c90790: Pulling fs layer [2021-10-21T04:29:49.422Z] 1560dd03e051: Pulling fs layer [2021-10-21T04:29:49.422Z] 27f5ce0e4adf: Pulling fs layer [2021-10-21T04:29:49.422Z] c2d8d7efcc4b: Pulling fs layer [2021-10-21T04:29:49.422Z] 8603b9c90790: Waiting [2021-10-21T04:29:49.422Z] 1560dd03e051: Waiting [2021-10-21T04:29:49.422Z] 27f5ce0e4adf: Waiting [2021-10-21T04:29:49.422Z] c2d8d7efcc4b: Waiting [2021-10-21T04:29:49.725Z] f757da607395: Verifying Checksum [2021-10-21T04:29:49.725Z] f757da607395: Download complete [2021-10-21T04:29:49.725Z] 8603b9c90790: Verifying Checksum [2021-10-21T04:29:49.725Z] 8603b9c90790: Download complete [2021-10-21T04:29:50.096Z] 1560dd03e051: Verifying Checksum [2021-10-21T04:29:50.096Z] 1560dd03e051: Download complete [2021-10-21T04:29:50.096Z] 27f5ce0e4adf: Verifying Checksum [2021-10-21T04:29:50.096Z] 27f5ce0e4adf: Download complete [2021-10-21T04:29:50.096Z] 05883995daec: Verifying Checksum [2021-10-21T04:29:50.096Z] 05883995daec: Download complete [2021-10-21T04:29:50.412Z] 448f6bf000e3: Verifying Checksum [2021-10-21T04:29:50.412Z] 448f6bf000e3: Download complete [2021-10-21T04:29:53.081Z] c2d8d7efcc4b: Verifying Checksum [2021-10-21T04:29:53.081Z] c2d8d7efcc4b: Download complete [2021-10-21T04:29:54.544Z] 448f6bf000e3: Pull complete [2021-10-21T04:29:55.159Z] f757da607395: Pull complete [2021-10-21T04:29:56.616Z] 05883995daec: Pull complete [2021-10-21T04:29:56.894Z] 8603b9c90790: Pull complete [2021-10-21T04:29:57.883Z] 1560dd03e051: Pull complete [2021-10-21T04:29:58.161Z] 27f5ce0e4adf: Pull complete [2021-10-21T04:30:13.303Z] c2d8d7efcc4b: Pull complete [2021-10-21T04:30:13.303Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-21T04:30:13.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T04:30:13.303Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-21T04:30:13.598Z] prd-ubuntu18.04-docker-arm64-4c-16g-855 does not seem to be running inside a container [2021-10-21T04:30:13.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-21T04:30:17.415Z] $ docker top 693ba59f7b5364ceec19557815e02cb007b889d5ba77d7cdafa819df3a19e748 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:18.438Z] ---> job-cost.sh [2021-10-21T04:30:18.438Z] lf-activate-venv: SKIPPING [2021-10-21T04:30:18.438Z] INFO: No Stack... [2021-10-21T04:30:19.426Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-21T04:30:19.703Z] INFO: Archiving Costs [Pipeline] sh [2021-10-21T04:30:20.398Z] + cut -d, -f6 [2021-10-21T04:30:20.398Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2021-10-21T04:30:20.486Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] [2021-10-21T04:30:20.491Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] did not exist. Created. [2021-10-21T04:30:20.491Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-21T04:30:21.234Z] /w/workspace/device-sdk-go/1@tmp/durable-6b95b7a0/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-6b95b7a0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-21T04:30:21.960Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-21T04:30:21.998Z] Warning: overwriting stash ‘stack-cost’ [2021-10-21T04:30:22.561Z] Stashed 1 file(s) [Pipeline] } [2021-10-21T04:30:22.578Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1041-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-21T04:30:22.642Z] $ docker stop --time=1 693ba59f7b5364ceec19557815e02cb007b889d5ba77d7cdafa819df3a19e748 [2021-10-21T04:30:24.319Z] $ docker rm -f 693ba59f7b5364ceec19557815e02cb007b889d5ba77d7cdafa819df3a19e748 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-21T04:30:25.025Z] 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] { (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] sh [2021-10-21T04:30:27.132Z] + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1041/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:27.487Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:28.087Z] ---> package-listing.sh [2021-10-21T04:30:28.087Z] ++ facter osfamily [2021-10-21T04:30:28.087Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-21T04:30:28.087Z] + OS_FAMILY=redhat [2021-10-21T04:30:28.087Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1041 [2021-10-21T04:30:28.087Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-21T04:30:28.087Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-21T04:30:28.087Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-21T04:30:28.087Z] + PACKAGES=/tmp/packages_start.txt [2021-10-21T04:30:28.087Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1041 ']' [2021-10-21T04:30:28.087Z] + PACKAGES=/tmp/packages_end.txt [2021-10-21T04:30:28.350Z] + case "${OS_FAMILY}" in [2021-10-21T04:30:28.350Z] + rpm -qa [2021-10-21T04:30:28.350Z] + sort [2021-10-21T04:30:28.932Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-21T04:30:28.932Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-21T04:30:28.932Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-21T04:30:28.932Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1041 ']' [2021-10-21T04:30:28.932Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1041/archives/ [2021-10-21T04:30:28.932Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1041/archives/ [Pipeline] echo [2021-10-21T04:30:28.962Z] 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-sdk-go_PR-1041/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-21T04:30:29.277Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:30:29.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:30:29.865Z] [2021-10-21T04:30:29.865Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:30:30.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:30:30.188Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-21T04:30:30.188Z] b4d181a07f80: Pulling fs layer [2021-10-21T04:30:30.188Z] a1111a8f2ec3: Pulling fs layer [2021-10-21T04:30:30.188Z] ed53099fbce6: Pulling fs layer [2021-10-21T04:30:30.188Z] dc539afda2c1: Pulling fs layer [2021-10-21T04:30:30.188Z] 77bc0d833cb6: Pulling fs layer [2021-10-21T04:30:30.188Z] 9065ff56babe: Pulling fs layer [2021-10-21T04:30:30.188Z] d287ab97295c: Pulling fs layer [2021-10-21T04:30:30.188Z] dc539afda2c1: Waiting [2021-10-21T04:30:30.188Z] 77bc0d833cb6: Waiting [2021-10-21T04:30:30.188Z] 9065ff56babe: Waiting [2021-10-21T04:30:30.188Z] d287ab97295c: Waiting [2021-10-21T04:30:30.188Z] a1111a8f2ec3: Verifying Checksum [2021-10-21T04:30:30.188Z] a1111a8f2ec3: Download complete [2021-10-21T04:30:30.188Z] dc539afda2c1: Verifying Checksum [2021-10-21T04:30:30.188Z] dc539afda2c1: Download complete [2021-10-21T04:30:30.453Z] 77bc0d833cb6: Verifying Checksum [2021-10-21T04:30:30.453Z] 77bc0d833cb6: Download complete [2021-10-21T04:30:30.453Z] ed53099fbce6: Verifying Checksum [2021-10-21T04:30:30.453Z] ed53099fbce6: Download complete [2021-10-21T04:30:30.453Z] 9065ff56babe: Verifying Checksum [2021-10-21T04:30:30.453Z] 9065ff56babe: Download complete [2021-10-21T04:30:30.453Z] b4d181a07f80: Verifying Checksum [2021-10-21T04:30:30.453Z] b4d181a07f80: Download complete [2021-10-21T04:30:31.038Z] d287ab97295c: Verifying Checksum [2021-10-21T04:30:31.038Z] d287ab97295c: Download complete [2021-10-21T04:30:31.989Z] b4d181a07f80: Pull complete [2021-10-21T04:30:31.989Z] a1111a8f2ec3: Pull complete [2021-10-21T04:30:32.570Z] ed53099fbce6: Pull complete [2021-10-21T04:30:32.570Z] dc539afda2c1: Pull complete [2021-10-21T04:30:32.833Z] 77bc0d833cb6: Pull complete [2021-10-21T04:30:32.833Z] 9065ff56babe: Pull complete [2021-10-21T04:30:38.158Z] d287ab97295c: Pull complete [2021-10-21T04:30:38.158Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-21T04:30:38.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:30:38.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-21T04:30:38.245Z] prd-centos7-docker-4c-2g-837 does not seem to be running inside a container [2021-10-21T04:30:38.287Z] $ 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-sdk-go_PR-1041/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-sdk-go_PR-1041 -v /w/workspace/gexfoundry_device-sdk-go_PR-1041:/w/workspace/gexfoundry_device-sdk-go_PR-1041:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1041@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:latest cat [2021-10-21T04:30:40.378Z] $ docker top 24900726f90293ed00ea4c8bdf40fda7fe196446ae862845e28efa0ff93ba1f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T04:30:40.792Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-21T04:30:41.101Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-21T04:30:41.425Z] + ls /var/log/sa-host [2021-10-21T04:30:41.425Z] + sadf -c /var/log/sa-host/sa21 [2021-10-21T04:30:41.425Z] file_magic: OK [2021-10-21T04:30:41.425Z] HZ: Using current value: 100 [2021-10-21T04:30:41.425Z] file_header: OK [2021-10-21T04:30:41.425Z] 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-10-21T04:30:41.425Z] Statistics: [2021-10-21T04:30:41.425Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-21T04:30:41.425Z] File successfully converted to sysstat format version 12.0.3 [2021-10-21T04:30:41.425Z] + sadf -c /var/log/sa-host/sa30 [2021-10-21T04:30:41.425Z] file_magic: OK [2021-10-21T04:30:41.425Z] HZ: Using current value: 100 [2021-10-21T04:30:41.425Z] file_header: OK [2021-10-21T04:30:41.425Z] 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-10-21T04:30:41.425Z] Statistics: [2021-10-21T04:30:41.425Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-21T04:30:41.425Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:30:41.554Z] provisioning config files... [2021-10-21T04:30:41.566Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1041@tmp/config8576301871205583022tmp [Pipeline] { [Pipeline] echo [2021-10-21T04:30:41.606Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:41.940Z] ---> create-netrc.sh [Pipeline] } [2021-10-21T04:30:41.961Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:42.382Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-21T04:30:42.405Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:42.725Z] ---> sudo-logs.sh [2021-10-21T04:30:42.725Z] Archiving 'sudo' log.. [2021-10-21T04:30:42.725Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-837.novalocal: Name or service not known [2021-10-21T04:30:42.725Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-837.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-21T04:30:42.792Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:43.107Z] ---> job-cost.sh [2021-10-21T04:30:43.107Z] lf-activate-venv: SKIPPING [2021-10-21T04:30:43.107Z] DEBUG: total: 0.10999999940395355 [2021-10-21T04:30:43.107Z] INFO: Retrieving Stack Cost... [2021-10-21T04:30:49.702Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-21T04:30:50.273Z] INFO: Archiving Costs [Pipeline] echo [2021-10-21T04:30:50.301Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:50.629Z] ---> logs-deploy.sh [2021-10-21T04:30:50.629Z] lf-activate-venv: SKIPPING [2021-10-21T04:30:50.629Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1041/1 [2021-10-21T04:30:50.629Z] INFO: archiving workspace using pattern(s): [2021-10-21T04:30:51.202Z] Archives upload complete. [2021-10-21T04:30:51.464Z] INFO: archiving logs to Nexus