Pull request #396 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7d48a7da01fc4f753e25b06d17a354bcda3474d2+f76f4517c34d0712f0a5b1769cf5436b862bb8e0 (bace783e8e32ddd9d0663d4f24bc6ac9c16b567d) 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-ssh170019668302504452.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-ssh2099335086270075070.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-396/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-396/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3916133495034440775.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-396/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15618508709286433201.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-ssh12418307948684165856.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-396/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-396/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15412379066204741340.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4843 in /w/workspace/gexfoundry_device-rest-go_PR-396 [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-396 # 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/396/head:refs/remotes/origin/PR-396 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit f76f4517c34d0712f0a5b1769cf5436b862bb8e0 into PR head commit 7d48a7da01fc4f753e25b06d17a354bcda3474d2 Merge succeeded, producing 7d48a7da01fc4f753e25b06d17a354bcda3474d2 Checking out Revision 7d48a7da01fc4f753e25b06d17a354bcda3474d2 (PR-396) 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 7d48a7da01fc4f753e25b06d17a354bcda3474d2 # 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 f76f4517c34d0712f0a5b1769cf5436b862bb8e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d48a7da01fc4f753e25b06d17a354bcda3474d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-02T20:55:51.004Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-02T20:55:51.220Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-02T20:55:51.337Z] ========================================================= [2024-07-02T20:55:51.337Z] EdgeX Global Pipelines Version Info [2024-07-02T20:55:51.337Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:55:52.112Z] ------------------- [2024-07-02T20:55:52.112Z] stable info: [2024-07-02T20:55:52.112Z] ------------------- [2024-07-02T20:55:52.112Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-02T20:55:52.112Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-02T20:55:52.112Z] Message: update stable to v1.0.260 [2024-07-02T20:55:52.684Z] ------------------- [2024-07-02T20:55:52.684Z] experimental info: [2024-07-02T20:55:52.684Z] ------------------- [2024-07-02T20:55:52.684Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-02T20:55:52.684Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-02T20:55:52.684Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-02T20:55:52.922Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2024-07-02T20:55:52.986Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2024-07-02T20:55:53.047Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-02T20:55:53.107Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-02T20:55:53.166Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-02T20:55:53.229Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-02T20:55:53.287Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-02T20:55:53.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-02T20:55:53.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-02T20:55:53.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-02T20:55:53.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-02T20:55:53.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2024-07-02T20:55:53.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-02T20:55:53.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-02T20:55:53.752Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-02T20:55:53.809Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-02T20:55:53.867Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-02T20:55:53.927Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-02T20:55:53.990Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-02T20:55:54.043Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-02T20:55:54.103Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-02T20:55:54.162Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-02T20:55:54.221Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-02T20:55:54.275Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-02T20:55:54.333Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-02T20:55:54.389Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-02T20:55:54.450Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-02T20:55:54.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-396 [Pipeline] echo [2024-07-02T20:55:54.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-396 [Pipeline] echo [2024-07-02T20:55:54.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-396 [Pipeline] echo [2024-07-02T20:55:54.691Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7d48a7da01fc4f753e25b06d17a354bcda3474d2 [Pipeline] echo [2024-07-02T20:55:54.748Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7d48a7d [Pipeline] echo [2024-07-02T20:55:54.802Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T20:55:54.933Z] provisioning config files... [2024-07-02T20:55:54.949Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-396@tmp/config14267509812128649146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:55:55.338Z] ---> ****-login.sh [2024-07-02T20:55:55.338Z] nexus3.edgexfoundry.org:10001 [2024-07-02T20:55:55.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:55:55.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:55:55.599Z] Configure a credential helper to remove this warning. See [2024-07-02T20:55:55.599Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:55:55.599Z] [2024-07-02T20:55:55.599Z] Login Succeeded [2024-07-02T20:55:55.599Z] nexus3.edgexfoundry.org:10002 [2024-07-02T20:55:55.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:55:55.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:55:55.861Z] Configure a credential helper to remove this warning. See [2024-07-02T20:55:55.861Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:55:55.861Z] [2024-07-02T20:55:55.861Z] Login Succeeded [2024-07-02T20:55:55.861Z] nexus3.edgexfoundry.org:10003 [2024-07-02T20:55:55.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:55:55.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:55:55.861Z] Configure a credential helper to remove this warning. See [2024-07-02T20:55:55.861Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:55:55.861Z] [2024-07-02T20:55:55.861Z] Login Succeeded [2024-07-02T20:55:55.861Z] nexus3.edgexfoundry.org:10004 [2024-07-02T20:55:56.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:55:56.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:55:56.121Z] Configure a credential helper to remove this warning. See [2024-07-02T20:55:56.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:55:56.122Z] [2024-07-02T20:55:56.122Z] Login Succeeded [2024-07-02T20:55:56.122Z] ****.io [2024-07-02T20:55:56.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:55:56.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:55:56.382Z] Configure a credential helper to remove this warning. See [2024-07-02T20:55:56.382Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:55:56.382Z] [2024-07-02T20:55:56.382Z] Login Succeeded [2024-07-02T20:55:56.382Z] ---> ****-login.sh ends [Pipeline] } [2024-07-02T20:55:56.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-02T20:55:57.131Z] + git rev-list -1 --merges 7d48a7da01fc4f753e25b06d17a354bcda3474d2~1..7d48a7da01fc4f753e25b06d17a354bcda3474d2 [Pipeline] echo [2024-07-02T20:55:57.174Z] -----------> git rev-list -1 --merges 7d48a7da01fc4f753e25b06d17a354bcda3474d2~1..7d48a7da01fc4f753e25b06d17a354bcda3474d2 7d48a7da01fc4f753e25b06d17a354bcda3474d2 [false] [Pipeline] sh [2024-07-02T20:55:57.496Z] + git log --format=format:%s -1 7d48a7da01fc4f753e25b06d17a354bcda3474d2 [Pipeline] echo [2024-07-02T20:55:57.542Z] ========================================================= [2024-07-02T20:55:57.542Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-02T20:55:57.542Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-02T20:55:58.022Z] + git log --format=format:%s -1 7d48a7da01fc4f753e25b06d17a354bcda3474d2 [Pipeline] echo [2024-07-02T20:55:58.065Z] [semverPrep] GIT_COMMIT: 7d48a7da01fc4f753e25b06d17a354bcda3474d2, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2024-07-02T20:55:58.109Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-02T20:55:58.531Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-02T20:55:58.531Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-02T20:55:58.531Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-02T20:55:58.531Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-02T20:55:58.531Z] + + echosudo tee -a github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= /etc/ssh/ssh_known_hosts [2024-07-02T20:55:58.531Z] [2024-07-02T20:55:58.531Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:55:59.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T20:55:59.069Z] [2024-07-02T20:55:59.069Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:55:59.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T20:55:59.474Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-02T20:55:59.474Z] b85a868b505f: Pulling fs layer [2024-07-02T20:55:59.474Z] e2be974225ed: Pulling fs layer [2024-07-02T20:55:59.474Z] 339a4e72a1f5: Pulling fs layer [2024-07-02T20:55:59.474Z] 988bab9f4d93: Pulling fs layer [2024-07-02T20:55:59.474Z] 1469e6f7b9e6: Pulling fs layer [2024-07-02T20:55:59.474Z] eaf3925da568: Pulling fs layer [2024-07-02T20:55:59.474Z] bab4dde63d76: Pulling fs layer [2024-07-02T20:55:59.474Z] bde34c3a00c8: Pulling fs layer [2024-07-02T20:55:59.474Z] b352a97aabf1: Pulling fs layer [2024-07-02T20:55:59.474Z] 4872d77fe225: Pulling fs layer [2024-07-02T20:55:59.474Z] 5851b861e8e6: Pulling fs layer [2024-07-02T20:55:59.474Z] bab4dde63d76: Waiting [2024-07-02T20:55:59.474Z] bde34c3a00c8: Waiting [2024-07-02T20:55:59.474Z] 4872d77fe225: Waiting [2024-07-02T20:55:59.474Z] b352a97aabf1: Waiting [2024-07-02T20:55:59.474Z] 5851b861e8e6: Waiting [2024-07-02T20:55:59.474Z] eaf3925da568: Waiting [2024-07-02T20:55:59.474Z] e2be974225ed: Verifying Checksum [2024-07-02T20:55:59.474Z] e2be974225ed: Download complete [2024-07-02T20:55:59.474Z] 988bab9f4d93: Verifying Checksum [2024-07-02T20:55:59.474Z] 988bab9f4d93: Download complete [2024-07-02T20:55:59.474Z] 1469e6f7b9e6: Verifying Checksum [2024-07-02T20:55:59.474Z] 1469e6f7b9e6: Download complete [2024-07-02T20:55:59.474Z] eaf3925da568: Download complete [2024-07-02T20:55:59.735Z] 339a4e72a1f5: Verifying Checksum [2024-07-02T20:55:59.735Z] 339a4e72a1f5: Download complete [2024-07-02T20:55:59.735Z] bde34c3a00c8: Verifying Checksum [2024-07-02T20:55:59.735Z] bde34c3a00c8: Download complete [2024-07-02T20:55:59.735Z] b352a97aabf1: Verifying Checksum [2024-07-02T20:55:59.735Z] b352a97aabf1: Download complete [2024-07-02T20:55:59.735Z] 4872d77fe225: Download complete [2024-07-02T20:55:59.735Z] 5851b861e8e6: Verifying Checksum [2024-07-02T20:55:59.735Z] 5851b861e8e6: Download complete [2024-07-02T20:55:59.735Z] b85a868b505f: Verifying Checksum [2024-07-02T20:55:59.735Z] b85a868b505f: Download complete [2024-07-02T20:55:59.993Z] bab4dde63d76: Verifying Checksum [2024-07-02T20:55:59.993Z] bab4dde63d76: Download complete [2024-07-02T20:56:00.930Z] b85a868b505f: Pull complete [2024-07-02T20:56:01.195Z] e2be974225ed: Pull complete [2024-07-02T20:56:01.457Z] 339a4e72a1f5: Pull complete [2024-07-02T20:56:01.720Z] 988bab9f4d93: Pull complete [2024-07-02T20:56:01.980Z] 1469e6f7b9e6: Pull complete [2024-07-02T20:56:01.980Z] eaf3925da568: Pull complete [2024-07-02T20:56:03.884Z] bab4dde63d76: Pull complete [2024-07-02T20:56:03.884Z] bde34c3a00c8: Pull complete [2024-07-02T20:56:03.884Z] b352a97aabf1: Pull complete [2024-07-02T20:56:03.884Z] 4872d77fe225: Pull complete [2024-07-02T20:56:03.884Z] 5851b861e8e6: Pull complete [2024-07-02T20:56:03.884Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-02T20:56:03.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T20:56:03.884Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:56:04.196Z] prd-ubuntu20.04-docker-8c-8g-4843 does not seem to be running inside a container [2024-07-02T20:56:04.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-396 -v /w/workspace/gexfoundry_device-rest-go_PR-396:/w/workspace/gexfoundry_device-rest-go_PR-396:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-396@tmp:/w/workspace/gexfoundry_device-rest-go_PR-396@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-07-02T20:56:05.471Z] $ docker top 9d39797183f480ad9a15483113b3337093e73d7d2db2f0231ae243477d5e49fc -eo pid,comm [2024-07-02T20:56:05.523Z] 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-07-02T20:56:05.523Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-02T20:56:05.683Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-02T20:56:05.683Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-02T20:56:05.784Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-02T20:56:05.786Z] $ docker exec 9d39797183f480ad9a15483113b3337093e73d7d2db2f0231ae243477d5e49fc ssh-agent [2024-07-02T20:56:05.891Z] SSH_AUTH_SOCK=/tmp/ssh-gUZSbikduowi/agent.32 [2024-07-02T20:56:05.891Z] SSH_AGENT_PID=38 [2024-07-02T20:56:05.897Z] Running ssh-add (command line suppressed) [2024-07-02T20:56:05.997Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-396@tmp/private_key_1465292085074801758.key (/w/workspace/gexfoundry_device-rest-go_PR-396@tmp/private_key_1465292085074801758.key) [2024-07-02T20:56:06.017Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-02T20:56:06.360Z] + git tag --points-at HEAD [Pipeline] } [2024-07-02T20:56:06.391Z] $ docker exec --env ******** --env ******** 9d39797183f480ad9a15483113b3337093e73d7d2db2f0231ae243477d5e49fc ssh-agent -k [2024-07-02T20:56:06.499Z] unset SSH_AUTH_SOCK; [2024-07-02T20:56:06.500Z] unset SSH_AGENT_PID; [2024-07-02T20:56:06.500Z] echo Agent pid 38 killed; [2024-07-02T20:56:06.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-02T20:56:06.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-02T20:56:06.624Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-02T20:56:06.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-02T20:56:06.732Z] $ docker exec 9d39797183f480ad9a15483113b3337093e73d7d2db2f0231ae243477d5e49fc ssh-agent [2024-07-02T20:56:06.839Z] SSH_AUTH_SOCK=/tmp/ssh-KcgUTmSurJbz/agent.73 [2024-07-02T20:56:06.839Z] SSH_AGENT_PID=79 [2024-07-02T20:56:06.846Z] Running ssh-add (command line suppressed) [2024-07-02T20:56:06.944Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-396@tmp/private_key_14402546373650353461.key (/w/workspace/gexfoundry_device-rest-go_PR-396@tmp/private_key_14402546373650353461.key) [2024-07-02T20:56:06.961Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-02T20:56:07.315Z] + git semver init [2024-07-02T20:56:07.575Z] 2024-07-02 20:56:07,502 [run_init] DEBUG init version:0.0.0 force:False [2024-07-02T20:56:07.575Z] 2024-07-02 20:56:07,503 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-396/.semver [2024-07-02T20:56:07.575Z] 2024-07-02 20:56:07,503 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-396/.semver [2024-07-02T20:56:07.575Z] 2024-07-02 20:56:07,503 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-396/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-396, universal_newlines=False, shell=None, istream=None) [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,804 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-396/.git/info/exclude [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,805 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-396/.semver/PR-396 with force:False [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,805 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-396/.semver/PR-396 [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,809 [execute] INFO git cat-file --batch-check [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,810 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-396/.semver, universal_newlines=False, shell=None, istream=) [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,815 [execute] INFO git cat-file --batch [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,816 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-396/.semver, universal_newlines=False, shell=None, istream=) [2024-07-02T20:56:08.956Z] 2024-07-02 20:56:08,821 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-396/.semver/PR-396 [2024-07-02T20:56:08.956Z] 0.0.0 [Pipeline] } [2024-07-02T20:56:08.981Z] $ docker exec --env ******** --env ******** 9d39797183f480ad9a15483113b3337093e73d7d2db2f0231ae243477d5e49fc ssh-agent -k [2024-07-02T20:56:09.101Z] unset SSH_AUTH_SOCK; [2024-07-02T20:56:09.101Z] unset SSH_AGENT_PID; [2024-07-02T20:56:09.101Z] echo Agent pid 79 killed; [2024-07-02T20:56:09.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-02T20:56:09.567Z] + git semver [Pipeline] } [2024-07-02T20:56:09.853Z] $ docker stop --time=1 9d39797183f480ad9a15483113b3337093e73d7d2db2f0231ae243477d5e49fc [2024-07-02T20:56:11.182Z] $ docker rm -f --volumes 9d39797183f480ad9a15483113b3337093e73d7d2db2f0231ae243477d5e49fc [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-02T20:56:11.617Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-02T20:56:11.933Z] Stashed 1 file(s) [Pipeline] echo [2024-07-02T20:56:11.959Z] [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-07-02T20:56:12.695Z] provisioning config files... [2024-07-02T20:56:12.712Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-396@tmp/config11524671229556761313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:56:13.084Z] ---> ****-login.sh [2024-07-02T20:56:13.084Z] nexus3.edgexfoundry.org:10001 [2024-07-02T20:56:13.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:56:13.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:56:13.084Z] Configure a credential helper to remove this warning. See [2024-07-02T20:56:13.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:56:13.085Z] [2024-07-02T20:56:13.085Z] Login Succeeded [2024-07-02T20:56:13.085Z] nexus3.edgexfoundry.org:10002 [2024-07-02T20:56:13.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:56:13.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:56:13.085Z] Configure a credential helper to remove this warning. See [2024-07-02T20:56:13.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:56:13.085Z] [2024-07-02T20:56:13.085Z] Login Succeeded [2024-07-02T20:56:13.085Z] nexus3.edgexfoundry.org:10003 [2024-07-02T20:56:13.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:56:13.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:56:13.344Z] Configure a credential helper to remove this warning. See [2024-07-02T20:56:13.344Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:56:13.344Z] [2024-07-02T20:56:13.344Z] Login Succeeded [2024-07-02T20:56:13.344Z] nexus3.edgexfoundry.org:10004 [2024-07-02T20:56:13.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:56:13.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:56:13.344Z] Configure a credential helper to remove this warning. See [2024-07-02T20:56:13.344Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:56:13.344Z] [2024-07-02T20:56:13.344Z] Login Succeeded [2024-07-02T20:56:13.344Z] ****.io [2024-07-02T20:56:13.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:56:13.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:56:13.603Z] Configure a credential helper to remove this warning. See [2024-07-02T20:56:13.603Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:56:13.603Z] [2024-07-02T20:56:13.603Z] Login Succeeded [2024-07-02T20:56:13.603Z] ---> ****-login.sh ends [Pipeline] } [2024-07-02T20:56:13.639Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-02T20:56:13.895Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T20:56:13.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T20:56:13.999Z] ========================================================= [2024-07-02T20:56:13.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-02T20:56:13.999Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:56:14.530Z] + 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-07-02T20:56:14.530Z] Sending build context to Docker daemon 18.19MB [2024-07-02T20:56:14.530Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T20:56:14.530Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-02T20:56:14.530Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-02T20:56:14.530Z] 619be1103602: Pulling fs layer [2024-07-02T20:56:14.530Z] 7862e08f4a3e: Pulling fs layer [2024-07-02T20:56:14.530Z] 5df492c9dc93: Pulling fs layer [2024-07-02T20:56:14.530Z] 7629e6793208: Pulling fs layer [2024-07-02T20:56:14.530Z] 4f4fb700ef54: Pulling fs layer [2024-07-02T20:56:14.530Z] fb5054dd5b73: Pulling fs layer [2024-07-02T20:56:14.530Z] eeca6798cff9: Pulling fs layer [2024-07-02T20:56:14.530Z] aa269ceb94a6: Pulling fs layer [2024-07-02T20:56:14.530Z] ada007ff1a6a: Pulling fs layer [2024-07-02T20:56:14.530Z] 4f4fb700ef54: Waiting [2024-07-02T20:56:14.530Z] fb5054dd5b73: Waiting [2024-07-02T20:56:14.530Z] 7629e6793208: Waiting [2024-07-02T20:56:14.530Z] eeca6798cff9: Waiting [2024-07-02T20:56:14.530Z] aa269ceb94a6: Waiting [2024-07-02T20:56:14.530Z] ada007ff1a6a: Waiting [2024-07-02T20:56:14.790Z] 7862e08f4a3e: Verifying Checksum [2024-07-02T20:56:14.790Z] 7862e08f4a3e: Download complete [2024-07-02T20:56:14.790Z] 7629e6793208: Verifying Checksum [2024-07-02T20:56:14.790Z] 7629e6793208: Download complete [2024-07-02T20:56:14.790Z] 4f4fb700ef54: Verifying Checksum [2024-07-02T20:56:14.790Z] 4f4fb700ef54: Download complete [2024-07-02T20:56:14.790Z] fb5054dd5b73: Verifying Checksum [2024-07-02T20:56:14.790Z] fb5054dd5b73: Download complete [2024-07-02T20:56:14.790Z] 619be1103602: Verifying Checksum [2024-07-02T20:56:14.790Z] 619be1103602: Download complete [2024-07-02T20:56:14.790Z] eeca6798cff9: Verifying Checksum [2024-07-02T20:56:14.790Z] eeca6798cff9: Download complete [2024-07-02T20:56:14.790Z] 619be1103602: Pull complete [2024-07-02T20:56:15.048Z] ada007ff1a6a: Verifying Checksum [2024-07-02T20:56:15.048Z] ada007ff1a6a: Download complete [2024-07-02T20:56:15.048Z] 7862e08f4a3e: Pull complete [2024-07-02T20:56:15.308Z] 5df492c9dc93: Verifying Checksum [2024-07-02T20:56:15.308Z] 5df492c9dc93: Download complete [2024-07-02T20:56:15.568Z] aa269ceb94a6: Verifying Checksum [2024-07-02T20:56:15.568Z] aa269ceb94a6: Download complete [2024-07-02T20:56:18.104Z] 5df492c9dc93: Pull complete [2024-07-02T20:56:18.104Z] 7629e6793208: Pull complete [2024-07-02T20:56:18.104Z] 4f4fb700ef54: Pull complete [2024-07-02T20:56:18.104Z] fb5054dd5b73: Pull complete [2024-07-02T20:56:18.363Z] eeca6798cff9: Pull complete [2024-07-02T20:56:20.886Z] aa269ceb94a6: Pull complete [2024-07-02T20:56:20.886Z] ada007ff1a6a: Pull complete [2024-07-02T20:56:20.886Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-02T20:56:20.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-02T20:56:20.886Z] ---> f489d0715acc [2024-07-02T20:56:20.886Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-07-02T20:56:25.079Z] ---> Running in 3df848bfdf16 [2024-07-02T20:56:25.079Z] Removing intermediate container 3df848bfdf16 [2024-07-02T20:56:25.079Z] ---> a6b2bd6dde20 [2024-07-02T20:56:25.079Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T20:56:25.079Z] ---> Running in 46f390570f74 [2024-07-02T20:56:25.079Z] Removing intermediate container 46f390570f74 [2024-07-02T20:56:25.079Z] ---> ef2f17750b15 [2024-07-02T20:56:25.079Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-02T20:56:25.079Z] ---> Running in 4f60ea5fa942 [2024-07-02T20:56:25.079Z] Removing intermediate container 4f60ea5fa942 [2024-07-02T20:56:25.079Z] ---> 0b6bbb2a674c [2024-07-02T20:56:25.079Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T20:56:25.079Z] ---> Running in e4b20cb6ec70 [2024-07-02T20:56:25.079Z] Removing intermediate container e4b20cb6ec70 [2024-07-02T20:56:25.079Z] ---> 182d8782232b [2024-07-02T20:56:25.079Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T20:56:25.079Z] ---> Running in 8076f8c2678d [2024-07-02T20:56:25.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T20:56:25.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T20:56:25.598Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-02T20:56:25.598Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-02T20:56:25.598Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-02T20:56:25.598Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-02T20:56:25.598Z] Executing busybox-1.36.1-r5.trigger [2024-07-02T20:56:25.598Z] OK: 268 MiB in 56 packages [2024-07-02T20:56:26.546Z] Removing intermediate container 8076f8c2678d [2024-07-02T20:56:26.546Z] ---> c26e2e8e8298 [2024-07-02T20:56:26.546Z] Step 8/12 : WORKDIR /device-rest-go [2024-07-02T20:56:26.546Z] ---> Running in 25f84fae6047 [2024-07-02T20:56:26.546Z] Removing intermediate container 25f84fae6047 [2024-07-02T20:56:26.546Z] ---> 4db8e85ed4f6 [2024-07-02T20:56:26.546Z] Step 9/12 : COPY go.mod vendor* ./ [2024-07-02T20:56:26.805Z] ---> 54e498228d6f [2024-07-02T20:56:26.805Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:56:26.805Z] ---> Running in b6d9fdb1bf95 [2024-07-02T20:56:27.475Z] Still waiting to schedule task [2024-07-02T20:56:27.475Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-02T20:57:34.494Z] Removing intermediate container b6d9fdb1bf95 [2024-07-02T20:57:34.494Z] ---> a949ded063ee [2024-07-02T20:57:34.494Z] Step 11/12 : COPY . . [2024-07-02T20:57:34.494Z] ---> 12bc97193d65 [2024-07-02T20:57:34.494Z] Step 12/12 : RUN $MAKE [2024-07-02T20:57:34.494Z] ---> Running in ed05cde8faff [2024-07-02T20:57:34.494Z] noop [2024-07-02T20:57:34.494Z] Removing intermediate container ed05cde8faff [2024-07-02T20:57:34.494Z] ---> 1f56559cb835 [2024-07-02T20:57:34.494Z] Successfully built 1f56559cb835 [2024-07-02T20:57:34.494Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:57:35.025Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-02T20:57:35.025Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:57:35.206Z] prd-ubuntu20.04-docker-8c-8g-4843 does not seem to be running inside a container [2024-07-02T20:57:35.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-396 -v /w/workspace/gexfoundry_device-rest-go_PR-396:/w/workspace/gexfoundry_device-rest-go_PR-396:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-396@tmp:/w/workspace/gexfoundry_device-rest-go_PR-396@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-07-02T20:57:35.548Z] $ docker top 2a556991b90f7e0a3db2b2bbc1d5ff2f8623758a16da455d0f72f6380e81c831 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T20:57:35.956Z] + go version [2024-07-02T20:57:35.956Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-02T20:57:35.990Z] $ docker stop --time=1 2a556991b90f7e0a3db2b2bbc1d5ff2f8623758a16da455d0f72f6380e81c831 [2024-07-02T20:57:37.259Z] $ docker rm -f --volumes 2a556991b90f7e0a3db2b2bbc1d5ff2f8623758a16da455d0f72f6380e81c831 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:57:38.087Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-02T20:57:38.087Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:57:38.269Z] prd-ubuntu20.04-docker-8c-8g-4843 does not seem to be running inside a container [2024-07-02T20:57:38.298Z] $ 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-396 -v /w/workspace/gexfoundry_device-rest-go_PR-396:/w/workspace/gexfoundry_device-rest-go_PR-396:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-396@tmp:/w/workspace/gexfoundry_device-rest-go_PR-396@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-07-02T20:57:38.658Z] $ docker top 7212d5c0f77816b809406d7eb780128497cbb1508aa7ac624b24e5f76e98782c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T20:57:39.077Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-396 [Pipeline] fileExists [Pipeline] sh [2024-07-02T20:57:39.455Z] + make test [2024-07-02T20:57:39.455Z] go test ./... -coverprofile=coverage.out ./... [2024-07-02T20:57:41.357Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-07-02T20:57:55.298Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4844 in /w/workspace/gexfoundry_device-rest-go_PR-396 [Pipeline] { [Pipeline] ws [2024-07-02T20:57:55.370Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2024-07-02T20:57:58.473Z] The recommended git tool is: git [2024-07-02T20:57:59.422Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2024-07-02T20:57:59.423Z] ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 33.2% of statements [2024-07-02T20:58:02.911Z] using credential edgex-jenkins-ssh [2024-07-02T20:58:02.941Z] Cloning the remote Git repository [2024-07-02T20:58:02.979Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2024-07-02T20:58:03.061Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2024-07-02T20:58:03.175Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2024-07-02T20:58:03.176Z] > git --version # timeout=10 [2024-07-02T20:58:03.192Z] > git --version # 'git version 2.25.1' [2024-07-02T20:58:03.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T20:58:03.312Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-02T20:58:06.263Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2024-07-02T20:58:06.289Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-02T20:58:07.063Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2024-07-02T20:58:07.112Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2024-07-02T20:58:07.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T20:58:07.135Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/396/head:refs/remotes/origin/PR-396 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-02T20:58:07.520Z] go vet ./... [2024-07-02T20:58:07.579Z] Merging remotes/origin/main commit f76f4517c34d0712f0a5b1769cf5436b862bb8e0 into PR head commit 7d48a7da01fc4f753e25b06d17a354bcda3474d2 [2024-07-02T20:58:07.851Z] Merge succeeded, producing 7d48a7da01fc4f753e25b06d17a354bcda3474d2 [2024-07-02T20:58:07.851Z] Checking out Revision 7d48a7da01fc4f753e25b06d17a354bcda3474d2 (PR-396) [2024-07-02T20:58:08.332Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2024-07-02T20:58:08.372Z] > git --version # timeout=10 [2024-07-02T20:58:08.383Z] > git --version # 'git version 2.25.1' [2024-07-02T20:58:08.402Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-02T20:58:07.592Z] > git config core.sparsecheckout # timeout=10 [2024-07-02T20:58:07.652Z] > git checkout -f 7d48a7da01fc4f753e25b06d17a354bcda3474d2 # timeout=10 [2024-07-02T20:58:07.738Z] > git remote # timeout=10 [2024-07-02T20:58:07.755Z] > git config --get remote.origin.url # timeout=10 [2024-07-02T20:58:07.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T20:58:07.806Z] > git merge f76f4517c34d0712f0a5b1769cf5436b862bb8e0 # timeout=10 [2024-07-02T20:58:07.830Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-02T20:58:07.854Z] > git config core.sparsecheckout # timeout=10 [2024-07-02T20:58:07.869Z] > git checkout -f 7d48a7da01fc4f753e25b06d17a354bcda3474d2 # timeout=10 [2024-07-02T20:58:11.698Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-02T20:58:11.698Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-02T20:58:11.698Z] ./bin/test-attribution-txt.sh [2024-07-02T20:58:11.698Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-02T20:58:11.698Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-02T20:58:11.748Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-02T20:58:11.788Z] $ docker stop --time=1 7212d5c0f77816b809406d7eb780128497cbb1508aa7ac624b24e5f76e98782c [2024-07-02T20:58:17.120Z] $ docker rm -f --volumes 7212d5c0f77816b809406d7eb780128497cbb1508aa7ac624b24e5f76e98782c [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2024-07-02T20:58:17.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash [2024-07-02T20:58:18.068Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2024-07-02T20:58:18.294Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-02T20:58:18.294Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-02T20:58:18.294Z] Dload Upload Total Spent Left Speed [2024-07-02T20:58:18.294Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 121k 0 --:--:-- --:--:-- --:--:-- 121k [Pipeline] sh [Pipeline] sh [2024-07-02T20:58:18.682Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-02T20:58:18.925Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-02T20:58:19.044Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-02T20:58:19.044Z] + sudo tee /etc/docker/daemon.new [2024-07-02T20:58:19.044Z] { [2024-07-02T20:58:19.044Z] "registry-mirrors": [ [2024-07-02T20:58:19.044Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-02T20:58:19.044Z] ], [2024-07-02T20:58:19.044Z] "bip": "10.250.0.254/24", [2024-07-02T20:58:19.044Z] "hosts": [ [2024-07-02T20:58:19.044Z] "tcp://0.0.0.0:5555", [2024-07-02T20:58:19.044Z] "unix:///var/run/docker.sock" [2024-07-02T20:58:19.044Z] ], [2024-07-02T20:58:19.044Z] "mtu": 1458, [2024-07-02T20:58:19.044Z] "selinux-enabled": true, [2024-07-02T20:58:19.044Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-02T20:58:19.044Z] } [Pipeline] sh [2024-07-02T20:58:19.242Z] + ls -al . [2024-07-02T20:58:19.242Z] total 248 [2024-07-02T20:58:19.242Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 2 20:57 . [2024-07-02T20:58:19.242Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 20:55 .. [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 2 20:55 .dockerignore [2024-07-02T20:58:19.242Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 20:57 .git [2024-07-02T20:58:19.242Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 20:55 .github [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 2 20:55 .gitignore [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 20:55 .golangci.yml [2024-07-02T20:58:19.242Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 20:56 .semver [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 10300 Jul 2 20:55 Attribution.txt [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 17685 Jul 2 20:55 CHANGELOG.md [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 1687 Jul 2 20:55 Dockerfile [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 20:55 GOVERNANCE.md [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 2 20:55 Jenkinsfile [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 2 20:55 LICENSE [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 2016 Jul 2 20:55 Makefile [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 2 20:55 OWNERS.md [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 2 20:55 README.md [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 2 20:56 VERSION [2024-07-02T20:58:19.242Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 20:55 bin [2024-07-02T20:58:19.242Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 20:55 cmd [2024-07-02T20:58:19.242Z] -rw-r--r-- 1 jenkins jenkins 14499 Jul 2 20:57 coverage.out [2024-07-02T20:58:19.242Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 20:55 driver [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 7190 Jul 2 20:55 go.mod [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 101949 Jul 2 20:55 go.sum [2024-07-02T20:58:19.242Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 20:55 openapi [2024-07-02T20:58:19.242Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 2 20:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:58:19.394Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-02T20:58:19.667Z] + 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=7d48a7da01fc4f753e25b06d17a354bcda3474d2 --label arch=amd64 --label version=0.0.0 . [2024-07-02T20:58:19.667Z] Sending build context to Docker daemon 18.21MB [2024-07-02T20:58:19.667Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T20:58:19.667Z] Step 2/26 : FROM ${BASE} AS builder [2024-07-02T20:58:19.667Z] ---> 1f56559cb835 [2024-07-02T20:58:19.667Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-07-02T20:58:19.811Z] + sudo service docker restart [2024-07-02T20:58:19.926Z] ---> Running in 4116f5e35968 [2024-07-02T20:58:20.196Z] Removing intermediate container 4116f5e35968 [2024-07-02T20:58:20.196Z] ---> 4122da7e801a [2024-07-02T20:58:20.196Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T20:58:20.196Z] ---> Running in 0e887843432a [2024-07-02T20:58:20.196Z] Removing intermediate container 0e887843432a [2024-07-02T20:58:20.196Z] ---> 3a6074bba08f [2024-07-02T20:58:20.196Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-02T20:58:20.196Z] ---> Running in ef5468aef241 [2024-07-02T20:58:20.196Z] Removing intermediate container ef5468aef241 [2024-07-02T20:58:20.196Z] ---> b1193ed604c0 [2024-07-02T20:58:20.196Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T20:58:20.454Z] ---> Running in aa0ab361bb60 [2024-07-02T20:58:20.454Z] Removing intermediate container aa0ab361bb60 [2024-07-02T20:58:20.454Z] ---> 9a99a1a175c1 [2024-07-02T20:58:20.454Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T20:58:20.454Z] ---> Running in 0059eac207cf [2024-07-02T20:58:20.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T20:58:20.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T20:58:21.229Z] OK: 268 MiB in 56 packages [2024-07-02T20:58:21.489Z] Removing intermediate container 0059eac207cf [2024-07-02T20:58:21.489Z] ---> 19d07b875838 [2024-07-02T20:58:21.489Z] Step 8/26 : WORKDIR /device-rest-go [2024-07-02T20:58:21.489Z] ---> Running in e96de4ffd4a2 [2024-07-02T20:58:21.489Z] Removing intermediate container e96de4ffd4a2 [2024-07-02T20:58:21.489Z] ---> 436dc3f17711 [2024-07-02T20:58:21.489Z] Step 9/26 : COPY go.mod vendor* ./ [2024-07-02T20:58:21.749Z] ---> cf2673a2a1cf [2024-07-02T20:58:21.749Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:58:21.749Z] ---> Running in c9e9d2cc2121 [2024-07-02T20:58:22.316Z] Removing intermediate container c9e9d2cc2121 [2024-07-02T20:58:22.316Z] ---> c513d06d735e [2024-07-02T20:58:22.316Z] Step 11/26 : COPY . . [2024-07-02T20:58:22.883Z] ---> d5be7623e62b [2024-07-02T20:58:22.883Z] Step 12/26 : RUN $MAKE [2024-07-02T20:58:22.883Z] ---> Running in 963aab0416e3 [2024-07-02T20:58:23.141Z] 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.19" -trimpath -mod=readonly -o cmd/device-rest ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T20:58:38.153Z] provisioning config files... [2024-07-02T20:58:38.180Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config10687555920299353480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:58:38.683Z] ---> ****-login.sh [2024-07-02T20:58:38.683Z] nexus3.edgexfoundry.org:10001 [2024-07-02T20:58:38.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:58:39.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:58:39.221Z] Configure a credential helper to remove this warning. See [2024-07-02T20:58:39.222Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:58:39.222Z] [2024-07-02T20:58:39.222Z] Login Succeeded [2024-07-02T20:58:39.222Z] nexus3.edgexfoundry.org:10002 [2024-07-02T20:58:39.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:58:39.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:58:39.757Z] Configure a credential helper to remove this warning. See [2024-07-02T20:58:39.757Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:58:39.757Z] [2024-07-02T20:58:39.757Z] Login Succeeded [2024-07-02T20:58:39.757Z] nexus3.edgexfoundry.org:10003 [2024-07-02T20:58:39.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:58:40.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:58:40.029Z] Configure a credential helper to remove this warning. See [2024-07-02T20:58:40.029Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:58:40.029Z] [2024-07-02T20:58:40.029Z] Login Succeeded [2024-07-02T20:58:40.029Z] nexus3.edgexfoundry.org:10004 [2024-07-02T20:58:40.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:58:40.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:58:40.300Z] Configure a credential helper to remove this warning. See [2024-07-02T20:58:40.300Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:58:40.300Z] [2024-07-02T20:58:40.300Z] Login Succeeded [2024-07-02T20:58:40.300Z] ****.io [2024-07-02T20:58:40.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T20:58:40.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T20:58:40.838Z] Configure a credential helper to remove this warning. See [2024-07-02T20:58:40.838Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T20:58:40.838Z] [2024-07-02T20:58:40.838Z] Login Succeeded [2024-07-02T20:58:40.839Z] ---> ****-login.sh ends [Pipeline] } [2024-07-02T20:58:40.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-02T20:58:41.305Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T20:58:41.351Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T20:58:41.399Z] ========================================================= [2024-07-02T20:58:41.399Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-02T20:58:41.399Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:58:41.943Z] + 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-07-02T20:58:41.944Z] Sending build context to Docker daemon 131.1kB [2024-07-02T20:58:42.214Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T20:58:42.214Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-02T20:58:42.214Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-02T20:58:42.214Z] c6b39de5b339: Pulling fs layer [2024-07-02T20:58:42.214Z] a69c41024577: Pulling fs layer [2024-07-02T20:58:42.214Z] d6de4b400683: Pulling fs layer [2024-07-02T20:58:42.214Z] 35cb2a7552d0: Pulling fs layer [2024-07-02T20:58:42.214Z] 4f4fb700ef54: Pulling fs layer [2024-07-02T20:58:42.214Z] 464afbd9ba4c: Pulling fs layer [2024-07-02T20:58:42.214Z] 00f215d4a9da: Pulling fs layer [2024-07-02T20:58:42.214Z] d496ad576159: Pulling fs layer [2024-07-02T20:58:42.214Z] 35cb2a7552d0: Waiting [2024-07-02T20:58:42.214Z] 464afbd9ba4c: Waiting [2024-07-02T20:58:42.214Z] 4f4fb700ef54: Waiting [2024-07-02T20:58:42.214Z] d496ad576159: Waiting [2024-07-02T20:58:42.214Z] 00f215d4a9da: Waiting [2024-07-02T20:58:42.483Z] a69c41024577: Verifying Checksum [2024-07-02T20:58:42.483Z] a69c41024577: Download complete [2024-07-02T20:58:42.483Z] 35cb2a7552d0: Verifying Checksum [2024-07-02T20:58:42.483Z] 35cb2a7552d0: Download complete [2024-07-02T20:58:42.483Z] 4f4fb700ef54: Verifying Checksum [2024-07-02T20:58:42.483Z] 4f4fb700ef54: Download complete [2024-07-02T20:58:42.483Z] 464afbd9ba4c: Verifying Checksum [2024-07-02T20:58:42.483Z] 464afbd9ba4c: Download complete [2024-07-02T20:58:42.483Z] c6b39de5b339: Download complete [2024-07-02T20:58:42.751Z] d496ad576159: Verifying Checksum [2024-07-02T20:58:42.751Z] d496ad576159: Download complete [2024-07-02T20:58:43.352Z] c6b39de5b339: Pull complete [2024-07-02T20:58:43.939Z] a69c41024577: Pull complete [2024-07-02T20:58:44.211Z] d6de4b400683: Verifying Checksum [2024-07-02T20:58:44.211Z] d6de4b400683: Download complete [2024-07-02T20:58:45.176Z] 00f215d4a9da: Verifying Checksum [2024-07-02T20:58:45.176Z] 00f215d4a9da: Download complete [2024-07-02T20:58:55.222Z] Removing intermediate container 963aab0416e3 [2024-07-02T20:58:55.222Z] ---> d197bd9000c9 [2024-07-02T20:58:55.222Z] Step 13/26 : FROM alpine:3.18 [2024-07-02T20:58:55.222Z] 3.18: Pulling from library/alpine [2024-07-02T20:58:55.222Z] 73baa7ef167e: Pulling fs layer [2024-07-02T20:58:55.222Z] 73baa7ef167e: Verifying Checksum [2024-07-02T20:58:55.222Z] 73baa7ef167e: Download complete [2024-07-02T20:58:55.222Z] 73baa7ef167e: Pull complete [2024-07-02T20:58:55.222Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:58:55.222Z] Status: Downloaded newer image for alpine:3.18 [2024-07-02T20:58:55.222Z] ---> 8fd7cac70a4a [2024-07-02T20:58:55.222Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-02T20:58:55.222Z] ---> Running in 2d02159b48a3 [2024-07-02T20:58:55.222Z] Removing intermediate container 2d02159b48a3 [2024-07-02T20:58:55.222Z] ---> a1544fd6899b [2024-07-02T20:58:55.222Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-07-02T20:58:55.222Z] ---> Running in 250cf38e3720 [2024-07-02T20:58:55.222Z] Removing intermediate container 250cf38e3720 [2024-07-02T20:58:55.222Z] ---> c8c590d6cce5 [2024-07-02T20:58:55.222Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-07-02T20:58:55.222Z] ---> Running in f35791fcf48a [2024-07-02T20:58:55.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T20:58:55.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T20:58:55.222Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T20:58:55.222Z] Executing busybox-1.36.1-r7.trigger [2024-07-02T20:58:55.222Z] OK: 7 MiB in 16 packages [2024-07-02T20:58:55.222Z] Removing intermediate container f35791fcf48a [2024-07-02T20:58:55.222Z] ---> ceac269721b8 [2024-07-02T20:58:55.222Z] Step 17/26 : RUN apk --no-cache upgrade [2024-07-02T20:58:55.222Z] ---> Running in ed2d344e503a [2024-07-02T20:58:55.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T20:58:55.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T20:58:55.222Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:58:55.222Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:58:55.222Z] OK: 7 MiB in 16 packages [2024-07-02T20:58:55.222Z] Removing intermediate container ed2d344e503a [2024-07-02T20:58:55.222Z] ---> 4728c2df48ec [2024-07-02T20:58:55.222Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-07-02T20:58:55.483Z] ---> fd422c8eff90 [2024-07-02T20:58:55.483Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-07-02T20:58:55.483Z] ---> fedba11a58f7 [2024-07-02T20:58:55.483Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-07-02T20:58:55.743Z] ---> e12e2e2d5bbf [2024-07-02T20:58:55.743Z] Step 21/26 : EXPOSE 59986 [2024-07-02T20:58:55.743Z] ---> Running in 4442c04f1128 [2024-07-02T20:58:56.003Z] Removing intermediate container 4442c04f1128 [2024-07-02T20:58:56.003Z] ---> d8710bc29dc2 [2024-07-02T20:58:56.003Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-07-02T20:58:56.003Z] ---> Running in baf99e715177 [2024-07-02T20:58:56.003Z] Removing intermediate container baf99e715177 [2024-07-02T20:58:56.003Z] ---> 11d0a719aaed [2024-07-02T20:58:56.003Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-07-02T20:58:56.003Z] ---> Running in ba5c2f15f901 [2024-07-02T20:58:56.003Z] Removing intermediate container ba5c2f15f901 [2024-07-02T20:58:56.003Z] ---> 3603ec1d2a33 [2024-07-02T20:58:56.003Z] Step 24/26 : LABEL arch=amd64 [2024-07-02T20:58:56.003Z] ---> Running in 2f3fc9072e3b [2024-07-02T20:58:56.263Z] Removing intermediate container 2f3fc9072e3b [2024-07-02T20:58:56.263Z] ---> 664219b09ad7 [2024-07-02T20:58:56.263Z] Step 25/26 : LABEL git_sha=7d48a7da01fc4f753e25b06d17a354bcda3474d2 [2024-07-02T20:58:56.263Z] ---> Running in 4b2f10003779 [2024-07-02T20:58:56.263Z] Removing intermediate container 4b2f10003779 [2024-07-02T20:58:56.263Z] ---> 9cbc92cad6f0 [2024-07-02T20:58:56.263Z] Step 26/26 : LABEL version=0.0.0 [2024-07-02T20:58:56.263Z] ---> Running in bc54a9c362d5 [2024-07-02T20:58:56.263Z] Removing intermediate container bc54a9c362d5 [2024-07-02T20:58:56.263Z] ---> d374da8d8a34 [2024-07-02T20:58:56.263Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-02T20:58:56.263Z] Successfully built d374da8d8a34 [2024-07-02T20:58:56.263Z] 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-07-02T20:58:57.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T20:58:57.298Z] [2024-07-02T20:58:57.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:58:57.634Z] d6de4b400683: Pull complete [2024-07-02T20:58:57.634Z] 35cb2a7552d0: Pull complete [2024-07-02T20:58:57.634Z] 4f4fb700ef54: Pull complete [2024-07-02T20:58:57.634Z] 464afbd9ba4c: Pull complete [2024-07-02T20:58:57.705Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T20:58:57.705Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-02T20:58:57.705Z] 5eb5b503b376: Pulling fs layer [2024-07-02T20:58:57.705Z] 5c69ac0246d0: Pulling fs layer [2024-07-02T20:58:57.705Z] ec43610c2a17: Pulling fs layer [2024-07-02T20:58:57.705Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-02T20:58:57.705Z] 33b1e0a273af: Pulling fs layer [2024-07-02T20:58:57.705Z] 5d3b04190fa2: Pulling fs layer [2024-07-02T20:58:57.705Z] 2f39f015ded8: Pulling fs layer [2024-07-02T20:58:57.705Z] 3a2ae6a8a46f: Waiting [2024-07-02T20:58:57.705Z] 33b1e0a273af: Waiting [2024-07-02T20:58:57.705Z] 2f39f015ded8: Waiting [2024-07-02T20:58:57.705Z] 5d3b04190fa2: Waiting [2024-07-02T20:58:57.705Z] 5c69ac0246d0: Download complete [2024-07-02T20:58:57.705Z] 3a2ae6a8a46f: Download complete [2024-07-02T20:58:57.705Z] 33b1e0a273af: Verifying Checksum [2024-07-02T20:58:57.705Z] 33b1e0a273af: Download complete [2024-07-02T20:58:57.964Z] 5d3b04190fa2: Download complete [2024-07-02T20:58:57.964Z] ec43610c2a17: Verifying Checksum [2024-07-02T20:58:57.964Z] ec43610c2a17: Download complete [2024-07-02T20:58:57.964Z] 5eb5b503b376: Verifying Checksum [2024-07-02T20:58:57.964Z] 5eb5b503b376: Download complete [2024-07-02T20:58:58.531Z] 2f39f015ded8: Verifying Checksum [2024-07-02T20:58:58.531Z] 2f39f015ded8: Download complete [2024-07-02T20:58:59.095Z] 5eb5b503b376: Pull complete [2024-07-02T20:58:59.095Z] 5c69ac0246d0: Pull complete [2024-07-02T20:58:59.353Z] ec43610c2a17: Pull complete [2024-07-02T20:58:59.611Z] 3a2ae6a8a46f: Pull complete [2024-07-02T20:58:59.611Z] 33b1e0a273af: Pull complete [2024-07-02T20:58:59.869Z] 5d3b04190fa2: Pull complete [2024-07-02T20:59:04.055Z] 2f39f015ded8: Pull complete [2024-07-02T20:59:04.055Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-02T20:59:04.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T20:59:04.055Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:59:04.329Z] prd-ubuntu20.04-docker-8c-8g-4843 does not seem to be running inside a container [2024-07-02T20:59:04.357Z] $ 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-396 -v /w/workspace/gexfoundry_device-rest-go_PR-396:/w/workspace/gexfoundry_device-rest-go_PR-396:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-396@tmp:/w/workspace/gexfoundry_device-rest-go_PR-396@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-07-02T20:59:06.830Z] $ docker top 082806595d1e6e8b2cb9add99181a37b60ed28d2f616ea8fa2fb71aa3b40de53 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:59:07.295Z] ---> job-cost.sh [2024-07-02T20:59:07.295Z] lf-activate-venv: SKIPPING [2024-07-02T20:59:07.295Z] INFO: No Stack... [2024-07-02T20:59:07.553Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-02T20:59:07.734Z] 00f215d4a9da: Pull complete [2024-07-02T20:59:08.055Z] d496ad576159: Pull complete [2024-07-02T20:59:08.055Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-02T20:59:08.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-02T20:59:08.055Z] ---> f246e2811388 [2024-07-02T20:59:08.055Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-07-02T20:59:08.122Z] INFO: Archiving Costs [Pipeline] sh [2024-07-02T20:59:08.440Z] + cat /w/workspace/gexfoundry_device-rest-go_PR-396/archives/cost.csv [2024-07-02T20:59:08.440Z] + cut -d, -f6 [Pipeline] lock [2024-07-02T20:59:08.496Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] [2024-07-02T20:59:08.504Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] did not exist. Created. [2024-07-02T20:59:08.511Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-02T20:59:08.938Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-02T20:59:08.994Z] Stashed 1 file(s) [Pipeline] } [2024-07-02T20:59:09.039Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-02T20:59:09.151Z] $ docker stop --time=1 082806595d1e6e8b2cb9add99181a37b60ed28d2f616ea8fa2fb71aa3b40de53 [2024-07-02T20:59:10.047Z] ---> Running in f71dfa1172d9 [2024-07-02T20:59:10.047Z] Removing intermediate container f71dfa1172d9 [2024-07-02T20:59:10.047Z] ---> 47367f3cb907 [2024-07-02T20:59:10.047Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T20:59:10.047Z] ---> Running in b991ed3a930a [2024-07-02T20:59:10.303Z] $ docker rm -f --volumes 082806595d1e6e8b2cb9add99181a37b60ed28d2f616ea8fa2fb71aa3b40de53 [2024-07-02T20:59:10.316Z] Removing intermediate container b991ed3a930a [2024-07-02T20:59:10.316Z] ---> f19b4d69575b [2024-07-02T20:59:10.316Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-02T20:59:10.316Z] ---> Running in 829607462c09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-02T20:59:10.900Z] Removing intermediate container 829607462c09 [2024-07-02T20:59:10.900Z] ---> fffba45d1328 [2024-07-02T20:59:10.900Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T20:59:10.900Z] ---> Running in 2cd638f6c5c2 [2024-07-02T20:59:11.173Z] Removing intermediate container 2cd638f6c5c2 [2024-07-02T20:59:11.173Z] ---> 0401cc2d03e7 [2024-07-02T20:59:11.173Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T20:59:11.173Z] ---> Running in 52aa4469a868 [2024-07-02T20:59:12.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:59:12.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:59:13.531Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-02T20:59:13.531Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-02T20:59:13.531Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-02T20:59:13.802Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-02T20:59:13.802Z] Executing busybox-1.36.1-r5.trigger [2024-07-02T20:59:13.802Z] OK: 271 MiB in 56 packages [2024-07-02T20:59:14.759Z] Removing intermediate container 52aa4469a868 [2024-07-02T20:59:14.759Z] ---> 038726562490 [2024-07-02T20:59:14.759Z] Step 8/12 : WORKDIR /device-rest-go [2024-07-02T20:59:15.026Z] ---> Running in 6cab51acd82a [2024-07-02T20:59:15.292Z] Removing intermediate container 6cab51acd82a [2024-07-02T20:59:15.292Z] ---> 45fea535cd31 [2024-07-02T20:59:15.292Z] Step 9/12 : COPY go.mod vendor* ./ [2024-07-02T20:59:15.872Z] ---> 5ee6bc1612aa [2024-07-02T20:59:15.872Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:59:15.872Z] ---> Running in 4c98e14802b5 [2024-07-02T21:01:07.720Z] Removing intermediate container 4c98e14802b5 [2024-07-02T21:01:07.720Z] ---> 81ea1e648c18 [2024-07-02T21:01:07.720Z] Step 11/12 : COPY . . [2024-07-02T21:01:07.720Z] ---> 8d338bc35696 [2024-07-02T21:01:07.720Z] Step 12/12 : RUN $MAKE [2024-07-02T21:01:07.720Z] ---> Running in 608073e93d02 [2024-07-02T21:01:07.720Z] noop [2024-07-02T21:01:07.720Z] Removing intermediate container 608073e93d02 [2024-07-02T21:01:07.720Z] ---> 68ca8c9b3881 [2024-07-02T21:01:07.720Z] Successfully built 68ca8c9b3881 [2024-07-02T21:01:07.720Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T21:01:08.265Z] + docker inspect -f . ci-base-image-arm64 [2024-07-02T21:01:08.265Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T21:01:08.535Z] prd-ubuntu20.04-docker-arm64-4c-16g-4844 does not seem to be running inside a container [2024-07-02T21:01:08.683Z] $ 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-07-02T21:01:09.977Z] $ docker top 59ff63f613d8b98526c45ca00853ea5a5bf39f0b0c414e405d4de169a28f3535 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T21:01:10.926Z] + go version [2024-07-02T21:01:10.926Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-02T21:01:10.965Z] $ docker stop --time=1 59ff63f613d8b98526c45ca00853ea5a5bf39f0b0c414e405d4de169a28f3535 [2024-07-02T21:01:12.604Z] $ docker rm -f --volumes 59ff63f613d8b98526c45ca00853ea5a5bf39f0b0c414e405d4de169a28f3535 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T21:01:13.555Z] + docker inspect -f . ci-base-image-arm64 [2024-07-02T21:01:13.556Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T21:01:13.815Z] prd-ubuntu20.04-docker-arm64-4c-16g-4844 does not seem to be running inside a container [2024-07-02T21:01:13.878Z] $ 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-07-02T21:01:14.953Z] $ docker top 113c343bc88971d47ca363d8575968d993c9d27f1cc804839d26d48bfada2de2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T21:01:15.517Z] + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-02T21:01:16.183Z] + make test [2024-07-02T21:01:16.184Z] go test ./... -coverprofile=coverage.out ./... [2024-07-02T21:01:21.526Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-07-02T21:05:13.357Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2024-07-02T21:05:14.765Z] ok github.com/edgexfoundry/device-rest-go/driver 0.038s coverage: 33.2% of statements [2024-07-02T21:05:15.723Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-02T21:05:15.723Z] go vet ./... [2024-07-02T21:06:02.579Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-02T21:06:02.579Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-02T21:06:02.579Z] ./bin/test-attribution-txt.sh [2024-07-02T21:06:02.579Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-02T21:06:02.579Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-02T21:06:02.629Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-02T21:06:02.670Z] $ docker stop --time=1 113c343bc88971d47ca363d8575968d993c9d27f1cc804839d26d48bfada2de2 [2024-07-02T21:06:04.817Z] $ docker rm -f --volumes 113c343bc88971d47ca363d8575968d993c9d27f1cc804839d26d48bfada2de2 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-02T21:06:06.597Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-02T21:06:06.647Z] Warning: overwriting stash ‘coverage-report’ [2024-07-02T21:06:07.166Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-02T21:06:07.822Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-02T21:06:08.180Z] + ls -al . [2024-07-02T21:06:08.180Z] total 244 [2024-07-02T21:06:08.180Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 21:01 . [2024-07-02T21:06:08.180Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 20:58 .. [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 2 20:58 .dockerignore [2024-07-02T21:06:08.180Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 20:58 .git [2024-07-02T21:06:08.180Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 20:58 .github [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 2 20:58 .gitignore [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 20:58 .golangci.yml [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 10300 Jul 2 20:58 Attribution.txt [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 17685 Jul 2 20:58 CHANGELOG.md [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 1687 Jul 2 20:58 Dockerfile [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 20:58 GOVERNANCE.md [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 2 20:58 Jenkinsfile [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 2 20:58 LICENSE [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 2016 Jul 2 20:58 Makefile [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 2 20:58 OWNERS.md [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 2 20:58 README.md [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 2 20:56 VERSION [2024-07-02T21:06:08.180Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 20:58 bin [2024-07-02T21:06:08.180Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 20:58 cmd [2024-07-02T21:06:08.180Z] -rw-r--r-- 1 jenkins jenkins 14499 Jul 2 21:05 coverage.out [2024-07-02T21:06:08.180Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 20:58 driver [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 7190 Jul 2 20:58 go.mod [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 101949 Jul 2 20:58 go.sum [2024-07-02T21:06:08.180Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 20:58 openapi [2024-07-02T21:06:08.180Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 2 20:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T21:06:08.644Z] + 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=7d48a7da01fc4f753e25b06d17a354bcda3474d2 --label arch=arm64 --label version=0.0.0 . [2024-07-02T21:06:08.644Z] Sending build context to Docker daemon 146.4kB [2024-07-02T21:06:08.914Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T21:06:08.914Z] Step 2/26 : FROM ${BASE} AS builder [2024-07-02T21:06:08.914Z] ---> 68ca8c9b3881 [2024-07-02T21:06:08.914Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-07-02T21:06:09.184Z] ---> Running in f1fede73d335 [2024-07-02T21:06:09.779Z] Removing intermediate container f1fede73d335 [2024-07-02T21:06:09.779Z] ---> bcccc57acad8 [2024-07-02T21:06:09.779Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T21:06:09.779Z] ---> Running in 0f9db750f0d8 [2024-07-02T21:06:10.365Z] Removing intermediate container 0f9db750f0d8 [2024-07-02T21:06:10.365Z] ---> 8df31a79d1c3 [2024-07-02T21:06:10.365Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-02T21:06:10.365Z] ---> Running in 046d9bdb04a0 [2024-07-02T21:06:10.632Z] Removing intermediate container 046d9bdb04a0 [2024-07-02T21:06:10.632Z] ---> 112ea333e055 [2024-07-02T21:06:10.632Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T21:06:10.632Z] ---> Running in 48a62b5a2e78 [2024-07-02T21:06:10.900Z] Removing intermediate container 48a62b5a2e78 [2024-07-02T21:06:10.900Z] ---> 94aa4aa9b179 [2024-07-02T21:06:10.900Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T21:06:11.168Z] ---> Running in 8885047958d1 [2024-07-02T21:06:12.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T21:06:12.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T21:06:14.129Z] OK: 271 MiB in 56 packages [2024-07-02T21:06:15.106Z] Removing intermediate container 8885047958d1 [2024-07-02T21:06:15.106Z] ---> 293c633ab0e5 [2024-07-02T21:06:15.106Z] Step 8/26 : WORKDIR /device-rest-go [2024-07-02T21:06:15.106Z] ---> Running in 62649f9953d4 [2024-07-02T21:06:15.375Z] Removing intermediate container 62649f9953d4 [2024-07-02T21:06:15.375Z] ---> c14856f160b1 [2024-07-02T21:06:15.375Z] Step 9/26 : COPY go.mod vendor* ./ [2024-07-02T21:06:15.962Z] ---> 4acfaf50946e [2024-07-02T21:06:15.962Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T21:06:15.962Z] ---> Running in 4f5cd2d12ee2 [2024-07-02T21:06:18.560Z] Removing intermediate container 4f5cd2d12ee2 [2024-07-02T21:06:18.560Z] ---> 276dafa3152b [2024-07-02T21:06:18.560Z] Step 11/26 : COPY . . [2024-07-02T21:06:19.149Z] ---> 0fa2e5f3413d [2024-07-02T21:06:19.149Z] Step 12/26 : RUN $MAKE [2024-07-02T21:06:19.149Z] ---> Running in 012b9f882d76 [2024-07-02T21:06:20.565Z] 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.19" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2024-07-02T21:09:57.412Z] Removing intermediate container 012b9f882d76 [2024-07-02T21:09:57.412Z] ---> fe0c1adbe663 [2024-07-02T21:09:57.412Z] Step 13/26 : FROM alpine:3.18 [2024-07-02T21:09:57.412Z] 3.18: Pulling from library/alpine [2024-07-02T21:09:57.412Z] 5c905c7ebe2f: Pulling fs layer [2024-07-02T21:09:57.412Z] 5c905c7ebe2f: Verifying Checksum [2024-07-02T21:09:57.412Z] 5c905c7ebe2f: Download complete [2024-07-02T21:09:58.001Z] 5c905c7ebe2f: Pull complete [2024-07-02T21:09:58.001Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T21:09:58.001Z] Status: Downloaded newer image for alpine:3.18 [2024-07-02T21:09:58.001Z] ---> dec292d02e07 [2024-07-02T21:09:58.001Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-02T21:09:58.001Z] ---> Running in fa608f1b42f1 [2024-07-02T21:09:58.590Z] Removing intermediate container fa608f1b42f1 [2024-07-02T21:09:58.590Z] ---> 82fdf02d309f [2024-07-02T21:09:58.590Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-07-02T21:09:58.590Z] ---> Running in e2ba4a6c05f3 [2024-07-02T21:09:58.859Z] Removing intermediate container e2ba4a6c05f3 [2024-07-02T21:09:58.859Z] ---> 83b91d6065b7 [2024-07-02T21:09:58.859Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-07-02T21:09:58.859Z] ---> Running in f818864b2d01 [2024-07-02T21:09:59.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T21:10:00.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T21:10:01.354Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T21:10:01.354Z] Executing busybox-1.36.1-r7.trigger [2024-07-02T21:10:01.622Z] OK: 8 MiB in 16 packages [2024-07-02T21:10:02.586Z] Removing intermediate container f818864b2d01 [2024-07-02T21:10:02.586Z] ---> 9d521f321ab9 [2024-07-02T21:10:02.586Z] Step 17/26 : RUN apk --no-cache upgrade [2024-07-02T21:10:02.586Z] ---> Running in 7006d7b70008 [2024-07-02T21:10:04.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T21:10:04.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T21:10:05.416Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T21:10:05.417Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T21:10:05.417Z] OK: 8 MiB in 16 packages [2024-07-02T21:10:06.381Z] Removing intermediate container 7006d7b70008 [2024-07-02T21:10:06.381Z] ---> f771a493334a [2024-07-02T21:10:06.381Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-07-02T21:10:08.329Z] ---> 198acd4b273e [2024-07-02T21:10:08.329Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-07-02T21:10:08.916Z] ---> 7e3d51f61e0b [2024-07-02T21:10:08.916Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-07-02T21:10:09.501Z] ---> 353acbde5a19 [2024-07-02T21:10:09.501Z] Step 21/26 : EXPOSE 59986 [2024-07-02T21:10:09.501Z] ---> Running in bcff6e3f762e [2024-07-02T21:10:09.769Z] Removing intermediate container bcff6e3f762e [2024-07-02T21:10:09.769Z] ---> c1a49865d71e [2024-07-02T21:10:09.769Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-07-02T21:10:09.769Z] ---> Running in 0ea0527d4c27 [2024-07-02T21:10:10.355Z] Removing intermediate container 0ea0527d4c27 [2024-07-02T21:10:10.355Z] ---> 41c351d02b75 [2024-07-02T21:10:10.355Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-07-02T21:10:10.355Z] ---> Running in c78785254218 [2024-07-02T21:10:10.625Z] Removing intermediate container c78785254218 [2024-07-02T21:10:10.625Z] ---> a88752398d23 [2024-07-02T21:10:10.625Z] Step 24/26 : LABEL arch=arm64 [2024-07-02T21:10:10.895Z] ---> Running in d3b5359aeebf [2024-07-02T21:10:11.164Z] Removing intermediate container d3b5359aeebf [2024-07-02T21:10:11.164Z] ---> 30b00488c2df [2024-07-02T21:10:11.164Z] Step 25/26 : LABEL git_sha=7d48a7da01fc4f753e25b06d17a354bcda3474d2 [2024-07-02T21:10:11.164Z] ---> Running in b36a343d8014 [2024-07-02T21:10:11.751Z] Removing intermediate container b36a343d8014 [2024-07-02T21:10:11.751Z] ---> 36f8c085bb1c [2024-07-02T21:10:11.751Z] Step 26/26 : LABEL version=0.0.0 [2024-07-02T21:10:11.751Z] ---> Running in 18506e6e79a0 [2024-07-02T21:10:12.021Z] Removing intermediate container 18506e6e79a0 [2024-07-02T21:10:12.021Z] ---> 4e3ed201ff94 [2024-07-02T21:10:12.021Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-02T21:10:12.021Z] Successfully built 4e3ed201ff94 [2024-07-02T21:10:12.021Z] 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-07-02T21:10:13.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T21:10:13.234Z] [2024-07-02T21:10:13.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T21:10:13.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T21:10:13.942Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-02T21:10:13.942Z] 8998bd30e6a1: Pulling fs layer [2024-07-02T21:10:13.942Z] 04944245beec: Pulling fs layer [2024-07-02T21:10:13.942Z] 699f458cf7ca: Pulling fs layer [2024-07-02T21:10:13.942Z] 765212b225bb: Pulling fs layer [2024-07-02T21:10:13.942Z] f23df028b6ca: Pulling fs layer [2024-07-02T21:10:13.942Z] d65c8cfc05b1: Pulling fs layer [2024-07-02T21:10:13.942Z] 2437ff75d9bd: Pulling fs layer [2024-07-02T21:10:13.942Z] 765212b225bb: Waiting [2024-07-02T21:10:13.942Z] f23df028b6ca: Waiting [2024-07-02T21:10:13.942Z] d65c8cfc05b1: Waiting [2024-07-02T21:10:13.942Z] 2437ff75d9bd: Waiting [2024-07-02T21:10:13.942Z] 04944245beec: Verifying Checksum [2024-07-02T21:10:13.942Z] 04944245beec: Download complete [2024-07-02T21:10:13.942Z] 765212b225bb: Verifying Checksum [2024-07-02T21:10:13.942Z] 765212b225bb: Download complete [2024-07-02T21:10:13.942Z] f23df028b6ca: Verifying Checksum [2024-07-02T21:10:13.942Z] f23df028b6ca: Download complete [2024-07-02T21:10:13.942Z] d65c8cfc05b1: Download complete [2024-07-02T21:10:14.213Z] 699f458cf7ca: Verifying Checksum [2024-07-02T21:10:14.213Z] 699f458cf7ca: Download complete [2024-07-02T21:10:14.801Z] 8998bd30e6a1: Verifying Checksum [2024-07-02T21:10:14.801Z] 8998bd30e6a1: Download complete [2024-07-02T21:10:17.390Z] 2437ff75d9bd: Verifying Checksum [2024-07-02T21:10:17.390Z] 2437ff75d9bd: Download complete [2024-07-02T21:10:19.976Z] 8998bd30e6a1: Pull complete [2024-07-02T21:10:20.243Z] 04944245beec: Pull complete [2024-07-02T21:10:22.188Z] 699f458cf7ca: Pull complete [2024-07-02T21:10:22.188Z] 765212b225bb: Pull complete [2024-07-02T21:10:23.153Z] f23df028b6ca: Pull complete [2024-07-02T21:10:23.422Z] d65c8cfc05b1: Pull complete [2024-07-02T21:10:41.637Z] 2437ff75d9bd: Pull complete [2024-07-02T21:10:41.637Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-02T21:10:41.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T21:10:41.637Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T21:10:42.029Z] prd-ubuntu20.04-docker-arm64-4c-16g-4844 does not seem to be running inside a container [2024-07-02T21:10:42.096Z] $ 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-07-02T21:10:45.470Z] $ docker top 02b3b379100d4bd7c7a0cb174d803f8a1b626aef52ed40c87ac2ea65a0bcc0ad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:10:46.461Z] ---> job-cost.sh [2024-07-02T21:10:46.461Z] lf-activate-venv: SKIPPING [2024-07-02T21:10:46.461Z] INFO: No Stack... [2024-07-02T21:10:47.045Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-02T21:10:47.627Z] INFO: Archiving Costs [Pipeline] sh [2024-07-02T21:10:48.296Z] + cut -d, -f6 [2024-07-02T21:10:48.296Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [Pipeline] lock [2024-07-02T21:10:48.362Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] [2024-07-02T21:10:48.369Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] did not exist. Created. [2024-07-02T21:10:48.378Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-02T21:10:49.145Z] /w/workspace/device-rest-go/1@tmp/durable-5922dd6b/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-02T21:10:49.961Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-02T21:10:50.004Z] Warning: overwriting stash ‘stack-cost’ [2024-07-02T21:10:50.060Z] Stashed 1 file(s) [Pipeline] } [2024-07-02T21:10:50.080Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-396-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-02T21:10:50.178Z] $ docker stop --time=1 02b3b379100d4bd7c7a0cb174d803f8a1b626aef52ed40c87ac2ea65a0bcc0ad [2024-07-02T21:10:51.846Z] $ docker rm -f --volumes 02b3b379100d4bd7c7a0cb174d803f8a1b626aef52ed40c87ac2ea65a0bcc0ad [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-07-02T21:10:53.181Z] provisioning config files... [2024-07-02T21:10:53.187Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-396@tmp/config3782568039771456774tmp [Pipeline] { [Pipeline] sh [2024-07-02T21:10:53.542Z] + set +x [2024-07-02T21:10:53.542Z] + curl -s https://codecov.io/bash [2024-07-02T21:10:53.542Z] + bash -s -- [2024-07-02T21:10:53.542Z] [2024-07-02T21:10:53.542Z] _____ _ [2024-07-02T21:10:53.542Z] / ____| | | [2024-07-02T21:10:53.542Z] | | ___ __| | ___ ___ _____ __ [2024-07-02T21:10:53.542Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-02T21:10:53.542Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-02T21:10:53.542Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-02T21:10:53.542Z] Bash-1.0.6 [2024-07-02T21:10:53.542Z] [2024-07-02T21:10:53.542Z] [2024-07-02T21:10:53.542Z] ==> git version 2.25.1 found [2024-07-02T21:10:53.542Z] ==> 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-07-02T21:10:53.542Z] Release-Date: 2020-01-08 [2024-07-02T21:10:53.542Z] 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-07-02T21:10:53.542Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-02T21:10:53.542Z] ==> Jenkins CI detected. [2024-07-02T21:10:53.542Z] current dir:  /w/workspace/gexfoundry_device-rest-go_PR-396 [2024-07-02T21:10:53.542Z] project root: . [2024-07-02T21:10:53.542Z] --> token set from env [2024-07-02T21:10:53.542Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-02T21:10:53.542Z] ==> Running gcov in . (disable via -X gcov) [2024-07-02T21:10:53.542Z] ==> Python coveragepy not found [2024-07-02T21:10:53.542Z] ==> Searching for coverage reports in: [2024-07-02T21:10:53.542Z] + . [2024-07-02T21:10:53.542Z] -> Found 1 reports [2024-07-02T21:10:53.542Z] ==> Detecting git/mercurial file structure [2024-07-02T21:10:53.542Z] ==> Reading reports [2024-07-02T21:10:53.542Z] + ./coverage.out bytes=14499 [2024-07-02T21:10:53.542Z] ==> Appending adjustments [2024-07-02T21:10:53.542Z] https://docs.codecov.io/docs/fixing-reports [2024-07-02T21:10:53.806Z] + Found adjustments [2024-07-02T21:10:53.806Z] ==> Gzipping contents [2024-07-02T21:10:53.806Z] 4.0K /tmp/codecov.2huOEE.gz [2024-07-02T21:10:53.806Z] ==> Uploading reports [2024-07-02T21:10:53.806Z] url: https://codecov.io [2024-07-02T21:10:53.806Z] query: branch=PR-396&commit=7d48a7da01fc4f753e25b06d17a354bcda3474d2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-396%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=396&job=&cmd_args= [2024-07-02T21:10:53.806Z] -> Pinging Codecov [2024-07-02T21:10:53.806Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-396&commit=7d48a7da01fc4f753e25b06d17a354bcda3474d2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-396%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=396&job=&cmd_args= [2024-07-02T21:10:53.806Z] -> Uploading to [2024-07-02T21:10:53.806Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-02/4E5D53B4F1F92C436F7061BF334D961C/7d48a7da01fc4f753e25b06d17a354bcda3474d2/0f7f73cf-0d68-45f1-a79d-3872eb1ea097.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240702%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240702T211053Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=869e19301bf1f2d141fc38b9cc076d12874c44f471a74a05dd778749225d1f97 [2024-07-02T21:10:53.806Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-02T21:10:53.806Z] Dload Upload Total Spent Left Speed [2024-07-02T21:10:54.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2321 0 0 100 2321 0 11321 --:--:-- --:--:-- --:--:-- 11266 100 2321 0 0 100 2321 0 11321 --:--:-- --:--:-- --:--:-- 11266 [2024-07-02T21:10:54.067Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/7d48a7da01fc4f753e25b06d17a354bcda3474d2 [Pipeline] } [2024-07-02T21:10:54.109Z] 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-07-02T21:10:56.311Z] + [ -d /w/workspace/gexfoundry_device-rest-go_PR-396/archives ] [2024-07-02T21:10:56.312Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-396/archives [2024-07-02T21:10:56.312Z] total 16 [2024-07-02T21:10:56.312Z] drwxr-xr-x 3 root root 4096 Jul 2 20:59 . [2024-07-02T21:10:56.312Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 2 20:59 .. [2024-07-02T21:10:56.312Z] drwxr-xr-x 2 root root 4096 Jul 2 20:59 cost [2024-07-02T21:10:56.312Z] -rw-r--r-- 1 root root 86 Jul 2 20:59 cost.csv [2024-07-02T21:10:56.312Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-396/archives [2024-07-02T21:10:56.312Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-396/archives [2024-07-02T21:10:56.312Z] total 16 [2024-07-02T21:10:56.312Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 20:59 . [2024-07-02T21:10:56.312Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 2 20:59 .. [2024-07-02T21:10:56.312Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 20:59 cost [2024-07-02T21:10:56.312Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 2 20:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:10:56.649Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:10:57.560Z] ---> package-listing.sh [2024-07-02T21:10:57.560Z] ++ facter osfamily [2024-07-02T21:10:57.560Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-02T21:10:57.820Z] + OS_FAMILY=debian [2024-07-02T21:10:57.820Z] + workspace=/w/workspace/gexfoundry_device-rest-go_PR-396 [2024-07-02T21:10:57.820Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-02T21:10:57.820Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-02T21:10:57.820Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-02T21:10:57.820Z] + PACKAGES=/tmp/packages_start.txt [2024-07-02T21:10:57.820Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-396 ']' [2024-07-02T21:10:57.820Z] + PACKAGES=/tmp/packages_end.txt [2024-07-02T21:10:57.820Z] + case "${OS_FAMILY}" in [2024-07-02T21:10:57.820Z] + dpkg -l [2024-07-02T21:10:57.820Z] + grep '^ii' [2024-07-02T21:10:57.820Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-02T21:10:57.820Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-02T21:10:57.820Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-02T21:10:57.820Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-396 ']' [2024-07-02T21:10:57.820Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-396/archives/ [2024-07-02T21:10:57.820Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-396/archives/ [Pipeline] echo [2024-07-02T21:10:57.862Z] 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-396/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-02T21:10:58.164Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T21:10:58.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T21:10:58.821Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T21:10:58.993Z] prd-ubuntu20.04-docker-8c-8g-4843 does not seem to be running inside a container [2024-07-02T21:10:59.028Z] $ 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-396/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-396 -v /w/workspace/gexfoundry_device-rest-go_PR-396:/w/workspace/gexfoundry_device-rest-go_PR-396:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-396@tmp:/w/workspace/gexfoundry_device-rest-go_PR-396@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-07-02T21:10:59.238Z] $ docker top 025a9941cbaa4763740c60fe200eaa79a42737aaf14d9807c55438921b9e1167 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T21:10:59.664Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-02T21:11:00.019Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-02T21:11:00.340Z] + ls /var/log/sa-host [2024-07-02T21:11:00.340Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T21:11:00.574Z] provisioning config files... [2024-07-02T21:11:00.582Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-396@tmp/config8301534927351306995tmp [Pipeline] { [Pipeline] echo [2024-07-02T21:11:00.652Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:11:00.980Z] ---> create-netrc.sh [Pipeline] } [2024-07-02T21:11:01.015Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:11:01.429Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-02T21:11:01.467Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:11:01.786Z] ---> sudo-logs.sh [2024-07-02T21:11:01.787Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-02T21:11:01.892Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:11:02.212Z] ---> job-cost.sh [2024-07-02T21:11:02.212Z] lf-activate-venv: SKIPPING [2024-07-02T21:11:02.212Z] DEBUG: total: 0.2199999988079071 [2024-07-02T21:11:02.212Z] INFO: Retrieving Stack Cost... [2024-07-02T21:11:02.474Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-02T21:11:02.733Z] INFO: Archiving Costs [Pipeline] echo [2024-07-02T21:11:02.776Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T21:11:03.115Z] ---> logs-deploy.sh [2024-07-02T21:11:03.115Z] lf-activate-venv: SKIPPING [2024-07-02T21:11:03.115Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-396/1 [2024-07-02T21:11:03.115Z] INFO: archiving workspace using pattern(s): [2024-07-02T21:11:04.056Z] Archives upload complete. [2024-07-02T21:11:04.056Z] INFO: archiving logs to Nexus