Pull request #1138 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e2315f66138f948906b99415fa54277ed1bedb14+dd514f718fd528170d25c4d96999316fe43c7c62 (9dde02260b5d8635f0f5f490d9a57173c6a3b02d) 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-ssh15989076984849578723.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh12931201082251875174.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 c72b16708d6eed9a08be464a432ce22db7d90667 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-1138/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-1138/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2498906662384048549.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-1138/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh18292909234011574844.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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-ssh1275678976526465800.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-1138/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-1138/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7781249363361912535.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 c72b16708d6eed9a08be464a432ce22db7d90667 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.17 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-21050 in /w/workspace/gexfoundry_device-sdk-go_PR-1138 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-1138 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 dd514f718fd528170d25c4d96999316fe43c7c62 into PR head commit e2315f66138f948906b99415fa54277ed1bedb14 > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1138/head:refs/remotes/origin/PR-1138 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2315f66138f948906b99415fa54277ed1bedb14 # timeout=10 Merge succeeded, producing e2315f66138f948906b99415fa54277ed1bedb14 Checking out Revision e2315f66138f948906b99415fa54277ed1bedb14 (PR-1138) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dd514f718fd528170d25c4d96999316fe43c7c62 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2315f66138f948906b99415fa54277ed1bedb14 # 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.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-15T07:50:35.047Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-15T07:50:35.213Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-15T07:50:35.305Z] ========================================================= [2022-04-15T07:50:35.305Z] EdgeX Global Pipelines Version Info [2022-04-15T07:50:35.305Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:50:36.093Z] ------------------- [2022-04-15T07:50:36.094Z] stable info: [2022-04-15T07:50:36.094Z] ------------------- [2022-04-15T07:50:36.094Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-15T07:50:36.094Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-15T07:50:36.094Z] Message: update stable to v1.0.221 [2022-04-15T07:50:36.667Z] ------------------- [2022-04-15T07:50:36.667Z] experimental info: [2022-04-15T07:50:36.667Z] ------------------- [2022-04-15T07:50:36.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-15T07:50:36.667Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-15T07:50:36.667Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-15T07:50:36.937Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-04-15T07:50:36.976Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-04-15T07:50:37.018Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-15T07:50:37.066Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-15T07:50:37.105Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-15T07:50:37.146Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-15T07:50:37.186Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-15T07:50:37.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-04-15T07:50:37.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-15T07:50:37.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-15T07:50:37.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-15T07:50:37.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-04-15T07:50:37.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-15T07:50:37.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-15T07:50:37.517Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-15T07:50:37.557Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-04-15T07:50:37.594Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-15T07:50:37.648Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-15T07:50:37.685Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-15T07:50:37.726Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-15T07:50:37.767Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-15T07:50:37.804Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-15T07:50:37.843Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-15T07:50:37.876Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-15T07:50:37.912Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-15T07:50:37.959Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-15T07:50:37.996Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1138 [Pipeline] echo [2022-04-15T07:50:38.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1138 [Pipeline] echo [2022-04-15T07:50:38.083Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1138 [Pipeline] echo [2022-04-15T07:50:38.125Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2315f66138f948906b99415fa54277ed1bedb14 [Pipeline] echo [2022-04-15T07:50:38.164Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2315f6 [Pipeline] echo [2022-04-15T07:50:38.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T07:50:38.315Z] provisioning config files... [2022-04-15T07:50:38.328Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/config7154101059841787595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:50:38.702Z] ---> docker-login.sh [2022-04-15T07:50:38.702Z] nexus3.edgexfoundry.org:10001 [2022-04-15T07:50:38.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:38.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:38.965Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:38.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:38.965Z] [2022-04-15T07:50:38.965Z] Login Succeeded [2022-04-15T07:50:38.965Z] nexus3.edgexfoundry.org:10002 [2022-04-15T07:50:39.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:39.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:39.226Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:39.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:39.226Z] [2022-04-15T07:50:39.226Z] Login Succeeded [2022-04-15T07:50:39.226Z] nexus3.edgexfoundry.org:10003 [2022-04-15T07:50:39.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:39.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:39.226Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:39.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:39.226Z] [2022-04-15T07:50:39.226Z] Login Succeeded [2022-04-15T07:50:39.491Z] nexus3.edgexfoundry.org:10004 [2022-04-15T07:50:39.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:39.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:39.491Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:39.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:39.491Z] [2022-04-15T07:50:39.491Z] Login Succeeded [2022-04-15T07:50:39.491Z] docker.io [2022-04-15T07:50:39.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:40.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:40.015Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:40.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:40.015Z] [2022-04-15T07:50:40.015Z] Login Succeeded [2022-04-15T07:50:40.015Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T07:50:40.049Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-15T07:50:40.680Z] + git rev-list -1 --merges e2315f66138f948906b99415fa54277ed1bedb14~1..e2315f66138f948906b99415fa54277ed1bedb14 [Pipeline] echo [2022-04-15T07:50:40.860Z] -----------> git rev-list -1 --merges e2315f66138f948906b99415fa54277ed1bedb14~1..e2315f66138f948906b99415fa54277ed1bedb14 e2315f66138f948906b99415fa54277ed1bedb14 [false] [Pipeline] sh [2022-04-15T07:50:41.179Z] + git log --format=format:%s -1 e2315f66138f948906b99415fa54277ed1bedb14 [Pipeline] echo [2022-04-15T07:50:41.216Z] ========================================================= [2022-04-15T07:50:41.216Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-15T07:50:41.216Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-15T07:50:41.661Z] + git log --format=format:%s -1 e2315f66138f948906b99415fa54277ed1bedb14 [Pipeline] echo [2022-04-15T07:50:41.695Z] [semverPrep] GIT_COMMIT: e2315f66138f948906b99415fa54277ed1bedb14, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2022-04-15T07:50:41.724Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-15T07:50:42.148Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-15T07:50:42.148Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-15T07:50:42.148Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-15T07:50:42.148Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-15T07:50:42.148Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-15T07:50:42.148Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-15T07:50:42.148Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:50:42.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T07:50:42.538Z] [2022-04-15T07:50:42.538Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:50:42.890Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T07:50:42.890Z] latest: Pulling from edgex-devops/git-semver [2022-04-15T07:50:42.890Z] a0d0a0d46f8b: Pulling fs layer [2022-04-15T07:50:42.890Z] 3e5f54012d9b: Pulling fs layer [2022-04-15T07:50:42.890Z] 4c7163046ea9: Pulling fs layer [2022-04-15T07:50:42.890Z] 0c2d73faf560: Pulling fs layer [2022-04-15T07:50:42.890Z] 0c2d73faf560: Waiting [2022-04-15T07:50:42.890Z] 3e5f54012d9b: Verifying Checksum [2022-04-15T07:50:42.890Z] 3e5f54012d9b: Download complete [2022-04-15T07:50:42.890Z] a0d0a0d46f8b: Download complete [2022-04-15T07:50:42.890Z] 0c2d73faf560: Verifying Checksum [2022-04-15T07:50:42.890Z] 0c2d73faf560: Download complete [2022-04-15T07:50:42.890Z] 4c7163046ea9: Verifying Checksum [2022-04-15T07:50:42.890Z] 4c7163046ea9: Download complete [2022-04-15T07:50:43.151Z] a0d0a0d46f8b: Pull complete [2022-04-15T07:50:43.151Z] 3e5f54012d9b: Pull complete [2022-04-15T07:50:43.412Z] 4c7163046ea9: Pull complete [2022-04-15T07:50:43.674Z] 0c2d73faf560: Pull complete [2022-04-15T07:50:43.674Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-15T07:50:43.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T07:50:43.935Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-15T07:50:44.034Z] prd-ubuntu20.04-docker-8c-8g-21050 does not seem to be running inside a container [2022-04-15T07:50:44.076Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1138 -v /w/workspace/gexfoundry_device-sdk-go_PR-1138:/w/workspace/gexfoundry_device-sdk-go_PR-1138:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1138@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 [2022-04-15T07:50:45.303Z] $ docker top ada30b5014c1fd1e3a265e641249cab0f9b131c527a1c5023eadbc0d0f56c356 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-15T07:50:45.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-15T07:50:45.500Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-15T07:50:45.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-15T07:50:45.630Z] $ docker exec ada30b5014c1fd1e3a265e641249cab0f9b131c527a1c5023eadbc0d0f56c356 ssh-agent [2022-04-15T07:50:45.756Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXApgpcM/agent.14 [2022-04-15T07:50:45.756Z] SSH_AGENT_PID=21 [2022-04-15T07:50:45.764Z] Running ssh-add (command line suppressed) [2022-04-15T07:50:45.898Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/private_key_1981642278114340625.key (/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/private_key_1981642278114340625.key) [2022-04-15T07:50:45.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-15T07:50:46.255Z] + git tag --points-at HEAD [Pipeline] } [2022-04-15T07:50:46.282Z] $ docker exec --env ******** --env ******** ada30b5014c1fd1e3a265e641249cab0f9b131c527a1c5023eadbc0d0f56c356 ssh-agent -k [2022-04-15T07:50:46.393Z] unset SSH_AUTH_SOCK; [2022-04-15T07:50:46.393Z] unset SSH_AGENT_PID; [2022-04-15T07:50:46.393Z] echo Agent pid 21 killed; [2022-04-15T07:50:46.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-15T07:50:46.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-15T07:50:46.495Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-15T07:50:46.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-15T07:50:46.631Z] $ docker exec ada30b5014c1fd1e3a265e641249cab0f9b131c527a1c5023eadbc0d0f56c356 ssh-agent [2022-04-15T07:50:46.753Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXGLoDIh/agent.54 [2022-04-15T07:50:46.753Z] SSH_AGENT_PID=60 [2022-04-15T07:50:46.760Z] Running ssh-add (command line suppressed) [2022-04-15T07:50:46.876Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/private_key_6365585446966860398.key (/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/private_key_6365585446966860398.key) [2022-04-15T07:50:46.893Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-15T07:50:47.235Z] + git semver init [2022-04-15T07:50:47.235Z] # -> Open(): unable to determine branch for HEAD [2022-04-15T07:50:47.235Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1138/.git [2022-04-15T07:50:47.235Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1138 [2022-04-15T07:50:47.235Z] # $SEMVER_REMOTE_NAME = origin [2022-04-15T07:50:47.235Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-15T07:50:47.235Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-15T07:50:47.235Z] # $SEMVER_BRANCH = PR-1138 [2022-04-15T07:50:47.235Z] # $SEMVER_TEMP = /tmp/semver-474993301 [2022-04-15T07:50:47.235Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2022-04-15T07:50:48.622Z] # '/tmp/semver-474993301' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1138/.semver' [2022-04-15T07:50:48.622Z] # -> Force: false [2022-04-15T07:50:48.622Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1138/.semver [Pipeline] } [2022-04-15T07:50:48.651Z] $ docker exec --env ******** --env ******** ada30b5014c1fd1e3a265e641249cab0f9b131c527a1c5023eadbc0d0f56c356 ssh-agent -k [2022-04-15T07:50:48.778Z] unset SSH_AUTH_SOCK; [2022-04-15T07:50:48.779Z] unset SSH_AGENT_PID; [2022-04-15T07:50:48.779Z] echo Agent pid 60 killed; [2022-04-15T07:50:48.791Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-15T07:50:49.206Z] + git semver [Pipeline] } [2022-04-15T07:50:49.239Z] $ docker stop --time=1 ada30b5014c1fd1e3a265e641249cab0f9b131c527a1c5023eadbc0d0f56c356 [2022-04-15T07:50:50.597Z] $ docker rm -f ada30b5014c1fd1e3a265e641249cab0f9b131c527a1c5023eadbc0d0f56c356 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T07:50:51.030Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-15T07:50:51.356Z] Stashed 1 file(s) [Pipeline] echo [2022-04-15T07:50:51.375Z] [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T07:50:51.939Z] provisioning config files... [2022-04-15T07:50:51.951Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/config6350997472076262374tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:50:52.290Z] ---> docker-login.sh [2022-04-15T07:50:52.290Z] nexus3.edgexfoundry.org:10001 [2022-04-15T07:50:52.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:52.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:52.290Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:52.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:52.290Z] [2022-04-15T07:50:52.290Z] Login Succeeded [2022-04-15T07:50:52.290Z] nexus3.edgexfoundry.org:10002 [2022-04-15T07:50:52.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:52.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:52.549Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:52.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:52.549Z] [2022-04-15T07:50:52.549Z] Login Succeeded [2022-04-15T07:50:52.549Z] nexus3.edgexfoundry.org:10003 [2022-04-15T07:50:52.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:52.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:52.549Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:52.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:52.549Z] [2022-04-15T07:50:52.549Z] Login Succeeded [2022-04-15T07:50:52.549Z] nexus3.edgexfoundry.org:10004 [2022-04-15T07:50:52.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:52.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:52.811Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:52.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:52.811Z] [2022-04-15T07:50:52.811Z] Login Succeeded [2022-04-15T07:50:52.811Z] docker.io [2022-04-15T07:50:52.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:50:53.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:50:53.074Z] Configure a credential helper to remove this warning. See [2022-04-15T07:50:53.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:50:53.074Z] [2022-04-15T07:50:53.074Z] Login Succeeded [2022-04-15T07:50:53.074Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T07:50:53.100Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-15T07:50:53.303Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-15T07:50:53.334Z] ========================================================= [2022-04-15T07:50:53.334Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-15T07:50:53.334Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:50:53.739Z] + 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.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-15T07:50:53.739Z] Sending build context to Docker daemon 9.631MB [2022-04-15T07:50:53.739Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T07:50:53.739Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-15T07:50:53.739Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-15T07:50:53.739Z] 59bf1c3509f3: Pulling fs layer [2022-04-15T07:50:53.739Z] 666ba61612fd: Pulling fs layer [2022-04-15T07:50:53.739Z] 8ed8ca486205: Pulling fs layer [2022-04-15T07:50:53.739Z] 4fe6c5a15a65: Pulling fs layer [2022-04-15T07:50:53.739Z] 22a0e8bec74d: Pulling fs layer [2022-04-15T07:50:53.739Z] 640e595b4fbd: Pulling fs layer [2022-04-15T07:50:53.739Z] 763cafe07f6e: Pulling fs layer [2022-04-15T07:50:53.739Z] 0c0b528cf693: Pulling fs layer [2022-04-15T07:50:53.739Z] 10935f4eaf8b: Pulling fs layer [2022-04-15T07:50:53.739Z] 640e595b4fbd: Waiting [2022-04-15T07:50:53.739Z] 763cafe07f6e: Waiting [2022-04-15T07:50:53.739Z] 4fe6c5a15a65: Waiting [2022-04-15T07:50:53.739Z] 22a0e8bec74d: Waiting [2022-04-15T07:50:53.739Z] 10935f4eaf8b: Waiting [2022-04-15T07:50:54.002Z] 8ed8ca486205: Verifying Checksum [2022-04-15T07:50:54.002Z] 8ed8ca486205: Download complete [2022-04-15T07:50:54.002Z] 666ba61612fd: Download complete [2022-04-15T07:50:54.002Z] 22a0e8bec74d: Verifying Checksum [2022-04-15T07:50:54.002Z] 22a0e8bec74d: Download complete [2022-04-15T07:50:54.002Z] 640e595b4fbd: Verifying Checksum [2022-04-15T07:50:54.002Z] 640e595b4fbd: Download complete [2022-04-15T07:50:54.002Z] 59bf1c3509f3: Verifying Checksum [2022-04-15T07:50:54.002Z] 59bf1c3509f3: Download complete [2022-04-15T07:50:54.002Z] 763cafe07f6e: Download complete [2022-04-15T07:50:54.002Z] 0c0b528cf693: Verifying Checksum [2022-04-15T07:50:54.002Z] 0c0b528cf693: Download complete [2022-04-15T07:50:54.002Z] 59bf1c3509f3: Pull complete [2022-04-15T07:50:54.264Z] 666ba61612fd: Pull complete [2022-04-15T07:50:54.264Z] 8ed8ca486205: Pull complete [2022-04-15T07:50:54.842Z] 10935f4eaf8b: Verifying Checksum [2022-04-15T07:50:54.842Z] 10935f4eaf8b: Download complete [2022-04-15T07:50:54.842Z] 4fe6c5a15a65: Verifying Checksum [2022-04-15T07:50:54.842Z] 4fe6c5a15a65: Download complete [2022-04-15T07:50:58.138Z] 4fe6c5a15a65: Pull complete [2022-04-15T07:50:58.397Z] 22a0e8bec74d: Pull complete [2022-04-15T07:50:58.397Z] 640e595b4fbd: Pull complete [2022-04-15T07:50:58.657Z] 763cafe07f6e: Pull complete [2022-04-15T07:50:58.657Z] 0c0b528cf693: Pull complete [2022-04-15T07:51:01.197Z] 10935f4eaf8b: Pull complete [2022-04-15T07:51:01.197Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-15T07:51:01.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-15T07:51:01.197Z] ---> 99d49a6021b9 [2022-04-15T07:51:01.197Z] Step 3/11 : ARG MAKE=make build [2022-04-15T07:51:02.580Z] ---> Running in 74679ba5f4b4 [2022-04-15T07:51:02.580Z] Removing intermediate container 74679ba5f4b4 [2022-04-15T07:51:02.580Z] ---> f1003560ea65 [2022-04-15T07:51:02.580Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-15T07:51:02.580Z] ---> Running in 42ebd2bc9ab4 [2022-04-15T07:51:02.840Z] Removing intermediate container 42ebd2bc9ab4 [2022-04-15T07:51:02.840Z] ---> 61f6b16d516f [2022-04-15T07:51:02.840Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:51:02.840Z] ---> Running in 51b485b3c91f [2022-04-15T07:51:02.840Z] Removing intermediate container 51b485b3c91f [2022-04-15T07:51:02.840Z] ---> b0271d2fc1e3 [2022-04-15T07:51:02.840Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:51:03.099Z] ---> Running in a200385073bb [2022-04-15T07:51:03.667Z] Removing intermediate container a200385073bb [2022-04-15T07:51:03.667Z] ---> 0972bdd6c63e [2022-04-15T07:51:03.667Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T07:51:03.667Z] ---> Running in 2a20b3185336 [2022-04-15T07:51:03.927Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T07:51:04.870Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T07:51:05.133Z] OK: 221 MiB in 52 packages [2022-04-15T07:51:05.701Z] Removing intermediate container 2a20b3185336 [2022-04-15T07:51:05.701Z] ---> b68771eeda43 [2022-04-15T07:51:05.701Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-15T07:51:05.701Z] ---> 7119c5f98590 [2022-04-15T07:51:05.701Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T07:51:05.701Z] ---> Running in 440e32b1d031 [2022-04-15T07:51:06.772Z] Still waiting to schedule task [2022-04-15T07:51:06.772Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-04-15T07:51:17.923Z] Removing intermediate container 440e32b1d031 [2022-04-15T07:51:17.923Z] ---> 78f9af46360e [2022-04-15T07:51:17.923Z] Step 10/11 : COPY . . [2022-04-15T07:51:17.923Z] ---> 5a0ff4ff34ab [2022-04-15T07:51:17.923Z] Step 11/11 : RUN ${MAKE} [2022-04-15T07:51:17.923Z] ---> Running in 81868e653075 [2022-04-15T07:51:18.186Z] noop [2022-04-15T07:51:18.447Z] Removing intermediate container 81868e653075 [2022-04-15T07:51:18.447Z] ---> 5c58a02b8e2c [2022-04-15T07:51:18.447Z] Successfully built 5c58a02b8e2c [2022-04-15T07:51:18.447Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:51:18.774Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-15T07:51:18.774Z] . [Pipeline] withDockerContainer [2022-04-15T07:51:18.865Z] prd-ubuntu20.04-docker-8c-8g-21050 does not seem to be running inside a container [2022-04-15T07:51:18.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1138 -v /w/workspace/gexfoundry_device-sdk-go_PR-1138:/w/workspace/gexfoundry_device-sdk-go_PR-1138:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-15T07:51:19.272Z] $ docker top 600051ce6587c2b437a47b227a33d1bb0c2944ad35ecf4c251c2611e742f21bc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T07:51:19.682Z] + go version [2022-04-15T07:51:19.682Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-15T07:51:19.716Z] $ docker stop --time=1 600051ce6587c2b437a47b227a33d1bb0c2944ad35ecf4c251c2611e742f21bc [2022-04-15T07:51:21.064Z] $ docker rm -f 600051ce6587c2b437a47b227a33d1bb0c2944ad35ecf4c251c2611e742f21bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:51:21.727Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-15T07:51:21.727Z] . [Pipeline] withDockerContainer [2022-04-15T07:51:21.807Z] prd-ubuntu20.04-docker-8c-8g-21050 does not seem to be running inside a container [2022-04-15T07:51:21.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1138 -v /w/workspace/gexfoundry_device-sdk-go_PR-1138:/w/workspace/gexfoundry_device-sdk-go_PR-1138:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-15T07:51:22.234Z] $ docker top 78bc2d44e83d8d866c828fe3ce1fc0894df308126b0be1da76494d707573da33 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-15T07:51:22.683Z] + make test [2022-04-15T07:51:22.683Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-15T07:51:27.954Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.070s coverage: 23.3% of statements [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 27.6% of statements [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.075s coverage: 78.9% of statements [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.052s coverage: 10.8% of statements [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.090s coverage: 34.7% of statements [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.081s coverage: 86.1% of statements [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.114s coverage: 65.1% of statements [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.896s coverage: 89.2% of statements [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-15T07:51:40.300Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 4.7% of statements [2022-04-15T07:51:40.300Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-15T07:51:55.259Z] GO111MODULE=on go vet ./... [2022-04-15T07:51:57.800Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-15T07:51:57.800Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-15T07:51:57.800Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-15T07:51:58.087Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-15T07:51:58.121Z] $ docker stop --time=1 78bc2d44e83d8d866c828fe3ce1fc0894df308126b0be1da76494d707573da33 [2022-04-15T07:52:00.139Z] $ docker rm -f 78bc2d44e83d8d866c828fe3ce1fc0894df308126b0be1da76494d707573da33 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T07:52:00.694Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-15T07:52:00.784Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-15T07:52:01.530Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-15T07:52:01.840Z] + ls -al . [2022-04-15T07:52:01.840Z] total 316 [2022-04-15T07:52:01.840Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 15 07:51 . [2022-04-15T07:52:01.840Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:50 .. [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 15 07:50 .dockerignore [2022-04-15T07:52:01.840Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 07:50 .git [2022-04-15T07:52:01.840Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:50 .github [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 15 07:50 .gitignore [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 15 07:50 .golangci.yml [2022-04-15T07:52:01.840Z] drwx------ 3 jenkins jenkins 4096 Apr 15 07:50 .semver [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 15 07:50 CHANGELOG.md [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 15 07:50 GOVERNANCE.md [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 15 07:50 Jenkinsfile [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 15 07:50 LICENSE [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 2015 Apr 15 07:50 Makefile [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 15 07:50 OWNERS.md [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 15 07:50 README.md [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 07:50 VERSION [2022-04-15T07:52:01.840Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:50 bin [2022-04-15T07:52:01.840Z] -rw-r--r-- 1 jenkins jenkins 129788 Apr 15 07:51 coverage.out [2022-04-15T07:52:01.840Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:50 example [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 3106 Apr 15 07:50 go.mod [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 53786 Apr 15 07:50 go.sum [2022-04-15T07:52:01.840Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 15 07:50 internal [2022-04-15T07:52:01.840Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 07:50 openapi [2022-04-15T07:52:01.840Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:50 pkg [2022-04-15T07:52:01.840Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:50 snap [2022-04-15T07:52:01.840Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 15 07:50 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:52:02.165Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=e2315f66138f948906b99415fa54277ed1bedb14 --label arch=amd64 --label version=0.0.0 . [2022-04-15T07:52:02.165Z] Sending build context to Docker daemon 9.761MB [2022-04-15T07:52:02.165Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T07:52:02.165Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-15T07:52:02.165Z] ---> 5c58a02b8e2c [2022-04-15T07:52:02.165Z] Step 3/25 : ARG MAKE=make build [2022-04-15T07:52:02.165Z] ---> Running in 7b5b65ac2ed6 [2022-04-15T07:52:02.425Z] Removing intermediate container 7b5b65ac2ed6 [2022-04-15T07:52:02.425Z] ---> 14dbde278958 [2022-04-15T07:52:02.425Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-15T07:52:02.425Z] ---> Running in f97d9844b4c6 [2022-04-15T07:52:02.425Z] Removing intermediate container f97d9844b4c6 [2022-04-15T07:52:02.425Z] ---> 1e3d140a841d [2022-04-15T07:52:02.425Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:52:02.425Z] ---> Running in a7465c4172b4 [2022-04-15T07:52:02.686Z] Removing intermediate container a7465c4172b4 [2022-04-15T07:52:02.686Z] ---> f52ec410aa2e [2022-04-15T07:52:02.686Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:52:02.686Z] ---> Running in 788394f3b07a [2022-04-15T07:52:03.255Z] Removing intermediate container 788394f3b07a [2022-04-15T07:52:03.255Z] ---> 22be92583098 [2022-04-15T07:52:03.255Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T07:52:03.255Z] ---> Running in 6f37ab09ec0f [2022-04-15T07:52:03.516Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T07:52:04.087Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T07:52:04.657Z] OK: 221 MiB in 52 packages [2022-04-15T07:52:04.657Z] Removing intermediate container 6f37ab09ec0f [2022-04-15T07:52:04.657Z] ---> 2c4ac71b03f1 [2022-04-15T07:52:04.657Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-15T07:52:04.916Z] ---> 8440fbf903f7 [2022-04-15T07:52:04.916Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T07:52:04.916Z] ---> Running in 2aefc8d785ac [2022-04-15T07:52:05.487Z] Removing intermediate container 2aefc8d785ac [2022-04-15T07:52:05.487Z] ---> 80ec7bf4587a [2022-04-15T07:52:05.487Z] Step 10/25 : COPY . . [2022-04-15T07:52:06.058Z] ---> 38730117c367 [2022-04-15T07:52:06.058Z] Step 11/25 : RUN ${MAKE} [2022-04-15T07:52:06.058Z] ---> Running in c395a404a58a [2022-04-15T07:52:06.317Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-04-15T07:52:24.410Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-15T07:52:24.410Z] Removing intermediate container c395a404a58a [2022-04-15T07:52:24.410Z] ---> 6ca8412c6554 [2022-04-15T07:52:24.410Z] Step 12/25 : FROM alpine:3.14 [2022-04-15T07:52:24.979Z] 3.14: Pulling from library/alpine [2022-04-15T07:52:25.239Z] 8663204ce13b: Pulling fs layer [2022-04-15T07:52:25.239Z] 8663204ce13b: Verifying Checksum [2022-04-15T07:52:25.239Z] 8663204ce13b: Download complete [2022-04-15T07:52:25.500Z] 8663204ce13b: Pull complete [2022-04-15T07:52:25.500Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-15T07:52:25.500Z] Status: Downloaded newer image for alpine:3.14 [2022-04-15T07:52:25.500Z] ---> e04c818066af [2022-04-15T07:52:25.500Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:52:25.500Z] ---> Running in 2586a0d4bfe2 [2022-04-15T07:52:25.760Z] Removing intermediate container 2586a0d4bfe2 [2022-04-15T07:52:25.760Z] ---> 870054610eb7 [2022-04-15T07:52:25.760Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:52:25.760Z] ---> Running in f89b7b3ca325 [2022-04-15T07:52:26.331Z] Removing intermediate container f89b7b3ca325 [2022-04-15T07:52:26.331Z] ---> c651c9cad633 [2022-04-15T07:52:26.331Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-15T07:52:26.331Z] ---> Running in d1384c915916 [2022-04-15T07:52:26.591Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T07:52:27.532Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T07:52:27.791Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-15T07:52:27.791Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-15T07:52:27.791Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-15T07:52:28.051Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-15T07:52:28.051Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-15T07:52:28.051Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T07:52:28.051Z] OK: 8 MiB in 19 packages [2022-04-15T07:52:28.618Z] Removing intermediate container d1384c915916 [2022-04-15T07:52:28.618Z] ---> 2f11bc54d295 [2022-04-15T07:52:28.618Z] Step 16/25 : WORKDIR / [2022-04-15T07:52:28.618Z] ---> Running in 7d6568b09390 [2022-04-15T07:52:28.618Z] Removing intermediate container 7d6568b09390 [2022-04-15T07:52:28.618Z] ---> b2b88b011ce2 [2022-04-15T07:52:28.618Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-15T07:52:28.878Z] ---> 9f1ee8bb4eab [2022-04-15T07:52:28.878Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-15T07:52:29.449Z] ---> 45696f80467a [2022-04-15T07:52:29.449Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-15T07:52:29.449Z] ---> 5388ce22c9cc [2022-04-15T07:52:29.449Z] Step 20/25 : EXPOSE 59999 [2022-04-15T07:52:29.449Z] ---> Running in 9725c3f019ef [2022-04-15T07:52:29.449Z] Removing intermediate container 9725c3f019ef [2022-04-15T07:52:29.449Z] ---> 7792022a49f4 [2022-04-15T07:52:29.449Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-15T07:52:29.449Z] ---> Running in 8857094ac588 [2022-04-15T07:52:29.710Z] Removing intermediate container 8857094ac588 [2022-04-15T07:52:29.710Z] ---> 37f8e4544833 [2022-04-15T07:52:29.710Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T07:52:29.710Z] ---> Running in f7f73062a623 [2022-04-15T07:52:29.710Z] Removing intermediate container f7f73062a623 [2022-04-15T07:52:29.710Z] ---> 18b6c1861c54 [2022-04-15T07:52:29.710Z] Step 23/25 : LABEL arch=amd64 [2022-04-15T07:52:29.710Z] ---> Running in eed78137db9c [2022-04-15T07:52:29.971Z] Removing intermediate container eed78137db9c [2022-04-15T07:52:29.971Z] ---> d6758c23a82b [2022-04-15T07:52:29.971Z] Step 24/25 : LABEL git_sha=e2315f66138f948906b99415fa54277ed1bedb14 [2022-04-15T07:52:29.971Z] ---> Running in 64add4d69433 [2022-04-15T07:52:29.971Z] Removing intermediate container 64add4d69433 [2022-04-15T07:52:29.971Z] ---> cd9fc4d04445 [2022-04-15T07:52:29.971Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T07:52:29.971Z] ---> Running in 0a30c986d551 [2022-04-15T07:52:30.231Z] Removing intermediate container 0a30c986d551 [2022-04-15T07:52:30.231Z] ---> 26682612a476 [2022-04-15T07:52:30.231Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-15T07:52:30.231Z] Successfully built 26682612a476 [2022-04-15T07:52:30.231Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:52:30.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T07:52:30.955Z] [2022-04-15T07:52:30.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:52:31.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T07:52:31.293Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-15T07:52:31.293Z] 5eb5b503b376: Pulling fs layer [2022-04-15T07:52:31.293Z] 5c69ac0246d0: Pulling fs layer [2022-04-15T07:52:31.293Z] ec43610c2a17: Pulling fs layer [2022-04-15T07:52:31.293Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-15T07:52:31.293Z] 33b1e0a273af: Pulling fs layer [2022-04-15T07:52:31.293Z] 5d3b04190fa2: Pulling fs layer [2022-04-15T07:52:31.293Z] 2f39f015ded8: Pulling fs layer [2022-04-15T07:52:31.293Z] 3a2ae6a8a46f: Waiting [2022-04-15T07:52:31.293Z] 33b1e0a273af: Waiting [2022-04-15T07:52:31.293Z] 5d3b04190fa2: Waiting [2022-04-15T07:52:31.293Z] 2f39f015ded8: Waiting [2022-04-15T07:52:31.293Z] 5c69ac0246d0: Verifying Checksum [2022-04-15T07:52:31.293Z] 5c69ac0246d0: Download complete [2022-04-15T07:52:31.293Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-15T07:52:31.293Z] 3a2ae6a8a46f: Download complete [2022-04-15T07:52:31.293Z] 33b1e0a273af: Verifying Checksum [2022-04-15T07:52:31.293Z] 33b1e0a273af: Download complete [2022-04-15T07:52:31.293Z] ec43610c2a17: Verifying Checksum [2022-04-15T07:52:31.293Z] ec43610c2a17: Download complete [2022-04-15T07:52:31.293Z] 5d3b04190fa2: Download complete [2022-04-15T07:52:31.552Z] 5eb5b503b376: Download complete [2022-04-15T07:52:32.122Z] 2f39f015ded8: Download complete [2022-04-15T07:52:32.692Z] 5eb5b503b376: Pull complete [2022-04-15T07:52:32.951Z] 5c69ac0246d0: Pull complete [2022-04-15T07:52:33.211Z] ec43610c2a17: Pull complete [2022-04-15T07:52:33.211Z] 3a2ae6a8a46f: Pull complete [2022-04-15T07:52:33.472Z] 33b1e0a273af: Pull complete [2022-04-15T07:52:33.472Z] 5d3b04190fa2: Pull complete [2022-04-15T07:52:37.663Z] 2f39f015ded8: Pull complete [2022-04-15T07:52:37.663Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-15T07:52:37.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T07:52:37.663Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-15T07:52:37.752Z] prd-ubuntu20.04-docker-8c-8g-21050 does not seem to be running inside a container [2022-04-15T07:52:37.789Z] $ 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/gexfoundry_device-sdk-go_PR-1138 -v /w/workspace/gexfoundry_device-sdk-go_PR-1138:/w/workspace/gexfoundry_device-sdk-go_PR-1138:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1138@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:latest cat [2022-04-15T07:52:39.137Z] $ docker top 1ba355459e15468ef2b9070c4046b39c41a264cce2a5193bfb2b10b426d34f83 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:52:39.582Z] ---> job-cost.sh [2022-04-15T07:52:39.582Z] lf-activate-venv: SKIPPING [2022-04-15T07:52:39.582Z] INFO: No Stack... [2022-04-15T07:52:39.842Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-15T07:52:40.411Z] INFO: Archiving Costs [Pipeline] sh [2022-04-15T07:52:40.733Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1138/archives/cost.csv [2022-04-15T07:52:40.733Z] + cut -d, -f6 [Pipeline] lock [2022-04-15T07:52:40.779Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] [2022-04-15T07:52:40.784Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] did not exist. Created. [2022-04-15T07:52:40.784Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-15T07:52:41.173Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-15T07:52:41.229Z] Stashed 1 file(s) [Pipeline] } [2022-04-15T07:52:41.254Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-15T07:52:41.338Z] $ docker stop --time=1 1ba355459e15468ef2b9070c4046b39c41a264cce2a5193bfb2b10b426d34f83 [2022-04-15T07:52:42.489Z] $ docker rm -f 1ba355459e15468ef2b9070c4046b39c41a264cce2a5193bfb2b10b426d34f83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-15T07:54:52.631Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21053 in /w/workspace/gexfoundry_device-sdk-go_PR-1138 [Pipeline] { [Pipeline] ws [2022-04-15T07:54:52.671Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-04-15T07:54:53.098Z] The recommended git tool is: git [2022-04-15T07:54:58.786Z] using credential edgex-jenkins-ssh [2022-04-15T07:54:58.805Z] Cloning the remote Git repository [2022-04-15T07:54:58.882Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-04-15T07:54:58.975Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-04-15T07:54:59.089Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-15T07:54:59.090Z] > git --version # timeout=10 [2022-04-15T07:54:59.117Z] > git --version # 'git version 2.25.1' [2022-04-15T07:54:59.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T07:54:59.277Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-15T07:55:00.953Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-15T07:55:00.976Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-15T07:55:01.006Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-15T07:55:01.729Z] Merging remotes/origin/main commit dd514f718fd528170d25c4d96999316fe43c7c62 into PR head commit e2315f66138f948906b99415fa54277ed1bedb14 [2022-04-15T07:55:02.041Z] Merge succeeded, producing e2315f66138f948906b99415fa54277ed1bedb14 [2022-04-15T07:55:02.042Z] Checking out Revision e2315f66138f948906b99415fa54277ed1bedb14 (PR-1138) [2022-04-15T07:55:01.058Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-15T07:55:01.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T07:55:01.081Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1138/head:refs/remotes/origin/PR-1138 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-15T07:55:01.764Z] > git config core.sparsecheckout # timeout=10 [2022-04-15T07:55:01.793Z] > git checkout -f e2315f66138f948906b99415fa54277ed1bedb14 # timeout=10 [2022-04-15T07:55:01.924Z] > git remote # timeout=10 [2022-04-15T07:55:01.958Z] > git config --get remote.origin.url # timeout=10 [2022-04-15T07:55:01.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T07:55:01.992Z] > git merge dd514f718fd528170d25c4d96999316fe43c7c62 # timeout=10 [2022-04-15T07:55:02.023Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-15T07:55:02.062Z] > git config core.sparsecheckout # timeout=10 [2022-04-15T07:55:02.081Z] > git checkout -f e2315f66138f948906b99415fa54277ed1bedb14 # timeout=10 [2022-04-15T07:55:06.597Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-04-15T07:55:06.678Z] > git --version # timeout=10 [2022-04-15T07:55:06.689Z] > git --version # 'git version 2.25.1' [2022-04-15T07:55:06.709Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-15T07:55:07.766Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-15T07:55:07.766Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-15T07:55:07.766Z] Dload Upload Total Spent Left Speed [2022-04-15T07:55:07.766Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 199k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh [2022-04-15T07:55:08.308Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-15T07:55:08.672Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-15T07:55:08.672Z] + sudo tee /etc/docker/daemon.new [2022-04-15T07:55:08.672Z] { [2022-04-15T07:55:08.672Z] "registry-mirrors": [ [2022-04-15T07:55:08.672Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-15T07:55:08.672Z] ], [2022-04-15T07:55:08.672Z] "bip": "10.250.0.254/24", [2022-04-15T07:55:08.672Z] "hosts": [ [2022-04-15T07:55:08.672Z] "tcp://0.0.0.0:5555", [2022-04-15T07:55:08.672Z] "unix:///var/run/docker.sock" [2022-04-15T07:55:08.672Z] ], [2022-04-15T07:55:08.672Z] "mtu": 1458, [2022-04-15T07:55:08.672Z] "selinux-enabled": true, [2022-04-15T07:55:08.672Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-15T07:55:08.672Z] } [Pipeline] sh [2022-04-15T07:55:09.039Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-15T07:55:09.418Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T07:55:27.901Z] provisioning config files... [2022-04-15T07:55:27.934Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7654820280522792966tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:55:28.554Z] ---> docker-login.sh [2022-04-15T07:55:28.554Z] nexus3.edgexfoundry.org:10001 [2022-04-15T07:55:29.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:55:29.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:55:29.434Z] Configure a credential helper to remove this warning. See [2022-04-15T07:55:29.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:55:29.434Z] [2022-04-15T07:55:29.434Z] Login Succeeded [2022-04-15T07:55:29.434Z] nexus3.edgexfoundry.org:10002 [2022-04-15T07:55:30.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:55:30.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:55:30.034Z] Configure a credential helper to remove this warning. See [2022-04-15T07:55:30.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:55:30.034Z] [2022-04-15T07:55:30.034Z] Login Succeeded [2022-04-15T07:55:30.034Z] nexus3.edgexfoundry.org:10003 [2022-04-15T07:55:30.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:55:30.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:55:30.644Z] Configure a credential helper to remove this warning. See [2022-04-15T07:55:30.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:55:30.644Z] [2022-04-15T07:55:30.644Z] Login Succeeded [2022-04-15T07:55:30.644Z] nexus3.edgexfoundry.org:10004 [2022-04-15T07:55:30.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:55:31.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:55:31.197Z] Configure a credential helper to remove this warning. See [2022-04-15T07:55:31.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:55:31.197Z] [2022-04-15T07:55:31.197Z] Login Succeeded [2022-04-15T07:55:31.197Z] docker.io [2022-04-15T07:55:31.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:55:32.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:55:32.077Z] Configure a credential helper to remove this warning. See [2022-04-15T07:55:32.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:55:32.077Z] [2022-04-15T07:55:32.077Z] Login Succeeded [2022-04-15T07:55:32.077Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T07:55:32.107Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-15T07:55:32.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-15T07:55:32.568Z] ========================================================= [2022-04-15T07:55:32.569Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-15T07:55:32.569Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:55:33.018Z] + 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.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-15T07:55:33.630Z] Sending build context to Docker daemon 5.194MB [2022-04-15T07:55:33.630Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T07:55:33.630Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-15T07:55:33.630Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-15T07:55:33.630Z] 9b3977197b4f: Pulling fs layer [2022-04-15T07:55:33.630Z] 1a89e8eeedd5: Pulling fs layer [2022-04-15T07:55:33.630Z] 94645a83ff95: Pulling fs layer [2022-04-15T07:55:33.630Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-15T07:55:33.630Z] 0c92f367c5e7: Pulling fs layer [2022-04-15T07:55:33.630Z] f7c0051592d6: Pulling fs layer [2022-04-15T07:55:33.630Z] a227ed2f7395: Pulling fs layer [2022-04-15T07:55:33.630Z] 7b1c46037f91: Pulling fs layer [2022-04-15T07:55:33.630Z] 3f3a8bcf1eab: Waiting [2022-04-15T07:55:33.630Z] f7c0051592d6: Waiting [2022-04-15T07:55:33.630Z] a227ed2f7395: Waiting [2022-04-15T07:55:33.630Z] 7b1c46037f91: Waiting [2022-04-15T07:55:33.630Z] 94645a83ff95: Verifying Checksum [2022-04-15T07:55:33.630Z] 94645a83ff95: Download complete [2022-04-15T07:55:33.915Z] 1a89e8eeedd5: Download complete [2022-04-15T07:55:33.915Z] 0c92f367c5e7: Verifying Checksum [2022-04-15T07:55:33.915Z] 0c92f367c5e7: Download complete [2022-04-15T07:55:33.915Z] f7c0051592d6: Verifying Checksum [2022-04-15T07:55:33.915Z] f7c0051592d6: Download complete [2022-04-15T07:55:33.915Z] 9b3977197b4f: Verifying Checksum [2022-04-15T07:55:33.915Z] 9b3977197b4f: Download complete [2022-04-15T07:55:33.915Z] a227ed2f7395: Verifying Checksum [2022-04-15T07:55:33.915Z] a227ed2f7395: Download complete [2022-04-15T07:55:34.528Z] 9b3977197b4f: Pull complete [2022-04-15T07:55:35.136Z] 1a89e8eeedd5: Pull complete [2022-04-15T07:55:35.742Z] 94645a83ff95: Pull complete [2022-04-15T07:55:36.017Z] 7b1c46037f91: Verifying Checksum [2022-04-15T07:55:36.017Z] 7b1c46037f91: Download complete [2022-04-15T07:55:36.613Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-15T07:55:36.613Z] 3f3a8bcf1eab: Download complete [2022-04-15T07:55:49.037Z] 3f3a8bcf1eab: Pull complete [2022-04-15T07:55:49.037Z] 0c92f367c5e7: Pull complete [2022-04-15T07:55:49.037Z] f7c0051592d6: Pull complete [2022-04-15T07:55:49.037Z] a227ed2f7395: Pull complete [2022-04-15T07:55:54.451Z] 7b1c46037f91: Pull complete [2022-04-15T07:55:54.451Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-15T07:55:54.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-15T07:55:54.451Z] ---> f79e39bc4007 [2022-04-15T07:55:54.451Z] Step 3/11 : ARG MAKE=make build [2022-04-15T07:55:56.431Z] ---> Running in 234852e0e254 [2022-04-15T07:55:56.431Z] Removing intermediate container 234852e0e254 [2022-04-15T07:55:56.431Z] ---> 3876c32b5220 [2022-04-15T07:55:56.431Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-15T07:55:56.431Z] ---> Running in 033f17b2b139 [2022-04-15T07:55:56.705Z] Removing intermediate container 033f17b2b139 [2022-04-15T07:55:56.705Z] ---> 294a35fcdb7d [2022-04-15T07:55:56.705Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:55:56.981Z] ---> Running in 6486f4574cdd [2022-04-15T07:55:57.259Z] Removing intermediate container 6486f4574cdd [2022-04-15T07:55:57.259Z] ---> 657ca5a239f7 [2022-04-15T07:55:57.259Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:55:57.259Z] ---> Running in 40e0b8c92604 [2022-04-15T07:55:59.243Z] Removing intermediate container 40e0b8c92604 [2022-04-15T07:55:59.244Z] ---> 91a71613ed33 [2022-04-15T07:55:59.244Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T07:55:59.244Z] ---> Running in c02fa82a28cd [2022-04-15T07:56:00.225Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T07:56:01.212Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T07:56:02.192Z] OK: 220 MiB in 52 packages [2022-04-15T07:56:03.169Z] Removing intermediate container c02fa82a28cd [2022-04-15T07:56:03.169Z] ---> 2d38de26ceff [2022-04-15T07:56:03.169Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-15T07:56:03.951Z] ---> dfeaa15da926 [2022-04-15T07:56:03.951Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T07:56:03.951Z] ---> Running in e493014dab6a [2022-04-15T07:56:51.007Z] Removing intermediate container e493014dab6a [2022-04-15T07:56:51.007Z] ---> 5120c0f883a9 [2022-04-15T07:56:51.007Z] Step 10/11 : COPY . . [2022-04-15T07:56:51.007Z] ---> 5033e8345059 [2022-04-15T07:56:51.007Z] Step 11/11 : RUN ${MAKE} [2022-04-15T07:56:51.007Z] ---> Running in cd6d3a2ca439 [2022-04-15T07:56:52.002Z] noop [2022-04-15T07:56:52.603Z] Removing intermediate container cd6d3a2ca439 [2022-04-15T07:56:52.603Z] ---> ba4fd5556bd7 [2022-04-15T07:56:52.603Z] Successfully built ba4fd5556bd7 [2022-04-15T07:56:52.603Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:56:53.016Z] + docker inspect -f . ci-base-image-arm64 [2022-04-15T07:56:53.016Z] . [Pipeline] withDockerContainer [2022-04-15T07:56:53.301Z] prd-ubuntu20.04-docker-arm64-4c-16g-21053 does not seem to be running inside a container [2022-04-15T07:56:53.405Z] $ 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 [2022-04-15T07:56:54.846Z] $ docker top 459c30ee05bdda3ef429af9a847042d7183ab47f44f2629d724b4599ee458ec6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T07:56:55.846Z] + go version [2022-04-15T07:56:55.846Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-15T07:56:55.893Z] $ docker stop --time=1 459c30ee05bdda3ef429af9a847042d7183ab47f44f2629d724b4599ee458ec6 [2022-04-15T07:56:57.595Z] $ docker rm -f 459c30ee05bdda3ef429af9a847042d7183ab47f44f2629d724b4599ee458ec6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:56:58.511Z] + docker inspect -f . ci-base-image-arm64 [2022-04-15T07:56:58.511Z] . [Pipeline] withDockerContainer [2022-04-15T07:56:58.792Z] prd-ubuntu20.04-docker-arm64-4c-16g-21053 does not seem to be running inside a container [2022-04-15T07:56:58.901Z] $ 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 [2022-04-15T07:57:00.347Z] $ docker top 39eb2fa42628c607e20d7f067981950c072b912ae27cf27bf3dc2a68f2ae95cb -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-15T07:57:01.399Z] + make test [2022-04-15T07:57:01.400Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-15T07:57:40.468Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-15T07:59:32.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-15T07:59:32.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-15T07:59:32.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-15T07:59:36.783Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.379s coverage: 23.3% of statements [2022-04-15T07:59:36.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-15T07:59:36.783Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.297s coverage: 27.6% of statements [2022-04-15T07:59:36.783Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.325s coverage: 78.9% of statements [2022-04-15T07:59:38.230Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.317s coverage: 10.8% of statements [2022-04-15T07:59:38.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-15T07:59:38.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-15T07:59:38.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-15T07:59:46.552Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.439s coverage: 34.7% of statements [2022-04-15T07:59:46.552Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-15T07:59:46.552Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.338s coverage: 86.1% of statements [2022-04-15T07:59:46.552Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-15T07:59:46.552Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-15T07:59:46.831Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.454s coverage: 65.1% of statements [2022-04-15T07:59:47.440Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.384s coverage: 89.2% of statements [2022-04-15T07:59:47.440Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-15T07:59:51.804Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.247s coverage: 4.7% of statements [2022-04-15T07:59:51.804Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-15T07:59:52.821Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-15T07:59:52.821Z] GO111MODULE=on go vet ./... [2022-04-15T08:01:29.742Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-15T08:01:29.742Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-15T08:01:29.742Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-15T08:01:29.784Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-15T08:01:29.833Z] $ docker stop --time=1 39eb2fa42628c607e20d7f067981950c072b912ae27cf27bf3dc2a68f2ae95cb [2022-04-15T08:01:31.613Z] $ docker rm -f 39eb2fa42628c607e20d7f067981950c072b912ae27cf27bf3dc2a68f2ae95cb [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T08:01:33.047Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-15T08:01:33.081Z] Warning: overwriting stash ‘coverage-report’ [2022-04-15T08:01:33.767Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-15T08:01:34.348Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-15T08:01:34.705Z] + ls -al . [2022-04-15T08:01:34.705Z] total 312 [2022-04-15T08:01:34.705Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 08:01 . [2022-04-15T08:01:34.705Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:54 .. [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 15 07:55 .dockerignore [2022-04-15T08:01:34.705Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 07:55 .git [2022-04-15T08:01:34.705Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:55 .github [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 15 07:55 .gitignore [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 15 07:55 .golangci.yml [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 15 07:55 CHANGELOG.md [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 15 07:55 GOVERNANCE.md [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 15 07:55 Jenkinsfile [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 15 07:55 LICENSE [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 2015 Apr 15 07:55 Makefile [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 15 07:55 OWNERS.md [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 15 07:55 README.md [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 07:50 VERSION [2022-04-15T08:01:34.705Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:55 bin [2022-04-15T08:01:34.705Z] -rw-r--r-- 1 jenkins jenkins 129788 Apr 15 07:59 coverage.out [2022-04-15T08:01:34.705Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:55 example [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 3106 Apr 15 07:55 go.mod [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 53786 Apr 15 07:55 go.sum [2022-04-15T08:01:34.705Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 15 07:55 internal [2022-04-15T08:01:34.705Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 07:55 openapi [2022-04-15T08:01:34.705Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:55 pkg [2022-04-15T08:01:34.705Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:55 snap [2022-04-15T08:01:34.705Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 15 07:55 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-15T08:01:35.072Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e2315f66138f948906b99415fa54277ed1bedb14 --label arch=arm64 --label version=0.0.0 . [2022-04-15T08:01:35.668Z] Sending build context to Docker daemon 5.325MB [2022-04-15T08:01:35.668Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T08:01:35.668Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-15T08:01:35.668Z] ---> ba4fd5556bd7 [2022-04-15T08:01:35.668Z] Step 3/25 : ARG MAKE=make build [2022-04-15T08:01:35.668Z] ---> Running in 6b9718d85e60 [2022-04-15T08:01:35.942Z] Removing intermediate container 6b9718d85e60 [2022-04-15T08:01:35.942Z] ---> 0d619d525ffd [2022-04-15T08:01:35.942Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-15T08:01:36.218Z] ---> Running in 5a9419dd80c3 [2022-04-15T08:01:36.491Z] Removing intermediate container 5a9419dd80c3 [2022-04-15T08:01:36.491Z] ---> b13be8d49812 [2022-04-15T08:01:36.491Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T08:01:36.491Z] ---> Running in 03e679ab67d1 [2022-04-15T08:01:37.095Z] Removing intermediate container 03e679ab67d1 [2022-04-15T08:01:37.095Z] ---> 0173a19bdc00 [2022-04-15T08:01:37.095Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T08:01:37.095Z] ---> Running in 7706f1de5a13 [2022-04-15T08:01:38.557Z] Removing intermediate container 7706f1de5a13 [2022-04-15T08:01:38.557Z] ---> 66a31861e37e [2022-04-15T08:01:38.557Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T08:01:38.834Z] ---> Running in b6db85b29b01 [2022-04-15T08:01:39.822Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T08:01:40.804Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T08:01:41.789Z] OK: 220 MiB in 52 packages [2022-04-15T08:01:42.422Z] Removing intermediate container b6db85b29b01 [2022-04-15T08:01:42.422Z] ---> 2e647d02e9e8 [2022-04-15T08:01:42.422Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-15T08:01:43.029Z] ---> f9b460660017 [2022-04-15T08:01:43.029Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T08:01:43.029Z] ---> Running in bdb591e738c4 [2022-04-15T08:01:45.656Z] Removing intermediate container bdb591e738c4 [2022-04-15T08:01:45.656Z] ---> 3aedcff7205c [2022-04-15T08:01:45.656Z] Step 10/25 : COPY . . [2022-04-15T08:01:46.639Z] ---> 3f17fa6174af [2022-04-15T08:01:46.639Z] Step 11/25 : RUN ${MAKE} [2022-04-15T08:01:46.639Z] ---> Running in 0f1fd390e5c9 [2022-04-15T08:01:47.640Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-04-15T08:03:54.600Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-15T08:04:01.324Z] Removing intermediate container 0f1fd390e5c9 [2022-04-15T08:04:01.324Z] ---> ae6644018e0c [2022-04-15T08:04:01.324Z] Step 12/25 : FROM alpine:3.14 [2022-04-15T08:04:01.324Z] 3.14: Pulling from library/alpine [2022-04-15T08:04:01.600Z] 455c02918c45: Pulling fs layer [2022-04-15T08:04:01.882Z] 455c02918c45: Verifying Checksum [2022-04-15T08:04:02.479Z] 455c02918c45: Pull complete [2022-04-15T08:04:02.479Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-15T08:04:02.479Z] Status: Downloaded newer image for alpine:3.14 [2022-04-15T08:04:02.479Z] ---> ac73e934f311 [2022-04-15T08:04:02.479Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T08:04:02.479Z] ---> Running in a14d58bb442a [2022-04-15T08:04:02.775Z] Removing intermediate container a14d58bb442a [2022-04-15T08:04:02.775Z] ---> 2807fc271f56 [2022-04-15T08:04:02.775Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T08:04:02.775Z] ---> Running in 689277b7d9c7 [2022-04-15T08:04:04.756Z] Removing intermediate container 689277b7d9c7 [2022-04-15T08:04:04.756Z] ---> b2da4fbcf3f2 [2022-04-15T08:04:04.756Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-15T08:04:04.756Z] ---> Running in 352ae4fd629a [2022-04-15T08:04:05.745Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T08:04:06.738Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T08:04:07.338Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-15T08:04:07.616Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-15T08:04:07.616Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-15T08:04:07.892Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-15T08:04:07.892Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-15T08:04:07.892Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T08:04:07.892Z] OK: 8 MiB in 19 packages [2022-04-15T08:04:08.873Z] Removing intermediate container 352ae4fd629a [2022-04-15T08:04:08.873Z] ---> 3e0dc24ea67d [2022-04-15T08:04:08.873Z] Step 16/25 : WORKDIR / [2022-04-15T08:04:08.873Z] ---> Running in 4b6324349531 [2022-04-15T08:04:09.151Z] Removing intermediate container 4b6324349531 [2022-04-15T08:04:09.151Z] ---> fe3fe4235c73 [2022-04-15T08:04:09.151Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-15T08:04:09.758Z] ---> e4e7b16fdba5 [2022-04-15T08:04:09.758Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-15T08:04:11.740Z] ---> e883f568e5e2 [2022-04-15T08:04:11.740Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-15T08:04:12.013Z] ---> 196bb8da4a2f [2022-04-15T08:04:12.013Z] Step 20/25 : EXPOSE 59999 [2022-04-15T08:04:12.013Z] ---> Running in 67db06ed5797 [2022-04-15T08:04:12.292Z] Removing intermediate container 67db06ed5797 [2022-04-15T08:04:12.292Z] ---> 5f0ad262b689 [2022-04-15T08:04:12.292Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-15T08:04:12.570Z] ---> Running in bfee0955cc6e [2022-04-15T08:04:12.850Z] Removing intermediate container bfee0955cc6e [2022-04-15T08:04:12.850Z] ---> 568aed13ff63 [2022-04-15T08:04:12.850Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T08:04:12.850Z] ---> Running in 9708b883b639 [2022-04-15T08:04:13.144Z] Removing intermediate container 9708b883b639 [2022-04-15T08:04:13.144Z] ---> 1ebe4ae40a05 [2022-04-15T08:04:13.144Z] Step 23/25 : LABEL arch=arm64 [2022-04-15T08:04:13.475Z] ---> Running in bbf74be0e47d [2022-04-15T08:04:13.749Z] Removing intermediate container bbf74be0e47d [2022-04-15T08:04:13.749Z] ---> 8ba0ae97c4d6 [2022-04-15T08:04:13.749Z] Step 24/25 : LABEL git_sha=e2315f66138f948906b99415fa54277ed1bedb14 [2022-04-15T08:04:13.749Z] ---> Running in b2703e537345 [2022-04-15T08:04:14.030Z] Removing intermediate container b2703e537345 [2022-04-15T08:04:14.030Z] ---> 246628188be2 [2022-04-15T08:04:14.030Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T08:04:14.332Z] ---> Running in 12818a5717c0 [2022-04-15T08:04:14.611Z] Removing intermediate container 12818a5717c0 [2022-04-15T08:04:14.611Z] ---> 47256efa83ca [2022-04-15T08:04:14.611Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-15T08:04:14.611Z] Successfully built 47256efa83ca [2022-04-15T08:04:14.611Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T08:04:15.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T08:04:15.324Z] [2022-04-15T08:04:15.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-15T08:04:15.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T08:04:15.980Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-15T08:04:15.980Z] 8998bd30e6a1: Pulling fs layer [2022-04-15T08:04:15.980Z] 04944245beec: Pulling fs layer [2022-04-15T08:04:15.980Z] 699f458cf7ca: Pulling fs layer [2022-04-15T08:04:15.980Z] 765212b225bb: Pulling fs layer [2022-04-15T08:04:15.980Z] f23df028b6ca: Pulling fs layer [2022-04-15T08:04:15.980Z] d65c8cfc05b1: Pulling fs layer [2022-04-15T08:04:15.980Z] 2437ff75d9bd: Pulling fs layer [2022-04-15T08:04:15.980Z] f23df028b6ca: Waiting [2022-04-15T08:04:15.980Z] d65c8cfc05b1: Waiting [2022-04-15T08:04:15.980Z] 2437ff75d9bd: Waiting [2022-04-15T08:04:15.980Z] 765212b225bb: Waiting [2022-04-15T08:04:15.980Z] 04944245beec: Verifying Checksum [2022-04-15T08:04:15.980Z] 04944245beec: Download complete [2022-04-15T08:04:15.980Z] 765212b225bb: Verifying Checksum [2022-04-15T08:04:15.980Z] 765212b225bb: Download complete [2022-04-15T08:04:15.980Z] f23df028b6ca: Verifying Checksum [2022-04-15T08:04:15.980Z] f23df028b6ca: Download complete [2022-04-15T08:04:16.257Z] d65c8cfc05b1: Verifying Checksum [2022-04-15T08:04:16.257Z] d65c8cfc05b1: Download complete [2022-04-15T08:04:16.257Z] 699f458cf7ca: Verifying Checksum [2022-04-15T08:04:16.257Z] 699f458cf7ca: Download complete [2022-04-15T08:04:16.533Z] 8998bd30e6a1: Verifying Checksum [2022-04-15T08:04:16.533Z] 8998bd30e6a1: Download complete [2022-04-15T08:04:19.172Z] 2437ff75d9bd: Download complete [2022-04-15T08:04:21.155Z] 8998bd30e6a1: Pull complete [2022-04-15T08:04:21.749Z] 04944245beec: Pull complete [2022-04-15T08:04:23.185Z] 699f458cf7ca: Pull complete [2022-04-15T08:04:23.458Z] 765212b225bb: Pull complete [2022-04-15T08:04:24.438Z] f23df028b6ca: Pull complete [2022-04-15T08:04:24.438Z] d65c8cfc05b1: Pull complete [2022-04-15T08:04:39.524Z] 2437ff75d9bd: Pull complete [2022-04-15T08:04:39.524Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-15T08:04:39.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T08:04:39.524Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-15T08:04:39.771Z] prd-ubuntu20.04-docker-arm64-4c-16g-21053 does not seem to be running inside a container [2022-04-15T08:04:39.874Z] $ 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 [2022-04-15T08:04:42.675Z] $ docker top 149511c3d73787d0e1adb03278d3eb23f0a3792a94ad869c41ac464f6388ecfb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:43.643Z] ---> job-cost.sh [2022-04-15T08:04:43.644Z] lf-activate-venv: SKIPPING [2022-04-15T08:04:43.644Z] INFO: No Stack... [2022-04-15T08:04:44.242Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-15T08:04:44.838Z] INFO: Archiving Costs [Pipeline] sh [2022-04-15T08:04:45.532Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2022-04-15T08:04:45.532Z] + cut -d, -f6 [Pipeline] lock [2022-04-15T08:04:45.617Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] [2022-04-15T08:04:45.622Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] did not exist. Created. [2022-04-15T08:04:45.622Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-15T08:04:46.366Z] /w/workspace/device-sdk-go/1@tmp/durable-945f8d0f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-15T08:04:47.061Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-15T08:04:47.097Z] Warning: overwriting stash ‘stack-cost’ [2022-04-15T08:04:47.164Z] Stashed 1 file(s) [Pipeline] } [2022-04-15T08:04:47.179Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1138-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-15T08:04:47.282Z] $ docker stop --time=1 149511c3d73787d0e1adb03278d3eb23f0a3792a94ad869c41ac464f6388ecfb [2022-04-15T08:04:48.820Z] $ docker rm -f 149511c3d73787d0e1adb03278d3eb23f0a3792a94ad869c41ac464f6388ecfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-15T08:04:49.893Z] provisioning config files... [2022-04-15T08:04:49.902Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/config1706446715130519831tmp [Pipeline] { [Pipeline] sh [2022-04-15T08:04:50.243Z] + set +x [2022-04-15T08:04:50.243Z] + curl -s https://codecov.io/bash [2022-04-15T08:04:50.243Z] + bash -s -- [2022-04-15T08:04:50.243Z] [2022-04-15T08:04:50.243Z] _____ _ [2022-04-15T08:04:50.243Z] / ____| | | [2022-04-15T08:04:50.243Z] | | ___ __| | ___ ___ _____ __ [2022-04-15T08:04:50.243Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-15T08:04:50.243Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-15T08:04:50.243Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-15T08:04:50.243Z] Bash-1.0.6 [2022-04-15T08:04:50.243Z] [2022-04-15T08:04:50.243Z] [2022-04-15T08:04:50.243Z] ==> git version 2.25.1 found [2022-04-15T08:04:50.243Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-15T08:04:50.243Z] Release-Date: 2020-01-08 [2022-04-15T08:04:50.243Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-15T08:04:50.243Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-15T08:04:50.243Z] ==> Jenkins CI detected. [2022-04-15T08:04:50.243Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1138 [2022-04-15T08:04:50.243Z] project root: . [2022-04-15T08:04:50.243Z] --> token set from env [2022-04-15T08:04:50.243Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-15T08:04:50.243Z] ==> Running gcov in . (disable via -X gcov) [2022-04-15T08:04:50.243Z] ==> Python coveragepy not found [2022-04-15T08:04:50.243Z] ==> Searching for coverage reports in: [2022-04-15T08:04:50.243Z] + . [2022-04-15T08:04:50.243Z] -> Found 1 reports [2022-04-15T08:04:50.243Z] ==> Detecting git/mercurial file structure [2022-04-15T08:04:50.243Z] ==> Reading reports [2022-04-15T08:04:50.243Z] + ./coverage.out bytes=129788 [2022-04-15T08:04:50.243Z] ==> Appending adjustments [2022-04-15T08:04:50.243Z] https://docs.codecov.io/docs/fixing-reports [2022-04-15T08:04:50.504Z] + Found adjustments [2022-04-15T08:04:50.504Z] ==> Gzipping contents [2022-04-15T08:04:50.766Z] 20K /tmp/codecov.XBz4oV.gz [2022-04-15T08:04:50.767Z] ==> Uploading reports [2022-04-15T08:04:50.767Z] url: https://codecov.io [2022-04-15T08:04:50.767Z] query: branch=PR-1138&commit=e2315f66138f948906b99415fa54277ed1bedb14&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1138%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1138&job=&cmd_args= [2022-04-15T08:04:50.767Z] -> Pinging Codecov [2022-04-15T08:04:50.767Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1138&commit=e2315f66138f948906b99415fa54277ed1bedb14&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1138%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1138&job=&cmd_args= [2022-04-15T08:04:51.029Z] -> Uploading to [2022-04-15T08:04:51.029Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-15/7E55EF52A471D76F132DFD9A03CDDE97/e2315f66138f948906b99415fa54277ed1bedb14/9ab789b1-2296-418e-b0d3-5681224ea3cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220415T080450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bd9cf699569b5070caecb6d2d0941909f7f99681cefe00651cdc225d543c2d02 [2022-04-15T08:04:51.029Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-15T08:04:51.029Z] Dload Upload Total Spent Left Speed [2022-04-15T08:04:51.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16638 0 0 100 16638 0 78112 --:--:-- --:--:-- --:--:-- 78481 [2022-04-15T08:04:51.290Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e2315f66138f948906b99415fa54277ed1bedb14 [Pipeline] } [2022-04-15T08:04:51.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-15T08:04:52.980Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1138/archives ] [2022-04-15T08:04:52.980Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1138/archives [2022-04-15T08:04:52.980Z] total 16 [2022-04-15T08:04:52.980Z] drwxr-xr-x 3 root root 4096 Apr 15 07:52 . [2022-04-15T08:04:52.980Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 15 07:52 .. [2022-04-15T08:04:52.980Z] drwxr-xr-x 2 root root 4096 Apr 15 07:52 cost [2022-04-15T08:04:52.980Z] -rw-r--r-- 1 root root 85 Apr 15 07:52 cost.csv [2022-04-15T08:04:52.980Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1138/archives [2022-04-15T08:04:52.980Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1138/archives [2022-04-15T08:04:52.980Z] total 16 [2022-04-15T08:04:52.980Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 15 07:52 . [2022-04-15T08:04:52.980Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 15 07:52 .. [2022-04-15T08:04:52.980Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 15 07:52 cost [2022-04-15T08:04:52.980Z] -rw-r--r-- 1 jenkins jenkins 85 Apr 15 07:52 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:53.313Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:54.209Z] ---> package-listing.sh [2022-04-15T08:04:54.209Z] ++ facter osfamily [2022-04-15T08:04:54.209Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-15T08:04:54.469Z] + OS_FAMILY=debian [2022-04-15T08:04:54.470Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1138 [2022-04-15T08:04:54.470Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-15T08:04:54.470Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-15T08:04:54.470Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-15T08:04:54.470Z] + PACKAGES=/tmp/packages_start.txt [2022-04-15T08:04:54.470Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1138 ']' [2022-04-15T08:04:54.470Z] + PACKAGES=/tmp/packages_end.txt [2022-04-15T08:04:54.470Z] + case "${OS_FAMILY}" in [2022-04-15T08:04:54.470Z] + dpkg -l [2022-04-15T08:04:54.470Z] + grep '^ii' [2022-04-15T08:04:54.470Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-15T08:04:54.470Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-15T08:04:54.470Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-15T08:04:54.470Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1138 ']' [2022-04-15T08:04:54.470Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1138/archives/ [2022-04-15T08:04:54.470Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1138/archives/ [Pipeline] echo [2022-04-15T08:04:54.505Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1138/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-15T08:04:54.801Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-15T08:04:55.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T08:04:55.383Z] . [Pipeline] withDockerContainer [2022-04-15T08:04:55.485Z] prd-ubuntu20.04-docker-8c-8g-21050 does not seem to be running inside a container [2022-04-15T08:04:55.524Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1138/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-1138 -v /w/workspace/gexfoundry_device-sdk-go_PR-1138:/w/workspace/gexfoundry_device-sdk-go_PR-1138:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1138@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 [2022-04-15T08:04:55.767Z] $ docker top a9c8828b7cc56067eccb1a72c30ae29ec9e7577fc315ee644afd13a73c0027d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T08:04:56.159Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-15T08:04:56.468Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-15T08:04:56.777Z] + ls /var/log/sa-host [2022-04-15T08:04:56.778Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T08:04:56.924Z] provisioning config files... [2022-04-15T08:04:56.934Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1138@tmp/config3252217262216898461tmp [Pipeline] { [Pipeline] echo [2022-04-15T08:04:56.984Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:57.303Z] ---> create-netrc.sh [Pipeline] } [2022-04-15T08:04:57.332Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:57.738Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-15T08:04:57.772Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:58.085Z] ---> sudo-logs.sh [2022-04-15T08:04:58.085Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-15T08:04:58.169Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:58.481Z] ---> job-cost.sh [2022-04-15T08:04:58.481Z] lf-activate-venv: SKIPPING [2022-04-15T08:04:58.481Z] DEBUG: total: 0.2199999988079071 [2022-04-15T08:04:58.481Z] INFO: Retrieving Stack Cost... [2022-04-15T08:04:59.054Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-15T08:04:59.312Z] INFO: Archiving Costs [Pipeline] echo [2022-04-15T08:04:59.349Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T08:04:59.665Z] ---> logs-deploy.sh [2022-04-15T08:04:59.665Z] lf-activate-venv: SKIPPING [2022-04-15T08:04:59.665Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1138/1 [2022-04-15T08:04:59.665Z] INFO: archiving workspace using pattern(s): [2022-04-15T08:05:00.601Z] Archives upload complete. [2022-04-15T08:05:00.601Z] INFO: archiving logs to Nexus