Pull request #1048 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 523514bff5bad65dedb8b5f01688f297d1ab3e33+1be87f15213c05ab1957194b5dea87ff4eff74a4 (765c36fbccb4b0bf4a51e8e75088879b6d119f64) 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-ssh2469641116330207219.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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-ssh8872254253623168795.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 d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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-1048/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-1048/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4007056537123953942.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-1048/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7052265281631689332.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 # timeout=10 Commit message: "feat: implement new function to grab latest lts commit" > 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-ssh1669322010504863778.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-1048/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-1048/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3341616044483610959.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 d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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 USE_ALPINE: true 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1821 in /w/workspace/gexfoundry_device-sdk-go_PR-1048 [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-1048 # 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-1048@tmp/jenkins-gitclient-ssh7409862324659429813.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 523514bff5bad65dedb8b5f01688f297d1ab3e33 Merge succeeded, producing 523514bff5bad65dedb8b5f01688f297d1ab3e33 Checking out Revision 523514bff5bad65dedb8b5f01688f297d1ab3e33 (PR-1048) > 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-1048@tmp/jenkins-gitclient-ssh8143291380765807023.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1048/head:refs/remotes/origin/PR-1048 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 523514bff5bad65dedb8b5f01688f297d1ab3e33 # 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-1048@tmp/jenkins-gitclient-ssh4441579521565327000.key > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 523514bff5bad65dedb8b5f01688f297d1ab3e33 # 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 d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-26T04:09:33.282Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-26T04:09:33.410Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-26T04:09:33.489Z] ========================================================= [2021-10-26T04:09:33.489Z] EdgeX Global Pipelines Version Info [2021-10-26T04:09:33.489Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:09:34.658Z] ------------------- [2021-10-26T04:09:34.658Z] stable info: [2021-10-26T04:09:34.658Z] ------------------- [2021-10-26T04:09:34.658Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-26T04:09:34.658Z] Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [2021-10-26T04:09:34.658Z] Message: testing jakarta lts changes [2021-10-26T04:09:35.239Z] ------------------- [2021-10-26T04:09:35.239Z] experimental info: [2021-10-26T04:09:35.239Z] ------------------- [2021-10-26T04:09:35.239Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-26T04:09:35.239Z] Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [2021-10-26T04:09:35.239Z] Message: testing jakarta lts changes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-26T04:09:35.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-10-26T04:09:35.430Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-10-26T04:09:35.465Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-26T04:09:35.506Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-26T04:09:35.543Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-26T04:09:35.578Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-26T04:09:35.620Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-10-26T04:09:35.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-10-26T04:09:35.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-26T04:09:35.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-26T04:09:35.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-26T04:09:35.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-10-26T04:09:35.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-26T04:09:35.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-26T04:09:35.929Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-26T04:09:35.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-10-26T04:09:36.007Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-26T04:09:36.044Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-26T04:09:36.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-26T04:09:36.134Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-10-26T04:09:36.172Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-26T04:09:36.209Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-26T04:09:36.259Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-26T04:09:36.307Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-26T04:09:36.348Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-26T04:09:36.386Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-26T04:09:36.421Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1048 [Pipeline] echo [2021-10-26T04:09:36.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1048 [Pipeline] echo [2021-10-26T04:09:36.498Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1048 [Pipeline] echo [2021-10-26T04:09:36.535Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 523514bff5bad65dedb8b5f01688f297d1ab3e33 [Pipeline] echo [2021-10-26T04:09:36.577Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 523514b [Pipeline] echo [2021-10-26T04:09:36.619Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:09:36.726Z] provisioning config files... [2021-10-26T04:09:36.738Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp/config5782180460631232863tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:09:37.093Z] ---> docker-login.sh [2021-10-26T04:09:37.094Z] nexus3.edgexfoundry.org:10001 [2021-10-26T04:09:37.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:37.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:37.354Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:37.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:37.354Z] [2021-10-26T04:09:37.354Z] Login Succeeded [2021-10-26T04:09:37.354Z] nexus3.edgexfoundry.org:10002 [2021-10-26T04:09:37.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:37.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:37.354Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:37.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:37.354Z] [2021-10-26T04:09:37.354Z] Login Succeeded [2021-10-26T04:09:37.354Z] nexus3.edgexfoundry.org:10003 [2021-10-26T04:09:37.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:37.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:37.354Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:37.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:37.354Z] [2021-10-26T04:09:37.354Z] Login Succeeded [2021-10-26T04:09:37.354Z] nexus3.edgexfoundry.org:10004 [2021-10-26T04:09:37.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:37.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:37.616Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:37.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:37.616Z] [2021-10-26T04:09:37.616Z] Login Succeeded [2021-10-26T04:09:37.616Z] docker.io [2021-10-26T04:09:37.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:37.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:37.876Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:37.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:37.876Z] [2021-10-26T04:09:37.876Z] Login Succeeded [2021-10-26T04:09:37.876Z] ---> docker-login.sh ends [Pipeline] } [2021-10-26T04:09:37.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-10-26T04:09:38.624Z] + git rev-list -1 --merges 523514bff5bad65dedb8b5f01688f297d1ab3e33~1..523514bff5bad65dedb8b5f01688f297d1ab3e33 [Pipeline] echo [2021-10-26T04:09:38.675Z] -----------> git rev-list -1 --merges 523514bff5bad65dedb8b5f01688f297d1ab3e33~1..523514bff5bad65dedb8b5f01688f297d1ab3e33 523514bff5bad65dedb8b5f01688f297d1ab3e33 [false] [Pipeline] sh [2021-10-26T04:09:38.987Z] + git log --format=format:%s -1 523514bff5bad65dedb8b5f01688f297d1ab3e33 [Pipeline] echo [2021-10-26T04:09:39.016Z] ========================================================= [2021-10-26T04:09:39.016Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-10-26T04:09:39.016Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-26T04:09:39.401Z] + git log --format=format:%s -1 523514bff5bad65dedb8b5f01688f297d1ab3e33 [Pipeline] echo [2021-10-26T04:09:39.429Z] [semverPrep] GIT_COMMIT: 523514bff5bad65dedb8b5f01688f297d1ab3e33, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-10-26T04:09:39.460Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:09:39.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-26T04:09:39.925Z] [2021-10-26T04:09:39.925Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:09:40.279Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-26T04:09:40.279Z] latest: Pulling from edgex-devops/git-semver [2021-10-26T04:09:40.279Z] a0d0a0d46f8b: Pulling fs layer [2021-10-26T04:09:40.279Z] 3e5f54012d9b: Pulling fs layer [2021-10-26T04:09:40.279Z] 4c7163046ea9: Pulling fs layer [2021-10-26T04:09:40.279Z] 0c2d73faf560: Pulling fs layer [2021-10-26T04:09:40.279Z] 0c2d73faf560: Waiting [2021-10-26T04:09:40.279Z] 3e5f54012d9b: Verifying Checksum [2021-10-26T04:09:40.279Z] 3e5f54012d9b: Download complete [2021-10-26T04:09:40.279Z] a0d0a0d46f8b: Verifying Checksum [2021-10-26T04:09:40.279Z] a0d0a0d46f8b: Download complete [2021-10-26T04:09:40.279Z] 0c2d73faf560: Verifying Checksum [2021-10-26T04:09:40.279Z] 0c2d73faf560: Download complete [2021-10-26T04:09:40.279Z] 4c7163046ea9: Verifying Checksum [2021-10-26T04:09:40.279Z] 4c7163046ea9: Download complete [2021-10-26T04:09:40.554Z] a0d0a0d46f8b: Pull complete [2021-10-26T04:09:40.554Z] 3e5f54012d9b: Pull complete [2021-10-26T04:09:40.829Z] 4c7163046ea9: Pull complete [2021-10-26T04:09:41.092Z] 0c2d73faf560: Pull complete [2021-10-26T04:09:41.092Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-26T04:09:41.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-26T04:09:41.092Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-26T04:09:41.183Z] prd-centos7-docker-4c-2g-1821 does not seem to be running inside a container [2021-10-26T04:09:41.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1048 -v /w/workspace/gexfoundry_device-sdk-go_PR-1048:/w/workspace/gexfoundry_device-sdk-go_PR-1048:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-26T04:09:41.772Z] $ docker top d87cfd3127fd28e758b6dfddb859c4ebc33752db1c18130ad6a46d7aac4948d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-26T04:09:41.926Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-26T04:09:41.926Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-26T04:09:42.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-26T04:09:42.038Z] $ docker exec d87cfd3127fd28e758b6dfddb859c4ebc33752db1c18130ad6a46d7aac4948d4 ssh-agent [2021-10-26T04:09:42.127Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFpIjbN/agent.14 [2021-10-26T04:09:42.127Z] SSH_AGENT_PID=20 [2021-10-26T04:09:42.134Z] Running ssh-add (command line suppressed) [2021-10-26T04:09:42.241Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp/private_key_167407998817643840.key (/w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp/private_key_167407998817643840.key) [2021-10-26T04:09:42.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-26T04:09:42.576Z] + git tag --points-at HEAD [Pipeline] } [2021-10-26T04:09:42.595Z] $ docker exec --env ******** --env ******** d87cfd3127fd28e758b6dfddb859c4ebc33752db1c18130ad6a46d7aac4948d4 ssh-agent -k [2021-10-26T04:09:42.677Z] unset SSH_AUTH_SOCK; [2021-10-26T04:09:42.677Z] unset SSH_AGENT_PID; [2021-10-26T04:09:42.677Z] echo Agent pid 20 killed; [2021-10-26T04:09:42.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-26T04:09:42.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-26T04:09:42.752Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-26T04:09:42.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-26T04:09:42.856Z] $ docker exec d87cfd3127fd28e758b6dfddb859c4ebc33752db1c18130ad6a46d7aac4948d4 ssh-agent [2021-10-26T04:09:42.949Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDONMGL/agent.54 [2021-10-26T04:09:42.949Z] SSH_AGENT_PID=62 [2021-10-26T04:09:42.958Z] Running ssh-add (command line suppressed) [2021-10-26T04:09:43.057Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp/private_key_8935349655645399084.key (/w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp/private_key_8935349655645399084.key) [2021-10-26T04:09:43.067Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-26T04:09:43.387Z] + git semver init [2021-10-26T04:09:43.387Z] # -> Open(): unable to determine branch for HEAD [2021-10-26T04:09:43.387Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1048/.git [2021-10-26T04:09:43.387Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1048 [2021-10-26T04:09:43.387Z] # $SEMVER_REMOTE_NAME = origin [2021-10-26T04:09:43.387Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-26T04:09:43.387Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-26T04:09:43.387Z] # $SEMVER_BRANCH = PR-1048 [2021-10-26T04:09:43.387Z] # $SEMVER_TEMP = /tmp/semver-426495333 [2021-10-26T04:09:43.387Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-10-26T04:09:44.330Z] # '/tmp/semver-426495333' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1048/.semver' [2021-10-26T04:09:44.330Z] # -> Force: false [2021-10-26T04:09:44.330Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1048/.semver [Pipeline] } [2021-10-26T04:09:44.351Z] $ docker exec --env ******** --env ******** d87cfd3127fd28e758b6dfddb859c4ebc33752db1c18130ad6a46d7aac4948d4 ssh-agent -k [2021-10-26T04:09:44.444Z] unset SSH_AUTH_SOCK; [2021-10-26T04:09:44.444Z] unset SSH_AGENT_PID; [2021-10-26T04:09:44.444Z] echo Agent pid 62 killed; [2021-10-26T04:09:44.451Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-26T04:09:44.844Z] + git semver [Pipeline] } [2021-10-26T04:09:44.871Z] $ docker stop --time=1 d87cfd3127fd28e758b6dfddb859c4ebc33752db1c18130ad6a46d7aac4948d4 [2021-10-26T04:09:46.092Z] $ docker rm -f d87cfd3127fd28e758b6dfddb859c4ebc33752db1c18130ad6a46d7aac4948d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-26T04:09:46.481Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-26T04:09:46.773Z] Stashed 1 file(s) [Pipeline] echo [2021-10-26T04:09:46.790Z] [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-26T04:10:02.191Z] Still waiting to schedule task [2021-10-26T04:10:02.192Z] ‘prd-centos7-docker-4c-2g-1824’ is offline [2021-10-26T04:10:02.192Z] ‘prd-centos7-docker-4c-2g-1825’ is offline [2021-10-26T04:10:02.192Z] ‘prd-ubuntu18.04-docker-8c-8g-1716’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-10-26T04:10:02.192Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1765’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-10-26T04:10:02.208Z] Still waiting to schedule task [2021-10-26T04:10:02.209Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1765’ is offline [2021-10-26T04:10:45.521Z] Running on prd-centos7-docker-4c-2g-1827 in /w/workspace/gexfoundry_device-sdk-go_PR-1048 [Pipeline] { [Pipeline] ws [2021-10-26T04:10:45.557Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-26T04:10:45.674Z] Selected Git installation does not exist. Using Default [2021-10-26T04:10:45.674Z] The recommended git tool is: NONE [2021-10-26T04:10:47.923Z] using credential edgex-jenkins-ssh [2021-10-26T04:10:47.933Z] Cloning the remote Git repository [2021-10-26T04:10:47.172Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:10:47.234Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-26T04:10:47.275Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:10:47.275Z] > git --version # timeout=10 [2021-10-26T04:10:47.283Z] > git --version # 'git version 2.24.4' [2021-10-26T04:10:47.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:10:47.305Z] [INFO] Currently running in a labeled security context [2021-10-26T04:10:47.305Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-26T04:10:47.305Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh5516030581000291171.key [2021-10-26T04:10:47.324Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:10:50.190Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 523514bff5bad65dedb8b5f01688f297d1ab3e33 [2021-10-26T04:10:48.886Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:10:48.894Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:10:48.908Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:10:48.922Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:10:48.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:10:48.922Z] [INFO] Currently running in a labeled security context [2021-10-26T04:10:48.923Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-26T04:10:48.923Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh79790339790288667.key [2021-10-26T04:10:48.932Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1048/head:refs/remotes/origin/PR-1048 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-26T04:10:49.409Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:10:49.419Z] > git checkout -f 523514bff5bad65dedb8b5f01688f297d1ab3e33 # timeout=10 [2021-10-26T04:10:49.452Z] > git remote # timeout=10 [2021-10-26T04:10:49.459Z] > git config --get remote.origin.url # timeout=10 [2021-10-26T04:10:49.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:10:49.470Z] [INFO] Currently running in a labeled security context [2021-10-26T04:10:49.470Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-26T04:10:49.470Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh5238088652670233155.key [2021-10-26T04:10:49.478Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-26T04:10:50.296Z] Merge succeeded, producing 523514bff5bad65dedb8b5f01688f297d1ab3e33 [2021-10-26T04:10:50.296Z] Checking out Revision 523514bff5bad65dedb8b5f01688f297d1ab3e33 (PR-1048) [2021-10-26T04:10:49.495Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-26T04:10:49.509Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:10:49.522Z] > git checkout -f 523514bff5bad65dedb8b5f01688f297d1ab3e33 # timeout=10 [2021-10-26T04:10:53.743Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-10-26T04:10:53.140Z] > git --version # timeout=10 [2021-10-26T04:10:53.151Z] > git --version # 'git version 2.24.4' [2021-10-26T04:10:53.162Z] fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:10:54.369Z] provisioning config files... [2021-10-26T04:10:54.387Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1508167085696525758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:10:54.820Z] ---> docker-login.sh [2021-10-26T04:10:54.820Z] nexus3.edgexfoundry.org:10001 [2021-10-26T04:10:54.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:54.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:54.820Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:54.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:54.820Z] [2021-10-26T04:10:54.820Z] Login Succeeded [2021-10-26T04:10:54.820Z] nexus3.edgexfoundry.org:10002 [2021-10-26T04:10:55.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:55.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:55.084Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:55.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:55.084Z] [2021-10-26T04:10:55.084Z] Login Succeeded [2021-10-26T04:10:55.084Z] nexus3.edgexfoundry.org:10003 [2021-10-26T04:10:55.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:55.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:55.347Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:55.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:55.347Z] [2021-10-26T04:10:55.347Z] Login Succeeded [2021-10-26T04:10:55.347Z] nexus3.edgexfoundry.org:10004 [2021-10-26T04:10:55.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:55.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:55.347Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:55.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:55.347Z] [2021-10-26T04:10:55.347Z] Login Succeeded [2021-10-26T04:10:55.347Z] docker.io [2021-10-26T04:10:55.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:55.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:55.923Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:55.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:55.923Z] [2021-10-26T04:10:55.923Z] Login Succeeded [2021-10-26T04:10:55.923Z] ---> docker-login.sh ends [Pipeline] } [2021-10-26T04:10:55.966Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-26T04:10:56.187Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-10-26T04:10:56.219Z] ========================================================= [2021-10-26T04:10:56.219Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-26T04:10:56.219Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:10:56.628Z] + 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-26T04:10:56.628Z] Sending build context to Docker daemon 2.717MB [2021-10-26T04:10:56.628Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-26T04:10:56.628Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-26T04:10:56.628Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-26T04:10:56.628Z] a0d0a0d46f8b: Pulling fs layer [2021-10-26T04:10:56.628Z] 31adcdaf11c8: Pulling fs layer [2021-10-26T04:10:56.628Z] b8b176561691: Pulling fs layer [2021-10-26T04:10:56.628Z] 4527c011a84f: Pulling fs layer [2021-10-26T04:10:56.628Z] 5d74067f8e1e: Pulling fs layer [2021-10-26T04:10:56.628Z] e0aca202a116: Pulling fs layer [2021-10-26T04:10:56.628Z] 3a43be97a3b4: Pulling fs layer [2021-10-26T04:10:56.628Z] 34cad66bf833: Pulling fs layer [2021-10-26T04:10:56.628Z] b4e3c513aaa6: Pulling fs layer [2021-10-26T04:10:56.628Z] 4527c011a84f: Waiting [2021-10-26T04:10:56.628Z] 5d74067f8e1e: Waiting [2021-10-26T04:10:56.628Z] e0aca202a116: Waiting [2021-10-26T04:10:56.628Z] 3a43be97a3b4: Waiting [2021-10-26T04:10:56.628Z] 34cad66bf833: Waiting [2021-10-26T04:10:56.628Z] b4e3c513aaa6: Waiting [2021-10-26T04:10:56.628Z] b8b176561691: Verifying Checksum [2021-10-26T04:10:56.628Z] b8b176561691: Download complete [2021-10-26T04:10:56.899Z] 31adcdaf11c8: Verifying Checksum [2021-10-26T04:10:56.899Z] 31adcdaf11c8: Download complete [2021-10-26T04:10:56.899Z] 5d74067f8e1e: Verifying Checksum [2021-10-26T04:10:56.899Z] 5d74067f8e1e: Download complete [2021-10-26T04:10:56.900Z] e0aca202a116: Verifying Checksum [2021-10-26T04:10:56.900Z] e0aca202a116: Download complete [2021-10-26T04:10:56.900Z] a0d0a0d46f8b: Verifying Checksum [2021-10-26T04:10:56.900Z] a0d0a0d46f8b: Download complete [2021-10-26T04:10:56.900Z] 3a43be97a3b4: Verifying Checksum [2021-10-26T04:10:56.900Z] 3a43be97a3b4: Download complete [2021-10-26T04:10:56.900Z] 34cad66bf833: Verifying Checksum [2021-10-26T04:10:56.900Z] 34cad66bf833: Download complete [2021-10-26T04:10:57.173Z] a0d0a0d46f8b: Pull complete [2021-10-26T04:10:57.439Z] b4e3c513aaa6: Verifying Checksum [2021-10-26T04:10:57.439Z] b4e3c513aaa6: Download complete [2021-10-26T04:10:57.439Z] 31adcdaf11c8: Pull complete [2021-10-26T04:10:57.439Z] 4527c011a84f: Verifying Checksum [2021-10-26T04:10:57.439Z] 4527c011a84f: Download complete [2021-10-26T04:10:57.439Z] b8b176561691: Pull complete [2021-10-26T04:11:01.692Z] 4527c011a84f: Pull complete [2021-10-26T04:11:01.692Z] 5d74067f8e1e: Pull complete [2021-10-26T04:11:01.692Z] e0aca202a116: Pull complete [2021-10-26T04:11:01.692Z] 3a43be97a3b4: Pull complete [2021-10-26T04:11:01.692Z] 34cad66bf833: Pull complete [2021-10-26T04:11:04.278Z] b4e3c513aaa6: Pull complete [2021-10-26T04:11:04.278Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-26T04:11:04.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-26T04:11:04.543Z] ---> 9f6097aaca64 [2021-10-26T04:11:04.543Z] Step 3/10 : ARG MAKE=make build [2021-10-26T04:11:06.482Z] ---> Running in bcd8746d5cb6 [2021-10-26T04:11:06.482Z] Removing intermediate container bcd8746d5cb6 [2021-10-26T04:11:06.482Z] ---> f9ba40fa288e [2021-10-26T04:11:06.482Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-26T04:11:06.780Z] ---> Running in c636a9126e9b [2021-10-26T04:11:06.781Z] Removing intermediate container c636a9126e9b [2021-10-26T04:11:06.781Z] ---> 1c8ce973296c [2021-10-26T04:11:06.781Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-26T04:11:06.781Z] ---> Running in 5285f0197c58 [2021-10-26T04:11:07.049Z] Removing intermediate container 5285f0197c58 [2021-10-26T04:11:07.049Z] ---> b1e56d2f3fe3 [2021-10-26T04:11:07.049Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-26T04:11:07.049Z] ---> Running in 99b603dd1d77 [2021-10-26T04:11:07.998Z] Removing intermediate container 99b603dd1d77 [2021-10-26T04:11:07.998Z] ---> 363ae2d08b8f [2021-10-26T04:11:07.998Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-26T04:11:07.998Z] ---> Running in 9f2576414939 [2021-10-26T04:11:08.258Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-26T04:11:09.199Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-26T04:11:09.459Z] OK: 220 MiB in 52 packages [2021-10-26T04:11:09.721Z] Removing intermediate container 9f2576414939 [2021-10-26T04:11:09.721Z] ---> bf009b9e6afd [2021-10-26T04:11:09.721Z] Step 8/10 : COPY . . [2021-10-26T04:11:09.981Z] ---> 24943b2dbab6 [2021-10-26T04:11:09.981Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-26T04:11:09.981Z] ---> Running in b48e9a0fbd8c [2021-10-26T04:11:42.169Z] Removing intermediate container b48e9a0fbd8c [2021-10-26T04:11:42.169Z] ---> ae3031901593 [2021-10-26T04:11:42.169Z] Step 10/10 : RUN ${MAKE} [2021-10-26T04:11:42.169Z] ---> Running in 2454ba13d171 [2021-10-26T04:11:42.169Z] noop [2021-10-26T04:11:42.169Z] Removing intermediate container 2454ba13d171 [2021-10-26T04:11:42.169Z] ---> fd0e288816ec [2021-10-26T04:11:42.169Z] Successfully built fd0e288816ec [2021-10-26T04:11:42.169Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:11:42.499Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-26T04:11:42.499Z] . [Pipeline] withDockerContainer [2021-10-26T04:11:42.589Z] prd-centos7-docker-4c-2g-1827 does not seem to be running inside a container [2021-10-26T04:11:42.629Z] $ 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-26T04:11:43.047Z] $ docker top 70474770013cfed95b36efffc784d99a327d71a9f7a079090554ce07b62bc078 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-26T04:11:43.455Z] + go version [2021-10-26T04:11:43.455Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-26T04:11:43.484Z] $ docker stop --time=1 70474770013cfed95b36efffc784d99a327d71a9f7a079090554ce07b62bc078 [2021-10-26T04:11:44.688Z] $ docker rm -f 70474770013cfed95b36efffc784d99a327d71a9f7a079090554ce07b62bc078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:11:45.372Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-26T04:11:45.372Z] . [Pipeline] withDockerContainer [2021-10-26T04:11:45.468Z] prd-centos7-docker-4c-2g-1827 does not seem to be running inside a container [2021-10-26T04:11:45.516Z] $ 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-26T04:11:45.910Z] $ docker top e204d3a7fc2533d4e10922044ed072f3dbd1c9998f6d30aae6022f52f259fdf7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-26T04:11:46.368Z] + make test [2021-10-26T04:11:46.368Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-26T04:11:53.063Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-26T04:12:15.119Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-26T04:12:15.119Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-26T04:12:15.119Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-26T04:12:16.528Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-26T04:12:16.528Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-26T04:12:16.528Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-26T04:12:16.528Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-26T04:12:16.799Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.046s coverage: 28.1% of statements [2021-10-26T04:12:17.385Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.050s coverage: 78.9% of statements [2021-10-26T04:12:17.653Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.065s coverage: 9.0% of statements [2021-10-26T04:12:17.653Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-26T04:12:17.653Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-26T04:12:17.653Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-26T04:12:18.235Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.067s coverage: 28.7% of statements [2021-10-26T04:12:18.235Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-26T04:12:19.626Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.059s coverage: 83.3% of statements [2021-10-26T04:12:19.626Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-26T04:12:19.626Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-26T04:12:19.626Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.090s coverage: 57.8% of statements [2021-10-26T04:12:21.028Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.827s coverage: 88.8% of statements [2021-10-26T04:12:21.028Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-26T04:12:21.028Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.049s coverage: 4.9% of statements [2021-10-26T04:12:21.028Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-26T04:12:21.028Z] FAIL [2021-10-26T04:12:21.028Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-26T04:12:21.066Z] $ docker stop --time=1 e204d3a7fc2533d4e10922044ed072f3dbd1c9998f6d30aae6022f52f259fdf7 [2021-10-26T04:12:22.883Z] $ docker rm -f e204d3a7fc2533d4e10922044ed072f3dbd1c9998f6d30aae6022f52f259fdf7 [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-26T04:12:24.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:12:24.074Z] [2021-10-26T04:12:24.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:12:24.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:12:24.413Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-26T04:12:24.413Z] b4d181a07f80: Pulling fs layer [2021-10-26T04:12:24.413Z] a1111a8f2ec3: Pulling fs layer [2021-10-26T04:12:24.413Z] ed53099fbce6: Pulling fs layer [2021-10-26T04:12:24.413Z] dc539afda2c1: Pulling fs layer [2021-10-26T04:12:24.413Z] 77bc0d833cb6: Pulling fs layer [2021-10-26T04:12:24.413Z] 9065ff56babe: Pulling fs layer [2021-10-26T04:12:24.413Z] d287ab97295c: Pulling fs layer [2021-10-26T04:12:24.413Z] 77bc0d833cb6: Waiting [2021-10-26T04:12:24.413Z] 9065ff56babe: Waiting [2021-10-26T04:12:24.413Z] d287ab97295c: Waiting [2021-10-26T04:12:24.413Z] dc539afda2c1: Waiting [2021-10-26T04:12:24.413Z] a1111a8f2ec3: Verifying Checksum [2021-10-26T04:12:24.413Z] a1111a8f2ec3: Download complete [2021-10-26T04:12:24.413Z] dc539afda2c1: Verifying Checksum [2021-10-26T04:12:24.413Z] dc539afda2c1: Download complete [2021-10-26T04:12:24.672Z] ed53099fbce6: Verifying Checksum [2021-10-26T04:12:24.672Z] ed53099fbce6: Download complete [2021-10-26T04:12:24.672Z] 9065ff56babe: Verifying Checksum [2021-10-26T04:12:24.672Z] 9065ff56babe: Download complete [2021-10-26T04:12:24.672Z] 77bc0d833cb6: Verifying Checksum [2021-10-26T04:12:24.672Z] 77bc0d833cb6: Download complete [2021-10-26T04:12:24.672Z] b4d181a07f80: Verifying Checksum [2021-10-26T04:12:24.672Z] b4d181a07f80: Download complete [2021-10-26T04:12:25.242Z] d287ab97295c: Verifying Checksum [2021-10-26T04:12:25.242Z] d287ab97295c: Download complete [2021-10-26T04:12:26.196Z] b4d181a07f80: Pull complete [2021-10-26T04:12:26.457Z] a1111a8f2ec3: Pull complete [2021-10-26T04:12:27.034Z] ed53099fbce6: Pull complete [2021-10-26T04:12:27.034Z] dc539afda2c1: Pull complete [2021-10-26T04:12:27.297Z] 77bc0d833cb6: Pull complete [2021-10-26T04:12:27.297Z] 9065ff56babe: Pull complete [2021-10-26T04:12:32.615Z] d287ab97295c: Pull complete [2021-10-26T04:12:32.615Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-26T04:12:32.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:12:32.615Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-26T04:12:32.702Z] prd-centos7-docker-4c-2g-1827 does not seem to be running inside a container [2021-10-26T04:12:32.739Z] $ 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-26T04:12:35.019Z] $ docker top d30148ab09262c465ee4ec23e668b27847eb0bb1ee08a1f2c36106bb224f2e54 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:12:35.468Z] ---> job-cost.sh [2021-10-26T04:12:35.468Z] lf-activate-venv: SKIPPING [2021-10-26T04:12:35.468Z] INFO: No Stack... [2021-10-26T04:12:35.728Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-26T04:12:35.988Z] INFO: Archiving Costs [Pipeline] sh [2021-10-26T04:12:36.295Z] + cut -d, -f6 [2021-10-26T04:12:36.295Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2021-10-26T04:12:36.338Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] [2021-10-26T04:12:36.343Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] did not exist. Created. [2021-10-26T04:12:36.343Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-26T04:12:36.718Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-26T04:12:36.913Z] Stashed 1 file(s) [Pipeline] } [2021-10-26T04:12:36.930Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-26T04:12:36.992Z] $ docker stop --time=1 d30148ab09262c465ee4ec23e668b27847eb0bb1ee08a1f2c36106bb224f2e54 [2021-10-26T04:12:38.137Z] $ docker rm -f d30148ab09262c465ee4ec23e668b27847eb0bb1ee08a1f2c36106bb224f2e54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-26T04:12:38.622Z] Failed in branch amd64 [2021-10-26T04:14:21.298Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1837 in /w/workspace/gexfoundry_device-sdk-go_PR-1048 [Pipeline] { [Pipeline] ws [2021-10-26T04:14:21.333Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-26T04:14:21.648Z] Selected Git installation does not exist. Using Default [2021-10-26T04:14:21.649Z] The recommended git tool is: NONE [2021-10-26T04:14:29.920Z] using credential edgex-jenkins-ssh [2021-10-26T04:14:29.943Z] Cloning the remote Git repository [2021-10-26T04:14:30.043Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:14:30.185Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-26T04:14:30.294Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:14:30.295Z] > git --version # timeout=10 [2021-10-26T04:14:30.322Z] > git --version # 'git version 2.17.1' [2021-10-26T04:14:30.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:14:30.448Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:14:31.802Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:14:31.829Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:14:31.863Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:14:31.908Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:14:31.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:14:31.929Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1048/head:refs/remotes/origin/PR-1048 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-26T04:14:32.604Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 523514bff5bad65dedb8b5f01688f297d1ab3e33 [2021-10-26T04:14:32.893Z] Merge succeeded, producing 523514bff5bad65dedb8b5f01688f297d1ab3e33 [2021-10-26T04:14:32.893Z] Checking out Revision 523514bff5bad65dedb8b5f01688f297d1ab3e33 (PR-1048) [2021-10-26T04:14:32.631Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:14:32.651Z] > git checkout -f 523514bff5bad65dedb8b5f01688f297d1ab3e33 # timeout=10 [2021-10-26T04:14:32.786Z] > git remote # timeout=10 [2021-10-26T04:14:32.804Z] > git config --get remote.origin.url # timeout=10 [2021-10-26T04:14:32.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:14:32.843Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-26T04:14:32.869Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-26T04:14:32.904Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:14:32.928Z] > git checkout -f 523514bff5bad65dedb8b5f01688f297d1ab3e33 # timeout=10 [2021-10-26T04:14:37.731Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-10-26T04:14:37.800Z] > git --version # timeout=10 [2021-10-26T04:14:37.814Z] > git --version # 'git version 2.17.1' [2021-10-26T04:14:37.831Z] fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-26T04:14:38.995Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-26T04:14:38.995Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-26T04:14:38.995Z] Dload Upload Total Spent Left Speed [2021-10-26T04:14:38.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 186k 0 --:--:-- --:--:-- --:--:-- 189k [Pipeline] sh [2021-10-26T04:14:39.474Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-26T04:14:39.881Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-26T04:14:39.881Z] + sudo tee /etc/docker/daemon.new [2021-10-26T04:14:39.881Z] { [2021-10-26T04:14:39.881Z] "registry-mirrors": [ [2021-10-26T04:14:39.881Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-26T04:14:39.881Z] ], [2021-10-26T04:14:39.881Z] "bip": "10.250.0.254/24", [2021-10-26T04:14:39.881Z] "hosts": [ [2021-10-26T04:14:39.881Z] "tcp://0.0.0.0:5555", [2021-10-26T04:14:39.881Z] "unix:///var/run/docker.sock" [2021-10-26T04:14:39.881Z] ], [2021-10-26T04:14:39.881Z] "mtu": 1458, [2021-10-26T04:14:39.881Z] "selinux-enabled": true, [2021-10-26T04:14:39.881Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-26T04:14:39.881Z] } [Pipeline] sh [2021-10-26T04:14:40.264Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-26T04:14:40.652Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:14:59.166Z] provisioning config files... [2021-10-26T04:14:59.219Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1439756877479668508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:14:59.738Z] ---> docker-login.sh [2021-10-26T04:14:59.738Z] nexus3.edgexfoundry.org:10001 [2021-10-26T04:15:00.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:15:00.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:15:00.950Z] Configure a credential helper to remove this warning. See [2021-10-26T04:15:00.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:15:00.950Z] [2021-10-26T04:15:00.950Z] Login Succeeded [2021-10-26T04:15:00.950Z] nexus3.edgexfoundry.org:10002 [2021-10-26T04:15:01.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:15:01.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:15:01.563Z] Configure a credential helper to remove this warning. See [2021-10-26T04:15:01.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:15:01.563Z] [2021-10-26T04:15:01.563Z] Login Succeeded [2021-10-26T04:15:01.563Z] nexus3.edgexfoundry.org:10003 [2021-10-26T04:15:02.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:15:02.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:15:02.468Z] Configure a credential helper to remove this warning. See [2021-10-26T04:15:02.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:15:02.468Z] [2021-10-26T04:15:02.468Z] Login Succeeded [2021-10-26T04:15:02.468Z] nexus3.edgexfoundry.org:10004 [2021-10-26T04:15:02.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:15:03.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:15:03.025Z] Configure a credential helper to remove this warning. See [2021-10-26T04:15:03.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:15:03.025Z] [2021-10-26T04:15:03.025Z] Login Succeeded [2021-10-26T04:15:03.025Z] docker.io [2021-10-26T04:15:03.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:15:03.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:15:03.907Z] Configure a credential helper to remove this warning. See [2021-10-26T04:15:03.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:15:03.907Z] [2021-10-26T04:15:03.907Z] Login Succeeded [2021-10-26T04:15:03.907Z] ---> docker-login.sh ends [Pipeline] } [2021-10-26T04:15:03.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-26T04:15:04.648Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-10-26T04:15:04.682Z] ========================================================= [2021-10-26T04:15:04.682Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-26T04:15:04.682Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:15:05.143Z] + 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-26T04:15:05.749Z] Sending build context to Docker daemon 2.716MB [2021-10-26T04:15:05.749Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-26T04:15:05.749Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-26T04:15:06.026Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-26T04:15:06.026Z] 552d1f2373af: Pulling fs layer [2021-10-26T04:15:06.026Z] ea3f2d53f512: Pulling fs layer [2021-10-26T04:15:06.026Z] 9e70ebbbe112: Pulling fs layer [2021-10-26T04:15:06.026Z] 7a9cfe048b4a: Pulling fs layer [2021-10-26T04:15:06.026Z] 72dc09318566: Pulling fs layer [2021-10-26T04:15:06.026Z] f4f7b4309257: Pulling fs layer [2021-10-26T04:15:06.026Z] 0ac9a79272e3: Pulling fs layer [2021-10-26T04:15:06.026Z] b78e95d17946: Pulling fs layer [2021-10-26T04:15:06.026Z] f4f7b4309257: Waiting [2021-10-26T04:15:06.026Z] 7a9cfe048b4a: Waiting [2021-10-26T04:15:06.026Z] 0ac9a79272e3: Waiting [2021-10-26T04:15:06.026Z] 72dc09318566: Waiting [2021-10-26T04:15:06.026Z] b78e95d17946: Waiting [2021-10-26T04:15:06.026Z] 9e70ebbbe112: Verifying Checksum [2021-10-26T04:15:06.026Z] 9e70ebbbe112: Download complete [2021-10-26T04:15:06.026Z] ea3f2d53f512: Verifying Checksum [2021-10-26T04:15:06.026Z] ea3f2d53f512: Download complete [2021-10-26T04:15:06.026Z] 72dc09318566: Verifying Checksum [2021-10-26T04:15:06.026Z] 72dc09318566: Download complete [2021-10-26T04:15:06.026Z] f4f7b4309257: Verifying Checksum [2021-10-26T04:15:06.026Z] f4f7b4309257: Download complete [2021-10-26T04:15:06.341Z] 552d1f2373af: Verifying Checksum [2021-10-26T04:15:06.341Z] 0ac9a79272e3: Verifying Checksum [2021-10-26T04:15:06.341Z] 0ac9a79272e3: Download complete [2021-10-26T04:15:07.340Z] 552d1f2373af: Pull complete [2021-10-26T04:15:07.954Z] ea3f2d53f512: Pull complete [2021-10-26T04:15:08.564Z] 9e70ebbbe112: Pull complete [2021-10-26T04:15:08.564Z] b78e95d17946: Verifying Checksum [2021-10-26T04:15:08.564Z] b78e95d17946: Download complete [2021-10-26T04:15:08.843Z] 7a9cfe048b4a: Verifying Checksum [2021-10-26T04:15:08.843Z] 7a9cfe048b4a: Download complete [2021-10-26T04:15:21.302Z] 7a9cfe048b4a: Pull complete [2021-10-26T04:15:21.302Z] 72dc09318566: Pull complete [2021-10-26T04:15:21.302Z] f4f7b4309257: Pull complete [2021-10-26T04:15:21.302Z] 0ac9a79272e3: Pull complete [2021-10-26T04:15:26.768Z] b78e95d17946: Pull complete [2021-10-26T04:15:26.768Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-26T04:15:26.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-26T04:15:26.768Z] ---> 8b459fc5aaf0 [2021-10-26T04:15:26.768Z] Step 3/10 : ARG MAKE=make build [2021-10-26T04:15:28.754Z] ---> Running in efbd7ed10d7c [2021-10-26T04:15:29.350Z] Removing intermediate container efbd7ed10d7c [2021-10-26T04:15:29.350Z] ---> 360d39a2b2db [2021-10-26T04:15:29.350Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-26T04:15:29.350Z] ---> Running in 6320ed7ccc6e [2021-10-26T04:15:29.947Z] Removing intermediate container 6320ed7ccc6e [2021-10-26T04:15:29.947Z] ---> 3a5828fc71b8 [2021-10-26T04:15:29.947Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-26T04:15:29.947Z] ---> Running in 5c703e9be0a7 [2021-10-26T04:15:30.547Z] Removing intermediate container 5c703e9be0a7 [2021-10-26T04:15:30.547Z] ---> a869449faff9 [2021-10-26T04:15:30.547Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-26T04:15:30.547Z] ---> Running in a0559259acb8 [2021-10-26T04:15:33.181Z] Removing intermediate container a0559259acb8 [2021-10-26T04:15:33.181Z] ---> e973cb5e5cb1 [2021-10-26T04:15:33.181Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-26T04:15:33.181Z] ---> Running in 4c4a5674f486 [2021-10-26T04:15:34.166Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-26T04:15:35.143Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-26T04:15:36.120Z] OK: 219 MiB in 52 packages [2021-10-26T04:15:37.100Z] Removing intermediate container 4c4a5674f486 [2021-10-26T04:15:37.100Z] ---> 72373612fd1f [2021-10-26T04:15:37.100Z] Step 8/10 : COPY . . [2021-10-26T04:15:38.545Z] ---> 9efe617a25db [2021-10-26T04:15:38.545Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-26T04:15:38.545Z] ---> Running in 2ae9e1aba1ff [2021-10-26T04:17:00.395Z] Removing intermediate container 2ae9e1aba1ff [2021-10-26T04:17:00.396Z] ---> 4dd1342c65f0 [2021-10-26T04:17:00.396Z] Step 10/10 : RUN ${MAKE} [2021-10-26T04:17:00.396Z] ---> Running in 9a430a5667a8 [2021-10-26T04:17:00.396Z] noop [2021-10-26T04:17:01.383Z] Removing intermediate container 9a430a5667a8 [2021-10-26T04:17:01.383Z] ---> a96bcb93f38e [2021-10-26T04:17:01.383Z] Successfully built a96bcb93f38e [2021-10-26T04:17:01.383Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:17:01.765Z] + docker inspect -f . ci-base-image-arm64 [2021-10-26T04:17:01.765Z] . [Pipeline] withDockerContainer [2021-10-26T04:17:02.098Z] prd-ubuntu18.04-docker-arm64-4c-16g-1837 does not seem to be running inside a container [2021-10-26T04:17:02.194Z] $ 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-26T04:17:03.982Z] $ docker top 172be38bf195b6a9a0f595be7142cbfa1ad6718c1cf66e144e549682531d0539 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-26T04:17:05.066Z] + go version [2021-10-26T04:17:05.066Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-26T04:17:05.108Z] $ docker stop --time=1 172be38bf195b6a9a0f595be7142cbfa1ad6718c1cf66e144e549682531d0539 [2021-10-26T04:17:06.953Z] $ docker rm -f 172be38bf195b6a9a0f595be7142cbfa1ad6718c1cf66e144e549682531d0539 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:17:07.923Z] + docker inspect -f . ci-base-image-arm64 [2021-10-26T04:17:07.923Z] . [Pipeline] withDockerContainer [2021-10-26T04:17:08.246Z] prd-ubuntu18.04-docker-arm64-4c-16g-1837 does not seem to be running inside a container [2021-10-26T04:17:08.345Z] $ 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-26T04:17:10.118Z] $ docker top 65585ab7bafb141f99c663fdcbd22472a086a566b5daa5a4a13b08ea945f175f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-26T04:17:11.234Z] + make test [2021-10-26T04:17:11.234Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-26T04:17:43.667Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-26T04:19:05.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-26T04:19:05.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-26T04:19:05.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-26T04:19:09.952Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-26T04:19:09.952Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-26T04:19:09.952Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-26T04:19:09.952Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-26T04:19:10.231Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.230s coverage: 28.1% of statements [2021-10-26T04:19:10.231Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.314s coverage: 78.9% of statements [2021-10-26T04:19:10.231Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.224s coverage: 9.0% of statements [2021-10-26T04:19:10.231Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-26T04:19:10.231Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-26T04:19:10.231Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-26T04:19:16.991Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.277s coverage: 28.7% of statements [2021-10-26T04:19:16.991Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-26T04:19:16.991Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.328s coverage: 83.3% of statements [2021-10-26T04:19:16.991Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-26T04:19:16.991Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-26T04:19:16.991Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.378s coverage: 57.8% of statements [2021-10-26T04:19:19.620Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.241s coverage: 88.8% of statements [2021-10-26T04:19:19.620Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-26T04:19:19.893Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.224s coverage: 4.9% of statements [2021-10-26T04:19:19.893Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-26T04:19:19.893Z] FAIL [2021-10-26T04:19:20.494Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-26T04:19:20.530Z] $ docker stop --time=1 65585ab7bafb141f99c663fdcbd22472a086a566b5daa5a4a13b08ea945f175f [2021-10-26T04:19:22.428Z] $ docker rm -f 65585ab7bafb141f99c663fdcbd22472a086a566b5daa5a4a13b08ea945f175f [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-26T04:19:24.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-26T04:19:24.394Z] [2021-10-26T04:19:24.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:19:24.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-26T04:19:25.057Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-26T04:19:25.057Z] 448f6bf000e3: Pulling fs layer [2021-10-26T04:19:25.057Z] f757da607395: Pulling fs layer [2021-10-26T04:19:25.057Z] 05883995daec: Pulling fs layer [2021-10-26T04:19:25.057Z] 8603b9c90790: Pulling fs layer [2021-10-26T04:19:25.057Z] 1560dd03e051: Pulling fs layer [2021-10-26T04:19:25.057Z] 27f5ce0e4adf: Pulling fs layer [2021-10-26T04:19:25.057Z] c2d8d7efcc4b: Pulling fs layer [2021-10-26T04:19:25.057Z] 8603b9c90790: Waiting [2021-10-26T04:19:25.057Z] 1560dd03e051: Waiting [2021-10-26T04:19:25.057Z] 27f5ce0e4adf: Waiting [2021-10-26T04:19:25.057Z] c2d8d7efcc4b: Waiting [2021-10-26T04:19:25.057Z] f757da607395: Verifying Checksum [2021-10-26T04:19:25.057Z] f757da607395: Download complete [2021-10-26T04:19:25.335Z] 8603b9c90790: Verifying Checksum [2021-10-26T04:19:25.335Z] 8603b9c90790: Download complete [2021-10-26T04:19:25.335Z] 1560dd03e051: Verifying Checksum [2021-10-26T04:19:25.335Z] 1560dd03e051: Download complete [2021-10-26T04:19:25.335Z] 05883995daec: Verifying Checksum [2021-10-26T04:19:25.335Z] 05883995daec: Download complete [2021-10-26T04:19:25.335Z] 27f5ce0e4adf: Verifying Checksum [2021-10-26T04:19:25.335Z] 27f5ce0e4adf: Download complete [2021-10-26T04:19:25.610Z] 448f6bf000e3: Verifying Checksum [2021-10-26T04:19:25.610Z] 448f6bf000e3: Download complete [2021-10-26T04:19:28.250Z] c2d8d7efcc4b: Verifying Checksum [2021-10-26T04:19:28.250Z] c2d8d7efcc4b: Download complete [2021-10-26T04:19:29.786Z] 448f6bf000e3: Pull complete [2021-10-26T04:19:30.402Z] f757da607395: Pull complete [2021-10-26T04:19:32.415Z] 05883995daec: Pull complete [2021-10-26T04:19:32.690Z] 8603b9c90790: Pull complete [2021-10-26T04:19:33.679Z] 1560dd03e051: Pull complete [2021-10-26T04:19:33.952Z] 27f5ce0e4adf: Pull complete [2021-10-26T04:19:49.028Z] c2d8d7efcc4b: Pull complete [2021-10-26T04:19:49.028Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-26T04:19:49.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-26T04:19:49.028Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-26T04:19:49.283Z] prd-ubuntu18.04-docker-arm64-4c-16g-1837 does not seem to be running inside a container [2021-10-26T04:19:49.360Z] $ 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-26T04:19:52.935Z] $ docker top e887a0ddb03b9dd190ad6982fa43821dc627535216ed12cabaa35bcb86fc12ef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:19:54.032Z] ---> job-cost.sh [2021-10-26T04:19:54.032Z] lf-activate-venv: SKIPPING [2021-10-26T04:19:54.032Z] INFO: No Stack... [2021-10-26T04:19:54.308Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-26T04:19:54.906Z] INFO: Archiving Costs [Pipeline] sh [2021-10-26T04:19:55.591Z] + + cutcat -d, /w/workspace/device-sdk-go/1/archives/cost.csv -f6 [2021-10-26T04:19:55.591Z] [Pipeline] lock [2021-10-26T04:19:55.691Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] [2021-10-26T04:19:55.708Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] did not exist. Created. [2021-10-26T04:19:55.708Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-26T04:19:56.457Z] /w/workspace/device-sdk-go/1@tmp/durable-c7c70d41/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-c7c70d41/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-26T04:19:57.159Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-26T04:19:57.196Z] Warning: overwriting stash ‘stack-cost’ [2021-10-26T04:19:57.815Z] Stashed 1 file(s) [Pipeline] } [2021-10-26T04:19:57.830Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1048-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-26T04:19:57.885Z] $ docker stop --time=1 e887a0ddb03b9dd190ad6982fa43821dc627535216ed12cabaa35bcb86fc12ef [2021-10-26T04:19:59.519Z] $ docker rm -f e887a0ddb03b9dd190ad6982fa43821dc627535216ed12cabaa35bcb86fc12ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-26T04:20:00.283Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-10-26T04:20:03.209Z] + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1048/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:20:03.536Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:20:04.124Z] ---> package-listing.sh [2021-10-26T04:20:04.124Z] ++ facter osfamily [2021-10-26T04:20:04.124Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-26T04:20:04.395Z] + OS_FAMILY=redhat [2021-10-26T04:20:04.395Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1048 [2021-10-26T04:20:04.395Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-26T04:20:04.395Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-26T04:20:04.395Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-26T04:20:04.395Z] + PACKAGES=/tmp/packages_start.txt [2021-10-26T04:20:04.395Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1048 ']' [2021-10-26T04:20:04.395Z] + PACKAGES=/tmp/packages_end.txt [2021-10-26T04:20:04.395Z] + case "${OS_FAMILY}" in [2021-10-26T04:20:04.395Z] + rpm -qa [2021-10-26T04:20:04.395Z] + sort [2021-10-26T04:20:04.963Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-26T04:20:04.963Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-26T04:20:04.963Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-26T04:20:04.963Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1048 ']' [2021-10-26T04:20:04.963Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1048/archives/ [2021-10-26T04:20:04.963Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1048/archives/ [Pipeline] echo [2021-10-26T04:20:04.988Z] 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-1048/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-26T04:20:05.282Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:20:05.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:20:05.858Z] [2021-10-26T04:20:05.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:20:06.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:20:06.229Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-26T04:20:06.229Z] b4d181a07f80: Pulling fs layer [2021-10-26T04:20:06.229Z] a1111a8f2ec3: Pulling fs layer [2021-10-26T04:20:06.229Z] ed53099fbce6: Pulling fs layer [2021-10-26T04:20:06.229Z] dc539afda2c1: Pulling fs layer [2021-10-26T04:20:06.229Z] 77bc0d833cb6: Pulling fs layer [2021-10-26T04:20:06.229Z] 9065ff56babe: Pulling fs layer [2021-10-26T04:20:06.229Z] d287ab97295c: Pulling fs layer [2021-10-26T04:20:06.229Z] dc539afda2c1: Waiting [2021-10-26T04:20:06.229Z] 77bc0d833cb6: Waiting [2021-10-26T04:20:06.229Z] 9065ff56babe: Waiting [2021-10-26T04:20:06.229Z] d287ab97295c: Waiting [2021-10-26T04:20:06.229Z] a1111a8f2ec3: Verifying Checksum [2021-10-26T04:20:06.229Z] a1111a8f2ec3: Download complete [2021-10-26T04:20:06.229Z] dc539afda2c1: Verifying Checksum [2021-10-26T04:20:06.229Z] dc539afda2c1: Download complete [2021-10-26T04:20:06.493Z] ed53099fbce6: Verifying Checksum [2021-10-26T04:20:06.493Z] ed53099fbce6: Download complete [2021-10-26T04:20:06.493Z] 9065ff56babe: Verifying Checksum [2021-10-26T04:20:06.493Z] 9065ff56babe: Download complete [2021-10-26T04:20:06.493Z] 77bc0d833cb6: Verifying Checksum [2021-10-26T04:20:06.493Z] 77bc0d833cb6: Download complete [2021-10-26T04:20:06.493Z] b4d181a07f80: Verifying Checksum [2021-10-26T04:20:06.493Z] b4d181a07f80: Download complete [2021-10-26T04:20:07.062Z] d287ab97295c: Verifying Checksum [2021-10-26T04:20:07.062Z] d287ab97295c: Download complete [2021-10-26T04:20:08.019Z] b4d181a07f80: Pull complete [2021-10-26T04:20:08.019Z] a1111a8f2ec3: Pull complete [2021-10-26T04:20:08.602Z] ed53099fbce6: Pull complete [2021-10-26T04:20:08.602Z] dc539afda2c1: Pull complete [2021-10-26T04:20:08.862Z] 77bc0d833cb6: Pull complete [2021-10-26T04:20:09.128Z] 9065ff56babe: Pull complete [2021-10-26T04:20:14.433Z] d287ab97295c: Pull complete [2021-10-26T04:20:14.433Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-26T04:20:14.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:20:14.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-26T04:20:14.521Z] prd-centos7-docker-4c-2g-1821 does not seem to be running inside a container [2021-10-26T04:20:14.551Z] $ 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-1048/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-1048 -v /w/workspace/gexfoundry_device-sdk-go_PR-1048:/w/workspace/gexfoundry_device-sdk-go_PR-1048:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1048@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-26T04:20:16.785Z] $ docker top 8974ace5bcb10a989fc9ecc88cf31c1490cd250a13433f7a1b691cabd018c9ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-26T04:20:17.181Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-26T04:20:17.492Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-26T04:20:17.807Z] + ls /var/log/sa-host [2021-10-26T04:20:17.807Z] + sadf -c /var/log/sa-host/sa26 [2021-10-26T04:20:17.807Z] file_magic: OK [2021-10-26T04:20:17.807Z] HZ: Using current value: 100 [2021-10-26T04:20:17.807Z] file_header: OK [2021-10-26T04:20:17.807Z] 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-26T04:20:17.807Z] Statistics: [2021-10-26T04:20:17.807Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-26T04:20:17.807Z] File successfully converted to sysstat format version 12.0.3 [2021-10-26T04:20:17.807Z] + sadf -c /var/log/sa-host/sa30 [2021-10-26T04:20:17.807Z] file_magic: OK [2021-10-26T04:20:17.807Z] HZ: Using current value: 100 [2021-10-26T04:20:17.807Z] file_header: OK [2021-10-26T04:20:17.807Z] 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-26T04:20:17.807Z] Statistics: [2021-10-26T04:20:17.807Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-26T04:20:17.807Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:20:17.930Z] provisioning config files... [2021-10-26T04:20:17.946Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1048@tmp/config2818513171134643108tmp [Pipeline] { [Pipeline] echo [2021-10-26T04:20:17.984Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:20:18.305Z] ---> create-netrc.sh [Pipeline] } [2021-10-26T04:20:18.326Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:20:18.762Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-26T04:20:18.788Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:20:19.115Z] ---> sudo-logs.sh [2021-10-26T04:20:19.115Z] Archiving 'sudo' log.. [2021-10-26T04:20:19.115Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1821.novalocal: Name or service not known [2021-10-26T04:20:19.115Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1821.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-26T04:20:19.183Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:20:19.525Z] ---> job-cost.sh [2021-10-26T04:20:19.525Z] lf-activate-venv: SKIPPING [2021-10-26T04:20:19.525Z] DEBUG: total: 0.10999999940395355 [2021-10-26T04:20:19.525Z] INFO: Retrieving Stack Cost... [2021-10-26T04:20:19.787Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-26T04:20:20.357Z] INFO: Archiving Costs [Pipeline] echo [2021-10-26T04:20:20.386Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:20:20.709Z] ---> logs-deploy.sh [2021-10-26T04:20:20.710Z] lf-activate-venv: SKIPPING [2021-10-26T04:20:20.710Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1048/1 [2021-10-26T04:20:20.710Z] INFO: archiving workspace using pattern(s): [2021-10-26T04:20:21.278Z] Archives upload complete. [2021-10-26T04:20:21.278Z] INFO: archiving logs to Nexus [2021-10-26T04:20:21.851Z] ---> uname -a: [2021-10-26T04:20:21.851Z] Linux prd-centos7-docker-4c-2g-1821.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] ---> lscpu: [2021-10-26T04:20:21.851Z] Architecture: x86_64 [2021-10-26T04:20:21.851Z] CPU op-mode(s): 32-bit, 64-bit [2021-10-26T04:20:21.851Z] Byte Order: Little Endian [2021-10-26T04:20:21.851Z] Address sizes: 40 bits physical, 48 bits virtual [2021-10-26T04:20:21.851Z] CPU(s): 2 [2021-10-26T04:20:21.851Z] On-line CPU(s) list: 0,1 [2021-10-26T04:20:21.851Z] Thread(s) per core: 1 [2021-10-26T04:20:21.851Z] Core(s) per socket: 1 [2021-10-26T04:20:21.851Z] Socket(s): 2 [2021-10-26T04:20:21.851Z] NUMA node(s): 1 [2021-10-26T04:20:21.851Z] Vendor ID: AuthenticAMD [2021-10-26T04:20:21.851Z] CPU family: 23 [2021-10-26T04:20:21.851Z] Model: 49 [2021-10-26T04:20:21.851Z] Model name: AMD EPYC-Rome Processor [2021-10-26T04:20:21.851Z] Stepping: 0 [2021-10-26T04:20:21.851Z] CPU MHz: 2799.994 [2021-10-26T04:20:21.851Z] BogoMIPS: 5599.98 [2021-10-26T04:20:21.851Z] Virtualization: AMD-V [2021-10-26T04:20:21.851Z] Hypervisor vendor: KVM [2021-10-26T04:20:21.851Z] Virtualization type: full [2021-10-26T04:20:21.851Z] L1d cache: 32K [2021-10-26T04:20:21.851Z] L1i cache: 32K [2021-10-26T04:20:21.851Z] L2 cache: 512K [2021-10-26T04:20:21.851Z] L3 cache: 16384K [2021-10-26T04:20:21.851Z] NUMA node0 CPU(s): 0,1 [2021-10-26T04:20:21.851Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] ---> nproc: [2021-10-26T04:20:21.851Z] 2 [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] ---> df -h: [2021-10-26T04:20:21.851Z] Filesystem Size Used Avail Use% Mounted on [2021-10-26T04:20:21.851Z] overlay 40G 7.7G 33G 20% / [2021-10-26T04:20:21.851Z] tmpfs 64M 0 64M 0% /dev [2021-10-26T04:20:21.851Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2021-10-26T04:20:21.851Z] shm 64M 0 64M 0% /dev/shm [2021-10-26T04:20:21.851Z] /dev/vda1 40G 7.7G 33G 20% /facter-os [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] ---> sar -b -r -n DEV: [2021-10-26T04:20:21.851Z] Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/26/21 _x86_64_ (2 CPU) [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] 04:09:02 LINUX RESTART (2 CPU) [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] 04:10:01 tps rtps wtps bread/s bwrtn/s [2021-10-26T04:20:21.851Z] 04:11:01 2.02 0.00 2.02 0.00 45.02 [2021-10-26T04:20:21.851Z] 04:12:01 0.23 0.00 0.23 0.00 3.78 [2021-10-26T04:20:21.851Z] 04:13:02 0.25 0.00 0.25 0.00 3.25 [2021-10-26T04:20:21.851Z] 04:14:01 0.15 0.00 0.15 0.00 2.46 [2021-10-26T04:20:21.851Z] 04:15:01 0.40 0.00 0.40 0.00 6.51 [2021-10-26T04:20:21.851Z] 04:16:01 0.23 0.00 0.23 0.00 3.50 [2021-10-26T04:20:21.851Z] 04:17:01 0.23 0.00 0.23 0.00 3.38 [2021-10-26T04:20:21.851Z] 04:18:01 0.28 0.00 0.28 0.00 3.00 [2021-10-26T04:20:21.851Z] 04:19:01 0.27 0.00 0.27 0.00 3.51 [2021-10-26T04:20:21.851Z] 04:20:01 0.23 0.00 0.23 0.00 2.85 [2021-10-26T04:20:21.851Z] Average: 0.43 0.00 0.43 0.00 7.74 [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] 04:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-10-26T04:20:21.851Z] 04:11:01 5680908 0 625996 7.82 2620 1699416 1492936 16.48 570484 1523996 20 [2021-10-26T04:20:21.851Z] 04:12:01 5688300 0 618596 7.72 2620 1699424 1456956 16.09 563500 1524164 20 [2021-10-26T04:20:21.851Z] 04:13:02 5684900 0 621996 7.77 2620 1699424 1456968 16.09 567076 1524164 20 [2021-10-26T04:20:21.851Z] 04:14:01 5686280 0 620608 7.75 2620 1699432 1445648 15.96 564940 1524948 12 [2021-10-26T04:20:21.851Z] 04:15:01 5688832 0 618048 7.72 2620 1699440 1445660 15.96 562260 1524948 8 [2021-10-26T04:20:21.851Z] 04:16:01 5692424 0 614456 7.67 2620 1699440 1418920 15.67 559472 1524964 8 [2021-10-26T04:20:21.851Z] 04:17:01 5691592 0 615280 7.68 2620 1699448 1419064 15.67 560364 1524964 8 [2021-10-26T04:20:21.851Z] 04:18:01 5692728 0 614140 7.67 2620 1699452 1418920 15.67 559448 1524964 8 [2021-10-26T04:20:21.851Z] 04:19:01 5692416 0 614448 7.67 2620 1699456 1418920 15.67 559636 1524964 8 [2021-10-26T04:20:21.851Z] 04:20:01 5687048 0 619812 7.74 2620 1699460 1419004 15.67 565080 1524964 8 [2021-10-26T04:20:21.851Z] Average: 5688543 0 618338 7.72 2620 1699439 1439300 15.89 563226 1524704 12 [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] 04:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-10-26T04:20:21.851Z] 04:11:01 eth0 4.13 0.93 1.54 0.91 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:12:01 eth0 2.90 0.72 1.00 0.61 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:13:02 eth0 3.70 0.68 0.98 0.55 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:14:01 eth0 2.95 0.37 0.55 0.24 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:15:01 eth0 1.92 0.58 0.76 0.45 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:16:01 eth0 0.28 0.05 0.02 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:17:01 eth0 1.08 0.30 0.32 0.20 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:18:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:19:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:20:01 eth0 1.85 0.20 0.32 0.07 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] Average: eth0 1.92 0.40 0.55 0.31 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] [2021-10-26T04:20:21.851Z] ---> sar -P ALL: [2021-10-26T04:20:21.852Z] Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/26/21 _x86_64_ (2 CPU) [2021-10-26T04:20:21.852Z] [2021-10-26T04:20:21.852Z] 04:09:02 LINUX RESTART (2 CPU) [2021-10-26T04:20:21.852Z] [2021-10-26T04:20:21.852Z] 04:10:01 CPU %user %nice %system %iowait %steal %idle [2021-10-26T04:20:21.852Z] 04:11:01 all 0.33 0.00 0.08 0.00 0.01 99.59 [2021-10-26T04:20:21.852Z] 04:11:01 0 0.08 0.00 0.10 0.00 0.02 99.80 [2021-10-26T04:20:21.852Z] 04:11:01 1 0.57 0.00 0.05 0.00 0.00 99.38 [2021-10-26T04:20:21.852Z] 04:12:01 all 0.25 0.00 0.05 0.00 0.02 99.68 [2021-10-26T04:20:21.852Z] 04:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-10-26T04:20:21.852Z] 04:12:01 1 0.45 0.00 0.07 0.00 0.03 99.45 [2021-10-26T04:20:21.852Z] 04:13:02 all 0.23 0.00 0.04 0.00 0.02 99.71 [2021-10-26T04:20:21.852Z] 04:13:02 0 0.10 0.00 0.03 0.00 0.02 99.85 [2021-10-26T04:20:21.852Z] 04:13:02 1 0.37 0.00 0.05 0.00 0.02 99.57 [2021-10-26T04:20:21.852Z] 04:14:01 all 0.19 0.00 0.04 0.00 0.02 99.75 [2021-10-26T04:20:21.852Z] 04:14:01 0 0.29 0.00 0.03 0.00 0.02 99.66 [2021-10-26T04:20:21.852Z] 04:14:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2021-10-26T04:20:21.852Z] 04:15:01 all 0.26 0.00 0.04 0.00 0.03 99.67 [2021-10-26T04:20:21.852Z] 04:15:01 0 0.48 0.00 0.05 0.00 0.02 99.45 [2021-10-26T04:20:21.852Z] 04:15:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-10-26T04:20:21.852Z] 04:16:01 all 0.27 0.00 0.03 0.00 0.03 99.67 [2021-10-26T04:20:21.852Z] 04:16:01 0 0.48 0.00 0.03 0.00 0.02 99.47 [2021-10-26T04:20:21.852Z] 04:16:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-10-26T04:20:21.852Z] 04:17:01 all 0.19 0.00 0.04 0.00 0.02 99.75 [2021-10-26T04:20:21.852Z] 04:17:01 0 0.33 0.00 0.03 0.00 0.02 99.62 [2021-10-26T04:20:21.852Z] 04:17:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-10-26T04:20:21.852Z] 04:18:01 all 0.07 0.00 0.04 0.00 0.03 99.87 [2021-10-26T04:20:21.852Z] 04:18:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-10-26T04:20:21.852Z] 04:18:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-10-26T04:20:21.852Z] 04:19:01 all 0.17 0.00 0.04 0.00 0.03 99.77 [2021-10-26T04:20:21.852Z] 04:19:01 0 0.28 0.00 0.03 0.00 0.03 99.65 [2021-10-26T04:20:21.852Z] 04:19:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-10-26T04:20:21.852Z] 04:20:01 all 0.13 0.00 0.04 0.00 0.03 99.80 [2021-10-26T04:20:21.852Z] 04:20:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-10-26T04:20:21.852Z] 04:20:01 1 0.17 0.00 0.05 0.00 0.02 99.77 [2021-10-26T04:20:21.852Z] Average: all 0.21 0.00 0.05 0.00 0.02 99.73 [2021-10-26T04:20:21.852Z] Average: 0 0.23 0.00 0.04 0.00 0.02 99.71 [2021-10-26T04:20:21.852Z] Average: 1 0.19 0.00 0.05 0.00 0.02 99.75 [2021-10-26T04:20:21.852Z] [2021-10-26T04:20:21.852Z] [2021-10-26T04:20:21.852Z]