Pull request #1465 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jumpingliu for edgexfoundry/device-sdk-go Loading trusted files from base branch main at afe14f99071666e3a8a1e98015d177d59a71e5e7 rather than 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab Obtained Jenkinsfile from afe14f99071666e3a8a1e98015d177d59a71e5e7 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-ssh15692427417757566970.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh8293221054210581175.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-1465/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-1465/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6388080885495262532.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-1465/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2157337096588125272.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh182350906520814038.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-1465/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-1465/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17356811177898962501.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-17186 in /w/workspace/gexfoundry_device-sdk-go_PR-1465 [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-1465 # 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/1465/head:refs/remotes/origin/PR-1465 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit afe14f99071666e3a8a1e98015d177d59a71e5e7 into PR head commit 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab Merge succeeded, producing 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab Checking out Revision 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab (PR-1465) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # 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 afe14f99071666e3a8a1e98015d177d59a71e5e7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # timeout=10 Commit message: "fix: Replace slack chat with github discussion" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-29T22:47:35.422Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-29T22:47:35.605Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-29T22:47:35.718Z] ========================================================= [2023-05-29T22:47:35.718Z] EdgeX Global Pipelines Version Info [2023-05-29T22:47:35.718Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:47:36.452Z] ------------------- [2023-05-29T22:47:36.452Z] stable info: [2023-05-29T22:47:36.452Z] ------------------- [2023-05-29T22:47:36.452Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-29T22:47:36.452Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-29T22:47:36.452Z] Message: update stable to v1.0.249 [2023-05-29T22:47:37.027Z] ------------------- [2023-05-29T22:47:37.027Z] experimental info: [2023-05-29T22:47:37.027Z] ------------------- [2023-05-29T22:47:37.027Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-29T22:47:37.027Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-29T22:47:37.027Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-29T22:47:37.346Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-05-29T22:47:37.388Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-05-29T22:47:37.432Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-29T22:47:37.477Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-29T22:47:37.517Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-29T22:47:37.558Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-29T22:47:37.598Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-29T22:47:37.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-05-29T22:47:37.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-29T22:47:37.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-29T22:47:37.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-29T22:47:37.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-05-29T22:47:37.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-29T22:47:37.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-29T22:47:37.935Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-29T22:47:37.975Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-05-29T22:47:38.018Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-29T22:47:38.060Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-29T22:47:38.104Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-29T22:47:38.146Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-29T22:47:38.188Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-29T22:47:38.232Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-29T22:47:38.274Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-29T22:47:38.316Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-29T22:47:38.359Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-29T22:47:38.402Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-29T22:47:38.441Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-29T22:47:38.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1465 [Pipeline] echo [2023-05-29T22:47:38.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1465 [Pipeline] echo [2023-05-29T22:47:38.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1465 [Pipeline] echo [2023-05-29T22:47:38.611Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo [2023-05-29T22:47:38.654Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d3de39 [Pipeline] echo [2023-05-29T22:47:38.696Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T22:47:38.810Z] provisioning config files... [2023-05-29T22:47:38.827Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config7954960616783627186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:47:39.166Z] ---> docker-login.sh [2023-05-29T22:47:39.166Z] nexus3.edgexfoundry.org:10001 [2023-05-29T22:47:39.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:39.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:39.691Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:39.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:39.691Z] [2023-05-29T22:47:39.691Z] Login Succeeded [2023-05-29T22:47:39.691Z] nexus3.edgexfoundry.org:10002 [2023-05-29T22:47:39.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:39.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:39.691Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:39.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:39.691Z] [2023-05-29T22:47:39.691Z] Login Succeeded [2023-05-29T22:47:39.691Z] nexus3.edgexfoundry.org:10003 [2023-05-29T22:47:39.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:39.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:39.952Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:39.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:39.952Z] [2023-05-29T22:47:39.952Z] Login Succeeded [2023-05-29T22:47:39.952Z] nexus3.edgexfoundry.org:10004 [2023-05-29T22:47:39.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:39.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:39.952Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:39.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:39.952Z] [2023-05-29T22:47:39.952Z] Login Succeeded [2023-05-29T22:47:39.952Z] docker.io [2023-05-29T22:47:40.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:40.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:40.212Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:40.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:40.212Z] [2023-05-29T22:47:40.212Z] Login Succeeded [2023-05-29T22:47:40.212Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T22:47:40.245Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-29T22:47:40.869Z] + git rev-list -1 --merges 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab~1..4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo [2023-05-29T22:47:40.937Z] -----------> git rev-list -1 --merges 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab~1..4d3de39ad95bcdfc9d5dc26506691e19e6d84cab 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [false] [Pipeline] sh [2023-05-29T22:47:41.246Z] + git log --format=format:%s -1 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo [2023-05-29T22:47:41.285Z] ========================================================= [2023-05-29T22:47:41.285Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-29T22:47:41.285Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-29T22:47:41.734Z] + git log --format=format:%s -1 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo [2023-05-29T22:47:41.767Z] [semverPrep] GIT_COMMIT: 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab, Commit Message: fix: Replace slack chat with github discussion [Pipeline] echo [2023-05-29T22:47:41.792Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-29T22:47:42.172Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-29T22:47:42.172Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-29T22:47:42.172Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-29T22:47:42.172Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-29T22:47:42.172Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-29T22:47:42.172Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-29T22:47:42.172Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:47:42.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T22:47:42.600Z] [2023-05-29T22:47:42.600Z] 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-29T22:47:42.982Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T22:47:42.983Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-29T22:47:42.983Z] b85a868b505f: Pulling fs layer [2023-05-29T22:47:42.983Z] e2be974225ed: Pulling fs layer [2023-05-29T22:47:42.983Z] 339a4e72a1f5: Pulling fs layer [2023-05-29T22:47:42.983Z] 988bab9f4d93: Pulling fs layer [2023-05-29T22:47:42.983Z] 1469e6f7b9e6: Pulling fs layer [2023-05-29T22:47:42.983Z] eaf3925da568: Pulling fs layer [2023-05-29T22:47:42.983Z] bab4dde63d76: Pulling fs layer [2023-05-29T22:47:42.983Z] bde34c3a00c8: Pulling fs layer [2023-05-29T22:47:42.983Z] b352a97aabf1: Pulling fs layer [2023-05-29T22:47:42.983Z] 4872d77fe225: Pulling fs layer [2023-05-29T22:47:42.983Z] 5851b861e8e6: Pulling fs layer [2023-05-29T22:47:42.983Z] 988bab9f4d93: Waiting [2023-05-29T22:47:42.983Z] 1469e6f7b9e6: Waiting [2023-05-29T22:47:42.983Z] eaf3925da568: Waiting [2023-05-29T22:47:42.983Z] bab4dde63d76: Waiting [2023-05-29T22:47:42.983Z] 5851b861e8e6: Waiting [2023-05-29T22:47:42.983Z] bde34c3a00c8: Waiting [2023-05-29T22:47:42.983Z] b352a97aabf1: Waiting [2023-05-29T22:47:42.983Z] 4872d77fe225: Waiting [2023-05-29T22:47:42.983Z] e2be974225ed: Download complete [2023-05-29T22:47:42.983Z] 988bab9f4d93: Download complete [2023-05-29T22:47:43.246Z] 1469e6f7b9e6: Download complete [2023-05-29T22:47:43.246Z] eaf3925da568: Verifying Checksum [2023-05-29T22:47:43.246Z] eaf3925da568: Download complete [2023-05-29T22:47:43.246Z] 339a4e72a1f5: Verifying Checksum [2023-05-29T22:47:43.246Z] 339a4e72a1f5: Download complete [2023-05-29T22:47:43.246Z] bde34c3a00c8: Download complete [2023-05-29T22:47:43.246Z] b352a97aabf1: Download complete [2023-05-29T22:47:43.246Z] 4872d77fe225: Verifying Checksum [2023-05-29T22:47:43.246Z] 4872d77fe225: Download complete [2023-05-29T22:47:43.246Z] 5851b861e8e6: Download complete [2023-05-29T22:47:43.246Z] b85a868b505f: Verifying Checksum [2023-05-29T22:47:43.246Z] b85a868b505f: Download complete [2023-05-29T22:47:43.507Z] bab4dde63d76: Download complete [2023-05-29T22:47:44.459Z] b85a868b505f: Pull complete [2023-05-29T22:47:44.459Z] e2be974225ed: Pull complete [2023-05-29T22:47:45.028Z] 339a4e72a1f5: Pull complete [2023-05-29T22:47:45.028Z] 988bab9f4d93: Pull complete [2023-05-29T22:47:45.289Z] 1469e6f7b9e6: Pull complete [2023-05-29T22:47:45.289Z] eaf3925da568: Pull complete [2023-05-29T22:47:47.199Z] bab4dde63d76: Pull complete [2023-05-29T22:47:47.199Z] bde34c3a00c8: Pull complete [2023-05-29T22:47:47.199Z] b352a97aabf1: Pull complete [2023-05-29T22:47:47.199Z] 4872d77fe225: Pull complete [2023-05-29T22:47:47.460Z] 5851b861e8e6: Pull complete [2023-05-29T22:47:47.460Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-29T22:47:47.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T22:47:47.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:47:47.695Z] prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container [2023-05-29T22:47:47.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@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-devops/py-git-semver:0.1.4 cat [2023-05-29T22:47:50.906Z] $ docker top 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 -eo pid,comm [2023-05-29T22:47:50.962Z] 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-29T22:47:50.963Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-29T22:47:51.101Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-29T22:47:51.101Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-29T22:47:51.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-29T22:47:51.222Z] $ docker exec 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent [2023-05-29T22:47:51.329Z] SSH_AUTH_SOCK=/tmp/ssh-JCw4cJd5MymV/agent.31 [2023-05-29T22:47:51.329Z] SSH_AGENT_PID=37 [2023-05-29T22:47:51.346Z] Running ssh-add (command line suppressed) [2023-05-29T22:47:51.456Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_7046876582410058256.key (/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_7046876582410058256.key) [2023-05-29T22:47:51.469Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-29T22:47:51.800Z] + git tag --points-at HEAD [Pipeline] } [2023-05-29T22:47:51.827Z] $ docker exec --env ******** --env ******** 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent -k [2023-05-29T22:47:51.913Z] unset SSH_AUTH_SOCK; [2023-05-29T22:47:51.913Z] unset SSH_AGENT_PID; [2023-05-29T22:47:51.913Z] echo Agent pid 37 killed; [2023-05-29T22:47:51.921Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-29T22:47:52.017Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-29T22:47:52.017Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-29T22:47:52.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-29T22:47:52.143Z] $ docker exec 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent [2023-05-29T22:47:52.252Z] SSH_AUTH_SOCK=/tmp/ssh-1nRhFDTV4uDj/agent.69 [2023-05-29T22:47:52.252Z] SSH_AGENT_PID=75 [2023-05-29T22:47:52.256Z] Running ssh-add (command line suppressed) [2023-05-29T22:47:52.354Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_17979415767346147349.key (/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_17979415767346147349.key) [2023-05-29T22:47:52.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-29T22:47:52.697Z] + git semver init [2023-05-29T22:47:52.956Z] 2023-05-29 22:47:52,890 [run_init] DEBUG init version:0.0.0 force:False [2023-05-29T22:47:52.956Z] 2023-05-29 22:47:52,891 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver [2023-05-29T22:47:52.956Z] 2023-05-29 22:47:52,892 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver [2023-05-29T22:47:52.957Z] 2023-05-29 22:47:52,892 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1465, universal_newlines=False, shell=None, istream=None) [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,877 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.git/info/exclude [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,878 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver/PR-1465 with force:False [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,878 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver/PR-1465 [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,883 [execute] INFO git cat-file --batch-check [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,883 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver, universal_newlines=False, shell=None, istream=) [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,889 [execute] INFO git cat-file --batch [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver, universal_newlines=False, shell=None, istream=) [2023-05-29T22:47:53.896Z] 2023-05-29 22:47:53,894 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver/PR-1465 [2023-05-29T22:47:53.896Z] 0.0.0 [Pipeline] } [2023-05-29T22:47:54.175Z] $ docker exec --env ******** --env ******** 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent -k [2023-05-29T22:47:54.279Z] unset SSH_AUTH_SOCK; [2023-05-29T22:47:54.279Z] unset SSH_AGENT_PID; [2023-05-29T22:47:54.279Z] echo Agent pid 75 killed; [2023-05-29T22:47:54.286Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-29T22:47:54.728Z] + git semver [Pipeline] } [2023-05-29T22:47:55.017Z] $ docker stop --time=1 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 [2023-05-29T22:47:56.320Z] $ docker rm -f --volumes 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T22:47:56.736Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-29T22:47:57.029Z] Stashed 1 file(s) [Pipeline] echo [2023-05-29T22:47:57.047Z] [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-29T22:47:57.672Z] provisioning config files... [2023-05-29T22:47:57.684Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config10714159669620824451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:47:58.031Z] ---> docker-login.sh [2023-05-29T22:47:58.031Z] nexus3.edgexfoundry.org:10001 [2023-05-29T22:47:58.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:58.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:58.031Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:58.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:58.031Z] [2023-05-29T22:47:58.031Z] Login Succeeded [2023-05-29T22:47:58.031Z] nexus3.edgexfoundry.org:10002 [2023-05-29T22:47:58.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:58.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:58.031Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:58.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:58.031Z] [2023-05-29T22:47:58.031Z] Login Succeeded [2023-05-29T22:47:58.031Z] nexus3.edgexfoundry.org:10003 [2023-05-29T22:47:58.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:58.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:58.291Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:58.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:58.291Z] [2023-05-29T22:47:58.291Z] Login Succeeded [2023-05-29T22:47:58.291Z] nexus3.edgexfoundry.org:10004 [2023-05-29T22:47:58.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:58.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:58.291Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:58.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:58.291Z] [2023-05-29T22:47:58.291Z] Login Succeeded [2023-05-29T22:47:58.291Z] docker.io [2023-05-29T22:47:58.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:47:58.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:47:58.552Z] Configure a credential helper to remove this warning. See [2023-05-29T22:47:58.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:47:58.552Z] [2023-05-29T22:47:58.552Z] Login Succeeded [2023-05-29T22:47:58.811Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T22:47:58.842Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-29T22:47:59.040Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:47:59.081Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:47:59.116Z] ========================================================= [2023-05-29T22:47:59.116Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-29T22:47:59.116Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:47:59.580Z] + 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-29T22:47:59.581Z] Sending build context to Docker daemon 11.24MB [2023-05-29T22:47:59.581Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:47:59.581Z] Step 2/10 : FROM ${BASE} AS builder [2023-05-29T22:47:59.581Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-29T22:47:59.581Z] f56be85fc22e: Pulling fs layer [2023-05-29T22:47:59.581Z] 85791d961cd3: Pulling fs layer [2023-05-29T22:47:59.581Z] d694b5ae8c79: Pulling fs layer [2023-05-29T22:47:59.581Z] 9f32a84ed3da: Pulling fs layer [2023-05-29T22:47:59.581Z] 4d19c01a9841: Pulling fs layer [2023-05-29T22:47:59.581Z] 9325e15d5711: Pulling fs layer [2023-05-29T22:47:59.581Z] 556b6ee489ea: Pulling fs layer [2023-05-29T22:47:59.581Z] c5a4b2cf53e6: Pulling fs layer [2023-05-29T22:47:59.581Z] 4d19c01a9841: Waiting [2023-05-29T22:47:59.581Z] 9325e15d5711: Waiting [2023-05-29T22:47:59.581Z] 556b6ee489ea: Waiting [2023-05-29T22:47:59.581Z] c5a4b2cf53e6: Waiting [2023-05-29T22:47:59.581Z] 9f32a84ed3da: Waiting [2023-05-29T22:47:59.845Z] 85791d961cd3: Verifying Checksum [2023-05-29T22:47:59.845Z] 85791d961cd3: Download complete [2023-05-29T22:47:59.845Z] 9f32a84ed3da: Verifying Checksum [2023-05-29T22:47:59.845Z] 9f32a84ed3da: Download complete [2023-05-29T22:47:59.845Z] 4d19c01a9841: Download complete [2023-05-29T22:47:59.845Z] f56be85fc22e: Verifying Checksum [2023-05-29T22:47:59.845Z] f56be85fc22e: Download complete [2023-05-29T22:47:59.845Z] 9325e15d5711: Verifying Checksum [2023-05-29T22:47:59.845Z] 9325e15d5711: Download complete [2023-05-29T22:48:00.106Z] f56be85fc22e: Pull complete [2023-05-29T22:48:00.368Z] 85791d961cd3: Pull complete [2023-05-29T22:48:00.368Z] c5a4b2cf53e6: Verifying Checksum [2023-05-29T22:48:00.368Z] c5a4b2cf53e6: Download complete [2023-05-29T22:48:00.627Z] d694b5ae8c79: Verifying Checksum [2023-05-29T22:48:00.628Z] d694b5ae8c79: Download complete [2023-05-29T22:48:00.886Z] 556b6ee489ea: Verifying Checksum [2023-05-29T22:48:00.886Z] 556b6ee489ea: Download complete [2023-05-29T22:48:04.189Z] d694b5ae8c79: Pull complete [2023-05-29T22:48:04.189Z] 9f32a84ed3da: Pull complete [2023-05-29T22:48:04.189Z] 4d19c01a9841: Pull complete [2023-05-29T22:48:04.189Z] 9325e15d5711: Pull complete [2023-05-29T22:48:06.717Z] 556b6ee489ea: Pull complete [2023-05-29T22:48:07.653Z] c5a4b2cf53e6: Pull complete [2023-05-29T22:48:07.653Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-29T22:48:07.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-29T22:48:07.653Z] ---> c4be618373d6 [2023-05-29T22:48:07.653Z] Step 3/10 : ARG MAKE=make build [2023-05-29T22:48:12.484Z] Still waiting to schedule task [2023-05-29T22:48:12.485Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-05-29T22:48:12.927Z] ---> Running in 186245fe4b00 [2023-05-29T22:48:12.927Z] Removing intermediate container 186245fe4b00 [2023-05-29T22:48:12.927Z] ---> 05348dcda4ec [2023-05-29T22:48:12.927Z] Step 4/10 : WORKDIR /device-sdk-go [2023-05-29T22:48:12.927Z] ---> Running in 06e1d6bcb93b [2023-05-29T22:48:13.185Z] Removing intermediate container 06e1d6bcb93b [2023-05-29T22:48:13.185Z] ---> 73111fe086df [2023-05-29T22:48:13.185Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-29T22:48:13.185Z] ---> Running in 19443dda015b [2023-05-29T22:48:13.185Z] Removing intermediate container 19443dda015b [2023-05-29T22:48:13.185Z] ---> 55774b2e8e4d [2023-05-29T22:48:13.185Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-05-29T22:48:13.185Z] ---> Running in 5970b8bae7d7 [2023-05-29T22:48:13.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T22:48:13.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T22:48:13.704Z] OK: 265 MiB in 53 packages [2023-05-29T22:48:14.272Z] Removing intermediate container 5970b8bae7d7 [2023-05-29T22:48:14.272Z] ---> 7afc210bafde [2023-05-29T22:48:14.272Z] Step 7/10 : COPY go.mod vendor* ./ [2023-05-29T22:48:14.272Z] ---> 9ca235214707 [2023-05-29T22:48:14.272Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:48:14.272Z] ---> Running in 3e62cb466aa9 [2023-05-29T22:48:40.831Z] Removing intermediate container 3e62cb466aa9 [2023-05-29T22:48:40.831Z] ---> ebe041d1f404 [2023-05-29T22:48:40.831Z] Step 9/10 : COPY . . [2023-05-29T22:48:40.831Z] ---> 8ca7ce6caaba [2023-05-29T22:48:40.831Z] Step 10/10 : RUN ${MAKE} [2023-05-29T22:48:40.831Z] ---> Running in 6aef6ca2fec1 [2023-05-29T22:48:41.091Z] noop [2023-05-29T22:48:41.354Z] Removing intermediate container 6aef6ca2fec1 [2023-05-29T22:48:41.354Z] ---> 11d49afb1738 [2023-05-29T22:48:41.354Z] Successfully built 11d49afb1738 [2023-05-29T22:48:41.354Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:48:41.804Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-29T22:48:41.804Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:48:41.949Z] prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container [2023-05-29T22:48:41.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-29T22:48:42.393Z] $ docker top 3ed8c30957f7e5549f051aba49185089d0027f24fed1c1638bd748b21a136b80 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:48:42.774Z] + go version [2023-05-29T22:48:42.774Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-29T22:48:42.810Z] $ docker stop --time=1 3ed8c30957f7e5549f051aba49185089d0027f24fed1c1638bd748b21a136b80 [2023-05-29T22:48:44.130Z] $ docker rm -f --volumes 3ed8c30957f7e5549f051aba49185089d0027f24fed1c1638bd748b21a136b80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:48:44.838Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-29T22:48:44.838Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:48:45.002Z] prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container [2023-05-29T22:48:45.035Z] $ 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-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-29T22:48:45.373Z] $ docker top 76af464628dd867d0b032e1e3a28d977d97792da4384504096f04e1ec024c034 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:48:45.764Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1465 [Pipeline] fileExists [Pipeline] sh [2023-05-29T22:48:46.125Z] + make test [2023-05-29T22:48:46.125Z] go test -race -coverprofile=coverage.out ./... [2023-05-29T22:48:52.685Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-05-29T22:49:07.550Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.050s coverage: 27.6% of statements [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-05-29T22:49:07.550Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.056s coverage: 80.2% of statements [2023-05-29T22:49:07.550Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.079s coverage: 86.0% of statements [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-05-29T22:49:07.550Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.111s coverage: 77.5% of statements [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-05-29T22:49:07.550Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-05-29T22:49:08.117Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-05-29T22:49:10.645Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.061s coverage: 14.3% of statements [2023-05-29T22:49:10.645Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.080s coverage: 68.5% of statements [2023-05-29T22:49:10.645Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.107s coverage: 89.2% of statements [2023-05-29T22:49:10.645Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.060s coverage: 5.7% of statements [2023-05-29T22:49:28.734Z] GO111MODULE=on go vet ./... [2023-05-29T22:49:32.013Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-29T22:49:32.013Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-29T22:49:32.013Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-29T22:49:32.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-29T22:49:32.084Z] $ docker stop --time=1 76af464628dd867d0b032e1e3a28d977d97792da4384504096f04e1ec024c034 [2023-05-29T22:49:35.392Z] $ docker rm -f --volumes 76af464628dd867d0b032e1e3a28d977d97792da4384504096f04e1ec024c034 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T22:49:35.999Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-29T22:49:36.073Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-29T22:49:36.698Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-29T22:49:37.006Z] + ls -al . [2023-05-29T22:49:37.007Z] total 284 [2023-05-29T22:49:37.007Z] drwxrwxr-x 11 jenkins jenkins 4096 May 29 22:48 . [2023-05-29T22:49:37.007Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:47 .. [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 140 May 29 22:47 .dockerignore [2023-05-29T22:49:37.007Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 22:47 .git [2023-05-29T22:49:37.007Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:47 .github [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 137 May 29 22:47 .gitignore [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 42 May 29 22:47 .golangci.yml [2023-05-29T22:49:37.007Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 22:47 .semver [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 44878 May 29 22:47 CHANGELOG.md [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 22:47 GOVERNANCE.md [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 885 May 29 22:47 Jenkinsfile [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 29 22:47 LICENSE [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 1714 May 29 22:47 Makefile [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 619 May 29 22:47 OWNERS.md [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 4953 May 29 22:47 README.md [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 5 May 29 22:47 VERSION [2023-05-29T22:49:37.007Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:47 bin [2023-05-29T22:49:37.007Z] -rw-r--r-- 1 jenkins jenkins 106153 May 29 22:49 coverage.out [2023-05-29T22:49:37.007Z] drwxrwxr-x 5 jenkins jenkins 4096 May 29 22:47 example [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 3193 May 29 22:47 go.mod [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 30699 May 29 22:47 go.sum [2023-05-29T22:49:37.007Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:47 internal [2023-05-29T22:49:37.007Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:47 openapi [2023-05-29T22:49:37.007Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 22:47 pkg [2023-05-29T22:49:37.007Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:47 snap [2023-05-29T22:49:37.007Z] -rw-rw-r-- 1 jenkins jenkins 222 May 29 22:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:49:37.398Z] + 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=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab --label arch=amd64 --label version=0.0.0 . [2023-05-29T22:49:37.398Z] Sending build context to Docker daemon 11.34MB [2023-05-29T22:49:37.398Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:49:37.398Z] Step 2/23 : FROM ${BASE} AS builder [2023-05-29T22:49:37.398Z] ---> 11d49afb1738 [2023-05-29T22:49:37.398Z] Step 3/23 : ARG MAKE=make build [2023-05-29T22:49:37.656Z] ---> Running in 0539992e6f92 [2023-05-29T22:49:37.656Z] Removing intermediate container 0539992e6f92 [2023-05-29T22:49:37.656Z] ---> 3a7fc7c5843d [2023-05-29T22:49:37.656Z] Step 4/23 : WORKDIR /device-sdk-go [2023-05-29T22:49:37.656Z] ---> Running in 2edb043335af [2023-05-29T22:49:37.915Z] Removing intermediate container 2edb043335af [2023-05-29T22:49:37.915Z] ---> c6db0ff7433c [2023-05-29T22:49:37.915Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-29T22:49:37.915Z] ---> Running in 40e254296092 [2023-05-29T22:49:37.915Z] Removing intermediate container 40e254296092 [2023-05-29T22:49:37.915Z] ---> b8aef50d3d11 [2023-05-29T22:49:37.915Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-05-29T22:49:37.915Z] ---> Running in 7a0828e5b848 [2023-05-29T22:49:38.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T22:49:38.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T22:49:38.431Z] OK: 265 MiB in 53 packages [2023-05-29T22:49:38.691Z] Removing intermediate container 7a0828e5b848 [2023-05-29T22:49:38.691Z] ---> f25c8dac46f6 [2023-05-29T22:49:38.691Z] Step 7/23 : COPY go.mod vendor* ./ [2023-05-29T22:49:38.949Z] ---> 307356ce17a8 [2023-05-29T22:49:38.949Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:49:38.949Z] ---> Running in f46223c25858 [2023-05-29T22:49:39.887Z] Removing intermediate container f46223c25858 [2023-05-29T22:49:39.887Z] ---> 232b32b88cd4 [2023-05-29T22:49:39.887Z] Step 9/23 : COPY . . [2023-05-29T22:49:40.823Z] ---> 20fa32eca54e [2023-05-29T22:49:40.823Z] Step 10/23 : RUN ${MAKE} [2023-05-29T22:49:40.823Z] ---> Running in b480df4a95af [2023-05-29T22:49:41.081Z] 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-29T22:49:59.181Z] Removing intermediate container b480df4a95af [2023-05-29T22:49:59.181Z] ---> a7b7f65c55b3 [2023-05-29T22:49:59.181Z] Step 11/23 : FROM alpine:3.17 [2023-05-29T22:49:59.181Z] 3.17: Pulling from library/alpine [2023-05-29T22:49:59.181Z] f56be85fc22e: Already exists [2023-05-29T22:49:59.181Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-29T22:49:59.181Z] Status: Downloaded newer image for alpine:3.17 [2023-05-29T22:49:59.181Z] ---> 9ed4aefc74f6 [2023-05-29T22:49:59.181Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-29T22:49:59.181Z] ---> Running in b2d93fd0dc62 [2023-05-29T22:49:59.181Z] Removing intermediate container b2d93fd0dc62 [2023-05-29T22:49:59.181Z] ---> 21926b1b79b3 [2023-05-29T22:49:59.181Z] Step 13/23 : RUN apk add --update --no-cache [2023-05-29T22:49:59.181Z] ---> Running in 3df89cf0c7e8 [2023-05-29T22:49:59.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T22:49:59.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T22:49:59.441Z] OK: 7 MiB in 15 packages [2023-05-29T22:49:59.700Z] Removing intermediate container 3df89cf0c7e8 [2023-05-29T22:49:59.700Z] ---> f558faf28114 [2023-05-29T22:49:59.700Z] Step 14/23 : WORKDIR / [2023-05-29T22:49:59.700Z] ---> Running in 42d34828197c [2023-05-29T22:49:59.958Z] Removing intermediate container 42d34828197c [2023-05-29T22:49:59.958Z] ---> a5f9eddfcd12 [2023-05-29T22:49:59.959Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-05-29T22:49:59.959Z] ---> 2a0aa11a3788 [2023-05-29T22:49:59.959Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-05-29T22:50:00.526Z] ---> 40851788f0ae [2023-05-29T22:50:00.526Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-05-29T22:50:00.783Z] ---> f0c6126b5f5b [2023-05-29T22:50:00.783Z] Step 18/23 : EXPOSE 59999 [2023-05-29T22:50:00.783Z] ---> Running in d888b98f4cb4 [2023-05-29T22:50:00.783Z] Removing intermediate container d888b98f4cb4 [2023-05-29T22:50:00.783Z] ---> eba0795bd355 [2023-05-29T22:50:00.783Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-05-29T22:50:00.783Z] ---> Running in ec68c234fa1f [2023-05-29T22:50:01.358Z] Removing intermediate container ec68c234fa1f [2023-05-29T22:50:01.358Z] ---> 3c55c5228566 [2023-05-29T22:50:01.358Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:50:01.358Z] ---> Running in 5795c255ab57 [2023-05-29T22:50:01.358Z] Removing intermediate container 5795c255ab57 [2023-05-29T22:50:01.358Z] ---> 145cbed3b496 [2023-05-29T22:50:01.358Z] Step 21/23 : LABEL arch=amd64 [2023-05-29T22:50:01.358Z] ---> Running in fb7b5d861a93 [2023-05-29T22:50:01.358Z] Removing intermediate container fb7b5d861a93 [2023-05-29T22:50:01.358Z] ---> 859459c9c8a4 [2023-05-29T22:50:01.358Z] Step 22/23 : LABEL git_sha=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [2023-05-29T22:50:01.618Z] ---> Running in 43d02f112437 [2023-05-29T22:50:01.618Z] Removing intermediate container 43d02f112437 [2023-05-29T22:50:01.618Z] ---> 6b4a6fbef2fd [2023-05-29T22:50:01.618Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T22:50:01.618Z] ---> Running in ec6b5f401a99 [2023-05-29T22:50:01.618Z] Removing intermediate container ec6b5f401a99 [2023-05-29T22:50:01.618Z] ---> 2804e1325670 [2023-05-29T22:50:01.618Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-29T22:50:01.618Z] Successfully built 2804e1325670 [2023-05-29T22:50:01.618Z] 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) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:50:02.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:50:02.458Z] [2023-05-29T22:50:02.458Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:50:02.837Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:50:02.837Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-29T22:50:02.837Z] 5eb5b503b376: Pulling fs layer [2023-05-29T22:50:02.837Z] 5c69ac0246d0: Pulling fs layer [2023-05-29T22:50:02.837Z] ec43610c2a17: Pulling fs layer [2023-05-29T22:50:02.837Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-29T22:50:02.837Z] 33b1e0a273af: Pulling fs layer [2023-05-29T22:50:02.837Z] 5d3b04190fa2: Pulling fs layer [2023-05-29T22:50:02.837Z] 2f39f015ded8: Pulling fs layer [2023-05-29T22:50:02.837Z] 33b1e0a273af: Waiting [2023-05-29T22:50:02.837Z] 5d3b04190fa2: Waiting [2023-05-29T22:50:02.837Z] 3a2ae6a8a46f: Waiting [2023-05-29T22:50:02.837Z] 2f39f015ded8: Waiting [2023-05-29T22:50:02.837Z] 5c69ac0246d0: Download complete [2023-05-29T22:50:02.837Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-29T22:50:02.837Z] 3a2ae6a8a46f: Download complete [2023-05-29T22:50:02.837Z] 33b1e0a273af: Verifying Checksum [2023-05-29T22:50:02.837Z] 33b1e0a273af: Download complete [2023-05-29T22:50:02.837Z] ec43610c2a17: Verifying Checksum [2023-05-29T22:50:02.837Z] ec43610c2a17: Download complete [2023-05-29T22:50:02.837Z] 5d3b04190fa2: Download complete [2023-05-29T22:50:03.101Z] 5eb5b503b376: Verifying Checksum [2023-05-29T22:50:03.101Z] 5eb5b503b376: Download complete [2023-05-29T22:50:03.668Z] 2f39f015ded8: Download complete [2023-05-29T22:50:04.235Z] 5eb5b503b376: Pull complete [2023-05-29T22:50:04.493Z] 5c69ac0246d0: Pull complete [2023-05-29T22:50:04.751Z] ec43610c2a17: Pull complete [2023-05-29T22:50:05.009Z] 3a2ae6a8a46f: Pull complete [2023-05-29T22:50:05.267Z] 33b1e0a273af: Pull complete [2023-05-29T22:50:05.267Z] 5d3b04190fa2: Pull complete [2023-05-29T22:50:09.495Z] 2f39f015ded8: Pull complete [2023-05-29T22:50:09.495Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-29T22:50:09.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:50:09.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:50:09.718Z] prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container [2023-05-29T22:50:09.759Z] $ 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-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-29T22:50:13.236Z] $ docker top afb20b5a2ab5b0fd45f5dd45fe77df3e726c315c7c8da43693b91093d669baa4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:50:13.751Z] ---> job-cost.sh [2023-05-29T22:50:13.751Z] lf-activate-venv: SKIPPING [2023-05-29T22:50:13.751Z] INFO: No Stack... [2023-05-29T22:50:14.318Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-29T22:50:14.576Z] INFO: Archiving Costs [Pipeline] sh [2023-05-29T22:50:14.898Z] + cut -d, -f6 [2023-05-29T22:50:14.899Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives/cost.csv [Pipeline] lock [2023-05-29T22:50:14.941Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [2023-05-29T22:50:14.946Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] did not exist. Created. [2023-05-29T22:50:14.946Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-29T22:50:15.345Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-29T22:50:15.397Z] Stashed 1 file(s) [Pipeline] } [2023-05-29T22:50:15.421Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-29T22:50:15.507Z] $ docker stop --time=1 afb20b5a2ab5b0fd45f5dd45fe77df3e726c315c7c8da43693b91093d669baa4 [2023-05-29T22:50:16.660Z] $ docker rm -f --volumes afb20b5a2ab5b0fd45f5dd45fe77df3e726c315c7c8da43693b91093d669baa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-29T22:51:30.583Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17187 in /w/workspace/gexfoundry_device-sdk-go_PR-1465 [Pipeline] { [Pipeline] ws [2023-05-29T22:51:30.640Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2023-05-29T22:51:30.733Z] The recommended git tool is: git [2023-05-29T22:51:40.411Z] using credential edgex-jenkins-ssh [2023-05-29T22:51:40.436Z] Cloning the remote Git repository [2023-05-29T22:51:40.506Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-05-29T22:51:40.665Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2023-05-29T22:51:40.931Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-05-29T22:51:40.932Z] > git --version # timeout=10 [2023-05-29T22:51:40.989Z] > git --version # 'git version 2.25.1' [2023-05-29T22:51:40.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T22:51:41.250Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-29T22:51:43.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-05-29T22:51:43.166Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-29T22:51:44.370Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-05-29T22:51:44.422Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-05-29T22:51:44.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T22:51:44.441Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1465/head:refs/remotes/origin/PR-1465 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-29T22:51:45.181Z] Merging remotes/origin/main commit afe14f99071666e3a8a1e98015d177d59a71e5e7 into PR head commit 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [2023-05-29T22:51:45.521Z] Merge succeeded, producing 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [2023-05-29T22:51:45.522Z] Checking out Revision 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab (PR-1465) [2023-05-29T22:51:45.200Z] > git config core.sparsecheckout # timeout=10 [2023-05-29T22:51:45.294Z] > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # timeout=10 [2023-05-29T22:51:45.411Z] > git remote # timeout=10 [2023-05-29T22:51:45.435Z] > git config --get remote.origin.url # timeout=10 [2023-05-29T22:51:45.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T22:51:45.471Z] > git merge afe14f99071666e3a8a1e98015d177d59a71e5e7 # timeout=10 [2023-05-29T22:51:45.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-29T22:51:45.526Z] > git config core.sparsecheckout # timeout=10 [2023-05-29T22:51:45.544Z] > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # timeout=10 [2023-05-29T22:51:49.097Z] Commit message: "fix: Replace slack chat with github discussion" [2023-05-29T22:51:49.142Z] > git --version # timeout=10 [2023-05-29T22:51:49.156Z] > git --version # 'git version 2.25.1' [2023-05-29T22:51:49.168Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-29T22:51:50.301Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-29T22:51:50.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-29T22:51:50.301Z] Dload Upload Total Spent Left Speed [2023-05-29T22:51:50.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 86155 [Pipeline] sh [2023-05-29T22:51:51.059Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-29T22:51:51.408Z] + sudo tee /etc/docker/daemon.new [2023-05-29T22:51:51.408Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-29T22:51:51.408Z] { [2023-05-29T22:51:51.408Z] "registry-mirrors": [ [2023-05-29T22:51:51.408Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-29T22:51:51.408Z] ], [2023-05-29T22:51:51.408Z] "bip": "10.250.0.254/24", [2023-05-29T22:51:51.408Z] "hosts": [ [2023-05-29T22:51:51.408Z] "tcp://0.0.0.0:5555", [2023-05-29T22:51:51.408Z] "unix:///var/run/docker.sock" [2023-05-29T22:51:51.408Z] ], [2023-05-29T22:51:51.408Z] "mtu": 1458, [2023-05-29T22:51:51.408Z] "selinux-enabled": true, [2023-05-29T22:51:51.408Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-29T22:51:51.408Z] } [Pipeline] sh [2023-05-29T22:51:51.757Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-29T22:51:52.107Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T22:52:10.443Z] provisioning config files... [2023-05-29T22:52:10.468Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config18307290610536059969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:52:10.857Z] ---> docker-login.sh [2023-05-29T22:52:10.857Z] nexus3.edgexfoundry.org:10001 [2023-05-29T22:52:11.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:52:11.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:52:11.400Z] Configure a credential helper to remove this warning. See [2023-05-29T22:52:11.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:52:11.400Z] [2023-05-29T22:52:11.400Z] Login Succeeded [2023-05-29T22:52:11.400Z] nexus3.edgexfoundry.org:10002 [2023-05-29T22:52:11.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:52:11.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:52:11.940Z] Configure a credential helper to remove this warning. See [2023-05-29T22:52:11.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:52:11.940Z] [2023-05-29T22:52:11.940Z] Login Succeeded [2023-05-29T22:52:11.940Z] nexus3.edgexfoundry.org:10003 [2023-05-29T22:52:12.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:52:12.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:52:12.213Z] Configure a credential helper to remove this warning. See [2023-05-29T22:52:12.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:52:12.213Z] [2023-05-29T22:52:12.213Z] Login Succeeded [2023-05-29T22:52:12.213Z] nexus3.edgexfoundry.org:10004 [2023-05-29T22:52:12.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:52:12.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:52:12.488Z] Configure a credential helper to remove this warning. See [2023-05-29T22:52:12.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:52:12.488Z] [2023-05-29T22:52:12.488Z] Login Succeeded [2023-05-29T22:52:12.488Z] docker.io [2023-05-29T22:52:12.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:52:13.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:52:13.026Z] Configure a credential helper to remove this warning. See [2023-05-29T22:52:13.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:52:13.026Z] [2023-05-29T22:52:13.026Z] Login Succeeded [2023-05-29T22:52:13.026Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T22:52:13.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-29T22:52:13.431Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:52:13.479Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:52:13.513Z] ========================================================= [2023-05-29T22:52:13.513Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-29T22:52:13.513Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:52:14.018Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-29T22:52:14.287Z] Sending build context to Docker daemon 6.051MB [2023-05-29T22:52:14.555Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:52:14.555Z] Step 2/10 : FROM ${BASE} AS builder [2023-05-29T22:52:14.555Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-29T22:52:14.555Z] c41833b44d91: Pulling fs layer [2023-05-29T22:52:14.555Z] ed15518f5707: Pulling fs layer [2023-05-29T22:52:14.555Z] feae8fd75edb: Pulling fs layer [2023-05-29T22:52:14.555Z] 242c74f7c9fa: Pulling fs layer [2023-05-29T22:52:14.555Z] 3cdef696dda3: Pulling fs layer [2023-05-29T22:52:14.555Z] 2ced38df9373: Pulling fs layer [2023-05-29T22:52:14.555Z] 58f1dce35555: Pulling fs layer [2023-05-29T22:52:14.555Z] 242c74f7c9fa: Waiting [2023-05-29T22:52:14.555Z] 3cdef696dda3: Waiting [2023-05-29T22:52:14.555Z] 2ced38df9373: Waiting [2023-05-29T22:52:14.555Z] 58f1dce35555: Waiting [2023-05-29T22:52:14.555Z] ed15518f5707: Download complete [2023-05-29T22:52:14.555Z] 242c74f7c9fa: Verifying Checksum [2023-05-29T22:52:14.555Z] 242c74f7c9fa: Download complete [2023-05-29T22:52:14.555Z] 3cdef696dda3: Verifying Checksum [2023-05-29T22:52:14.555Z] 3cdef696dda3: Download complete [2023-05-29T22:52:14.826Z] c41833b44d91: Download complete [2023-05-29T22:52:15.809Z] c41833b44d91: Pull complete [2023-05-29T22:52:15.809Z] 58f1dce35555: Verifying Checksum [2023-05-29T22:52:15.809Z] 58f1dce35555: Download complete [2023-05-29T22:52:16.403Z] ed15518f5707: Pull complete [2023-05-29T22:52:17.371Z] feae8fd75edb: Verifying Checksum [2023-05-29T22:52:17.371Z] feae8fd75edb: Download complete [2023-05-29T22:52:17.371Z] 2ced38df9373: Verifying Checksum [2023-05-29T22:52:17.371Z] 2ced38df9373: Download complete [2023-05-29T22:52:29.706Z] feae8fd75edb: Pull complete [2023-05-29T22:52:29.706Z] 242c74f7c9fa: Pull complete [2023-05-29T22:52:29.706Z] 3cdef696dda3: Pull complete [2023-05-29T22:52:35.062Z] 2ced38df9373: Pull complete [2023-05-29T22:52:37.669Z] 58f1dce35555: Pull complete [2023-05-29T22:52:37.669Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-29T22:52:37.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-29T22:52:37.669Z] ---> fadd8f120f05 [2023-05-29T22:52:37.669Z] Step 3/10 : ARG MAKE=make build [2023-05-29T22:52:39.629Z] ---> Running in 602da8bca036 [2023-05-29T22:52:40.982Z] Removing intermediate container 602da8bca036 [2023-05-29T22:52:40.982Z] ---> 1b40dc375d2c [2023-05-29T22:52:40.982Z] Step 4/10 : WORKDIR /device-sdk-go [2023-05-29T22:52:40.982Z] ---> Running in 61ab4fe207d7 [2023-05-29T22:52:41.250Z] Removing intermediate container 61ab4fe207d7 [2023-05-29T22:52:41.250Z] ---> 3bb683d6863f [2023-05-29T22:52:41.250Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-29T22:52:41.250Z] ---> Running in 2c74d4a63ce4 [2023-05-29T22:52:41.521Z] Removing intermediate container 2c74d4a63ce4 [2023-05-29T22:52:41.521Z] ---> 3b9a08a019ed [2023-05-29T22:52:41.521Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-05-29T22:52:41.521Z] ---> Running in c9443b2ce66c [2023-05-29T22:52:42.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:52:43.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:52:44.173Z] OK: 263 MiB in 53 packages [2023-05-29T22:52:45.625Z] Removing intermediate container c9443b2ce66c [2023-05-29T22:52:45.626Z] ---> fb6b962671e2 [2023-05-29T22:52:45.626Z] Step 7/10 : COPY go.mod vendor* ./ [2023-05-29T22:52:47.039Z] ---> 4886f7d64568 [2023-05-29T22:52:47.039Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:52:47.039Z] ---> Running in e028d667743f [2023-05-29T22:53:55.104Z] Removing intermediate container e028d667743f [2023-05-29T22:53:55.104Z] ---> 341b3dc02661 [2023-05-29T22:53:55.104Z] Step 9/10 : COPY . . [2023-05-29T22:53:55.104Z] ---> faa74be7c4e3 [2023-05-29T22:53:55.104Z] Step 10/10 : RUN ${MAKE} [2023-05-29T22:53:55.104Z] ---> Running in 408712bdc9c2 [2023-05-29T22:53:55.104Z] noop [2023-05-29T22:53:55.104Z] Removing intermediate container 408712bdc9c2 [2023-05-29T22:53:55.104Z] ---> f10c8786d56e [2023-05-29T22:53:55.104Z] Successfully built f10c8786d56e [2023-05-29T22:53:55.104Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:53:55.582Z] + docker inspect -f . ci-base-image-arm64 [2023-05-29T22:53:55.582Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:53:55.877Z] prd-ubuntu20.04-docker-arm64-4c-16g-17187 does not seem to be running inside a container [2023-05-29T22:53:55.948Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-29T22:53:57.220Z] $ docker top a58cffa52c25ae464496f1fcd8fb088ada2e199c9f0022307e00bb5ede76d688 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:53:58.089Z] + go version [2023-05-29T22:53:58.089Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-29T22:53:58.124Z] $ docker stop --time=1 a58cffa52c25ae464496f1fcd8fb088ada2e199c9f0022307e00bb5ede76d688 [2023-05-29T22:53:59.733Z] $ docker rm -f --volumes a58cffa52c25ae464496f1fcd8fb088ada2e199c9f0022307e00bb5ede76d688 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:54:00.614Z] + docker inspect -f . ci-base-image-arm64 [2023-05-29T22:54:00.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:54:00.875Z] prd-ubuntu20.04-docker-arm64-4c-16g-17187 does not seem to be running inside a container [2023-05-29T22:54:00.938Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-29T22:54:02.432Z] $ docker top 632bc2b9faba5db2ded2b46a41cadab5e3840eb11d77143810a12db7c1af7c2d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:54:03.012Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-29T22:54:03.407Z] + make test [2023-05-29T22:54:03.676Z] go test -race -coverprofile=coverage.out ./... [2023-05-29T22:54:50.605Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-05-29T22:56:42.249Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-05-29T22:56:42.249Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-05-29T22:56:42.249Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-05-29T22:56:42.249Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-05-29T22:56:42.249Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-05-29T22:56:42.249Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.220s coverage: 27.6% of statements [2023-05-29T22:56:45.589Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.260s coverage: 80.2% of statements [2023-05-29T22:56:57.896Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-05-29T22:56:57.896Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-05-29T22:56:57.896Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.343s coverage: 86.0% of statements [2023-05-29T22:57:04.539Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-05-29T22:57:04.540Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.433s coverage: 77.5% of statements [2023-05-29T22:57:07.882Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-05-29T22:57:09.825Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-05-29T22:57:09.825Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-05-29T22:57:11.253Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.241s coverage: 14.3% of statements [2023-05-29T22:57:11.253Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.430s coverage: 68.5% of statements [2023-05-29T22:57:13.194Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.437s coverage: 89.2% of statements [2023-05-29T22:57:14.149Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-05-29T22:57:14.414Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.227s coverage: 5.7% of statements [2023-05-29T22:57:14.997Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-29T22:57:14.997Z] GO111MODULE=on go vet ./... [2023-05-29T22:59:36.738Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-29T22:59:36.738Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-29T22:59:36.738Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-29T22:59:36.781Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-29T22:59:36.812Z] $ docker stop --time=1 632bc2b9faba5db2ded2b46a41cadab5e3840eb11d77143810a12db7c1af7c2d [2023-05-29T22:59:39.196Z] $ docker rm -f --volumes 632bc2b9faba5db2ded2b46a41cadab5e3840eb11d77143810a12db7c1af7c2d [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T22:59:40.971Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-29T22:59:41.008Z] Warning: overwriting stash ‘coverage-report’ [2023-05-29T22:59:41.711Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-29T22:59:42.341Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-29T22:59:42.675Z] + ls -al . [2023-05-29T22:59:42.675Z] total 280 [2023-05-29T22:59:42.675Z] drwxrwxr-x 10 jenkins jenkins 4096 May 29 22:54 . [2023-05-29T22:59:42.675Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:51 .. [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 140 May 29 22:51 .dockerignore [2023-05-29T22:59:42.675Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 22:51 .git [2023-05-29T22:59:42.675Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:51 .github [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 137 May 29 22:51 .gitignore [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 42 May 29 22:51 .golangci.yml [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 44878 May 29 22:51 CHANGELOG.md [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 22:51 GOVERNANCE.md [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 885 May 29 22:51 Jenkinsfile [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 29 22:51 LICENSE [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 1714 May 29 22:51 Makefile [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 619 May 29 22:51 OWNERS.md [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 4953 May 29 22:51 README.md [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 5 May 29 22:47 VERSION [2023-05-29T22:59:42.675Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:51 bin [2023-05-29T22:59:42.675Z] -rw-r--r-- 1 jenkins jenkins 106150 May 29 22:57 coverage.out [2023-05-29T22:59:42.675Z] drwxrwxr-x 5 jenkins jenkins 4096 May 29 22:51 example [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 3193 May 29 22:51 go.mod [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 30699 May 29 22:51 go.sum [2023-05-29T22:59:42.675Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:51 internal [2023-05-29T22:59:42.675Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:51 openapi [2023-05-29T22:59:42.675Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 22:51 pkg [2023-05-29T22:59:42.675Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:51 snap [2023-05-29T22:59:42.675Z] -rw-rw-r-- 1 jenkins jenkins 222 May 29 22:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:59:43.099Z] + 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=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab --label arch=arm64 --label version=0.0.0 . [2023-05-29T22:59:43.689Z] Sending build context to Docker daemon 6.158MB [2023-05-29T22:59:43.689Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:59:43.689Z] Step 2/23 : FROM ${BASE} AS builder [2023-05-29T22:59:43.689Z] ---> f10c8786d56e [2023-05-29T22:59:43.689Z] Step 3/23 : ARG MAKE=make build [2023-05-29T22:59:43.689Z] ---> Running in 7042c40550db [2023-05-29T22:59:43.967Z] Removing intermediate container 7042c40550db [2023-05-29T22:59:43.967Z] ---> 0496aecfc05e [2023-05-29T22:59:43.967Z] Step 4/23 : WORKDIR /device-sdk-go [2023-05-29T22:59:44.235Z] ---> Running in 181c7c019a89 [2023-05-29T22:59:44.501Z] Removing intermediate container 181c7c019a89 [2023-05-29T22:59:44.501Z] ---> a645d99b7767 [2023-05-29T22:59:44.501Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-29T22:59:44.501Z] ---> Running in c48494149bbc [2023-05-29T22:59:44.768Z] Removing intermediate container c48494149bbc [2023-05-29T22:59:44.768Z] ---> e1470db7e63a [2023-05-29T22:59:44.768Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-05-29T22:59:44.768Z] ---> Running in 7cb83cb047b4 [2023-05-29T22:59:45.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:59:46.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:59:47.270Z] OK: 263 MiB in 53 packages [2023-05-29T22:59:48.232Z] Removing intermediate container 7cb83cb047b4 [2023-05-29T22:59:48.232Z] ---> 9172c0452b6a [2023-05-29T22:59:48.232Z] Step 7/23 : COPY go.mod vendor* ./ [2023-05-29T22:59:52.480Z] ---> b2b206519933 [2023-05-29T22:59:52.480Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:59:52.480Z] ---> Running in 11b8248cc458 [2023-05-29T22:59:54.422Z] Removing intermediate container 11b8248cc458 [2023-05-29T22:59:54.422Z] ---> ce0520a3649d [2023-05-29T22:59:54.422Z] Step 9/23 : COPY . . [2023-05-29T22:59:55.382Z] ---> c87585c8f2c3 [2023-05-29T22:59:55.382Z] Step 10/23 : RUN ${MAKE} [2023-05-29T22:59:55.382Z] ---> Running in 2c3c640adfdc [2023-05-29T22:59:56.342Z] 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-29T23:02:05.728Z] Removing intermediate container 2c3c640adfdc [2023-05-29T23:02:05.728Z] ---> 1e823be673ca [2023-05-29T23:02:05.728Z] Step 11/23 : FROM alpine:3.17 [2023-05-29T23:02:05.728Z] 3.17: Pulling from library/alpine [2023-05-29T23:02:05.728Z] c41833b44d91: Already exists [2023-05-29T23:02:05.728Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-29T23:02:05.728Z] Status: Downloaded newer image for alpine:3.17 [2023-05-29T23:02:05.728Z] ---> 51e60588ff2c [2023-05-29T23:02:05.728Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-29T23:02:05.728Z] ---> Running in 37392a92ec81 [2023-05-29T23:02:05.728Z] Removing intermediate container 37392a92ec81 [2023-05-29T23:02:05.728Z] ---> 7cc28b527d03 [2023-05-29T23:02:05.728Z] Step 13/23 : RUN apk add --update --no-cache [2023-05-29T23:02:05.728Z] ---> Running in b41e3bb185db [2023-05-29T23:02:05.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T23:02:05.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T23:02:05.728Z] OK: 7 MiB in 15 packages [2023-05-29T23:02:05.728Z] Removing intermediate container b41e3bb185db [2023-05-29T23:02:05.728Z] ---> 2905a32c676b [2023-05-29T23:02:05.728Z] Step 14/23 : WORKDIR / [2023-05-29T23:02:05.728Z] ---> Running in cdf83d29b4e6 [2023-05-29T23:02:05.728Z] Removing intermediate container cdf83d29b4e6 [2023-05-29T23:02:05.728Z] ---> 860a3063d457 [2023-05-29T23:02:05.728Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-05-29T23:02:05.728Z] ---> b7ed4e0ef78b [2023-05-29T23:02:05.728Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-05-29T23:02:05.728Z] ---> f66e0b99866c [2023-05-29T23:02:05.728Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-05-29T23:02:05.728Z] ---> a56a458ee105 [2023-05-29T23:02:05.728Z] Step 18/23 : EXPOSE 59999 [2023-05-29T23:02:05.728Z] ---> Running in 1a3a3921a1cb [2023-05-29T23:02:05.728Z] Removing intermediate container 1a3a3921a1cb [2023-05-29T23:02:05.728Z] ---> ad03b5159aae [2023-05-29T23:02:05.728Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-05-29T23:02:05.728Z] ---> Running in d6697121c7d3 [2023-05-29T23:02:05.728Z] Removing intermediate container d6697121c7d3 [2023-05-29T23:02:05.728Z] ---> ca40514b7696 [2023-05-29T23:02:05.728Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T23:02:05.728Z] ---> Running in 606ac076cf73 [2023-05-29T23:02:05.728Z] Removing intermediate container 606ac076cf73 [2023-05-29T23:02:05.728Z] ---> 06409e65c384 [2023-05-29T23:02:05.728Z] Step 21/23 : LABEL arch=arm64 [2023-05-29T23:02:05.728Z] ---> Running in 7603cb420667 [2023-05-29T23:02:05.728Z] Removing intermediate container 7603cb420667 [2023-05-29T23:02:05.728Z] ---> 9f5b5497fbbb [2023-05-29T23:02:05.728Z] Step 22/23 : LABEL git_sha=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [2023-05-29T23:02:05.728Z] ---> Running in 7642d62b8b3f [2023-05-29T23:02:05.728Z] Removing intermediate container 7642d62b8b3f [2023-05-29T23:02:05.728Z] ---> b05712c7726f [2023-05-29T23:02:05.728Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T23:02:05.728Z] ---> Running in cec8729fa28e [2023-05-29T23:02:05.728Z] Removing intermediate container cec8729fa28e [2023-05-29T23:02:05.728Z] ---> c888c9a940b1 [2023-05-29T23:02:05.729Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-29T23:02:05.729Z] Successfully built c888c9a940b1 [2023-05-29T23:02:05.729Z] 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-29T23:02:06.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T23:02:06.551Z] [2023-05-29T23:02:06.551Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T23:02:06.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T23:02:06.952Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-29T23:02:06.952Z] 8998bd30e6a1: Pulling fs layer [2023-05-29T23:02:06.952Z] 04944245beec: Pulling fs layer [2023-05-29T23:02:06.952Z] 699f458cf7ca: Pulling fs layer [2023-05-29T23:02:06.952Z] 765212b225bb: Pulling fs layer [2023-05-29T23:02:06.952Z] f23df028b6ca: Pulling fs layer [2023-05-29T23:02:06.952Z] d65c8cfc05b1: Pulling fs layer [2023-05-29T23:02:06.952Z] 2437ff75d9bd: Pulling fs layer [2023-05-29T23:02:06.952Z] f23df028b6ca: Waiting [2023-05-29T23:02:06.952Z] 2437ff75d9bd: Waiting [2023-05-29T23:02:06.952Z] d65c8cfc05b1: Waiting [2023-05-29T23:02:06.952Z] 765212b225bb: Waiting [2023-05-29T23:02:07.221Z] 04944245beec: Verifying Checksum [2023-05-29T23:02:07.221Z] 04944245beec: Download complete [2023-05-29T23:02:07.221Z] 765212b225bb: Verifying Checksum [2023-05-29T23:02:07.221Z] 765212b225bb: Download complete [2023-05-29T23:02:07.221Z] f23df028b6ca: Download complete [2023-05-29T23:02:07.221Z] d65c8cfc05b1: Download complete [2023-05-29T23:02:07.488Z] 699f458cf7ca: Verifying Checksum [2023-05-29T23:02:07.488Z] 699f458cf7ca: Download complete [2023-05-29T23:02:07.754Z] 8998bd30e6a1: Verifying Checksum [2023-05-29T23:02:07.754Z] 8998bd30e6a1: Download complete [2023-05-29T23:02:10.331Z] 2437ff75d9bd: Verifying Checksum [2023-05-29T23:02:11.744Z] 8998bd30e6a1: Pull complete [2023-05-29T23:02:12.012Z] 04944245beec: Pull complete [2023-05-29T23:02:13.419Z] 699f458cf7ca: Pull complete [2023-05-29T23:02:13.686Z] 765212b225bb: Pull complete [2023-05-29T23:02:14.271Z] f23df028b6ca: Pull complete [2023-05-29T23:02:14.538Z] d65c8cfc05b1: Pull complete [2023-05-29T23:02:29.537Z] 2437ff75d9bd: Pull complete [2023-05-29T23:02:29.537Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-29T23:02:29.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T23:02:29.537Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T23:02:29.856Z] prd-ubuntu20.04-docker-arm64-4c-16g-17187 does not seem to be running inside a container [2023-05-29T23:02:29.915Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-29T23:02:32.529Z] $ docker top a50a8a47047fd78e58fd7f6c4c28fcf3901131a3a99889e3d8df7acf449afc4a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:33.406Z] ---> job-cost.sh [2023-05-29T23:02:33.406Z] lf-activate-venv: SKIPPING [2023-05-29T23:02:33.406Z] INFO: No Stack... [2023-05-29T23:02:33.671Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-29T23:02:34.629Z] INFO: Archiving Costs [Pipeline] sh [2023-05-29T23:02:34.970Z] + cut -d, -f6 [2023-05-29T23:02:34.970Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2023-05-29T23:02:35.046Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [2023-05-29T23:02:35.051Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] did not exist. Created. [2023-05-29T23:02:35.051Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-29T23:02:35.458Z] /w/workspace/device-sdk-go/1@tmp/durable-4a7ddd5f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-29T23:02:35.812Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-29T23:02:36.107Z] Warning: overwriting stash ‘stack-cost’ [2023-05-29T23:02:36.164Z] Stashed 1 file(s) [Pipeline] } [2023-05-29T23:02:36.180Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-29T23:02:36.261Z] $ docker stop --time=1 a50a8a47047fd78e58fd7f6c4c28fcf3901131a3a99889e3d8df7acf449afc4a [2023-05-29T23:02:37.766Z] $ docker rm -f --volumes a50a8a47047fd78e58fd7f6c4c28fcf3901131a3a99889e3d8df7acf449afc4a [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-29T23:02:38.778Z] provisioning config files... [2023-05-29T23:02:38.787Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config13677376183601870218tmp [Pipeline] { [Pipeline] sh [2023-05-29T23:02:39.127Z] + set +x [2023-05-29T23:02:39.127Z] + bash -s -- [2023-05-29T23:02:39.127Z] + curl -s https://codecov.io/bash [2023-05-29T23:02:39.127Z] [2023-05-29T23:02:39.127Z] _____ _ [2023-05-29T23:02:39.127Z] / ____| | | [2023-05-29T23:02:39.127Z] | | ___ __| | ___ ___ _____ __ [2023-05-29T23:02:39.128Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-29T23:02:39.128Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-29T23:02:39.128Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-29T23:02:39.128Z] Bash-1.0.6 [2023-05-29T23:02:39.128Z] [2023-05-29T23:02:39.128Z] [2023-05-29T23:02:39.128Z] ==> git version 2.25.1 found [2023-05-29T23:02:39.128Z] ==> 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-29T23:02:39.128Z] Release-Date: 2020-01-08 [2023-05-29T23:02:39.128Z] 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-29T23:02:39.128Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-29T23:02:39.128Z] ==> Jenkins CI detected. [2023-05-29T23:02:39.128Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1465 [2023-05-29T23:02:39.128Z] project root: . [2023-05-29T23:02:39.128Z] --> token set from env [2023-05-29T23:02:39.128Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-29T23:02:39.128Z] ==> Running gcov in . (disable via -X gcov) [2023-05-29T23:02:39.128Z] ==> Python coveragepy not found [2023-05-29T23:02:39.128Z] ==> Searching for coverage reports in: [2023-05-29T23:02:39.128Z] + . [2023-05-29T23:02:39.128Z] -> Found 1 reports [2023-05-29T23:02:39.128Z] ==> Detecting git/mercurial file structure [2023-05-29T23:02:39.387Z] ==> Reading reports [2023-05-29T23:02:39.387Z] + ./coverage.out bytes=106150 [2023-05-29T23:02:39.387Z] ==> Appending adjustments [2023-05-29T23:02:39.387Z] https://docs.codecov.io/docs/fixing-reports [2023-05-29T23:02:39.646Z] + Found adjustments [2023-05-29T23:02:39.646Z] ==> Gzipping contents [2023-05-29T23:02:39.646Z] 16K /tmp/codecov.31aTV9.gz [2023-05-29T23:02:39.646Z] ==> Uploading reports [2023-05-29T23:02:39.646Z] url: https://codecov.io [2023-05-29T23:02:39.646Z] query: branch=PR-1465&commit=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1465%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1465&job=&cmd_args= [2023-05-29T23:02:39.646Z] -> Pinging Codecov [2023-05-29T23:02:39.646Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1465&commit=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1465%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1465&job=&cmd_args= [2023-05-29T23:02:39.646Z] -> Uploading to [2023-05-29T23:02:39.646Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-29/7E55EF52A471D76F132DFD9A03CDDE97/4d3de39ad95bcdfc9d5dc26506691e19e6d84cab/d381cdcc-46ab-4520-87b4-36d0e62ebf77.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230529%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230529T230239Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ac0fe7455386689c0ab4ae9b93d92f5b22a03d610b08af1134e0cd296299c5cf [2023-05-29T23:02:39.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-29T23:02:39.905Z] Dload Upload Total Spent Left Speed [2023-05-29T23:02:39.905Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15152 0 0 100 15152 0 73912 --:--:-- --:--:-- --:--:-- 73912 [2023-05-29T23:02:39.905Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] } [2023-05-29T23:02:39.934Z] 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-29T23:02:41.637Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives ] [2023-05-29T23:02:41.637Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives [2023-05-29T23:02:41.637Z] total 16 [2023-05-29T23:02:41.637Z] drwxr-xr-x 3 root root 4096 May 29 22:50 . [2023-05-29T23:02:41.637Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:50 .. [2023-05-29T23:02:41.637Z] drwxr-xr-x 2 root root 4096 May 29 22:50 cost [2023-05-29T23:02:41.637Z] -rw-r--r-- 1 root root 86 May 29 22:50 cost.csv [2023-05-29T23:02:41.637Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives [2023-05-29T23:02:41.637Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives [2023-05-29T23:02:41.637Z] total 16 [2023-05-29T23:02:41.637Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 22:50 . [2023-05-29T23:02:41.637Z] drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:50 .. [2023-05-29T23:02:41.637Z] drwxr-xr-x 2 jenkins jenkins 4096 May 29 22:50 cost [2023-05-29T23:02:41.637Z] -rw-r--r-- 1 jenkins jenkins 86 May 29 22:50 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:41.957Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:42.855Z] ---> package-listing.sh [2023-05-29T23:02:42.855Z] ++ facter osfamily [2023-05-29T23:02:42.855Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-29T23:02:43.115Z] + OS_FAMILY=debian [2023-05-29T23:02:43.115Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1465 [2023-05-29T23:02:43.115Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-29T23:02:43.115Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-29T23:02:43.115Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-29T23:02:43.115Z] + PACKAGES=/tmp/packages_start.txt [2023-05-29T23:02:43.115Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1465 ']' [2023-05-29T23:02:43.115Z] + PACKAGES=/tmp/packages_end.txt [2023-05-29T23:02:43.115Z] + case "${OS_FAMILY}" in [2023-05-29T23:02:43.115Z] + dpkg -l [2023-05-29T23:02:43.115Z] + grep '^ii' [2023-05-29T23:02:43.115Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-29T23:02:43.115Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-29T23:02:43.115Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-29T23:02:43.115Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1465 ']' [2023-05-29T23:02:43.115Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives/ [2023-05-29T23:02:43.115Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives/ [Pipeline] echo [2023-05-29T23:02:43.147Z] 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-1465/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-29T23:02:43.437Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T23:02:44.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T23:02:44.064Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T23:02:44.203Z] prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container [2023-05-29T23:02:44.239Z] $ 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-1465/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-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-29T23:02:44.437Z] $ docker top dc0fff0205beeaa66976e929ea9763a7a18b04ce060ed86dcdd8c72b58ec957b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T23:02:44.816Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-29T23:02:45.127Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-29T23:02:45.438Z] + ls /var/log/sa-host [2023-05-29T23:02:45.438Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T23:02:45.565Z] provisioning config files... [2023-05-29T23:02:45.573Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config16223528377834058868tmp [Pipeline] { [Pipeline] echo [2023-05-29T23:02:45.626Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:45.943Z] ---> create-netrc.sh [Pipeline] } [2023-05-29T23:02:45.969Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:46.360Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-29T23:02:46.393Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:46.701Z] ---> sudo-logs.sh [2023-05-29T23:02:46.701Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-29T23:02:46.787Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:47.096Z] ---> job-cost.sh [2023-05-29T23:02:47.096Z] lf-activate-venv: SKIPPING [2023-05-29T23:02:47.096Z] DEBUG: total: 0.2199999988079071 [2023-05-29T23:02:47.096Z] INFO: Retrieving Stack Cost... [2023-05-29T23:02:47.664Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-29T23:02:47.923Z] INFO: Archiving Costs [Pipeline] echo [2023-05-29T23:02:47.956Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T23:02:48.267Z] ---> logs-deploy.sh [2023-05-29T23:02:48.267Z] lf-activate-venv: SKIPPING [2023-05-29T23:02:48.267Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1465/1 [2023-05-29T23:02:48.267Z] INFO: archiving workspace using pattern(s): [2023-05-29T23:02:49.203Z] Archives upload complete. [2023-05-29T23:02:49.203Z] INFO: archiving logs to Nexus