Pull request #407 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5a0180d8fba88363335f0d295c2c87f308a4ce21+3ca1d9672aa57d288ff73684e8f7d94170c5a17a (f2e99a8e80796a7ff6898d0ff49b98bb21d29dae) 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-ssh6474256753180311228.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh15860080295680162838.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 590556114a56c6d90cc8043840e039c2f74196dc 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-rest-go/branches/PR-407/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-rest-go/branches/PR-407/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3714551408091339238.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-rest-go/branches/PR-407/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6120138380388985104.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh4008188605306087121.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-rest-go/branches/PR-407/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-rest-go/branches/PR-407/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18387868303422195492.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 590556114a56c6d90cc8043840e039c2f74196dc 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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 ‘prd-ubuntu20.04-docker-8c-8g-8412’ Running on prd-ubuntu20.04-docker-8c-8g-8415 in /w/workspace/gexfoundry_device-rest-go_PR-407 [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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-407 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/407/head:refs/remotes/origin/PR-407 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 3ca1d9672aa57d288ff73684e8f7d94170c5a17a into PR head commit 5a0180d8fba88363335f0d295c2c87f308a4ce21 Merge succeeded, producing 5a0180d8fba88363335f0d295c2c87f308a4ce21 Checking out Revision 5a0180d8fba88363335f0d295c2c87f308a4ce21 (PR-407) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git config core.sparsecheckout # timeout=10 > git checkout -f 5a0180d8fba88363335f0d295c2c87f308a4ce21 # 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 3ca1d9672aa57d288ff73684e8f7d94170c5a17a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5a0180d8fba88363335f0d295c2c87f308a4ce21 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-23T20:12:24.073Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-23T20:12:24.311Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-23T20:12:24.445Z] ========================================================= [2024-08-23T20:12:24.445Z] EdgeX Global Pipelines Version Info [2024-08-23T20:12:24.445Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:12:25.254Z] ------------------- [2024-08-23T20:12:25.254Z] stable info: [2024-08-23T20:12:25.254Z] ------------------- [2024-08-23T20:12:25.254Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-23T20:12:25.254Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-23T20:12:25.254Z] Message: update stable to v1.0.260 [2024-08-23T20:12:25.829Z] ------------------- [2024-08-23T20:12:25.829Z] experimental info: [2024-08-23T20:12:25.829Z] ------------------- [2024-08-23T20:12:25.829Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-23T20:12:25.829Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-23T20:12:25.829Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-23T20:12:26.083Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2024-08-23T20:12:26.148Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2024-08-23T20:12:26.218Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-23T20:12:26.275Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-23T20:12:26.339Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-23T20:12:26.399Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-23T20:12:26.466Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-23T20:12:26.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-08-23T20:12:26.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-23T20:12:26.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-23T20:12:26.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-23T20:12:26.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2024-08-23T20:12:26.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-23T20:12:26.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-23T20:12:26.972Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-23T20:12:27.035Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-23T20:12:27.099Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-08-23T20:12:27.162Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-08-23T20:12:27.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-23T20:12:27.299Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-23T20:12:27.364Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-08-23T20:12:27.421Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-08-23T20:12:27.483Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-08-23T20:12:27.548Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-08-23T20:12:27.614Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-08-23T20:12:27.689Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-23T20:12:27.754Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-23T20:12:27.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-407 [Pipeline] echo [2024-08-23T20:12:27.886Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-407 [Pipeline] echo [2024-08-23T20:12:27.963Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-407 [Pipeline] echo [2024-08-23T20:12:28.029Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5a0180d8fba88363335f0d295c2c87f308a4ce21 [Pipeline] echo [2024-08-23T20:12:28.096Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5a0180d [Pipeline] echo [2024-08-23T20:12:28.164Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-23T20:12:28.432Z] provisioning config files... [2024-08-23T20:12:28.447Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp/config15771654009070485953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:12:28.849Z] ---> ****-login.sh [2024-08-23T20:12:28.849Z] nexus3.edgexfoundry.org:10001 [2024-08-23T20:12:29.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:29.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:29.372Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:29.372Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:29.372Z] [2024-08-23T20:12:29.372Z] Login Succeeded [2024-08-23T20:12:29.372Z] nexus3.edgexfoundry.org:10002 [2024-08-23T20:12:29.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:29.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:29.372Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:29.372Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:29.372Z] [2024-08-23T20:12:29.372Z] Login Succeeded [2024-08-23T20:12:29.372Z] nexus3.edgexfoundry.org:10003 [2024-08-23T20:12:29.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:29.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:29.372Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:29.372Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:29.372Z] [2024-08-23T20:12:29.372Z] Login Succeeded [2024-08-23T20:12:29.372Z] nexus3.edgexfoundry.org:10004 [2024-08-23T20:12:29.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:29.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:29.633Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:29.633Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:29.633Z] [2024-08-23T20:12:29.633Z] Login Succeeded [2024-08-23T20:12:29.633Z] ****.io [2024-08-23T20:12:29.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:29.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:29.895Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:29.895Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:29.895Z] [2024-08-23T20:12:29.895Z] Login Succeeded [2024-08-23T20:12:29.895Z] ---> ****-login.sh ends [Pipeline] } [2024-08-23T20:12:29.930Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-08-23T20:12:30.641Z] + git rev-list -1 --merges 5a0180d8fba88363335f0d295c2c87f308a4ce21~1..5a0180d8fba88363335f0d295c2c87f308a4ce21 [Pipeline] echo [2024-08-23T20:12:30.693Z] -----------> git rev-list -1 --merges 5a0180d8fba88363335f0d295c2c87f308a4ce21~1..5a0180d8fba88363335f0d295c2c87f308a4ce21 5a0180d8fba88363335f0d295c2c87f308a4ce21 [false] [Pipeline] sh [2024-08-23T20:12:31.019Z] + git log --format=format:%s -1 5a0180d8fba88363335f0d295c2c87f308a4ce21 [Pipeline] echo [2024-08-23T20:12:31.062Z] ========================================================= [2024-08-23T20:12:31.062Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-23T20:12:31.062Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-23T20:12:31.543Z] + git log --format=format:%s -1 5a0180d8fba88363335f0d295c2c87f308a4ce21 [Pipeline] echo [2024-08-23T20:12:31.585Z] [semverPrep] GIT_COMMIT: 5a0180d8fba88363335f0d295c2c87f308a4ce21, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2024-08-23T20:12:31.630Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-08-23T20:12:32.059Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-23T20:12:32.059Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-23T20:12:32.059Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-23T20:12:32.059Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-23T20:12:32.059Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-23T20:12:32.059Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-23T20:12:32.059Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:12:32.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-23T20:12:32.607Z] [2024-08-23T20:12:32.607Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:12:33.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-23T20:12:33.019Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-23T20:12:33.019Z] b85a868b505f: Pulling fs layer [2024-08-23T20:12:33.019Z] e2be974225ed: Pulling fs layer [2024-08-23T20:12:33.019Z] 339a4e72a1f5: Pulling fs layer [2024-08-23T20:12:33.019Z] 988bab9f4d93: Pulling fs layer [2024-08-23T20:12:33.019Z] 1469e6f7b9e6: Pulling fs layer [2024-08-23T20:12:33.019Z] eaf3925da568: Pulling fs layer [2024-08-23T20:12:33.019Z] bab4dde63d76: Pulling fs layer [2024-08-23T20:12:33.019Z] bde34c3a00c8: Pulling fs layer [2024-08-23T20:12:33.019Z] b352a97aabf1: Pulling fs layer [2024-08-23T20:12:33.019Z] 4872d77fe225: Pulling fs layer [2024-08-23T20:12:33.019Z] 5851b861e8e6: Pulling fs layer [2024-08-23T20:12:33.019Z] eaf3925da568: Waiting [2024-08-23T20:12:33.019Z] 988bab9f4d93: Waiting [2024-08-23T20:12:33.019Z] 1469e6f7b9e6: Waiting [2024-08-23T20:12:33.019Z] bde34c3a00c8: Waiting [2024-08-23T20:12:33.019Z] bab4dde63d76: Waiting [2024-08-23T20:12:33.019Z] e2be974225ed: Verifying Checksum [2024-08-23T20:12:33.019Z] e2be974225ed: Download complete [2024-08-23T20:12:33.019Z] 988bab9f4d93: Verifying Checksum [2024-08-23T20:12:33.019Z] 988bab9f4d93: Download complete [2024-08-23T20:12:33.283Z] 1469e6f7b9e6: Verifying Checksum [2024-08-23T20:12:33.283Z] 1469e6f7b9e6: Download complete [2024-08-23T20:12:33.283Z] eaf3925da568: Verifying Checksum [2024-08-23T20:12:33.283Z] eaf3925da568: Download complete [2024-08-23T20:12:33.283Z] 339a4e72a1f5: Verifying Checksum [2024-08-23T20:12:33.283Z] 339a4e72a1f5: Download complete [2024-08-23T20:12:33.283Z] bde34c3a00c8: Download complete [2024-08-23T20:12:33.283Z] b352a97aabf1: Download complete [2024-08-23T20:12:33.283Z] 5851b861e8e6: Verifying Checksum [2024-08-23T20:12:33.283Z] 5851b861e8e6: Download complete [2024-08-23T20:12:33.283Z] b85a868b505f: Download complete [2024-08-23T20:12:33.551Z] bab4dde63d76: Verifying Checksum [2024-08-23T20:12:33.552Z] bab4dde63d76: Download complete [2024-08-23T20:12:34.490Z] b85a868b505f: Pull complete [2024-08-23T20:12:34.750Z] e2be974225ed: Pull complete [2024-08-23T20:12:35.318Z] 339a4e72a1f5: Pull complete [2024-08-23T20:12:35.318Z] 988bab9f4d93: Pull complete [2024-08-23T20:12:35.577Z] 1469e6f7b9e6: Pull complete [2024-08-23T20:12:35.577Z] eaf3925da568: Pull complete [2024-08-23T20:12:37.482Z] bab4dde63d76: Pull complete [2024-08-23T20:12:37.482Z] bde34c3a00c8: Pull complete [2024-08-23T20:12:37.482Z] b352a97aabf1: Pull complete [2024-08-23T20:12:37.482Z] 4872d77fe225: Pull complete [2024-08-23T20:12:37.741Z] 5851b861e8e6: Pull complete [2024-08-23T20:12:37.742Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-23T20:12:37.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-23T20:12:37.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:12:38.020Z] prd-ubuntu20.04-docker-8c-8g-8415 does not seem to be running inside a container [2024-08-23T20:12:38.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-407 -v /w/workspace/gexfoundry_device-rest-go_PR-407:/w/workspace/gexfoundry_device-rest-go_PR-407:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-407@tmp:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-23T20:12:39.468Z] $ docker top 9d926de6246581dae5f3438d4017df6192b77012aa11a5ba1ba795034a4bb188 -eo pid,comm [2024-08-23T20:12:39.528Z] 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). [2024-08-23T20:12:39.528Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-23T20:12:39.705Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-23T20:12:39.705Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-23T20:12:39.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-23T20:12:39.825Z] $ docker exec 9d926de6246581dae5f3438d4017df6192b77012aa11a5ba1ba795034a4bb188 ssh-agent [2024-08-23T20:12:39.958Z] SSH_AUTH_SOCK=/tmp/ssh-9BMfqOlucJZ4/agent.33 [2024-08-23T20:12:39.958Z] SSH_AGENT_PID=39 [2024-08-23T20:12:39.965Z] Running ssh-add (command line suppressed) [2024-08-23T20:12:40.066Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-407@tmp/private_key_14194556398335183519.key (/w/workspace/gexfoundry_device-rest-go_PR-407@tmp/private_key_14194556398335183519.key) [2024-08-23T20:12:40.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-23T20:12:40.438Z] + git tag --points-at HEAD [Pipeline] } [2024-08-23T20:12:40.459Z] $ docker exec --env ******** --env ******** 9d926de6246581dae5f3438d4017df6192b77012aa11a5ba1ba795034a4bb188 ssh-agent -k [2024-08-23T20:12:40.561Z] unset SSH_AUTH_SOCK; [2024-08-23T20:12:40.562Z] unset SSH_AGENT_PID; [2024-08-23T20:12:40.562Z] echo Agent pid 39 killed; [2024-08-23T20:12:40.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-23T20:12:40.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-23T20:12:40.689Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-23T20:12:40.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-23T20:12:40.804Z] $ docker exec 9d926de6246581dae5f3438d4017df6192b77012aa11a5ba1ba795034a4bb188 ssh-agent [2024-08-23T20:12:40.921Z] SSH_AUTH_SOCK=/tmp/ssh-iRhXC1reRGJj/agent.72 [2024-08-23T20:12:40.921Z] SSH_AGENT_PID=78 [2024-08-23T20:12:40.926Z] Running ssh-add (command line suppressed) [2024-08-23T20:12:41.029Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-407@tmp/private_key_11328381801900338321.key (/w/workspace/gexfoundry_device-rest-go_PR-407@tmp/private_key_11328381801900338321.key) [2024-08-23T20:12:41.048Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-23T20:12:41.401Z] + git semver init [2024-08-23T20:12:41.662Z] 2024-08-23 20:12:41,573 [run_init] DEBUG init version:0.0.0 force:False [2024-08-23T20:12:41.662Z] 2024-08-23 20:12:41,574 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-407/.semver [2024-08-23T20:12:41.662Z] 2024-08-23 20:12:41,574 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-407/.semver [2024-08-23T20:12:41.662Z] 2024-08-23 20:12:41,574 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-407/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-407, universal_newlines=False, shell=None, istream=None) [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,782 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-407/.git/info/exclude [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,783 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-407/.semver/PR-407 with force:False [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,783 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-407/.semver/PR-407 [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,788 [execute] INFO git cat-file --batch-check [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,789 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-407/.semver, universal_newlines=False, shell=None, istream=) [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,796 [execute] INFO git cat-file --batch [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,796 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-407/.semver, universal_newlines=False, shell=None, istream=) [2024-08-23T20:12:43.046Z] 2024-08-23 20:12:42,800 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-407/.semver/PR-407 [2024-08-23T20:12:43.046Z] 0.0.0 [Pipeline] } [2024-08-23T20:12:43.066Z] $ docker exec --env ******** --env ******** 9d926de6246581dae5f3438d4017df6192b77012aa11a5ba1ba795034a4bb188 ssh-agent -k [2024-08-23T20:12:43.184Z] unset SSH_AUTH_SOCK; [2024-08-23T20:12:43.185Z] unset SSH_AGENT_PID; [2024-08-23T20:12:43.185Z] echo Agent pid 78 killed; [2024-08-23T20:12:43.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-23T20:12:43.659Z] + git semver [Pipeline] } [2024-08-23T20:12:43.947Z] $ docker stop --time=1 9d926de6246581dae5f3438d4017df6192b77012aa11a5ba1ba795034a4bb188 [2024-08-23T20:12:45.243Z] $ docker rm -f --volumes 9d926de6246581dae5f3438d4017df6192b77012aa11a5ba1ba795034a4bb188 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-23T20:12:45.651Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-23T20:12:45.966Z] Stashed 1 file(s) [Pipeline] echo [2024-08-23T20:12:45.992Z] [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 [2024-08-23T20:12:46.713Z] provisioning config files... [2024-08-23T20:12:46.723Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp/config6474919101213741092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:12:47.191Z] ---> ****-login.sh [2024-08-23T20:12:47.191Z] nexus3.edgexfoundry.org:10001 [2024-08-23T20:12:47.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:47.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:47.191Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:47.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:47.191Z] [2024-08-23T20:12:47.191Z] Login Succeeded [2024-08-23T20:12:47.191Z] nexus3.edgexfoundry.org:10002 [2024-08-23T20:12:47.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:47.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:47.192Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:47.192Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:47.192Z] [2024-08-23T20:12:47.192Z] Login Succeeded [2024-08-23T20:12:47.192Z] nexus3.edgexfoundry.org:10003 [2024-08-23T20:12:47.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:47.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:47.452Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:47.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:47.452Z] [2024-08-23T20:12:47.452Z] Login Succeeded [2024-08-23T20:12:47.452Z] nexus3.edgexfoundry.org:10004 [2024-08-23T20:12:47.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:47.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:47.452Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:47.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:47.452Z] [2024-08-23T20:12:47.452Z] Login Succeeded [2024-08-23T20:12:47.452Z] ****.io [2024-08-23T20:12:47.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:12:47.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:12:47.711Z] Configure a credential helper to remove this warning. See [2024-08-23T20:12:47.711Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:12:47.711Z] [2024-08-23T20:12:47.711Z] Login Succeeded [2024-08-23T20:12:47.711Z] ---> ****-login.sh ends [Pipeline] } [2024-08-23T20:12:47.751Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-08-23T20:12:48.014Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-23T20:12:48.063Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-23T20:12:48.110Z] ========================================================= [2024-08-23T20:12:48.110Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-23T20:12:48.110Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:12:48.640Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-08-23T20:12:48.640Z] Sending build context to Docker daemon 16.56MB [2024-08-23T20:12:48.640Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-08-23T20:12:48.640Z] Step 2/12 : FROM ${BASE} AS builder [2024-08-23T20:12:48.640Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-23T20:12:48.640Z] 619be1103602: Pulling fs layer [2024-08-23T20:12:48.640Z] 7862e08f4a3e: Pulling fs layer [2024-08-23T20:12:48.640Z] 5df492c9dc93: Pulling fs layer [2024-08-23T20:12:48.640Z] 7629e6793208: Pulling fs layer [2024-08-23T20:12:48.640Z] 4f4fb700ef54: Pulling fs layer [2024-08-23T20:12:48.640Z] fb5054dd5b73: Pulling fs layer [2024-08-23T20:12:48.640Z] eeca6798cff9: Pulling fs layer [2024-08-23T20:12:48.640Z] aa269ceb94a6: Pulling fs layer [2024-08-23T20:12:48.640Z] ada007ff1a6a: Pulling fs layer [2024-08-23T20:12:48.640Z] 4f4fb700ef54: Waiting [2024-08-23T20:12:48.640Z] fb5054dd5b73: Waiting [2024-08-23T20:12:48.640Z] eeca6798cff9: Waiting [2024-08-23T20:12:48.640Z] aa269ceb94a6: Waiting [2024-08-23T20:12:48.640Z] ada007ff1a6a: Waiting [2024-08-23T20:12:48.640Z] 7629e6793208: Waiting [2024-08-23T20:12:48.640Z] 7862e08f4a3e: Download complete [2024-08-23T20:12:48.900Z] 7629e6793208: Download complete [2024-08-23T20:12:48.900Z] 4f4fb700ef54: Download complete [2024-08-23T20:12:48.900Z] fb5054dd5b73: Download complete [2024-08-23T20:12:48.900Z] 619be1103602: Verifying Checksum [2024-08-23T20:12:48.900Z] 619be1103602: Download complete [2024-08-23T20:12:48.900Z] eeca6798cff9: Verifying Checksum [2024-08-23T20:12:48.900Z] eeca6798cff9: Download complete [2024-08-23T20:12:48.900Z] 619be1103602: Pull complete [2024-08-23T20:12:49.159Z] ada007ff1a6a: Verifying Checksum [2024-08-23T20:12:49.159Z] ada007ff1a6a: Download complete [2024-08-23T20:12:49.159Z] 7862e08f4a3e: Pull complete [2024-08-23T20:12:49.159Z] 5df492c9dc93: Verifying Checksum [2024-08-23T20:12:49.159Z] 5df492c9dc93: Download complete [2024-08-23T20:12:49.727Z] aa269ceb94a6: Verifying Checksum [2024-08-23T20:12:49.727Z] aa269ceb94a6: Download complete [2024-08-23T20:12:53.020Z] 5df492c9dc93: Pull complete [2024-08-23T20:12:53.020Z] 7629e6793208: Pull complete [2024-08-23T20:12:53.020Z] 4f4fb700ef54: Pull complete [2024-08-23T20:12:53.020Z] fb5054dd5b73: Pull complete [2024-08-23T20:12:53.020Z] eeca6798cff9: Pull complete [2024-08-23T20:12:55.558Z] aa269ceb94a6: Pull complete [2024-08-23T20:12:55.558Z] ada007ff1a6a: Pull complete [2024-08-23T20:12:55.558Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-23T20:12:55.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-23T20:12:55.558Z] ---> f489d0715acc [2024-08-23T20:12:55.558Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-08-23T20:12:56.940Z] ---> Running in 01ba22152101 [2024-08-23T20:12:56.940Z] Removing intermediate container 01ba22152101 [2024-08-23T20:12:56.940Z] ---> c69235ccddec [2024-08-23T20:12:56.940Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-23T20:12:57.200Z] ---> Running in 8e307e7c9185 [2024-08-23T20:12:57.200Z] Removing intermediate container 8e307e7c9185 [2024-08-23T20:12:57.200Z] ---> 14374e55f1b8 [2024-08-23T20:12:57.200Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-08-23T20:12:57.200Z] ---> Running in f2fa9b643014 [2024-08-23T20:12:57.200Z] Removing intermediate container f2fa9b643014 [2024-08-23T20:12:57.200Z] ---> ec15bf9a3844 [2024-08-23T20:12:57.200Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-08-23T20:12:57.200Z] ---> Running in 2b3cadb86c26 [2024-08-23T20:12:57.460Z] Removing intermediate container 2b3cadb86c26 [2024-08-23T20:12:57.460Z] ---> 95ed7bc58f99 [2024-08-23T20:12:57.460Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-23T20:12:57.460Z] ---> Running in cb7bca5c2446 [2024-08-23T20:12:57.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-23T20:12:57.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-23T20:12:58.244Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-08-23T20:12:58.244Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-08-23T20:12:58.244Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-08-23T20:12:58.244Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-08-23T20:12:58.244Z] Executing busybox-1.36.1-r5.trigger [2024-08-23T20:12:58.244Z] OK: 268 MiB in 56 packages [2024-08-23T20:12:58.813Z] Removing intermediate container cb7bca5c2446 [2024-08-23T20:12:58.813Z] ---> 6c5102de74f3 [2024-08-23T20:12:58.813Z] Step 8/12 : WORKDIR /device-rest-go [2024-08-23T20:12:58.813Z] ---> Running in 8ba8778a38e6 [2024-08-23T20:12:58.813Z] Removing intermediate container 8ba8778a38e6 [2024-08-23T20:12:58.813Z] ---> e073fb1e8466 [2024-08-23T20:12:58.813Z] Step 9/12 : COPY go.mod vendor* ./ [2024-08-23T20:12:59.073Z] ---> 9f6ebaf997c9 [2024-08-23T20:12:59.073Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-23T20:12:59.073Z] ---> Running in b2d361b723ea [2024-08-23T20:13:01.481Z] Still waiting to schedule task [2024-08-23T20:13:01.482Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8413’ [2024-08-23T20:14:06.822Z] Removing intermediate container b2d361b723ea [2024-08-23T20:14:06.822Z] ---> 658f43c3f16f [2024-08-23T20:14:06.822Z] Step 11/12 : COPY . . [2024-08-23T20:14:06.822Z] ---> 8682e7478196 [2024-08-23T20:14:06.822Z] Step 12/12 : RUN $MAKE [2024-08-23T20:14:06.822Z] ---> Running in 75225a9b0c7e [2024-08-23T20:14:06.822Z] noop [2024-08-23T20:14:06.822Z] Removing intermediate container 75225a9b0c7e [2024-08-23T20:14:06.822Z] ---> 3c36e190461f [2024-08-23T20:14:06.822Z] Successfully built 3c36e190461f [2024-08-23T20:14:06.822Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:14:07.313Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-23T20:14:07.313Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:14:07.475Z] prd-ubuntu20.04-docker-8c-8g-8415 does not seem to be running inside a container [2024-08-23T20:14:07.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-407 -v /w/workspace/gexfoundry_device-rest-go_PR-407:/w/workspace/gexfoundry_device-rest-go_PR-407:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-407@tmp:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-23T20:14:07.849Z] $ docker top a3f8b58aab5338a6f7aea8a883b450ed2841c97d368bbb7be2532134d4ca3ce7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-23T20:14:08.272Z] + go version [2024-08-23T20:14:08.272Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-23T20:14:08.310Z] $ docker stop --time=1 a3f8b58aab5338a6f7aea8a883b450ed2841c97d368bbb7be2532134d4ca3ce7 [2024-08-23T20:14:09.569Z] $ docker rm -f --volumes a3f8b58aab5338a6f7aea8a883b450ed2841c97d368bbb7be2532134d4ca3ce7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:14:10.366Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-23T20:14:10.366Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:14:10.546Z] prd-ubuntu20.04-docker-8c-8g-8415 does not seem to be running inside a container [2024-08-23T20:14:10.577Z] $ 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-rest-go_PR-407 -v /w/workspace/gexfoundry_device-rest-go_PR-407:/w/workspace/gexfoundry_device-rest-go_PR-407:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-407@tmp:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-23T20:14:10.916Z] $ docker top 4b1464d00e29ac319e588180de5c383ccaac43622acd5c1ecaa01c9b88c01b15 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-23T20:14:11.334Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-407 [Pipeline] fileExists [Pipeline] sh [2024-08-23T20:14:11.786Z] + make test [2024-08-23T20:14:11.786Z] go test ./... -coverprofile=coverage.out ./... [2024-08-23T20:14:13.685Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-08-23T20:14:31.755Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2024-08-23T20:14:31.755Z] ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 33.2% of statements [2024-08-23T20:14:39.890Z] go vet ./... [2024-08-23T20:14:45.151Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-23T20:14:45.151Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-23T20:14:45.151Z] ./bin/test-attribution-txt.sh [2024-08-23T20:14:45.151Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-08-23T20:14:45.151Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-08-23T20:14:45.201Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-23T20:14:45.242Z] $ docker stop --time=1 4b1464d00e29ac319e588180de5c383ccaac43622acd5c1ecaa01c9b88c01b15 [2024-08-23T20:14:47.991Z] $ docker rm -f --volumes 4b1464d00e29ac319e588180de5c383ccaac43622acd5c1ecaa01c9b88c01b15 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-23T20:14:48.634Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-23T20:14:48.711Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-08-23T20:14:49.450Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-23T20:14:49.779Z] + ls -al . [2024-08-23T20:14:49.779Z] total 248 [2024-08-23T20:14:49.779Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 20:14 . [2024-08-23T20:14:49.779Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 20:12 .. [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 23 20:12 .dockerignore [2024-08-23T20:14:49.779Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 20:14 .git [2024-08-23T20:14:49.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 20:12 .github [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 264 Aug 23 20:12 .gitignore [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 23 20:12 .golangci.yml [2024-08-23T20:14:49.779Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 23 20:12 .semver [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 10300 Aug 23 20:12 Attribution.txt [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 17685 Aug 23 20:12 CHANGELOG.md [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 1687 Aug 23 20:12 Dockerfile [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 23 20:12 GOVERNANCE.md [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 23 20:12 Jenkinsfile [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 23 20:12 LICENSE [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 2016 Aug 23 20:12 Makefile [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 23 20:12 OWNERS.md [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 3989 Aug 23 20:12 README.md [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 23 20:12 VERSION [2024-08-23T20:14:49.779Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 20:12 bin [2024-08-23T20:14:49.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 20:12 cmd [2024-08-23T20:14:49.779Z] -rw-r--r-- 1 jenkins jenkins 14499 Aug 23 20:14 coverage.out [2024-08-23T20:14:49.779Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 20:12 driver [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 7134 Aug 23 20:12 go.mod [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 101673 Aug 23 20:12 go.sum [2024-08-23T20:14:49.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 20:12 openapi [2024-08-23T20:14:49.779Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 23 20:12 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:14:50.195Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5a0180d8fba88363335f0d295c2c87f308a4ce21 --label arch=amd64 --label version=0.0.0 . [2024-08-23T20:14:50.195Z] Sending build context to Docker daemon 16.58MB [2024-08-23T20:14:50.195Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-08-23T20:14:50.195Z] Step 2/26 : FROM ${BASE} AS builder [2024-08-23T20:14:50.195Z] ---> 3c36e190461f [2024-08-23T20:14:50.195Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-08-23T20:14:50.763Z] ---> Running in 37f82d477942 [2024-08-23T20:14:51.023Z] Removing intermediate container 37f82d477942 [2024-08-23T20:14:51.023Z] ---> 804ad5200fc8 [2024-08-23T20:14:51.023Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-23T20:14:51.023Z] ---> Running in e7b5db25141d [2024-08-23T20:14:51.282Z] Removing intermediate container e7b5db25141d [2024-08-23T20:14:51.282Z] ---> 5a58c167ee02 [2024-08-23T20:14:51.282Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-08-23T20:14:51.282Z] ---> Running in 808fbdd0bb4c [2024-08-23T20:14:51.541Z] Removing intermediate container 808fbdd0bb4c [2024-08-23T20:14:51.541Z] ---> 050660a9150a [2024-08-23T20:14:51.541Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-08-23T20:14:51.541Z] ---> Running in cfcae8ff50ae [2024-08-23T20:14:51.816Z] Removing intermediate container cfcae8ff50ae [2024-08-23T20:14:51.817Z] ---> 16966c8aaa09 [2024-08-23T20:14:51.817Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-23T20:14:52.098Z] ---> Running in b8c12282d798 [2024-08-23T20:14:52.356Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-23T20:14:52.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-23T20:14:52.615Z] OK: 268 MiB in 56 packages [2024-08-23T20:14:53.551Z] Removing intermediate container b8c12282d798 [2024-08-23T20:14:53.551Z] ---> 05041a909c08 [2024-08-23T20:14:53.551Z] Step 8/26 : WORKDIR /device-rest-go [2024-08-23T20:14:53.551Z] ---> Running in f58bd266b9d2 [2024-08-23T20:14:53.814Z] Removing intermediate container f58bd266b9d2 [2024-08-23T20:14:53.814Z] ---> d066695e23c6 [2024-08-23T20:14:53.814Z] Step 9/26 : COPY go.mod vendor* ./ [2024-08-23T20:14:53.814Z] ---> 54846d7f1999 [2024-08-23T20:14:53.814Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-23T20:14:54.074Z] ---> Running in 473d3f10899e [2024-08-23T20:14:55.010Z] Removing intermediate container 473d3f10899e [2024-08-23T20:14:55.010Z] ---> 9c027caa252e [2024-08-23T20:14:55.010Z] Step 11/26 : COPY . . [2024-08-23T20:14:55.578Z] ---> b61171fe9712 [2024-08-23T20:14:55.578Z] Step 12/26 : RUN $MAKE [2024-08-23T20:14:55.849Z] ---> Running in 694213fc4ef9 [2024-08-23T20:14:56.417Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.32" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2024-08-23T20:15:28.531Z] Removing intermediate container 694213fc4ef9 [2024-08-23T20:15:28.531Z] ---> 1e5a949cc22b [2024-08-23T20:15:28.531Z] Step 13/26 : FROM alpine:3.18 [2024-08-23T20:15:28.790Z] 3.18: Pulling from library/alpine [2024-08-23T20:15:29.049Z] 930bdd4d222e: Pulling fs layer [2024-08-23T20:15:29.049Z] 930bdd4d222e: Download complete [2024-08-23T20:15:29.309Z] 930bdd4d222e: Pull complete [2024-08-23T20:15:29.309Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-23T20:15:29.309Z] Status: Downloaded newer image for alpine:3.18 [2024-08-23T20:15:29.309Z] ---> 18f865063206 [2024-08-23T20:15:29.309Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-23T20:15:29.568Z] ---> Running in da88d2d396ce [2024-08-23T20:15:29.827Z] Removing intermediate container da88d2d396ce [2024-08-23T20:15:29.827Z] ---> 47192751b623 [2024-08-23T20:15:29.827Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-08-23T20:15:29.827Z] ---> Running in 2787628f2b0d [2024-08-23T20:15:30.087Z] Removing intermediate container 2787628f2b0d [2024-08-23T20:15:30.087Z] ---> 8b7c9049d2f6 [2024-08-23T20:15:30.087Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-08-23T20:15:30.087Z] ---> Running in 9f43b8978ef3 [2024-08-23T20:15:30.347Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-23T20:15:30.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-23T20:15:30.866Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-08-23T20:15:30.866Z] Executing busybox-1.36.1-r7.trigger [2024-08-23T20:15:30.866Z] OK: 7 MiB in 16 packages [2024-08-23T20:15:31.124Z] Removing intermediate container 9f43b8978ef3 [2024-08-23T20:15:31.124Z] ---> f8d3bc38c7c4 [2024-08-23T20:15:31.124Z] Step 17/26 : RUN apk --no-cache upgrade [2024-08-23T20:15:31.124Z] ---> Running in c44198480354 [2024-08-23T20:15:31.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-23T20:15:31.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-23T20:15:31.645Z] OK: 7 MiB in 16 packages [2024-08-23T20:15:31.905Z] Removing intermediate container c44198480354 [2024-08-23T20:15:31.905Z] ---> 4dbcfc8721aa [2024-08-23T20:15:31.905Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-08-23T20:15:33.284Z] ---> 41f8f0781daf [2024-08-23T20:15:33.284Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-08-23T20:15:33.284Z] ---> d2904e8d9ed1 [2024-08-23T20:15:33.284Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-08-23T20:15:33.851Z] ---> 166b65bb359f [2024-08-23T20:15:33.851Z] Step 21/26 : EXPOSE 59986 [2024-08-23T20:15:33.851Z] ---> Running in d5ed557e6976 [2024-08-23T20:15:33.851Z] Removing intermediate container d5ed557e6976 [2024-08-23T20:15:33.851Z] ---> 1fdeac073df3 [2024-08-23T20:15:33.851Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-08-23T20:15:34.110Z] ---> Running in c85aa4e2431f [2024-08-23T20:15:34.110Z] Removing intermediate container c85aa4e2431f [2024-08-23T20:15:34.110Z] ---> 85154bfadcee [2024-08-23T20:15:34.110Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-08-23T20:15:34.110Z] ---> Running in fb194a2f71cc [2024-08-23T20:15:34.370Z] Removing intermediate container fb194a2f71cc [2024-08-23T20:15:34.370Z] ---> 6d16c8c3cf0f [2024-08-23T20:15:34.370Z] Step 24/26 : LABEL arch=amd64 [2024-08-23T20:15:34.370Z] ---> Running in 656459f53bcc [2024-08-23T20:15:34.370Z] Removing intermediate container 656459f53bcc [2024-08-23T20:15:34.370Z] ---> b0ceb1c22f18 [2024-08-23T20:15:34.370Z] Step 25/26 : LABEL git_sha=5a0180d8fba88363335f0d295c2c87f308a4ce21 [2024-08-23T20:15:34.630Z] ---> Running in 10c443f63903 [2024-08-23T20:15:34.630Z] Removing intermediate container 10c443f63903 [2024-08-23T20:15:34.630Z] ---> 752f000645aa [2024-08-23T20:15:34.630Z] Step 26/26 : LABEL version=0.0.0 [2024-08-23T20:15:34.630Z] ---> Running in 0a7b0c636a6f [2024-08-23T20:15:34.630Z] Removing intermediate container 0a7b0c636a6f [2024-08-23T20:15:34.630Z] ---> 52bad090b623 [2024-08-23T20:15:34.630Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-23T20:15:34.630Z] Successfully built 52bad090b623 [2024-08-23T20:15:34.630Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:15:35.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-23T20:15:35.662Z] [2024-08-23T20:15:35.662Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:15:36.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-23T20:15:36.133Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-23T20:15:36.133Z] 5eb5b503b376: Pulling fs layer [2024-08-23T20:15:36.133Z] 5c69ac0246d0: Pulling fs layer [2024-08-23T20:15:36.133Z] ec43610c2a17: Pulling fs layer [2024-08-23T20:15:36.133Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-23T20:15:36.133Z] 33b1e0a273af: Pulling fs layer [2024-08-23T20:15:36.133Z] 5d3b04190fa2: Pulling fs layer [2024-08-23T20:15:36.133Z] 2f39f015ded8: Pulling fs layer [2024-08-23T20:15:36.133Z] 5d3b04190fa2: Waiting [2024-08-23T20:15:36.133Z] 3a2ae6a8a46f: Waiting [2024-08-23T20:15:36.133Z] 2f39f015ded8: Waiting [2024-08-23T20:15:36.133Z] 33b1e0a273af: Waiting [2024-08-23T20:15:36.133Z] 5c69ac0246d0: Verifying Checksum [2024-08-23T20:15:36.133Z] 5c69ac0246d0: Download complete [2024-08-23T20:15:36.133Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-23T20:15:36.133Z] 3a2ae6a8a46f: Download complete [2024-08-23T20:15:36.391Z] 33b1e0a273af: Verifying Checksum [2024-08-23T20:15:36.391Z] 33b1e0a273af: Download complete [2024-08-23T20:15:36.391Z] 5d3b04190fa2: Verifying Checksum [2024-08-23T20:15:36.391Z] 5d3b04190fa2: Download complete [2024-08-23T20:15:36.391Z] ec43610c2a17: Verifying Checksum [2024-08-23T20:15:36.391Z] ec43610c2a17: Download complete [2024-08-23T20:15:36.391Z] 5eb5b503b376: Verifying Checksum [2024-08-23T20:15:36.391Z] 5eb5b503b376: Download complete [2024-08-23T20:15:36.958Z] 2f39f015ded8: Download complete [2024-08-23T20:15:37.892Z] 5eb5b503b376: Pull complete [2024-08-23T20:15:37.892Z] 5c69ac0246d0: Pull complete [2024-08-23T20:15:38.461Z] ec43610c2a17: Pull complete [2024-08-23T20:15:38.461Z] 3a2ae6a8a46f: Pull complete [2024-08-23T20:15:39.029Z] 33b1e0a273af: Pull complete [2024-08-23T20:15:39.029Z] 5d3b04190fa2: Pull complete [2024-08-23T20:15:43.213Z] 2f39f015ded8: Pull complete [2024-08-23T20:15:43.213Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-23T20:15:43.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-23T20:15:43.213Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:15:43.495Z] prd-ubuntu20.04-docker-8c-8g-8415 does not seem to be running inside a container [2024-08-23T20:15:43.528Z] $ 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-rest-go_PR-407 -v /w/workspace/gexfoundry_device-rest-go_PR-407:/w/workspace/gexfoundry_device-rest-go_PR-407:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-407@tmp:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-23T20:15:49.768Z] $ docker top d4672733ca06b3adfd7af50c1f5526b687a022a41e833e18415c91b48b3cde85 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:15:50.270Z] ---> job-cost.sh [2024-08-23T20:15:50.270Z] lf-activate-venv: SKIPPING [2024-08-23T20:15:50.270Z] INFO: No Stack... [2024-08-23T20:15:50.529Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-23T20:15:50.788Z] INFO: Archiving Costs [Pipeline] sh [2024-08-23T20:15:51.117Z] + cat /w/workspace/gexfoundry_device-rest-go_PR-407/archives/cost.csv [2024-08-23T20:15:51.117Z] + cut -d, -f6 [Pipeline] lock [2024-08-23T20:15:51.170Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] [2024-08-23T20:15:51.176Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] did not exist. Created. [2024-08-23T20:15:51.183Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-23T20:15:51.640Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-08-23T20:15:51.700Z] Stashed 1 file(s) [Pipeline] } [2024-08-23T20:15:51.740Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-23T20:15:51.859Z] $ docker stop --time=1 d4672733ca06b3adfd7af50c1f5526b687a022a41e833e18415c91b48b3cde85 [2024-08-23T20:15:53.042Z] $ docker rm -f --volumes d4672733ca06b3adfd7af50c1f5526b687a022a41e833e18415c91b48b3cde85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-08-23T20:16:47.424Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8416 in /w/workspace/gexfoundry_device-rest-go_PR-407 [Pipeline] { [Pipeline] ws [2024-08-23T20:16:47.497Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2024-08-23T20:16:50.617Z] The recommended git tool is: git [2024-08-23T20:16:58.891Z] using credential edgex-jenkins-ssh [2024-08-23T20:16:58.917Z] Cloning the remote Git repository [2024-08-23T20:16:59.002Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2024-08-23T20:16:59.111Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2024-08-23T20:16:59.305Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2024-08-23T20:16:59.306Z] > git --version # timeout=10 [2024-08-23T20:16:59.343Z] > git --version # 'git version 2.25.1' [2024-08-23T20:16:59.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-23T20:16:59.554Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-23T20:17:02.901Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2024-08-23T20:17:02.962Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-23T20:17:04.773Z] Merging remotes/origin/main commit 3ca1d9672aa57d288ff73684e8f7d94170c5a17a into PR head commit 5a0180d8fba88363335f0d295c2c87f308a4ce21 [2024-08-23T20:17:05.197Z] Merge succeeded, producing 5a0180d8fba88363335f0d295c2c87f308a4ce21 [2024-08-23T20:17:05.198Z] Checking out Revision 5a0180d8fba88363335f0d295c2c87f308a4ce21 (PR-407) [2024-08-23T20:17:04.118Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2024-08-23T20:17:04.197Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2024-08-23T20:17:04.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-23T20:17:04.223Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/407/head:refs/remotes/origin/PR-407 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-08-23T20:17:04.803Z] > git config core.sparsecheckout # timeout=10 [2024-08-23T20:17:04.894Z] > git checkout -f 5a0180d8fba88363335f0d295c2c87f308a4ce21 # timeout=10 [2024-08-23T20:17:05.061Z] > git remote # timeout=10 [2024-08-23T20:17:05.087Z] > git config --get remote.origin.url # timeout=10 [2024-08-23T20:17:05.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-23T20:17:05.129Z] > git merge 3ca1d9672aa57d288ff73684e8f7d94170c5a17a # timeout=10 [2024-08-23T20:17:05.164Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-08-23T20:17:05.201Z] > git config core.sparsecheckout # timeout=10 [2024-08-23T20:17:05.215Z] > git checkout -f 5a0180d8fba88363335f0d295c2c87f308a4ce21 # timeout=10 [2024-08-23T20:17:05.966Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2024-08-23T20:17:06.036Z] > git --version # timeout=10 [2024-08-23T20:17:06.061Z] > git --version # 'git version 2.25.1' [2024-08-23T20:17:06.091Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-23T20:17:11.407Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-23T20:17:11.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-23T20:17:11.407Z] Dload Upload Total Spent Left Speed [2024-08-23T20:17:11.407Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 65116 0 --:--:-- --:--:-- --:--:-- 65448 [Pipeline] sh [2024-08-23T20:17:11.768Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-23T20:17:12.141Z] + sudo tee /etc/docker/daemon.new [2024-08-23T20:17:12.141Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-08-23T20:17:12.141Z] { [2024-08-23T20:17:12.141Z] "registry-mirrors": [ [2024-08-23T20:17:12.141Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-23T20:17:12.141Z] ], [2024-08-23T20:17:12.141Z] "bip": "10.250.0.254/24", [2024-08-23T20:17:12.141Z] "hosts": [ [2024-08-23T20:17:12.141Z] "tcp://0.0.0.0:5555", [2024-08-23T20:17:12.141Z] "unix:///var/run/docker.sock" [2024-08-23T20:17:12.141Z] ], [2024-08-23T20:17:12.141Z] "mtu": 1458, [2024-08-23T20:17:12.141Z] "selinux-enabled": true, [2024-08-23T20:17:12.141Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-23T20:17:12.141Z] } [Pipeline] sh [2024-08-23T20:17:12.513Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-23T20:17:12.872Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-23T20:17:31.251Z] provisioning config files... [2024-08-23T20:17:31.276Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config7346222934766697710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:17:31.794Z] ---> ****-login.sh [2024-08-23T20:17:31.795Z] nexus3.edgexfoundry.org:10001 [2024-08-23T20:17:32.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:17:32.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:17:32.653Z] Configure a credential helper to remove this warning. See [2024-08-23T20:17:32.653Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:17:32.653Z] [2024-08-23T20:17:32.653Z] Login Succeeded [2024-08-23T20:17:32.653Z] nexus3.edgexfoundry.org:10002 [2024-08-23T20:17:32.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:17:32.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:17:32.922Z] Configure a credential helper to remove this warning. See [2024-08-23T20:17:32.922Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:17:32.922Z] [2024-08-23T20:17:32.922Z] Login Succeeded [2024-08-23T20:17:32.922Z] nexus3.edgexfoundry.org:10003 [2024-08-23T20:17:33.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:17:33.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:17:33.194Z] Configure a credential helper to remove this warning. See [2024-08-23T20:17:33.194Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:17:33.194Z] [2024-08-23T20:17:33.194Z] Login Succeeded [2024-08-23T20:17:33.195Z] nexus3.edgexfoundry.org:10004 [2024-08-23T20:17:33.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:17:33.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:17:33.737Z] Configure a credential helper to remove this warning. See [2024-08-23T20:17:33.737Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:17:33.737Z] [2024-08-23T20:17:33.737Z] Login Succeeded [2024-08-23T20:17:33.737Z] ****.io [2024-08-23T20:17:33.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-23T20:17:34.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-23T20:17:34.006Z] Configure a credential helper to remove this warning. See [2024-08-23T20:17:34.006Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-23T20:17:34.006Z] [2024-08-23T20:17:34.275Z] Login Succeeded [2024-08-23T20:17:34.275Z] ---> ****-login.sh ends [Pipeline] } [2024-08-23T20:17:34.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-08-23T20:17:35.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-23T20:17:35.589Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-23T20:17:35.638Z] ========================================================= [2024-08-23T20:17:35.638Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-23T20:17:35.638Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:17:36.311Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-08-23T20:17:36.311Z] Sending build context to Docker daemon 130.6kB [2024-08-23T20:17:36.581Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-08-23T20:17:36.581Z] Step 2/12 : FROM ${BASE} AS builder [2024-08-23T20:17:36.581Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-23T20:17:36.581Z] c6b39de5b339: Pulling fs layer [2024-08-23T20:17:36.581Z] a69c41024577: Pulling fs layer [2024-08-23T20:17:36.581Z] d6de4b400683: Pulling fs layer [2024-08-23T20:17:36.581Z] 35cb2a7552d0: Pulling fs layer [2024-08-23T20:17:36.581Z] 4f4fb700ef54: Pulling fs layer [2024-08-23T20:17:36.581Z] 464afbd9ba4c: Pulling fs layer [2024-08-23T20:17:36.581Z] 00f215d4a9da: Pulling fs layer [2024-08-23T20:17:36.581Z] d496ad576159: Pulling fs layer [2024-08-23T20:17:36.581Z] 4f4fb700ef54: Waiting [2024-08-23T20:17:36.581Z] 464afbd9ba4c: Waiting [2024-08-23T20:17:36.581Z] 00f215d4a9da: Waiting [2024-08-23T20:17:36.581Z] d496ad576159: Waiting [2024-08-23T20:17:36.581Z] 35cb2a7552d0: Waiting [2024-08-23T20:17:36.852Z] a69c41024577: Verifying Checksum [2024-08-23T20:17:36.852Z] a69c41024577: Download complete [2024-08-23T20:17:36.852Z] 35cb2a7552d0: Verifying Checksum [2024-08-23T20:17:36.852Z] 35cb2a7552d0: Download complete [2024-08-23T20:17:36.852Z] 4f4fb700ef54: Verifying Checksum [2024-08-23T20:17:36.852Z] 4f4fb700ef54: Download complete [2024-08-23T20:17:36.852Z] 464afbd9ba4c: Verifying Checksum [2024-08-23T20:17:36.852Z] 464afbd9ba4c: Download complete [2024-08-23T20:17:36.852Z] c6b39de5b339: Download complete [2024-08-23T20:17:37.124Z] d496ad576159: Verifying Checksum [2024-08-23T20:17:37.124Z] d496ad576159: Download complete [2024-08-23T20:17:37.715Z] c6b39de5b339: Pull complete [2024-08-23T20:17:38.304Z] a69c41024577: Pull complete [2024-08-23T20:17:38.575Z] d6de4b400683: Verifying Checksum [2024-08-23T20:17:38.575Z] d6de4b400683: Download complete [2024-08-23T20:17:39.993Z] 00f215d4a9da: Verifying Checksum [2024-08-23T20:17:39.993Z] 00f215d4a9da: Download complete [2024-08-23T20:17:52.336Z] d6de4b400683: Pull complete [2024-08-23T20:17:52.336Z] 35cb2a7552d0: Pull complete [2024-08-23T20:17:52.336Z] 4f4fb700ef54: Pull complete [2024-08-23T20:17:52.603Z] 464afbd9ba4c: Pull complete [2024-08-23T20:18:02.719Z] 00f215d4a9da: Pull complete [2024-08-23T20:18:02.719Z] d496ad576159: Pull complete [2024-08-23T20:18:02.719Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-23T20:18:02.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-23T20:18:02.719Z] ---> f246e2811388 [2024-08-23T20:18:02.719Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-08-23T20:18:03.705Z] ---> Running in 1bc5c8d770e9 [2024-08-23T20:18:03.978Z] Removing intermediate container 1bc5c8d770e9 [2024-08-23T20:18:03.978Z] ---> 8b30e409a8ae [2024-08-23T20:18:03.978Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-23T20:18:03.978Z] ---> Running in d2cbe25f0c77 [2024-08-23T20:18:04.248Z] Removing intermediate container d2cbe25f0c77 [2024-08-23T20:18:04.248Z] ---> ff32a214d528 [2024-08-23T20:18:04.248Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-08-23T20:18:04.516Z] ---> Running in 702ab1c42e0f [2024-08-23T20:18:04.784Z] Removing intermediate container 702ab1c42e0f [2024-08-23T20:18:04.784Z] ---> 98d0d3e75403 [2024-08-23T20:18:04.784Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-08-23T20:18:04.784Z] ---> Running in 5ebe20a5a7c3 [2024-08-23T20:18:05.056Z] Removing intermediate container 5ebe20a5a7c3 [2024-08-23T20:18:05.056Z] ---> d1b04e5f3d73 [2024-08-23T20:18:05.056Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-23T20:18:05.329Z] ---> Running in afc35a75edcb [2024-08-23T20:18:06.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-23T20:18:06.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-23T20:18:07.844Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-08-23T20:18:07.844Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-08-23T20:18:07.844Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-08-23T20:18:08.115Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-08-23T20:18:08.115Z] Executing busybox-1.36.1-r5.trigger [2024-08-23T20:18:08.115Z] OK: 271 MiB in 56 packages [2024-08-23T20:18:09.100Z] Removing intermediate container afc35a75edcb [2024-08-23T20:18:09.100Z] ---> d3d17e60a733 [2024-08-23T20:18:09.100Z] Step 8/12 : WORKDIR /device-rest-go [2024-08-23T20:18:09.367Z] ---> Running in 3697377788d9 [2024-08-23T20:18:09.640Z] Removing intermediate container 3697377788d9 [2024-08-23T20:18:09.640Z] ---> a0a8674bcdc2 [2024-08-23T20:18:09.640Z] Step 9/12 : COPY go.mod vendor* ./ [2024-08-23T20:18:10.228Z] ---> 95e54c8306d5 [2024-08-23T20:18:10.228Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-23T20:18:10.228Z] ---> Running in 13f5445d1f6a [2024-08-23T20:20:01.913Z] Removing intermediate container 13f5445d1f6a [2024-08-23T20:20:01.913Z] ---> 4a031fce1933 [2024-08-23T20:20:01.913Z] Step 11/12 : COPY . . [2024-08-23T20:20:02.502Z] ---> 8cf5080ea4b3 [2024-08-23T20:20:02.502Z] Step 12/12 : RUN $MAKE [2024-08-23T20:20:02.502Z] ---> Running in 165158f4f9d1 [2024-08-23T20:20:03.474Z] noop [2024-08-23T20:20:04.442Z] Removing intermediate container 165158f4f9d1 [2024-08-23T20:20:04.442Z] ---> 20b458fd28ee [2024-08-23T20:20:04.442Z] Successfully built 20b458fd28ee [2024-08-23T20:20:04.442Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:20:04.961Z] + docker inspect -f . ci-base-image-arm64 [2024-08-23T20:20:04.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:20:05.291Z] prd-ubuntu20.04-docker-arm64-4c-16g-8416 does not seem to be running inside a container [2024-08-23T20:20:05.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-08-23T20:20:06.567Z] $ docker top eacdc0b2d0386cc3185397b6839842732b0b095a729f2531fd9e79f01cbb134a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-23T20:20:07.498Z] + go version [2024-08-23T20:20:07.498Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-23T20:20:07.526Z] $ docker stop --time=1 eacdc0b2d0386cc3185397b6839842732b0b095a729f2531fd9e79f01cbb134a [2024-08-23T20:20:09.195Z] $ docker rm -f --volumes eacdc0b2d0386cc3185397b6839842732b0b095a729f2531fd9e79f01cbb134a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:20:10.210Z] + docker inspect -f . ci-base-image-arm64 [2024-08-23T20:20:10.211Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:20:10.505Z] prd-ubuntu20.04-docker-arm64-4c-16g-8416 does not seem to be running inside a container [2024-08-23T20:20:10.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-08-23T20:20:11.777Z] $ docker top 534d9f890ec0f3669f31e9210a6b1f630b84bd75c7052d7f2e635c760170c113 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-23T20:20:12.711Z] + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh [2024-08-23T20:20:13.441Z] + make test [2024-08-23T20:20:13.441Z] go test ./... -coverprofile=coverage.out ./... [2024-08-23T20:20:18.780Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-08-23T20:23:40.588Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2024-08-23T20:23:44.844Z] ok github.com/edgexfoundry/device-rest-go/driver 0.041s coverage: 33.2% of statements [2024-08-23T20:23:45.799Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-08-23T20:23:45.800Z] go vet ./... [2024-08-23T20:24:32.651Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-23T20:24:32.651Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-23T20:24:32.651Z] ./bin/test-attribution-txt.sh [2024-08-23T20:24:32.651Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-08-23T20:24:32.651Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-08-23T20:24:32.652Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-08-23T20:24:32.705Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-23T20:24:32.739Z] $ docker stop --time=1 534d9f890ec0f3669f31e9210a6b1f630b84bd75c7052d7f2e635c760170c113 [2024-08-23T20:24:34.642Z] $ docker rm -f --volumes 534d9f890ec0f3669f31e9210a6b1f630b84bd75c7052d7f2e635c760170c113 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-23T20:24:36.260Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-23T20:24:36.307Z] Warning: overwriting stash ‘coverage-report’ [2024-08-23T20:24:36.742Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-23T20:24:37.416Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-23T20:24:37.749Z] + ls -al . [2024-08-23T20:24:37.749Z] total 244 [2024-08-23T20:24:37.749Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 20:20 . [2024-08-23T20:24:37.749Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 20:16 .. [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 23 20:17 .dockerignore [2024-08-23T20:24:37.749Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 20:17 .git [2024-08-23T20:24:37.749Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 20:17 .github [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 264 Aug 23 20:17 .gitignore [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 23 20:17 .golangci.yml [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 10300 Aug 23 20:17 Attribution.txt [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 17685 Aug 23 20:17 CHANGELOG.md [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 1687 Aug 23 20:17 Dockerfile [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 23 20:17 GOVERNANCE.md [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 23 20:17 Jenkinsfile [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 23 20:17 LICENSE [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 2016 Aug 23 20:17 Makefile [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 23 20:17 OWNERS.md [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 3989 Aug 23 20:17 README.md [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 23 20:12 VERSION [2024-08-23T20:24:37.749Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 20:17 bin [2024-08-23T20:24:37.749Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 20:17 cmd [2024-08-23T20:24:37.749Z] -rw-r--r-- 1 jenkins jenkins 14499 Aug 23 20:23 coverage.out [2024-08-23T20:24:37.749Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 20:17 driver [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 7134 Aug 23 20:17 go.mod [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 101673 Aug 23 20:17 go.sum [2024-08-23T20:24:37.749Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 20:17 openapi [2024-08-23T20:24:37.749Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 23 20:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:24:38.218Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5a0180d8fba88363335f0d295c2c87f308a4ce21 --label arch=arm64 --label version=0.0.0 . [2024-08-23T20:24:38.218Z] Sending build context to Docker daemon 145.9kB [2024-08-23T20:24:38.486Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-08-23T20:24:38.486Z] Step 2/26 : FROM ${BASE} AS builder [2024-08-23T20:24:38.486Z] ---> 20b458fd28ee [2024-08-23T20:24:38.486Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-08-23T20:24:38.486Z] ---> Running in 4aa0c493873f [2024-08-23T20:24:38.753Z] Removing intermediate container 4aa0c493873f [2024-08-23T20:24:38.753Z] ---> 763f207c8601 [2024-08-23T20:24:38.753Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-23T20:24:39.020Z] ---> Running in 29d7e6315bc4 [2024-08-23T20:24:39.286Z] Removing intermediate container 29d7e6315bc4 [2024-08-23T20:24:39.286Z] ---> aae93b573685 [2024-08-23T20:24:39.286Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-08-23T20:24:39.286Z] ---> Running in f0ba9a74c3f5 [2024-08-23T20:24:39.552Z] Removing intermediate container f0ba9a74c3f5 [2024-08-23T20:24:39.552Z] ---> ea63433851e4 [2024-08-23T20:24:39.552Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-08-23T20:24:39.552Z] ---> Running in debd565f189e [2024-08-23T20:24:40.133Z] Removing intermediate container debd565f189e [2024-08-23T20:24:40.133Z] ---> 72c2a752a77a [2024-08-23T20:24:40.133Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-23T20:24:40.133Z] ---> Running in 48e9c2a9d461 [2024-08-23T20:24:41.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-23T20:24:41.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-23T20:24:42.314Z] OK: 271 MiB in 56 packages [2024-08-23T20:24:43.269Z] Removing intermediate container 48e9c2a9d461 [2024-08-23T20:24:43.269Z] ---> b7ee2655e754 [2024-08-23T20:24:43.269Z] Step 8/26 : WORKDIR /device-rest-go [2024-08-23T20:24:43.269Z] ---> Running in d3a384b715ad [2024-08-23T20:24:43.535Z] Removing intermediate container d3a384b715ad [2024-08-23T20:24:43.535Z] ---> 7be597ba8a81 [2024-08-23T20:24:43.535Z] Step 9/26 : COPY go.mod vendor* ./ [2024-08-23T20:24:44.116Z] ---> 4545de8a736d [2024-08-23T20:24:44.116Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-23T20:24:44.116Z] ---> Running in baa0bde48d75 [2024-08-23T20:24:46.058Z] Removing intermediate container baa0bde48d75 [2024-08-23T20:24:46.058Z] ---> 363e55764d3e [2024-08-23T20:24:46.058Z] Step 11/26 : COPY . . [2024-08-23T20:24:46.695Z] ---> 3bf5cc28fbe1 [2024-08-23T20:24:46.695Z] Step 12/26 : RUN $MAKE [2024-08-23T20:24:46.991Z] ---> Running in bb76daf82adf [2024-08-23T20:24:47.996Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.32" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2024-08-23T20:28:09.921Z] Removing intermediate container bb76daf82adf [2024-08-23T20:28:09.921Z] ---> bd1885ca1444 [2024-08-23T20:28:09.921Z] Step 13/26 : FROM alpine:3.18 [2024-08-23T20:28:09.921Z] 3.18: Pulling from library/alpine [2024-08-23T20:28:09.921Z] 4983c3fe2029: Pulling fs layer [2024-08-23T20:28:09.921Z] 4983c3fe2029: Verifying Checksum [2024-08-23T20:28:09.921Z] 4983c3fe2029: Download complete [2024-08-23T20:28:09.921Z] 4983c3fe2029: Pull complete [2024-08-23T20:28:09.921Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-23T20:28:09.921Z] Status: Downloaded newer image for alpine:3.18 [2024-08-23T20:28:09.921Z] ---> a0237000ae83 [2024-08-23T20:28:09.921Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-23T20:28:09.921Z] ---> Running in 6dfa39b7b9ef [2024-08-23T20:28:09.921Z] Removing intermediate container 6dfa39b7b9ef [2024-08-23T20:28:09.921Z] ---> 281598d7c794 [2024-08-23T20:28:09.921Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-08-23T20:28:09.921Z] ---> Running in 714524b9b96c [2024-08-23T20:28:09.921Z] Removing intermediate container 714524b9b96c [2024-08-23T20:28:09.921Z] ---> f5aaecc4614f [2024-08-23T20:28:09.921Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-08-23T20:28:09.921Z] ---> Running in 7c3fdde86947 [2024-08-23T20:28:09.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-23T20:28:09.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-23T20:28:09.921Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-08-23T20:28:09.921Z] Executing busybox-1.36.1-r7.trigger [2024-08-23T20:28:09.921Z] OK: 8 MiB in 16 packages [2024-08-23T20:28:10.511Z] Removing intermediate container 7c3fdde86947 [2024-08-23T20:28:10.511Z] ---> 2b4e3935a95e [2024-08-23T20:28:10.511Z] Step 17/26 : RUN apk --no-cache upgrade [2024-08-23T20:28:10.780Z] ---> Running in c7a04e643fb7 [2024-08-23T20:28:11.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-23T20:28:12.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-23T20:28:12.979Z] OK: 8 MiB in 16 packages [2024-08-23T20:28:13.565Z] Removing intermediate container c7a04e643fb7 [2024-08-23T20:28:13.565Z] ---> 0ee6cdf88ba2 [2024-08-23T20:28:13.565Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-08-23T20:28:15.511Z] ---> 1e222bf0c4d7 [2024-08-23T20:28:15.511Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-08-23T20:28:15.778Z] ---> a1e0a0a418a2 [2024-08-23T20:28:15.779Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-08-23T20:28:16.363Z] ---> 796207254bd4 [2024-08-23T20:28:16.363Z] Step 21/26 : EXPOSE 59986 [2024-08-23T20:28:16.363Z] ---> Running in 41aa07447d2b [2024-08-23T20:28:16.630Z] Removing intermediate container 41aa07447d2b [2024-08-23T20:28:16.630Z] ---> afad23618208 [2024-08-23T20:28:16.630Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-08-23T20:28:16.630Z] ---> Running in 982dd196ec16 [2024-08-23T20:28:17.213Z] Removing intermediate container 982dd196ec16 [2024-08-23T20:28:17.213Z] ---> e0bd80fc5bfc [2024-08-23T20:28:17.213Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-08-23T20:28:17.213Z] ---> Running in 9ade958a7bd4 [2024-08-23T20:28:17.484Z] Removing intermediate container 9ade958a7bd4 [2024-08-23T20:28:17.484Z] ---> dc997b849dd2 [2024-08-23T20:28:17.484Z] Step 24/26 : LABEL arch=arm64 [2024-08-23T20:28:17.484Z] ---> Running in 1be1d0c1a23c [2024-08-23T20:28:17.750Z] Removing intermediate container 1be1d0c1a23c [2024-08-23T20:28:17.751Z] ---> 2717bc3929bc [2024-08-23T20:28:17.751Z] Step 25/26 : LABEL git_sha=5a0180d8fba88363335f0d295c2c87f308a4ce21 [2024-08-23T20:28:17.751Z] ---> Running in c60b685acbbe [2024-08-23T20:28:18.017Z] Removing intermediate container c60b685acbbe [2024-08-23T20:28:18.017Z] ---> 8c9ef49d4f06 [2024-08-23T20:28:18.017Z] Step 26/26 : LABEL version=0.0.0 [2024-08-23T20:28:18.285Z] ---> Running in dbb5f73d7ea0 [2024-08-23T20:28:18.554Z] Removing intermediate container dbb5f73d7ea0 [2024-08-23T20:28:18.554Z] ---> c439007c3c4b [2024-08-23T20:28:18.554Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-23T20:28:18.554Z] Successfully built c439007c3c4b [2024-08-23T20:28:18.554Z] Successfully tagged device-rest-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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:28:19.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-23T20:28:19.645Z] [2024-08-23T20:28:19.645Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:28:20.074Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-23T20:28:20.074Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-23T20:28:20.074Z] 8998bd30e6a1: Pulling fs layer [2024-08-23T20:28:20.074Z] 04944245beec: Pulling fs layer [2024-08-23T20:28:20.074Z] 699f458cf7ca: Pulling fs layer [2024-08-23T20:28:20.074Z] 765212b225bb: Pulling fs layer [2024-08-23T20:28:20.075Z] f23df028b6ca: Pulling fs layer [2024-08-23T20:28:20.075Z] d65c8cfc05b1: Pulling fs layer [2024-08-23T20:28:20.075Z] 2437ff75d9bd: Pulling fs layer [2024-08-23T20:28:20.075Z] f23df028b6ca: Waiting [2024-08-23T20:28:20.075Z] d65c8cfc05b1: Waiting [2024-08-23T20:28:20.075Z] 2437ff75d9bd: Waiting [2024-08-23T20:28:20.075Z] 765212b225bb: Waiting [2024-08-23T20:28:20.345Z] 04944245beec: Verifying Checksum [2024-08-23T20:28:20.345Z] 04944245beec: Download complete [2024-08-23T20:28:20.345Z] 765212b225bb: Verifying Checksum [2024-08-23T20:28:20.345Z] 765212b225bb: Download complete [2024-08-23T20:28:20.345Z] f23df028b6ca: Download complete [2024-08-23T20:28:20.345Z] d65c8cfc05b1: Verifying Checksum [2024-08-23T20:28:20.345Z] d65c8cfc05b1: Download complete [2024-08-23T20:28:20.345Z] 699f458cf7ca: Verifying Checksum [2024-08-23T20:28:20.345Z] 699f458cf7ca: Download complete [2024-08-23T20:28:21.036Z] 8998bd30e6a1: Verifying Checksum [2024-08-23T20:28:21.036Z] 8998bd30e6a1: Download complete [2024-08-23T20:28:22.979Z] 2437ff75d9bd: Verifying Checksum [2024-08-23T20:28:22.979Z] 2437ff75d9bd: Download complete [2024-08-23T20:28:25.559Z] 8998bd30e6a1: Pull complete [2024-08-23T20:28:26.144Z] 04944245beec: Pull complete [2024-08-23T20:28:27.549Z] 699f458cf7ca: Pull complete [2024-08-23T20:28:27.817Z] 765212b225bb: Pull complete [2024-08-23T20:28:28.777Z] f23df028b6ca: Pull complete [2024-08-23T20:28:28.777Z] d65c8cfc05b1: Pull complete [2024-08-23T20:28:46.986Z] 2437ff75d9bd: Pull complete [2024-08-23T20:28:46.986Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-23T20:28:46.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-23T20:28:46.986Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:28:47.337Z] prd-ubuntu20.04-docker-arm64-4c-16g-8416 does not seem to be running inside a container [2024-08-23T20:28:47.381Z] $ 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-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-08-23T20:28:49.974Z] $ docker top 459e8aa6b4321aae41ff349e96e6efbf00ca565c09a0ee246610d112bff1be5e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:28:50.888Z] ---> job-cost.sh [2024-08-23T20:28:50.888Z] lf-activate-venv: SKIPPING [2024-08-23T20:28:50.888Z] INFO: No Stack... [2024-08-23T20:28:51.152Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-23T20:28:52.107Z] INFO: Archiving Costs [Pipeline] sh [2024-08-23T20:28:52.773Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [2024-08-23T20:28:52.773Z] + cut -d, -f6 [Pipeline] lock [2024-08-23T20:28:52.850Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] [2024-08-23T20:28:52.857Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] did not exist. Created. [2024-08-23T20:28:52.864Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-23T20:28:53.688Z] /w/workspace/device-rest-go/1@tmp/durable-e40994b5/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-08-23T20:28:54.359Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-23T20:28:54.412Z] Warning: overwriting stash ‘stack-cost’ [2024-08-23T20:28:54.458Z] Stashed 1 file(s) [Pipeline] } [2024-08-23T20:28:54.480Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-407-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-23T20:28:54.569Z] $ docker stop --time=1 459e8aa6b4321aae41ff349e96e6efbf00ca565c09a0ee246610d112bff1be5e [2024-08-23T20:28:56.054Z] $ docker rm -f --volumes 459e8aa6b4321aae41ff349e96e6efbf00ca565c09a0ee246610d112bff1be5e [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 [2024-08-23T20:28:57.325Z] provisioning config files... [2024-08-23T20:28:57.334Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp/config7151165929335467699tmp [Pipeline] { [Pipeline] sh [2024-08-23T20:28:57.681Z] + set +x [2024-08-23T20:28:57.681Z] + bash -s -- [2024-08-23T20:28:57.681Z] + curl -s https://codecov.io/bash [2024-08-23T20:28:57.681Z] [2024-08-23T20:28:57.681Z] _____ _ [2024-08-23T20:28:57.681Z] / ____| | | [2024-08-23T20:28:57.681Z] | | ___ __| | ___ ___ _____ __ [2024-08-23T20:28:57.681Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-23T20:28:57.681Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-23T20:28:57.681Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-23T20:28:57.681Z] Bash-1.0.6 [2024-08-23T20:28:57.681Z] [2024-08-23T20:28:57.681Z] [2024-08-23T20:28:57.681Z] ==> git version 2.25.1 found [2024-08-23T20:28:57.681Z] ==> 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 [2024-08-23T20:28:57.681Z] Release-Date: 2020-01-08 [2024-08-23T20:28:57.681Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-08-23T20:28:57.681Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-23T20:28:57.681Z] ==> Jenkins CI detected. [2024-08-23T20:28:57.681Z] current dir:  /w/workspace/gexfoundry_device-rest-go_PR-407 [2024-08-23T20:28:57.681Z] project root: . [2024-08-23T20:28:57.681Z] --> token set from env [2024-08-23T20:28:57.681Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-23T20:28:57.681Z] ==> Running gcov in . (disable via -X gcov) [2024-08-23T20:28:57.681Z] ==> Python coveragepy not found [2024-08-23T20:28:57.681Z] ==> Searching for coverage reports in: [2024-08-23T20:28:57.681Z] + . [2024-08-23T20:28:57.681Z] -> Found 1 reports [2024-08-23T20:28:57.681Z] ==> Detecting git/mercurial file structure [2024-08-23T20:28:57.681Z] ==> Reading reports [2024-08-23T20:28:57.681Z] + ./coverage.out bytes=14499 [2024-08-23T20:28:57.681Z] ==> Appending adjustments [2024-08-23T20:28:57.681Z] https://docs.codecov.io/docs/fixing-reports [2024-08-23T20:28:57.942Z] + Found adjustments [2024-08-23T20:28:57.942Z] ==> Gzipping contents [2024-08-23T20:28:57.942Z] 4.0K /tmp/codecov.0UNBSP.gz [2024-08-23T20:28:57.942Z] ==> Uploading reports [2024-08-23T20:28:57.942Z] url: https://codecov.io [2024-08-23T20:28:57.942Z] query: branch=PR-407&commit=5a0180d8fba88363335f0d295c2c87f308a4ce21&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-407%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=407&job=&cmd_args= [2024-08-23T20:28:57.942Z] -> Pinging Codecov [2024-08-23T20:28:57.942Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-407&commit=5a0180d8fba88363335f0d295c2c87f308a4ce21&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-407%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=407&job=&cmd_args= [2024-08-23T20:28:57.942Z] -> Uploading to [2024-08-23T20:28:57.942Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-23/4E5D53B4F1F92C436F7061BF334D961C/5a0180d8fba88363335f0d295c2c87f308a4ce21/a16336c1-ee98-4418-bcfd-3e75010d21d1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240823%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240823T202857Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88d25dda08c1ae16aab48d6fff8bdeda0f530ab38309e4fb6193c7b5e159cc90 [2024-08-23T20:28:57.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-23T20:28:57.942Z] Dload Upload Total Spent Left Speed [2024-08-23T20:28:58.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2321 0 0 100 2321 0 10135 --:--:-- --:--:-- --:--:-- 10135 [2024-08-23T20:28:58.211Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/5a0180d8fba88363335f0d295c2c87f308a4ce21 [Pipeline] } [2024-08-23T20:28:58.243Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-08-23T20:29:00.803Z] + [ -d /w/workspace/gexfoundry_device-rest-go_PR-407/archives ] [2024-08-23T20:29:00.803Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-407/archives [2024-08-23T20:29:00.803Z] total 16 [2024-08-23T20:29:00.803Z] drwxr-xr-x 3 root root 4096 Aug 23 20:15 . [2024-08-23T20:29:00.803Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 23 20:15 .. [2024-08-23T20:29:00.803Z] drwxr-xr-x 2 root root 4096 Aug 23 20:15 cost [2024-08-23T20:29:00.803Z] -rw-r--r-- 1 root root 86 Aug 23 20:15 cost.csv [2024-08-23T20:29:00.803Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-407/archives [2024-08-23T20:29:00.803Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-407/archives [2024-08-23T20:29:00.803Z] total 16 [2024-08-23T20:29:00.803Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 23 20:15 . [2024-08-23T20:29:00.803Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 23 20:15 .. [2024-08-23T20:29:00.803Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 23 20:15 cost [2024-08-23T20:29:00.803Z] -rw-r--r-- 1 jenkins jenkins 86 Aug 23 20:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:29:01.147Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:29:02.047Z] ---> package-listing.sh [2024-08-23T20:29:02.047Z] ++ facter osfamily [2024-08-23T20:29:02.047Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-23T20:29:02.308Z] + OS_FAMILY=debian [2024-08-23T20:29:02.308Z] + workspace=/w/workspace/gexfoundry_device-rest-go_PR-407 [2024-08-23T20:29:02.308Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-23T20:29:02.308Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-23T20:29:02.308Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-23T20:29:02.308Z] + PACKAGES=/tmp/packages_start.txt [2024-08-23T20:29:02.308Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-407 ']' [2024-08-23T20:29:02.308Z] + PACKAGES=/tmp/packages_end.txt [2024-08-23T20:29:02.308Z] + case "${OS_FAMILY}" in [2024-08-23T20:29:02.308Z] + dpkg -l [2024-08-23T20:29:02.308Z] + grep '^ii' [2024-08-23T20:29:02.308Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-23T20:29:02.308Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-23T20:29:02.308Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-23T20:29:02.308Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-407 ']' [2024-08-23T20:29:02.308Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-407/archives/ [2024-08-23T20:29:02.308Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-407/archives/ [Pipeline] echo [2024-08-23T20:29:02.348Z] 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-rest-go_PR-407/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-23T20:29:02.648Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-23T20:29:03.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-23T20:29:03.351Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-23T20:29:03.526Z] prd-ubuntu20.04-docker-8c-8g-8415 does not seem to be running inside a container [2024-08-23T20:29:03.563Z] $ 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-rest-go_PR-407/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-rest-go_PR-407 -v /w/workspace/gexfoundry_device-rest-go_PR-407:/w/workspace/gexfoundry_device-rest-go_PR-407:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-407@tmp:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-23T20:29:03.784Z] $ docker top 1aab21f34ac1fcef3f2bc0221791cf1b99d640677a0296697c22f1bae94e9d6b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-23T20:29:04.208Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-23T20:29:04.533Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-23T20:29:04.861Z] + ls /var/log/sa-host [2024-08-23T20:29:04.861Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-23T20:29:05.038Z] provisioning config files... [2024-08-23T20:29:05.048Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-407@tmp/config16788673663696881069tmp [Pipeline] { [Pipeline] echo [2024-08-23T20:29:05.129Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:29:05.480Z] ---> create-netrc.sh [Pipeline] } [2024-08-23T20:29:05.514Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:29:06.017Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-23T20:29:06.085Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:29:06.408Z] ---> sudo-logs.sh [2024-08-23T20:29:06.408Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-23T20:29:06.511Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:29:06.836Z] ---> job-cost.sh [2024-08-23T20:29:06.836Z] lf-activate-venv: SKIPPING [2024-08-23T20:29:06.836Z] DEBUG: total: 0.2199999988079071 [2024-08-23T20:29:06.836Z] INFO: Retrieving Stack Cost... [2024-08-23T20:29:07.098Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-23T20:29:07.671Z] INFO: Archiving Costs [Pipeline] echo [2024-08-23T20:29:07.718Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-23T20:29:08.049Z] ---> logs-deploy.sh [2024-08-23T20:29:08.049Z] lf-activate-venv: SKIPPING [2024-08-23T20:29:08.049Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-407/1 [2024-08-23T20:29:08.049Z] INFO: archiving workspace using pattern(s): [2024-08-23T20:29:08.991Z] Archives upload complete. [2024-08-23T20:29:09.250Z] INFO: archiving logs to Nexus