Pull request #1441 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 86ff493946669f9427b3f693721b1a4e6349f22a+1f684668525fd42346bcfc2ecf4c1133232fc3c4 (f6778ea57c9bb21b2d7e42393f72539dfe464d00) 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-ssh4367156741976972573.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh3254913402719184253.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-1441/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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-1441/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1946508060753401906.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-1441/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7156444936651720217.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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 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-ssh6598467155151417184.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 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-1441/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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-1441/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12760743023269932609.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 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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/v3]] ========================================================= [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.20 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/v3 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12302 in /w/workspace/gexfoundry_device-sdk-go_PR-1441 [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-1441 # 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 > 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/1441/head:refs/remotes/origin/PR-1441 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1f684668525fd42346bcfc2ecf4c1133232fc3c4 into PR head commit 86ff493946669f9427b3f693721b1a4e6349f22a Merge succeeded, producing 86ff493946669f9427b3f693721b1a4e6349f22a Checking out Revision 86ff493946669f9427b3f693721b1a4e6349f22a (PR-1441) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-02T04:58:50.177Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script > git config core.sparsecheckout # timeout=10 > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1f684668525fd42346bcfc2ecf4c1133232fc3c4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # timeout=10 [Pipeline] { [Pipeline] withCredentials [2023-05-02T04:58:50.363Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-02T04:58:50.457Z] ========================================================= [2023-05-02T04:58:50.457Z] EdgeX Global Pipelines Version Info [2023-05-02T04:58:50.457Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-02T04:58:51.182Z] ------------------- [2023-05-02T04:58:51.182Z] stable info: [2023-05-02T04:58:51.182Z] ------------------- [2023-05-02T04:58:51.182Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-02T04:58:51.182Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-02T04:58:51.182Z] Message: update stable to v1.0.248 [2023-05-02T04:58:51.753Z] ------------------- [2023-05-02T04:58:51.753Z] experimental info: [2023-05-02T04:58:51.753Z] ------------------- [2023-05-02T04:58:51.753Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-02T04:58:51.753Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-02T04:58:51.753Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-02T04:58:52.047Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-05-02T04:58:52.132Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-05-02T04:58:52.176Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-02T04:58:52.214Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-02T04:58:52.257Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-02T04:58:52.293Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-02T04:58:52.331Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-02T04:58:52.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-05-02T04:58:52.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-02T04:58:52.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-02T04:58:52.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-02T04:58:52.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-05-02T04:58:52.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-02T04:58:52.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-02T04:58:52.675Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-02T04:58:52.719Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-05-02T04:58:52.761Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-02T04:58:52.804Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-02T04:58:52.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-02T04:58:52.888Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-02T04:58:52.926Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-02T04:58:52.970Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-02T04:58:53.011Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-02T04:58:53.048Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-02T04:58:53.084Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-02T04:58:53.127Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-02T04:58:53.167Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-02T04:58:53.208Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1441 [Pipeline] echo [2023-05-02T04:58:53.250Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1441 [Pipeline] echo [2023-05-02T04:58:53.333Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1441 [Pipeline] echo [2023-05-02T04:58:53.390Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo [2023-05-02T04:58:53.436Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 86ff493 [Pipeline] echo [2023-05-02T04:58:53.481Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T04:58:53.599Z] provisioning config files... [2023-05-02T04:58:53.616Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config6705647504369070223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T04:58:53.960Z] ---> docker-login.sh [2023-05-02T04:58:53.960Z] nexus3.edgexfoundry.org:10001 [2023-05-02T04:58:54.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:58:54.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:58:54.220Z] Configure a credential helper to remove this warning. See [2023-05-02T04:58:54.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:58:54.220Z] [2023-05-02T04:58:54.220Z] Login Succeeded [2023-05-02T04:58:54.220Z] nexus3.edgexfoundry.org:10002 [2023-05-02T04:58:54.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:58:54.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:58:54.481Z] Configure a credential helper to remove this warning. See [2023-05-02T04:58:54.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:58:54.481Z] [2023-05-02T04:58:54.481Z] Login Succeeded [2023-05-02T04:58:54.481Z] nexus3.edgexfoundry.org:10003 [2023-05-02T04:58:54.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:58:54.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:58:54.481Z] Configure a credential helper to remove this warning. See [2023-05-02T04:58:54.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:58:54.481Z] [2023-05-02T04:58:54.481Z] Login Succeeded [2023-05-02T04:58:54.481Z] nexus3.edgexfoundry.org:10004 [2023-05-02T04:58:54.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:58:54.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:58:54.742Z] Configure a credential helper to remove this warning. See [2023-05-02T04:58:54.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:58:54.742Z] [2023-05-02T04:58:54.742Z] Login Succeeded [2023-05-02T04:58:54.742Z] docker.io [2023-05-02T04:58:54.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:58:55.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:58:55.002Z] Configure a credential helper to remove this warning. See [2023-05-02T04:58:55.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:58:55.002Z] [2023-05-02T04:58:55.002Z] Login Succeeded [2023-05-02T04:58:55.002Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T04:58:55.030Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-02T04:58:55.732Z] + git rev-list -1 --merges 86ff493946669f9427b3f693721b1a4e6349f22a~1..86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo [2023-05-02T04:58:55.795Z] -----------> git rev-list -1 --merges 86ff493946669f9427b3f693721b1a4e6349f22a~1..86ff493946669f9427b3f693721b1a4e6349f22a 86ff493946669f9427b3f693721b1a4e6349f22a [false] [Pipeline] sh [2023-05-02T04:58:56.102Z] + git log --format=format:%s -1 86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo [2023-05-02T04:58:56.137Z] ========================================================= [2023-05-02T04:58:56.137Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-02T04:58:56.137Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-02T04:58:56.570Z] + git log --format=format:%s -1 86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo [2023-05-02T04:58:56.601Z] [semverPrep] GIT_COMMIT: 86ff493946669f9427b3f693721b1a4e6349f22a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-05-02T04:58:56.634Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-02T04:58:57.035Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-02T04:58:57.035Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-02T04:58:57.035Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-02T04:58:57.035Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-02T04:58:57.035Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-02T04:58:57.035Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-02T04:58:57.035Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T04:58:57.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T04:58:57.513Z] [2023-05-02T04:58:57.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T04:58:57.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T04:58:57.899Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-02T04:58:57.899Z] b85a868b505f: Pulling fs layer [2023-05-02T04:58:57.899Z] e2be974225ed: Pulling fs layer [2023-05-02T04:58:57.899Z] 339a4e72a1f5: Pulling fs layer [2023-05-02T04:58:57.899Z] 988bab9f4d93: Pulling fs layer [2023-05-02T04:58:57.899Z] 1469e6f7b9e6: Pulling fs layer [2023-05-02T04:58:57.899Z] eaf3925da568: Pulling fs layer [2023-05-02T04:58:57.899Z] bab4dde63d76: Pulling fs layer [2023-05-02T04:58:57.899Z] bde34c3a00c8: Pulling fs layer [2023-05-02T04:58:57.899Z] b352a97aabf1: Pulling fs layer [2023-05-02T04:58:57.899Z] 4872d77fe225: Pulling fs layer [2023-05-02T04:58:57.899Z] 5851b861e8e6: Pulling fs layer [2023-05-02T04:58:57.899Z] 988bab9f4d93: Waiting [2023-05-02T04:58:57.899Z] bab4dde63d76: Waiting [2023-05-02T04:58:57.899Z] bde34c3a00c8: Waiting [2023-05-02T04:58:57.899Z] eaf3925da568: Waiting [2023-05-02T04:58:57.899Z] 1469e6f7b9e6: Waiting [2023-05-02T04:58:57.899Z] b352a97aabf1: Waiting [2023-05-02T04:58:57.899Z] 5851b861e8e6: Waiting [2023-05-02T04:58:57.899Z] e2be974225ed: Verifying Checksum [2023-05-02T04:58:57.899Z] e2be974225ed: Download complete [2023-05-02T04:58:57.900Z] 988bab9f4d93: Verifying Checksum [2023-05-02T04:58:57.900Z] 988bab9f4d93: Download complete [2023-05-02T04:58:57.900Z] 1469e6f7b9e6: Verifying Checksum [2023-05-02T04:58:57.900Z] 1469e6f7b9e6: Download complete [2023-05-02T04:58:58.159Z] eaf3925da568: Verifying Checksum [2023-05-02T04:58:58.159Z] eaf3925da568: Download complete [2023-05-02T04:58:58.159Z] 339a4e72a1f5: Verifying Checksum [2023-05-02T04:58:58.159Z] 339a4e72a1f5: Download complete [2023-05-02T04:58:58.159Z] bde34c3a00c8: Verifying Checksum [2023-05-02T04:58:58.159Z] bde34c3a00c8: Download complete [2023-05-02T04:58:58.159Z] b352a97aabf1: Download complete [2023-05-02T04:58:58.159Z] 4872d77fe225: Verifying Checksum [2023-05-02T04:58:58.159Z] 4872d77fe225: Download complete [2023-05-02T04:58:58.159Z] 5851b861e8e6: Verifying Checksum [2023-05-02T04:58:58.159Z] 5851b861e8e6: Download complete [2023-05-02T04:58:58.159Z] b85a868b505f: Verifying Checksum [2023-05-02T04:58:58.159Z] b85a868b505f: Download complete [2023-05-02T04:58:58.419Z] bab4dde63d76: Verifying Checksum [2023-05-02T04:58:58.419Z] bab4dde63d76: Download complete [2023-05-02T04:58:59.356Z] b85a868b505f: Pull complete [2023-05-02T04:58:59.614Z] e2be974225ed: Pull complete [2023-05-02T04:59:00.182Z] 339a4e72a1f5: Pull complete [2023-05-02T04:59:00.182Z] 988bab9f4d93: Pull complete [2023-05-02T04:59:00.443Z] 1469e6f7b9e6: Pull complete [2023-05-02T04:59:00.443Z] eaf3925da568: Pull complete [2023-05-02T04:59:02.366Z] bab4dde63d76: Pull complete [2023-05-02T04:59:02.366Z] bde34c3a00c8: Pull complete [2023-05-02T04:59:02.630Z] b352a97aabf1: Pull complete [2023-05-02T04:59:02.630Z] 4872d77fe225: Pull complete [2023-05-02T04:59:02.630Z] 5851b861e8e6: Pull complete [2023-05-02T04:59:02.630Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-02T04:59:02.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T04:59:02.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T04:59:03.140Z] prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container [2023-05-02T04:59:03.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-02T04:59:05.183Z] $ docker top 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e -eo pid,comm [2023-05-02T04:59:05.232Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-02T04:59:05.232Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-02T04:59:05.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-02T04:59:05.366Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-02T04:59:05.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-02T04:59:05.498Z] $ docker exec 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent [2023-05-02T04:59:05.625Z] SSH_AUTH_SOCK=/tmp/ssh-tfhXOi31C93M/agent.34 [2023-05-02T04:59:05.625Z] SSH_AGENT_PID=40 [2023-05-02T04:59:05.633Z] Running ssh-add (command line suppressed) [2023-05-02T04:59:05.757Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_7419756857748412881.key (/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_7419756857748412881.key) [2023-05-02T04:59:05.768Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-02T04:59:06.096Z] + git tag --points-at HEAD [Pipeline] } [2023-05-02T04:59:06.126Z] $ docker exec --env ******** --env ******** 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent -k [2023-05-02T04:59:06.234Z] unset SSH_AUTH_SOCK; [2023-05-02T04:59:06.235Z] unset SSH_AGENT_PID; [2023-05-02T04:59:06.235Z] echo Agent pid 40 killed; [2023-05-02T04:59:06.241Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-02T04:59:06.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-02T04:59:06.337Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-02T04:59:06.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-02T04:59:06.461Z] $ docker exec 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent [2023-05-02T04:59:06.563Z] SSH_AUTH_SOCK=/tmp/ssh-ydajaG8ZmpRa/agent.73 [2023-05-02T04:59:06.563Z] SSH_AGENT_PID=79 [2023-05-02T04:59:06.568Z] Running ssh-add (command line suppressed) [2023-05-02T04:59:06.692Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_17780839978779066896.key (/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_17780839978779066896.key) [2023-05-02T04:59:06.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-02T04:59:07.032Z] + git semver init [2023-05-02T04:59:07.292Z] 2023-05-02 04:59:07,248 [run_init] DEBUG init version:0.0.0 force:False [2023-05-02T04:59:07.292Z] 2023-05-02 04:59:07,250 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver [2023-05-02T04:59:07.292Z] 2023-05-02 04:59:07,251 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver [2023-05-02T04:59:07.292Z] 2023-05-02 04:59:07,251 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1441, universal_newlines=False, shell=None, istream=None) [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,261 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.git/info/exclude [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,262 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver/PR-1441 with force:False [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,262 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver/PR-1441 [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,266 [execute] INFO git cat-file --batch-check [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,267 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver, universal_newlines=False, shell=None, istream=) [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,272 [execute] INFO git cat-file --batch [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,273 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver, universal_newlines=False, shell=None, istream=) [2023-05-02T04:59:08.683Z] 2023-05-02 04:59:08,277 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver/PR-1441 [2023-05-02T04:59:08.683Z] 0.0.0 [Pipeline] } [2023-05-02T04:59:08.711Z] $ docker exec --env ******** --env ******** 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent -k [2023-05-02T04:59:08.816Z] unset SSH_AUTH_SOCK; [2023-05-02T04:59:08.816Z] unset SSH_AGENT_PID; [2023-05-02T04:59:08.816Z] echo Agent pid 79 killed; [2023-05-02T04:59:08.823Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-02T04:59:09.256Z] + git semver [Pipeline] } [2023-05-02T04:59:09.543Z] $ docker stop --time=1 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e [2023-05-02T04:59:10.861Z] $ docker rm -f --volumes 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T04:59:11.293Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-02T04:59:11.559Z] Stashed 1 file(s) [Pipeline] echo [2023-05-02T04:59:11.579Z] [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 [2023-05-02T04:59:12.146Z] provisioning config files... [2023-05-02T04:59:12.156Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config15774712060028337082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T04:59:12.506Z] ---> docker-login.sh [2023-05-02T04:59:12.506Z] nexus3.edgexfoundry.org:10001 [2023-05-02T04:59:12.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:59:12.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:59:12.506Z] Configure a credential helper to remove this warning. See [2023-05-02T04:59:12.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:59:12.506Z] [2023-05-02T04:59:12.506Z] Login Succeeded [2023-05-02T04:59:12.506Z] nexus3.edgexfoundry.org:10002 [2023-05-02T04:59:12.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:59:12.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:59:12.506Z] Configure a credential helper to remove this warning. See [2023-05-02T04:59:12.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:59:12.506Z] [2023-05-02T04:59:12.506Z] Login Succeeded [2023-05-02T04:59:12.506Z] nexus3.edgexfoundry.org:10003 [2023-05-02T04:59:12.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:59:12.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:59:12.765Z] Configure a credential helper to remove this warning. See [2023-05-02T04:59:12.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:59:12.765Z] [2023-05-02T04:59:12.765Z] Login Succeeded [2023-05-02T04:59:12.765Z] nexus3.edgexfoundry.org:10004 [2023-05-02T04:59:12.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:59:12.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:59:12.765Z] Configure a credential helper to remove this warning. See [2023-05-02T04:59:12.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:59:12.765Z] [2023-05-02T04:59:12.765Z] Login Succeeded [2023-05-02T04:59:12.765Z] docker.io [2023-05-02T04:59:13.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T04:59:13.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T04:59:13.024Z] Configure a credential helper to remove this warning. See [2023-05-02T04:59:13.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T04:59:13.024Z] [2023-05-02T04:59:13.024Z] Login Succeeded [2023-05-02T04:59:13.024Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T04:59:13.056Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-02T04:59:13.247Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T04:59:13.284Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T04:59:13.317Z] ========================================================= [2023-05-02T04:59:13.317Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-02T04:59:13.317Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T04:59:13.796Z] + 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.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-02T04:59:13.796Z] Sending build context to Docker daemon 11.06MB [2023-05-02T04:59:13.796Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T04:59:13.796Z] Step 2/10 : FROM ${BASE} AS builder [2023-05-02T04:59:14.056Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-02T04:59:14.056Z] f56be85fc22e: Pulling fs layer [2023-05-02T04:59:14.056Z] 85791d961cd3: Pulling fs layer [2023-05-02T04:59:14.056Z] d694b5ae8c79: Pulling fs layer [2023-05-02T04:59:14.056Z] 9f32a84ed3da: Pulling fs layer [2023-05-02T04:59:14.056Z] 4d19c01a9841: Pulling fs layer [2023-05-02T04:59:14.056Z] 9325e15d5711: Pulling fs layer [2023-05-02T04:59:14.056Z] 556b6ee489ea: Pulling fs layer [2023-05-02T04:59:14.056Z] c5a4b2cf53e6: Pulling fs layer [2023-05-02T04:59:14.056Z] 9f32a84ed3da: Waiting [2023-05-02T04:59:14.056Z] 4d19c01a9841: Waiting [2023-05-02T04:59:14.056Z] 9325e15d5711: Waiting [2023-05-02T04:59:14.056Z] c5a4b2cf53e6: Waiting [2023-05-02T04:59:14.056Z] 85791d961cd3: Download complete [2023-05-02T04:59:14.056Z] 9f32a84ed3da: Verifying Checksum [2023-05-02T04:59:14.056Z] 9f32a84ed3da: Download complete [2023-05-02T04:59:14.056Z] 4d19c01a9841: Download complete [2023-05-02T04:59:14.056Z] f56be85fc22e: Verifying Checksum [2023-05-02T04:59:14.056Z] f56be85fc22e: Download complete [2023-05-02T04:59:14.056Z] 9325e15d5711: Verifying Checksum [2023-05-02T04:59:14.056Z] 9325e15d5711: Download complete [2023-05-02T04:59:14.321Z] f56be85fc22e: Pull complete [2023-05-02T04:59:14.321Z] 85791d961cd3: Pull complete [2023-05-02T04:59:14.580Z] c5a4b2cf53e6: Verifying Checksum [2023-05-02T04:59:14.580Z] c5a4b2cf53e6: Download complete [2023-05-02T04:59:14.580Z] d694b5ae8c79: Download complete [2023-05-02T04:59:14.838Z] 556b6ee489ea: Verifying Checksum [2023-05-02T04:59:14.838Z] 556b6ee489ea: Download complete [2023-05-02T04:59:18.124Z] d694b5ae8c79: Pull complete [2023-05-02T04:59:18.124Z] 9f32a84ed3da: Pull complete [2023-05-02T04:59:18.382Z] 4d19c01a9841: Pull complete [2023-05-02T04:59:18.382Z] 9325e15d5711: Pull complete [2023-05-02T04:59:20.913Z] 556b6ee489ea: Pull complete [2023-05-02T04:59:21.848Z] c5a4b2cf53e6: Pull complete [2023-05-02T04:59:21.848Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-02T04:59:21.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-02T04:59:21.848Z] ---> c4be618373d6 [2023-05-02T04:59:21.848Z] Step 3/10 : ARG MAKE=make build [2023-05-02T04:59:25.195Z] ---> Running in c8dc9281cdde [2023-05-02T04:59:25.195Z] Removing intermediate container c8dc9281cdde [2023-05-02T04:59:25.195Z] ---> fe2f72a2a1a2 [2023-05-02T04:59:25.195Z] Step 4/10 : WORKDIR /device-sdk-go [2023-05-02T04:59:25.195Z] ---> Running in 9f59461f3fa8 [2023-05-02T04:59:25.195Z] Removing intermediate container 9f59461f3fa8 [2023-05-02T04:59:25.195Z] ---> 81caaa894efe [2023-05-02T04:59:25.195Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-02T04:59:25.195Z] ---> Running in 90e64170e21a [2023-05-02T04:59:25.195Z] Removing intermediate container 90e64170e21a [2023-05-02T04:59:25.195Z] ---> 8f3ee3f63728 [2023-05-02T04:59:25.195Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-05-02T04:59:25.195Z] ---> Running in 497792f65622 [2023-05-02T04:59:25.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T04:59:25.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T04:59:25.714Z] OK: 265 MiB in 53 packages [2023-05-02T04:59:25.974Z] Removing intermediate container 497792f65622 [2023-05-02T04:59:25.974Z] ---> 3cca65541bbe [2023-05-02T04:59:25.974Z] Step 7/10 : COPY go.mod vendor* ./ [2023-05-02T04:59:26.233Z] ---> 6daa4992b58d [2023-05-02T04:59:26.233Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T04:59:26.233Z] ---> Running in c379f021b5c0 [2023-05-02T04:59:26.974Z] Still waiting to schedule task [2023-05-02T04:59:26.974Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-02T05:00:12.936Z] Removing intermediate container c379f021b5c0 [2023-05-02T05:00:12.936Z] ---> ac2660072062 [2023-05-02T05:00:12.936Z] Step 9/10 : COPY . . [2023-05-02T05:00:12.936Z] ---> e3e3fd462616 [2023-05-02T05:00:12.936Z] Step 10/10 : RUN ${MAKE} [2023-05-02T05:00:12.936Z] ---> Running in a5c1beee8e0a [2023-05-02T05:00:12.936Z] noop [2023-05-02T05:00:12.936Z] Removing intermediate container a5c1beee8e0a [2023-05-02T05:00:12.936Z] ---> 7df80750345c [2023-05-02T05:00:12.936Z] Successfully built 7df80750345c [2023-05-02T05:00:12.936Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:00:13.373Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-02T05:00:13.374Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T05:00:13.620Z] prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container [2023-05-02T05:00:13.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@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 ******** -e ******** ci-base-image-x86_64 cat [2023-05-02T05:00:14.070Z] $ docker top 94209082ae8905dfd004c6c85255d40e0954734fe80944d4bb3bcc7e76c8550f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T05:00:14.453Z] + go version [2023-05-02T05:00:14.453Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-02T05:00:14.495Z] $ docker stop --time=1 94209082ae8905dfd004c6c85255d40e0954734fe80944d4bb3bcc7e76c8550f [2023-05-02T05:00:15.940Z] $ docker rm -f --volumes 94209082ae8905dfd004c6c85255d40e0954734fe80944d4bb3bcc7e76c8550f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:00:16.656Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-02T05:00:16.657Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T05:00:16.805Z] prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container [2023-05-02T05:00:16.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-sdk-go_PR-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@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 ******** -e ******** ci-base-image-x86_64 cat [2023-05-02T05:00:17.351Z] $ docker top ad56fc1f2faf8ed5997d81d529c6bb900d50412e31810c047ab4fb563c8ba201 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T05:00:17.756Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1441 [Pipeline] fileExists [Pipeline] sh [2023-05-02T05:00:18.113Z] + make test [2023-05-02T05:00:18.113Z] go test -race -coverprofile=coverage.out ./... [2023-05-02T05:00:24.704Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-05-02T05:00:39.680Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-05-02T05:00:39.680Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-05-02T05:00:39.680Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-05-02T05:00:39.680Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-05-02T05:00:39.680Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-05-02T05:00:39.680Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.075s coverage: 27.6% of statements [2023-05-02T05:00:39.680Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-05-02T05:00:39.680Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-05-02T05:00:39.680Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.058s coverage: 80.2% of statements [2023-05-02T05:00:39.680Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.070s coverage: 86.0% of statements [2023-05-02T05:00:40.248Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-05-02T05:00:40.248Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-05-02T05:00:40.505Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.098s coverage: 77.5% of statements [2023-05-02T05:00:40.505Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-05-02T05:00:40.505Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-05-02T05:00:41.441Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-05-02T05:00:43.628Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.072s coverage: 14.6% of statements [2023-05-02T05:00:43.628Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.068s coverage: 68.5% of statements [2023-05-02T05:00:43.628Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.122s coverage: 89.2% of statements [2023-05-02T05:00:43.628Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.056s coverage: 5.5% of statements [2023-05-02T05:00:56.658Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12307 in /w/workspace/gexfoundry_device-sdk-go_PR-1441 [Pipeline] { [Pipeline] ws [2023-05-02T05:00:56.719Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2023-05-02T05:00:56.806Z] The recommended git tool is: git [2023-05-02T05:01:01.724Z] GO111MODULE=on go vet ./... [2023-05-02T05:01:02.372Z] using credential edgex-jenkins-ssh [2023-05-02T05:01:02.387Z] Cloning the remote Git repository [2023-05-02T05:01:02.433Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-05-02T05:01:02.535Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2023-05-02T05:01:02.678Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-05-02T05:01:02.679Z] > git --version # timeout=10 [2023-05-02T05:01:02.699Z] > git --version # 'git version 2.25.1' [2023-05-02T05:01:02.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T05:01:02.872Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-02T05:01:05.018Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-02T05:01:05.018Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-02T05:01:05.018Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-02T05:01:05.059Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-02T05:01:05.094Z] $ docker stop --time=1 ad56fc1f2faf8ed5997d81d529c6bb900d50412e31810c047ab4fb563c8ba201 [2023-05-02T05:01:04.552Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-05-02T05:01:04.572Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-02T05:01:05.498Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-05-02T05:01:05.535Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-05-02T05:01:05.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T05:01:05.555Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1441/head:refs/remotes/origin/PR-1441 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-02T05:01:06.126Z] Merging remotes/origin/main commit 1f684668525fd42346bcfc2ecf4c1133232fc3c4 into PR head commit 86ff493946669f9427b3f693721b1a4e6349f22a [2023-05-02T05:01:06.449Z] Merge succeeded, producing 86ff493946669f9427b3f693721b1a4e6349f22a [2023-05-02T05:01:06.449Z] Checking out Revision 86ff493946669f9427b3f693721b1a4e6349f22a (PR-1441) [2023-05-02T05:01:06.148Z] > git config core.sparsecheckout # timeout=10 [2023-05-02T05:01:06.237Z] > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # timeout=10 [2023-05-02T05:01:06.339Z] > git remote # timeout=10 [2023-05-02T05:01:06.360Z] > git config --get remote.origin.url # timeout=10 [2023-05-02T05:01:06.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T05:01:06.402Z] > git merge 1f684668525fd42346bcfc2ecf4c1133232fc3c4 # timeout=10 [2023-05-02T05:01:06.431Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-02T05:01:06.459Z] > git config core.sparsecheckout # timeout=10 [2023-05-02T05:01:06.476Z] > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # timeout=10 [2023-05-02T05:01:08.441Z] $ docker rm -f --volumes ad56fc1f2faf8ed5997d81d529c6bb900d50412e31810c047ab4fb563c8ba201 [2023-05-02T05:01:08.703Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-05-02T05:01:08.757Z] > git --version # timeout=10 [2023-05-02T05:01:08.768Z] > git --version # 'git version 2.25.1' [2023-05-02T05:01:08.780Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T05:01:09.110Z] + sudo chown -R jenkins:jenkins . [Pipeline] withEnv [Pipeline] { [Pipeline] stash [Pipeline] withEnv [Pipeline] { [2023-05-02T05:01:09.229Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-05-02T05:01:09.924Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-02T05:01:09.924Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-02T05:01:09.924Z] Dload Upload Total Spent Left Speed [2023-05-02T05:01:09.924Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85006 0 --:--:-- --:--:-- --:--:-- 85006 [2023-05-02T05:01:10.106Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh [2023-05-02T05:01:10.427Z] + ls -al . [2023-05-02T05:01:10.427Z] total 272 [2023-05-02T05:01:10.427Z] drwxrwxr-x 11 jenkins jenkins 4096 May 2 05:00 . [2023-05-02T05:01:10.427Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:58 .. [2023-05-02T05:01:10.427Z] -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:58 .dockerignore [2023-05-02T05:01:10.427Z] drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:59 .git [2023-05-02T05:01:10.427Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:58 .github [2023-05-02T05:01:10.427Z] -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:58 .gitignore [2023-05-02T05:01:10.427Z] -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:58 .golangci.yml [2023-05-02T05:01:10.427Z] drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:59 .semver [2023-05-02T05:01:10.427Z] -rw-rw-r-- 1 jenkins jenkins 31677 May 2 04:58 CHANGELOG.md [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:58 GOVERNANCE.md [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 885 May 2 04:58 Jenkinsfile [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:58 LICENSE [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 1714 May 2 04:58 Makefile [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:58 OWNERS.md [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 4891 May 2 04:58 README.md [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:59 VERSION [2023-05-02T05:01:10.428Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:58 bin [2023-05-02T05:01:10.428Z] -rw-r--r-- 1 jenkins jenkins 106121 May 2 05:00 coverage.out [2023-05-02T05:01:10.428Z] drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:58 example [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 3246 May 2 04:58 go.mod [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 30781 May 2 04:58 go.sum [2023-05-02T05:01:10.428Z] drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:58 internal [2023-05-02T05:01:10.428Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:58 openapi [2023-05-02T05:01:10.428Z] drwxrwxr-x 6 jenkins jenkins 4096 May 2 04:58 pkg [2023-05-02T05:01:10.428Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:58 snap [2023-05-02T05:01:10.428Z] -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-05-02T05:01:10.538Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [Pipeline] sh [2023-05-02T05:01:10.831Z] + 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=86ff493946669f9427b3f693721b1a4e6349f22a --label arch=amd64 --label version=0.0.0 . [2023-05-02T05:01:10.831Z] Sending build context to Docker daemon 11.17MB [2023-05-02T05:01:10.831Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T05:01:10.831Z] Step 2/23 : FROM ${BASE} AS builder [2023-05-02T05:01:10.831Z] ---> 7df80750345c [2023-05-02T05:01:10.831Z] Step 3/23 : ARG MAKE=make build [2023-05-02T05:01:10.961Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-02T05:01:10.961Z] + sudo tee /etc/docker/daemon.new [2023-05-02T05:01:10.961Z] { [2023-05-02T05:01:10.961Z] "registry-mirrors": [ [2023-05-02T05:01:10.961Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-02T05:01:10.961Z] ], [2023-05-02T05:01:10.961Z] "bip": "10.250.0.254/24", [2023-05-02T05:01:10.961Z] "hosts": [ [2023-05-02T05:01:10.961Z] "tcp://0.0.0.0:5555", [2023-05-02T05:01:10.961Z] "unix:///var/run/docker.sock" [2023-05-02T05:01:10.961Z] ], [2023-05-02T05:01:10.961Z] "mtu": 1458, [2023-05-02T05:01:10.961Z] "selinux-enabled": true, [2023-05-02T05:01:10.961Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-02T05:01:10.961Z] } [Pipeline] sh [2023-05-02T05:01:11.090Z] ---> Running in 0bcc9a6a249b [2023-05-02T05:01:11.090Z] Removing intermediate container 0bcc9a6a249b [2023-05-02T05:01:11.090Z] ---> 5d3411b31f89 [2023-05-02T05:01:11.090Z] Step 4/23 : WORKDIR /device-sdk-go [2023-05-02T05:01:11.090Z] ---> Running in 23ff88c55e53 [2023-05-02T05:01:11.090Z] Removing intermediate container 23ff88c55e53 [2023-05-02T05:01:11.090Z] ---> d2211194f562 [2023-05-02T05:01:11.090Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-02T05:01:11.090Z] ---> Running in 1e4bbc799da1 [2023-05-02T05:01:11.090Z] Removing intermediate container 1e4bbc799da1 [2023-05-02T05:01:11.090Z] ---> b148a24e1c68 [2023-05-02T05:01:11.090Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-05-02T05:01:11.312Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-02T05:01:11.349Z] ---> Running in a06c404c1644 [2023-05-02T05:01:11.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T05:01:11.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T05:01:11.664Z] + sudo service docker restart [2023-05-02T05:01:11.867Z] OK: 265 MiB in 53 packages [2023-05-02T05:01:12.126Z] Removing intermediate container a06c404c1644 [2023-05-02T05:01:12.126Z] ---> c1ae5d3fb311 [2023-05-02T05:01:12.126Z] Step 7/23 : COPY go.mod vendor* ./ [2023-05-02T05:01:12.126Z] ---> 7354a848894e [2023-05-02T05:01:12.126Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T05:01:12.126Z] ---> Running in e4f097202457 [2023-05-02T05:01:13.063Z] Removing intermediate container e4f097202457 [2023-05-02T05:01:13.063Z] ---> 2dacecde4127 [2023-05-02T05:01:13.063Z] Step 9/23 : COPY . . [2023-05-02T05:01:13.321Z] ---> c9511e96300a [2023-05-02T05:01:13.321Z] Step 10/23 : RUN ${MAKE} [2023-05-02T05:01:13.321Z] ---> Running in d477d5e1a9a4 [2023-05-02T05:01:13.892Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T05:01:30.020Z] provisioning config files... [2023-05-02T05:01:30.054Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config4996600705351783008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:01:30.460Z] ---> docker-login.sh [2023-05-02T05:01:30.460Z] nexus3.edgexfoundry.org:10001 [2023-05-02T05:01:31.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T05:01:31.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T05:01:31.048Z] Configure a credential helper to remove this warning. See [2023-05-02T05:01:31.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T05:01:31.048Z] [2023-05-02T05:01:31.048Z] Login Succeeded [2023-05-02T05:01:31.048Z] nexus3.edgexfoundry.org:10002 [2023-05-02T05:01:31.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T05:01:31.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T05:01:31.585Z] Configure a credential helper to remove this warning. See [2023-05-02T05:01:31.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T05:01:31.585Z] [2023-05-02T05:01:31.585Z] Login Succeeded [2023-05-02T05:01:31.585Z] nexus3.edgexfoundry.org:10003 [2023-05-02T05:01:31.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T05:01:31.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T05:01:31.859Z] Configure a credential helper to remove this warning. See [2023-05-02T05:01:31.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T05:01:31.859Z] [2023-05-02T05:01:31.859Z] Login Succeeded [2023-05-02T05:01:31.859Z] nexus3.edgexfoundry.org:10004 [2023-05-02T05:01:31.969Z] Removing intermediate container d477d5e1a9a4 [2023-05-02T05:01:31.970Z] ---> 250c69dca65f [2023-05-02T05:01:31.970Z] Step 11/23 : FROM alpine:3.17 [2023-05-02T05:01:32.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T05:01:32.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T05:01:32.132Z] Configure a credential helper to remove this warning. See [2023-05-02T05:01:32.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T05:01:32.132Z] [2023-05-02T05:01:32.132Z] Login Succeeded [2023-05-02T05:01:32.132Z] docker.io [2023-05-02T05:01:32.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T05:01:32.537Z] 3.17: Pulling from library/alpine [2023-05-02T05:01:32.537Z] f56be85fc22e: Already exists [2023-05-02T05:01:32.537Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T05:01:32.537Z] Status: Downloaded newer image for alpine:3.17 [2023-05-02T05:01:32.537Z] ---> 9ed4aefc74f6 [2023-05-02T05:01:32.537Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-02T05:01:32.537Z] ---> Running in 6a0c811546f1 [2023-05-02T05:01:32.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T05:01:32.672Z] Configure a credential helper to remove this warning. See [2023-05-02T05:01:32.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T05:01:32.672Z] [2023-05-02T05:01:32.672Z] Login Succeeded [2023-05-02T05:01:32.672Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T05:01:32.702Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-02T05:01:32.794Z] Removing intermediate container 6a0c811546f1 [2023-05-02T05:01:32.794Z] ---> 8f941fc7d36a [2023-05-02T05:01:32.794Z] Step 13/23 : RUN apk add --update --no-cache [2023-05-02T05:01:32.794Z] ---> Running in e7001d6f900c [2023-05-02T05:01:32.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] unstash [2023-05-02T05:01:33.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [Pipeline] echo [2023-05-02T05:01:33.142Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T05:01:33.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T05:01:33.210Z] ========================================================= [2023-05-02T05:01:33.210Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-02T05:01:33.210Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [2023-05-02T05:01:33.310Z] OK: 7 MiB in 15 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:01:33.573Z] Removing intermediate container e7001d6f900c [2023-05-02T05:01:33.573Z] ---> 10a26318e151 [2023-05-02T05:01:33.573Z] Step 14/23 : WORKDIR / [2023-05-02T05:01:33.573Z] ---> Running in 311311676e9a [2023-05-02T05:01:33.573Z] Removing intermediate container 311311676e9a [2023-05-02T05:01:33.573Z] ---> e523dcd00888 [2023-05-02T05:01:33.573Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-05-02T05:01:33.749Z] + 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.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-02T05:01:33.832Z] ---> 9cb7d1ab45ab [2023-05-02T05:01:33.832Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-05-02T05:01:34.030Z] Sending build context to Docker daemon 5.938MB [2023-05-02T05:01:34.302Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T05:01:34.302Z] Step 2/10 : FROM ${BASE} AS builder [2023-05-02T05:01:34.302Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-02T05:01:34.302Z] c41833b44d91: Pulling fs layer [2023-05-02T05:01:34.302Z] ed15518f5707: Pulling fs layer [2023-05-02T05:01:34.302Z] feae8fd75edb: Pulling fs layer [2023-05-02T05:01:34.302Z] 242c74f7c9fa: Pulling fs layer [2023-05-02T05:01:34.302Z] 3cdef696dda3: Pulling fs layer [2023-05-02T05:01:34.302Z] 2ced38df9373: Pulling fs layer [2023-05-02T05:01:34.302Z] 58f1dce35555: Pulling fs layer [2023-05-02T05:01:34.302Z] 3cdef696dda3: Waiting [2023-05-02T05:01:34.302Z] 2ced38df9373: Waiting [2023-05-02T05:01:34.302Z] 58f1dce35555: Waiting [2023-05-02T05:01:34.302Z] 242c74f7c9fa: Waiting [2023-05-02T05:01:34.302Z] ed15518f5707: Verifying Checksum [2023-05-02T05:01:34.302Z] ed15518f5707: Download complete [2023-05-02T05:01:34.399Z] ---> 97769a9c0c72 [2023-05-02T05:01:34.399Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-05-02T05:01:34.587Z] 242c74f7c9fa: Verifying Checksum [2023-05-02T05:01:34.587Z] 242c74f7c9fa: Download complete [2023-05-02T05:01:34.587Z] 3cdef696dda3: Verifying Checksum [2023-05-02T05:01:34.587Z] 3cdef696dda3: Download complete [2023-05-02T05:01:34.587Z] c41833b44d91: Verifying Checksum [2023-05-02T05:01:34.658Z] ---> e063b7795ac2 [2023-05-02T05:01:34.658Z] Step 18/23 : EXPOSE 59999 [2023-05-02T05:01:34.658Z] ---> Running in 1e601eac2570 [2023-05-02T05:01:34.658Z] Removing intermediate container 1e601eac2570 [2023-05-02T05:01:34.658Z] ---> 44344078853a [2023-05-02T05:01:34.658Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-05-02T05:01:34.658Z] ---> Running in de756a8ef472 [2023-05-02T05:01:34.916Z] Removing intermediate container de756a8ef472 [2023-05-02T05:01:34.916Z] ---> 69d2f0b0edd1 [2023-05-02T05:01:34.916Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T05:01:34.916Z] ---> Running in 3c441c291a0e [2023-05-02T05:01:34.916Z] Removing intermediate container 3c441c291a0e [2023-05-02T05:01:34.916Z] ---> f93e48f4cf95 [2023-05-02T05:01:34.916Z] Step 21/23 : LABEL arch=amd64 [2023-05-02T05:01:34.916Z] ---> Running in a56e822a6df0 [2023-05-02T05:01:34.916Z] Removing intermediate container a56e822a6df0 [2023-05-02T05:01:34.916Z] ---> 8f61d0a25288 [2023-05-02T05:01:34.916Z] Step 22/23 : LABEL git_sha=86ff493946669f9427b3f693721b1a4e6349f22a [2023-05-02T05:01:34.916Z] ---> Running in 37cb3773f4a5 [2023-05-02T05:01:35.174Z] Removing intermediate container 37cb3773f4a5 [2023-05-02T05:01:35.174Z] ---> 8cff04d7776f [2023-05-02T05:01:35.174Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T05:01:35.174Z] ---> Running in d5478b1aec9b [2023-05-02T05:01:35.174Z] Removing intermediate container d5478b1aec9b [2023-05-02T05:01:35.174Z] ---> b2dd730b287c [2023-05-02T05:01:35.174Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-02T05:01:35.175Z] Successfully built b2dd730b287c [2023-05-02T05:01:35.175Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2023-05-02T05:01:35.568Z] c41833b44d91: Pull complete Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:01:36.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T05:01:36.089Z] [2023-05-02T05:01:36.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-05-02T05:01:36.159Z] 58f1dce35555: Verifying Checksum [2023-05-02T05:01:36.159Z] 58f1dce35555: Download complete [2023-05-02T05:01:36.159Z] ed15518f5707: Pull complete [Pipeline] sh [2023-05-02T05:01:36.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T05:01:36.483Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-02T05:01:36.484Z] 5eb5b503b376: Pulling fs layer [2023-05-02T05:01:36.484Z] 5c69ac0246d0: Pulling fs layer [2023-05-02T05:01:36.484Z] ec43610c2a17: Pulling fs layer [2023-05-02T05:01:36.484Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-02T05:01:36.484Z] 33b1e0a273af: Pulling fs layer [2023-05-02T05:01:36.484Z] 5d3b04190fa2: Pulling fs layer [2023-05-02T05:01:36.484Z] 2f39f015ded8: Pulling fs layer [2023-05-02T05:01:36.484Z] 3a2ae6a8a46f: Waiting [2023-05-02T05:01:36.484Z] 33b1e0a273af: Waiting [2023-05-02T05:01:36.484Z] 5d3b04190fa2: Waiting [2023-05-02T05:01:36.484Z] 2f39f015ded8: Waiting [2023-05-02T05:01:36.484Z] 5c69ac0246d0: Verifying Checksum [2023-05-02T05:01:36.484Z] 5c69ac0246d0: Download complete [2023-05-02T05:01:36.484Z] 3a2ae6a8a46f: Download complete [2023-05-02T05:01:36.484Z] 33b1e0a273af: Verifying Checksum [2023-05-02T05:01:36.484Z] 33b1e0a273af: Download complete [2023-05-02T05:01:36.484Z] 5d3b04190fa2: Verifying Checksum [2023-05-02T05:01:36.484Z] 5d3b04190fa2: Download complete [2023-05-02T05:01:36.742Z] ec43610c2a17: Verifying Checksum [2023-05-02T05:01:36.742Z] ec43610c2a17: Download complete [2023-05-02T05:01:36.742Z] 5eb5b503b376: Verifying Checksum [2023-05-02T05:01:36.742Z] 5eb5b503b376: Download complete [2023-05-02T05:01:37.137Z] feae8fd75edb: Download complete [2023-05-02T05:01:37.308Z] 2f39f015ded8: Download complete [2023-05-02T05:01:37.407Z] 2ced38df9373: Verifying Checksum [2023-05-02T05:01:37.407Z] 2ced38df9373: Download complete [2023-05-02T05:01:37.874Z] 5eb5b503b376: Pull complete [2023-05-02T05:01:38.132Z] 5c69ac0246d0: Pull complete [2023-05-02T05:01:38.389Z] ec43610c2a17: Pull complete [2023-05-02T05:01:38.389Z] 3a2ae6a8a46f: Pull complete [2023-05-02T05:01:38.648Z] 33b1e0a273af: Pull complete [2023-05-02T05:01:38.905Z] 5d3b04190fa2: Pull complete [2023-05-02T05:01:43.085Z] 2f39f015ded8: Pull complete [2023-05-02T05:01:43.343Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-02T05:01:43.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T05:01:43.602Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T05:01:43.835Z] prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container [2023-05-02T05:01:43.873Z] $ 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-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-02T05:01:47.370Z] $ docker top b4865379f50620f6cda76420fd6b0887bb44852ff5af0cf9e67df25a6f34b61b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:01:47.809Z] ---> job-cost.sh [2023-05-02T05:01:47.809Z] lf-activate-venv: SKIPPING [2023-05-02T05:01:47.809Z] INFO: No Stack... [2023-05-02T05:01:48.069Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-02T05:01:48.328Z] INFO: Archiving Costs [Pipeline] sh [2023-05-02T05:01:48.637Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives/cost.csv [2023-05-02T05:01:48.637Z] + cut -d, -f6 [Pipeline] lock [2023-05-02T05:01:48.678Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [2023-05-02T05:01:48.683Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] did not exist. Created. [2023-05-02T05:01:48.683Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-02T05:01:49.225Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-02T05:01:49.273Z] Stashed 1 file(s) [Pipeline] } [2023-05-02T05:01:49.307Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-02T05:01:49.390Z] $ docker stop --time=1 b4865379f50620f6cda76420fd6b0887bb44852ff5af0cf9e67df25a6f34b61b [2023-05-02T05:01:49.879Z] feae8fd75edb: Pull complete [2023-05-02T05:01:49.879Z] 242c74f7c9fa: Pull complete [2023-05-02T05:01:49.879Z] 3cdef696dda3: Pull complete [2023-05-02T05:01:50.539Z] $ docker rm -f --volumes b4865379f50620f6cda76420fd6b0887bb44852ff5af0cf9e67df25a6f34b61b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-02T05:01:56.542Z] 2ced38df9373: Pull complete [2023-05-02T05:01:59.147Z] 58f1dce35555: Pull complete [2023-05-02T05:01:59.147Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-02T05:01:59.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-02T05:01:59.147Z] ---> fadd8f120f05 [2023-05-02T05:01:59.147Z] Step 3/10 : ARG MAKE=make build [2023-05-02T05:02:01.114Z] ---> Running in 126ebdea2d53 [2023-05-02T05:02:01.387Z] Removing intermediate container 126ebdea2d53 [2023-05-02T05:02:01.387Z] ---> bbd21dc4b0e2 [2023-05-02T05:02:01.387Z] Step 4/10 : WORKDIR /device-sdk-go [2023-05-02T05:02:01.387Z] ---> Running in 803e16978299 [2023-05-02T05:02:01.979Z] Removing intermediate container 803e16978299 [2023-05-02T05:02:01.979Z] ---> 2976bf3562ce [2023-05-02T05:02:01.979Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-02T05:02:01.979Z] ---> Running in 1328b4d24497 [2023-05-02T05:02:02.249Z] Removing intermediate container 1328b4d24497 [2023-05-02T05:02:02.249Z] ---> 7dd847e199d6 [2023-05-02T05:02:02.249Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-05-02T05:02:02.519Z] ---> Running in 4d06f51149d2 [2023-05-02T05:02:03.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T05:02:04.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T05:02:05.974Z] OK: 263 MiB in 53 packages [2023-05-02T05:02:06.577Z] Removing intermediate container 4d06f51149d2 [2023-05-02T05:02:06.577Z] ---> 393b99919d8e [2023-05-02T05:02:06.577Z] Step 7/10 : COPY go.mod vendor* ./ [2023-05-02T05:02:07.168Z] ---> 009b0b3155e4 [2023-05-02T05:02:07.168Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T05:02:07.440Z] ---> Running in b34b61a01f7e [2023-05-02T05:03:15.519Z] Removing intermediate container b34b61a01f7e [2023-05-02T05:03:15.519Z] ---> a6172978d5cc [2023-05-02T05:03:15.519Z] Step 9/10 : COPY . . [2023-05-02T05:03:16.103Z] ---> 698bdcfa2069 [2023-05-02T05:03:16.103Z] Step 10/10 : RUN ${MAKE} [2023-05-02T05:03:16.103Z] ---> Running in 574d7e35089d [2023-05-02T05:03:17.067Z] noop [2023-05-02T05:03:17.651Z] Removing intermediate container 574d7e35089d [2023-05-02T05:03:17.651Z] ---> e47d77516b06 [2023-05-02T05:03:17.920Z] Successfully built e47d77516b06 [2023-05-02T05:03:17.920Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:03:18.411Z] + docker inspect -f . ci-base-image-arm64 [2023-05-02T05:03:18.411Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T05:03:18.725Z] prd-ubuntu20.04-docker-arm64-4c-16g-12307 does not seem to be running inside a container [2023-05-02T05:03:18.804Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2023-05-02T05:03:20.106Z] $ docker top 17bec38dbd20dcfcecbe51266c71a3c5a1466fc795184a79f85f63df7f9ccba8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T05:03:21.011Z] + go version [2023-05-02T05:03:21.011Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-02T05:03:21.050Z] $ docker stop --time=1 17bec38dbd20dcfcecbe51266c71a3c5a1466fc795184a79f85f63df7f9ccba8 [2023-05-02T05:03:22.673Z] $ docker rm -f --volumes 17bec38dbd20dcfcecbe51266c71a3c5a1466fc795184a79f85f63df7f9ccba8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:03:23.648Z] + docker inspect -f . ci-base-image-arm64 [2023-05-02T05:03:23.648Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T05:03:23.966Z] prd-ubuntu20.04-docker-arm64-4c-16g-12307 does not seem to be running inside a container [2023-05-02T05:03:24.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** ci-base-image-arm64 cat [2023-05-02T05:03:25.755Z] $ docker top 26268bfbebed598788c27b702529a6045ac25a4d8b90ce76010602bc62897dc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T05:03:26.696Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-02T05:03:27.428Z] + make test [2023-05-02T05:03:27.428Z] go test -race -coverprofile=coverage.out ./... [2023-05-02T05:04:23.912Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-05-02T05:07:00.675Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-05-02T05:07:00.675Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-05-02T05:07:00.675Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-05-02T05:07:00.675Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-05-02T05:07:00.675Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-05-02T05:07:04.050Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.304s coverage: 27.6% of statements [2023-05-02T05:07:04.640Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.296s coverage: 80.2% of statements [2023-05-02T05:07:19.678Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-05-02T05:07:19.678Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-05-02T05:07:19.678Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.413s coverage: 86.0% of statements [2023-05-02T05:07:27.922Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-05-02T05:07:28.193Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.525s coverage: 77.5% of statements [2023-05-02T05:07:33.574Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-05-02T05:07:34.993Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-05-02T05:07:34.993Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-05-02T05:07:36.412Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.310s coverage: 14.6% of statements [2023-05-02T05:07:36.412Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.468s coverage: 68.5% of statements [2023-05-02T05:07:39.793Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.522s coverage: 89.2% of statements [2023-05-02T05:07:41.767Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-05-02T05:07:41.767Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.300s coverage: 5.5% of statements [2023-05-02T05:07:42.734Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-02T05:07:42.734Z] GO111MODULE=on go vet ./... [2023-05-02T05:10:34.541Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-02T05:10:34.541Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-02T05:10:34.541Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-02T05:10:34.590Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-02T05:10:34.644Z] $ docker stop --time=1 26268bfbebed598788c27b702529a6045ac25a4d8b90ce76010602bc62897dc6 [2023-05-02T05:10:39.332Z] $ docker rm -f --volumes 26268bfbebed598788c27b702529a6045ac25a4d8b90ce76010602bc62897dc6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T05:10:41.132Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-02T05:10:41.164Z] Warning: overwriting stash ‘coverage-report’ [2023-05-02T05:10:41.876Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-02T05:10:42.582Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-02T05:10:42.942Z] + ls -al . [2023-05-02T05:10:42.942Z] total 268 [2023-05-02T05:10:42.942Z] drwxrwxr-x 10 jenkins jenkins 4096 May 2 05:03 . [2023-05-02T05:10:42.942Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 05:01 .. [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 140 May 2 05:01 .dockerignore [2023-05-02T05:10:42.942Z] drwxrwxr-x 8 jenkins jenkins 4096 May 2 05:01 .git [2023-05-02T05:10:42.942Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 05:01 .github [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 131 May 2 05:01 .gitignore [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 42 May 2 05:01 .golangci.yml [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 31677 May 2 05:01 CHANGELOG.md [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 677 May 2 05:01 GOVERNANCE.md [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 885 May 2 05:01 Jenkinsfile [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 2 05:01 LICENSE [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 1714 May 2 05:01 Makefile [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 619 May 2 05:01 OWNERS.md [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 4891 May 2 05:01 README.md [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:59 VERSION [2023-05-02T05:10:42.942Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 05:01 bin [2023-05-02T05:10:42.942Z] -rw-r--r-- 1 jenkins jenkins 106119 May 2 05:07 coverage.out [2023-05-02T05:10:42.942Z] drwxrwxr-x 5 jenkins jenkins 4096 May 2 05:01 example [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 3246 May 2 05:01 go.mod [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 30781 May 2 05:01 go.sum [2023-05-02T05:10:42.942Z] drwxrwxr-x 12 jenkins jenkins 4096 May 2 05:01 internal [2023-05-02T05:10:42.942Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 05:01 openapi [2023-05-02T05:10:42.942Z] drwxrwxr-x 6 jenkins jenkins 4096 May 2 05:01 pkg [2023-05-02T05:10:42.942Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 05:01 snap [2023-05-02T05:10:42.942Z] -rw-rw-r-- 1 jenkins jenkins 222 May 2 05:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:10:43.385Z] + 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=86ff493946669f9427b3f693721b1a4e6349f22a --label arch=arm64 --label version=0.0.0 . [2023-05-02T05:10:43.994Z] Sending build context to Docker daemon 6.045MB [2023-05-02T05:10:43.994Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T05:10:43.994Z] Step 2/23 : FROM ${BASE} AS builder [2023-05-02T05:10:43.994Z] ---> e47d77516b06 [2023-05-02T05:10:43.994Z] Step 3/23 : ARG MAKE=make build [2023-05-02T05:10:44.284Z] ---> Running in f909b1a24927 [2023-05-02T05:10:44.567Z] Removing intermediate container f909b1a24927 [2023-05-02T05:10:44.567Z] ---> cd98e0780976 [2023-05-02T05:10:44.567Z] Step 4/23 : WORKDIR /device-sdk-go [2023-05-02T05:10:44.567Z] ---> Running in 54419c0bcb47 [2023-05-02T05:10:44.853Z] Removing intermediate container 54419c0bcb47 [2023-05-02T05:10:44.853Z] ---> 9d93fca33654 [2023-05-02T05:10:44.853Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-02T05:10:45.123Z] ---> Running in 1f87b64f26bd [2023-05-02T05:10:45.394Z] Removing intermediate container 1f87b64f26bd [2023-05-02T05:10:45.394Z] ---> ce1df1de93fb [2023-05-02T05:10:45.394Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-05-02T05:10:45.394Z] ---> Running in 097d38359c18 [2023-05-02T05:10:46.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T05:10:47.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T05:10:48.397Z] OK: 263 MiB in 53 packages [2023-05-02T05:10:50.995Z] Removing intermediate container 097d38359c18 [2023-05-02T05:10:50.995Z] ---> 6815ee2f24e9 [2023-05-02T05:10:50.995Z] Step 7/23 : COPY go.mod vendor* ./ [2023-05-02T05:10:51.598Z] ---> f9c9ce1183cb [2023-05-02T05:10:51.598Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T05:10:51.868Z] ---> Running in 5d5bf7dd263d [2023-05-02T05:10:54.462Z] Removing intermediate container 5d5bf7dd263d [2023-05-02T05:10:54.462Z] ---> 71cdba089a8f [2023-05-02T05:10:54.462Z] Step 9/23 : COPY . . [2023-05-02T05:10:55.881Z] ---> 1b21806c0b78 [2023-05-02T05:10:55.881Z] Step 10/23 : RUN ${MAKE} [2023-05-02T05:10:55.881Z] ---> Running in 3e9253eb47f6 [2023-05-02T05:10:57.298Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-05-02T05:13:34.052Z] Removing intermediate container 3e9253eb47f6 [2023-05-02T05:13:34.052Z] ---> 940bc88a8e5b [2023-05-02T05:13:34.052Z] Step 11/23 : FROM alpine:3.17 [2023-05-02T05:13:34.052Z] 3.17: Pulling from library/alpine [2023-05-02T05:13:34.052Z] c41833b44d91: Already exists [2023-05-02T05:13:34.052Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T05:13:34.052Z] Status: Downloaded newer image for alpine:3.17 [2023-05-02T05:13:34.052Z] ---> 51e60588ff2c [2023-05-02T05:13:34.052Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-02T05:13:34.052Z] ---> Running in ad9afb2264a6 [2023-05-02T05:13:34.052Z] Removing intermediate container ad9afb2264a6 [2023-05-02T05:13:34.052Z] ---> 2ccb850e8221 [2023-05-02T05:13:34.052Z] Step 13/23 : RUN apk add --update --no-cache [2023-05-02T05:13:34.052Z] ---> Running in a745b4bcbd2c [2023-05-02T05:13:34.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T05:13:34.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T05:13:35.473Z] OK: 7 MiB in 15 packages [2023-05-02T05:13:36.062Z] Removing intermediate container a745b4bcbd2c [2023-05-02T05:13:36.062Z] ---> 2fa9769f2d45 [2023-05-02T05:13:36.062Z] Step 14/23 : WORKDIR / [2023-05-02T05:13:36.062Z] ---> Running in b6fc0b07b879 [2023-05-02T05:13:36.331Z] Removing intermediate container b6fc0b07b879 [2023-05-02T05:13:36.331Z] ---> f6e70bbe53c7 [2023-05-02T05:13:36.331Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-05-02T05:13:36.918Z] ---> fa278da6b52f [2023-05-02T05:13:36.918Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-05-02T05:13:38.332Z] ---> 4418a22d4675 [2023-05-02T05:13:38.332Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-05-02T05:13:38.917Z] ---> 941d3db59b41 [2023-05-02T05:13:38.917Z] Step 18/23 : EXPOSE 59999 [2023-05-02T05:13:38.917Z] ---> Running in 9633e49e5aa7 [2023-05-02T05:13:39.502Z] Removing intermediate container 9633e49e5aa7 [2023-05-02T05:13:39.502Z] ---> 292a15f1a573 [2023-05-02T05:13:39.502Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-05-02T05:13:39.502Z] ---> Running in 7fe1fe248c1e [2023-05-02T05:13:39.772Z] Removing intermediate container 7fe1fe248c1e [2023-05-02T05:13:39.772Z] ---> 1c4bbee633a0 [2023-05-02T05:13:39.772Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T05:13:39.772Z] ---> Running in 99c44d839231 [2023-05-02T05:13:40.047Z] Removing intermediate container 99c44d839231 [2023-05-02T05:13:40.047Z] ---> 7ad7bf189c62 [2023-05-02T05:13:40.047Z] Step 21/23 : LABEL arch=arm64 [2023-05-02T05:13:40.316Z] ---> Running in e164d71d4b7f [2023-05-02T05:13:40.586Z] Removing intermediate container e164d71d4b7f [2023-05-02T05:13:40.586Z] ---> e5c3799b1f57 [2023-05-02T05:13:40.586Z] Step 22/23 : LABEL git_sha=86ff493946669f9427b3f693721b1a4e6349f22a [2023-05-02T05:13:40.586Z] ---> Running in 572e3d100df1 [2023-05-02T05:13:40.854Z] Removing intermediate container 572e3d100df1 [2023-05-02T05:13:40.854Z] ---> 4054b9abb6b0 [2023-05-02T05:13:40.854Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T05:13:40.854Z] ---> Running in 763ad269080a [2023-05-02T05:13:41.441Z] Removing intermediate container 763ad269080a [2023-05-02T05:13:41.441Z] ---> a53f1adef462 [2023-05-02T05:13:41.441Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-02T05:13:41.441Z] Successfully built a53f1adef462 [2023-05-02T05:13:41.441Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:13:42.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T05:13:42.263Z] [2023-05-02T05:13:42.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:13:42.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T05:13:42.691Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-02T05:13:42.691Z] 8998bd30e6a1: Pulling fs layer [2023-05-02T05:13:42.691Z] 04944245beec: Pulling fs layer [2023-05-02T05:13:42.691Z] 699f458cf7ca: Pulling fs layer [2023-05-02T05:13:42.691Z] 765212b225bb: Pulling fs layer [2023-05-02T05:13:42.691Z] f23df028b6ca: Pulling fs layer [2023-05-02T05:13:42.691Z] d65c8cfc05b1: Pulling fs layer [2023-05-02T05:13:42.691Z] 2437ff75d9bd: Pulling fs layer [2023-05-02T05:13:42.691Z] 765212b225bb: Waiting [2023-05-02T05:13:42.691Z] f23df028b6ca: Waiting [2023-05-02T05:13:42.691Z] d65c8cfc05b1: Waiting [2023-05-02T05:13:42.691Z] 2437ff75d9bd: Waiting [2023-05-02T05:13:42.962Z] 04944245beec: Verifying Checksum [2023-05-02T05:13:42.962Z] 04944245beec: Download complete [2023-05-02T05:13:42.962Z] 765212b225bb: Verifying Checksum [2023-05-02T05:13:42.962Z] 765212b225bb: Download complete [2023-05-02T05:13:42.962Z] f23df028b6ca: Verifying Checksum [2023-05-02T05:13:42.962Z] f23df028b6ca: Download complete [2023-05-02T05:13:42.962Z] d65c8cfc05b1: Verifying Checksum [2023-05-02T05:13:42.962Z] d65c8cfc05b1: Download complete [2023-05-02T05:13:43.232Z] 699f458cf7ca: Download complete [2023-05-02T05:13:43.502Z] 8998bd30e6a1: Verifying Checksum [2023-05-02T05:13:43.502Z] 8998bd30e6a1: Download complete [2023-05-02T05:13:46.102Z] 2437ff75d9bd: Verifying Checksum [2023-05-02T05:13:46.102Z] 2437ff75d9bd: Download complete [2023-05-02T05:13:48.055Z] 8998bd30e6a1: Pull complete [2023-05-02T05:13:48.055Z] 04944245beec: Pull complete [2023-05-02T05:13:49.480Z] 699f458cf7ca: Pull complete [2023-05-02T05:13:49.750Z] 765212b225bb: Pull complete [2023-05-02T05:13:50.717Z] f23df028b6ca: Pull complete [2023-05-02T05:13:50.988Z] d65c8cfc05b1: Pull complete [2023-05-02T05:14:06.003Z] 2437ff75d9bd: Pull complete [2023-05-02T05:14:06.003Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-02T05:14:06.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T05:14:06.003Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T05:14:06.365Z] prd-ubuntu20.04-docker-arm64-4c-16g-12307 does not seem to be running inside a container [2023-05-02T05:14:06.444Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-02T05:14:09.360Z] $ docker top b582bbbcd0dae15d0fe592e2f55cb4537bbd033925de1bd0fef24e6e58a8e1cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:10.335Z] ---> job-cost.sh [2023-05-02T05:14:10.335Z] lf-activate-venv: SKIPPING [2023-05-02T05:14:10.335Z] INFO: No Stack... [2023-05-02T05:14:10.926Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-02T05:14:11.892Z] INFO: Archiving Costs [Pipeline] sh [2023-05-02T05:14:12.560Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2023-05-02T05:14:12.560Z] + cut -d, -f6 [Pipeline] lock [2023-05-02T05:14:12.660Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [2023-05-02T05:14:12.665Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] did not exist. Created. [2023-05-02T05:14:12.665Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-02T05:14:13.401Z] /w/workspace/device-sdk-go/1@tmp/durable-c7c3dce3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-02T05:14:14.095Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-02T05:14:14.129Z] Warning: overwriting stash ‘stack-cost’ [2023-05-02T05:14:14.217Z] Stashed 1 file(s) [Pipeline] } [2023-05-02T05:14:14.232Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-02T05:14:14.299Z] $ docker stop --time=1 b582bbbcd0dae15d0fe592e2f55cb4537bbd033925de1bd0fef24e6e58a8e1cb [2023-05-02T05:14:15.875Z] $ docker rm -f --volumes b582bbbcd0dae15d0fe592e2f55cb4537bbd033925de1bd0fef24e6e58a8e1cb [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 [2023-05-02T05:14:16.975Z] provisioning config files... [2023-05-02T05:14:16.983Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config14015486447210359051tmp [Pipeline] { [Pipeline] sh [2023-05-02T05:14:17.324Z] + set +x [2023-05-02T05:14:17.324Z] + curl -s https://codecov.io/bash [2023-05-02T05:14:17.324Z] + bash -s -- [2023-05-02T05:14:17.324Z] [2023-05-02T05:14:17.324Z] _____ _ [2023-05-02T05:14:17.324Z] / ____| | | [2023-05-02T05:14:17.324Z] | | ___ __| | ___ ___ _____ __ [2023-05-02T05:14:17.324Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-02T05:14:17.324Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-02T05:14:17.324Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-02T05:14:17.324Z] Bash-1.0.6 [2023-05-02T05:14:17.324Z] [2023-05-02T05:14:17.324Z] [2023-05-02T05:14:17.324Z] ==> git version 2.25.1 found [2023-05-02T05:14:17.324Z] ==> 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 [2023-05-02T05:14:17.324Z] Release-Date: 2020-01-08 [2023-05-02T05:14:17.324Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-02T05:14:17.324Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-02T05:14:17.324Z] ==> Jenkins CI detected. [2023-05-02T05:14:17.324Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1441 [2023-05-02T05:14:17.324Z] project root: . [2023-05-02T05:14:17.324Z] --> token set from env [2023-05-02T05:14:17.324Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-02T05:14:17.324Z] ==> Running gcov in . (disable via -X gcov) [2023-05-02T05:14:17.324Z] ==> Python coveragepy not found [2023-05-02T05:14:17.324Z] ==> Searching for coverage reports in: [2023-05-02T05:14:17.324Z] + . [2023-05-02T05:14:17.324Z] -> Found 1 reports [2023-05-02T05:14:17.324Z] ==> Detecting git/mercurial file structure [2023-05-02T05:14:17.584Z] ==> Reading reports [2023-05-02T05:14:17.584Z] + ./coverage.out bytes=106119 [2023-05-02T05:14:17.584Z] ==> Appending adjustments [2023-05-02T05:14:17.584Z] https://docs.codecov.io/docs/fixing-reports [2023-05-02T05:14:17.845Z] + Found adjustments [2023-05-02T05:14:17.845Z] ==> Gzipping contents [2023-05-02T05:14:17.845Z] 16K /tmp/codecov.IVVHZx.gz [2023-05-02T05:14:17.845Z] ==> Uploading reports [2023-05-02T05:14:17.845Z] url: https://codecov.io [2023-05-02T05:14:17.845Z] query: branch=PR-1441&commit=86ff493946669f9427b3f693721b1a4e6349f22a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1441%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1441&job=&cmd_args= [2023-05-02T05:14:17.845Z] -> Pinging Codecov [2023-05-02T05:14:17.845Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1441&commit=86ff493946669f9427b3f693721b1a4e6349f22a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1441%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1441&job=&cmd_args= [2023-05-02T05:14:17.845Z] -> Uploading to [2023-05-02T05:14:17.845Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-02/7E55EF52A471D76F132DFD9A03CDDE97/86ff493946669f9427b3f693721b1a4e6349f22a/5223511d-a8dd-490b-bc22-56e1d638f559.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230502T051417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e038fc45a5f2184146e296cb1cc8d4701b33e122a26e4c01cb2210a5b644929a [2023-05-02T05:14:17.845Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-02T05:14:17.845Z] Dload Upload Total Spent Left Speed [2023-05-02T05:14:18.105Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15028 0 0 100 15028 0 65912 --:--:-- --:--:-- --:--:-- 65912 [2023-05-02T05:14:18.105Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] } [2023-05-02T05:14:18.132Z] 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 [2023-05-02T05:14:19.927Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives ] [2023-05-02T05:14:19.927Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives [2023-05-02T05:14:19.927Z] total 16 [2023-05-02T05:14:19.927Z] drwxr-xr-x 3 root root 4096 May 2 05:01 . [2023-05-02T05:14:19.927Z] drwxrwxr-x 12 jenkins jenkins 4096 May 2 05:01 .. [2023-05-02T05:14:19.927Z] drwxr-xr-x 2 root root 4096 May 2 05:01 cost [2023-05-02T05:14:19.927Z] -rw-r--r-- 1 root root 86 May 2 05:01 cost.csv [2023-05-02T05:14:19.927Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives [2023-05-02T05:14:19.927Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives [2023-05-02T05:14:19.927Z] total 16 [2023-05-02T05:14:19.927Z] drwxr-xr-x 3 jenkins jenkins 4096 May 2 05:01 . [2023-05-02T05:14:19.927Z] drwxrwxr-x 12 jenkins jenkins 4096 May 2 05:01 .. [2023-05-02T05:14:19.927Z] drwxr-xr-x 2 jenkins jenkins 4096 May 2 05:01 cost [2023-05-02T05:14:19.927Z] -rw-r--r-- 1 jenkins jenkins 86 May 2 05:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:20.255Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:21.146Z] ---> package-listing.sh [2023-05-02T05:14:21.146Z] ++ facter osfamily [2023-05-02T05:14:21.146Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-02T05:14:21.146Z] + OS_FAMILY=debian [2023-05-02T05:14:21.146Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1441 [2023-05-02T05:14:21.146Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-02T05:14:21.146Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-02T05:14:21.146Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-02T05:14:21.146Z] + PACKAGES=/tmp/packages_start.txt [2023-05-02T05:14:21.146Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1441 ']' [2023-05-02T05:14:21.146Z] + PACKAGES=/tmp/packages_end.txt [2023-05-02T05:14:21.146Z] + case "${OS_FAMILY}" in [2023-05-02T05:14:21.146Z] + dpkg -l [2023-05-02T05:14:21.146Z] + grep '^ii' [2023-05-02T05:14:21.406Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-02T05:14:21.406Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-02T05:14:21.406Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-02T05:14:21.406Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1441 ']' [2023-05-02T05:14:21.406Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives/ [2023-05-02T05:14:21.406Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives/ [Pipeline] echo [2023-05-02T05:14:21.437Z] 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-1441/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-02T05:14:21.727Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T05:14:22.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T05:14:22.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T05:14:22.497Z] prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container [2023-05-02T05:14:22.527Z] $ 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-1441/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-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@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 [2023-05-02T05:14:22.724Z] $ docker top e68fa879e805379beac58e1eae9644bbe83ad5776242d509e1237e09ff14d292 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T05:14:23.113Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-02T05:14:23.428Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-02T05:14:23.747Z] + ls /var/log/sa-host [2023-05-02T05:14:23.747Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T05:14:23.976Z] provisioning config files... [2023-05-02T05:14:23.992Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config14339194241331714537tmp [Pipeline] { [Pipeline] echo [2023-05-02T05:14:24.043Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:24.372Z] ---> create-netrc.sh [Pipeline] } [2023-05-02T05:14:24.400Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:24.800Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-02T05:14:24.833Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:25.151Z] ---> sudo-logs.sh [2023-05-02T05:14:25.151Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-02T05:14:25.234Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:25.545Z] ---> job-cost.sh [2023-05-02T05:14:25.546Z] lf-activate-venv: SKIPPING [2023-05-02T05:14:25.546Z] DEBUG: total: 0.2199999988079071 [2023-05-02T05:14:25.546Z] INFO: Retrieving Stack Cost... [2023-05-02T05:14:25.805Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-02T05:14:26.373Z] INFO: Archiving Costs [Pipeline] echo [2023-05-02T05:14:26.407Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T05:14:26.716Z] ---> logs-deploy.sh [2023-05-02T05:14:26.716Z] lf-activate-venv: SKIPPING [2023-05-02T05:14:26.716Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1441/1 [2023-05-02T05:14:26.716Z] INFO: archiving workspace using pattern(s): [2023-05-02T05:14:27.653Z] Archives upload complete. [2023-05-02T05:14:27.912Z] INFO: archiving logs to Nexus [2023-05-02T05:14:28.482Z] ---> uname -a: [2023-05-02T05:14:28.482Z] Linux prd-ubuntu20-04-docker-8c-8g-12302 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-05-02T05:14:28.482Z] [2023-05-02T05:14:28.482Z] [2023-05-02T05:14:28.482Z] ---> lscpu: [2023-05-02T05:14:28.482Z] Architecture: x86_64 [2023-05-02T05:14:28.482Z] CPU op-mode(s): 32-bit, 64-bit [2023-05-02T05:14:28.482Z] Byte Order: Little Endian [2023-05-02T05:14:28.482Z] Address sizes: 40 bits physical, 48 bits virtual [2023-05-02T05:14:28.482Z] CPU(s): 8 [2023-05-02T05:14:28.482Z] On-line CPU(s) list: 0-7 [2023-05-02T05:14:28.482Z] Thread(s) per core: 1 [2023-05-02T05:14:28.482Z] Core(s) per socket: 1 [2023-05-02T05:14:28.482Z] Socket(s): 8 [2023-05-02T05:14:28.482Z] NUMA node(s): 1 [2023-05-02T05:14:28.482Z] Vendor ID: AuthenticAMD [2023-05-02T05:14:28.482Z] CPU family: 23 [2023-05-02T05:14:28.482Z] Model: 49 [2023-05-02T05:14:28.482Z] Model name: AMD EPYC-Rome Processor [2023-05-02T05:14:28.482Z] Stepping: 0 [2023-05-02T05:14:28.482Z] CPU MHz: 2799.998 [2023-05-02T05:14:28.482Z] BogoMIPS: 5599.99 [2023-05-02T05:14:28.482Z] Virtualization: AMD-V [2023-05-02T05:14:28.482Z] Hypervisor vendor: KVM [2023-05-02T05:14:28.482Z] Virtualization type: full [2023-05-02T05:14:28.482Z] L1d cache: 256 KiB [2023-05-02T05:14:28.482Z] L1i cache: 256 KiB [2023-05-02T05:14:28.482Z] L2 cache: 4 MiB [2023-05-02T05:14:28.482Z] L3 cache: 128 MiB [2023-05-02T05:14:28.482Z] NUMA node0 CPU(s): 0-7 [2023-05-02T05:14:28.482Z] Vulnerability Itlb multihit: Not affected [2023-05-02T05:14:28.482Z] Vulnerability L1tf: Not affected [2023-05-02T05:14:28.482Z] Vulnerability Mds: Not affected [2023-05-02T05:14:28.482Z] Vulnerability Meltdown: Not affected [2023-05-02T05:14:28.482Z] Vulnerability Mmio stale data: Not affected [2023-05-02T05:14:28.482Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-05-02T05:14:28.482Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-05-02T05:14:28.482Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-05-02T05:14:28.482Z] Vulnerability Srbds: Not affected [2023-05-02T05:14:28.482Z] Vulnerability Tsx async abort: Not affected [2023-05-02T05:14:28.482Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-05-02T05:14:28.482Z] [2023-05-02T05:14:28.482Z]