Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1853a045f9f2447c53e5e0978cd282f805c231d1 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-ssh17524836497075539250.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh13108094998506648947.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 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-uart/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-uart/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8868600658009975323.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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 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-ssh6229257203308637277.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-uart/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-uart/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6229203696407574749.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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-uart, buildSnap:false] ========================================================= [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-uart-settings PROJECT: device-uart USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 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-uart DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-24134 in /w/workspace/edgexfoundry_device-uart_main [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-uart.git > git init /w/workspace/edgexfoundry_device-uart_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-uart.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-uart.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1853a045f9f2447c53e5e0978cd282f805c231d1 (main) Commit message: "Merge pull request #82 from weichou1229/v4-module" > git config remote.origin.url git@github.com:edgexfoundry/device-uart.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1853a045f9f2447c53e5e0978cd282f805c231d1 # timeout=10 > git rev-list --no-walk fb93fa34bb594df6e041f35dbb663b8f249074b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-30T08:31:25.501Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-30T08:31:25.584Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-30T08:31:25.615Z] ========================================================= [2024-10-30T08:31:25.615Z] EdgeX Global Pipelines Version Info [2024-10-30T08:31:25.615Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:31:26.344Z] ------------------- [2024-10-30T08:31:26.344Z] stable info: [2024-10-30T08:31:26.344Z] ------------------- [2024-10-30T08:31:26.344Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-30T08:31:26.344Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-30T08:31:26.344Z] Message: update stable to v1.0.265 [2024-10-30T08:31:26.916Z] ------------------- [2024-10-30T08:31:26.916Z] experimental info: [2024-10-30T08:31:26.916Z] ------------------- [2024-10-30T08:31:26.916Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-30T08:31:26.916Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-30T08:31:26.916Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-30T08:31:27.002Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-uart-settings [Pipeline] echo [2024-10-30T08:31:27.029Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-uart [Pipeline] echo [2024-10-30T08:31:27.056Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-30T08:31:27.087Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-30T08:31:27.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-30T08:31:27.137Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-30T08:31:27.161Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-30T08:31:27.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-30T08:31:27.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-30T08:31:27.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-30T08:31:27.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-30T08:31:27.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-uart [Pipeline] echo [2024-10-30T08:31:27.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-30T08:31:27.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-30T08:31:27.342Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-30T08:31:27.370Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-30T08:31:27.392Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-30T08:31:27.411Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-30T08:31:27.431Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-30T08:31:27.452Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-30T08:31:27.474Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-30T08:31:27.493Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-30T08:31:27.514Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-30T08:31:27.544Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-30T08:31:27.565Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-30T08:31:27.586Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-30T08:31:27.607Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-30T08:31:27.634Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-30T08:31:27.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-30T08:31:27.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-30T08:31:27.713Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo [2024-10-30T08:31:27.738Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1853a04 [Pipeline] echo [2024-10-30T08:31:27.764Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T08:31:27.827Z] provisioning config files... [2024-10-30T08:31:27.839Z] copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config9138347174158580104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:31:28.851Z] ---> ****-login.sh [2024-10-30T08:31:28.851Z] nexus3.edgexfoundry.org:10001 [2024-10-30T08:31:28.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:29.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:29.112Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:29.112Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:29.112Z] [2024-10-30T08:31:29.112Z] Login Succeeded [2024-10-30T08:31:29.112Z] nexus3.edgexfoundry.org:10002 [2024-10-30T08:31:29.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:29.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:29.112Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:29.112Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:29.112Z] [2024-10-30T08:31:29.112Z] Login Succeeded [2024-10-30T08:31:29.112Z] nexus3.edgexfoundry.org:10003 [2024-10-30T08:31:29.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:29.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:29.373Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:29.373Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:29.373Z] [2024-10-30T08:31:29.373Z] Login Succeeded [2024-10-30T08:31:29.373Z] nexus3.edgexfoundry.org:10004 [2024-10-30T08:31:29.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:29.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:29.373Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:29.373Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:29.373Z] [2024-10-30T08:31:29.373Z] Login Succeeded [2024-10-30T08:31:29.373Z] ****.io [2024-10-30T08:31:29.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:29.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:29.634Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:29.634Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:29.634Z] [2024-10-30T08:31:29.634Z] Login Succeeded [2024-10-30T08:31:29.634Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T08:31:29.642Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-30T08:31:30.059Z] + git rev-list -1 --merges 1853a045f9f2447c53e5e0978cd282f805c231d1~1..1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo [2024-10-30T08:31:30.088Z] -----------> git rev-list -1 --merges 1853a045f9f2447c53e5e0978cd282f805c231d1~1..1853a045f9f2447c53e5e0978cd282f805c231d1 1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:31:30.088Z] 1853a045f9f2447c53e5e0978cd282f805c231d1 [false] [Pipeline] sh [2024-10-30T08:31:30.385Z] + git log --format=format:%s -1 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo [2024-10-30T08:31:30.405Z] ========================================================= [2024-10-30T08:31:30.405Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-30T08:31:30.405Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-30T08:31:30.749Z] + git log --format=format:%s -1 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo [2024-10-30T08:31:30.762Z] [semverPrep] GIT_COMMIT: 1853a045f9f2447c53e5e0978cd282f805c231d1, Commit Message: Merge pull request #82 from weichou1229/v4-module [Pipeline] echo [2024-10-30T08:31:30.780Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-30T08:31:31.149Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T08:31:31.149Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-30T08:31:31.149Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-30T08:31:31.149Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-30T08:31:31.149Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2024-10-30T08:31:31.149Z] -a /etc/ssh/ssh_known_hosts [2024-10-30T08:31:31.149Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:31:31.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T08:31:31.506Z] [2024-10-30T08:31:31.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:31:31.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T08:31:31.821Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-30T08:31:31.822Z] b85a868b505f: Pulling fs layer [2024-10-30T08:31:31.822Z] e2be974225ed: Pulling fs layer [2024-10-30T08:31:31.822Z] 339a4e72a1f5: Pulling fs layer [2024-10-30T08:31:31.822Z] 988bab9f4d93: Pulling fs layer [2024-10-30T08:31:31.822Z] 1469e6f7b9e6: Pulling fs layer [2024-10-30T08:31:31.822Z] eaf3925da568: Pulling fs layer [2024-10-30T08:31:31.822Z] bab4dde63d76: Pulling fs layer [2024-10-30T08:31:31.822Z] bde34c3a00c8: Pulling fs layer [2024-10-30T08:31:31.822Z] b352a97aabf1: Pulling fs layer [2024-10-30T08:31:31.822Z] 988bab9f4d93: Waiting [2024-10-30T08:31:31.822Z] 1469e6f7b9e6: Waiting [2024-10-30T08:31:31.822Z] bab4dde63d76: Waiting [2024-10-30T08:31:31.822Z] eaf3925da568: Waiting [2024-10-30T08:31:31.822Z] bde34c3a00c8: Waiting [2024-10-30T08:31:31.822Z] b352a97aabf1: Waiting [2024-10-30T08:31:31.822Z] 4872d77fe225: Pulling fs layer [2024-10-30T08:31:31.822Z] 5851b861e8e6: Pulling fs layer [2024-10-30T08:31:31.822Z] 5851b861e8e6: Waiting [2024-10-30T08:31:31.822Z] 4872d77fe225: Waiting [2024-10-30T08:31:31.822Z] e2be974225ed: Download complete [2024-10-30T08:31:31.822Z] 988bab9f4d93: Download complete [2024-10-30T08:31:32.085Z] 1469e6f7b9e6: Verifying Checksum [2024-10-30T08:31:32.085Z] 1469e6f7b9e6: Download complete [2024-10-30T08:31:32.085Z] 339a4e72a1f5: Verifying Checksum [2024-10-30T08:31:32.085Z] 339a4e72a1f5: Download complete [2024-10-30T08:31:32.085Z] eaf3925da568: Verifying Checksum [2024-10-30T08:31:32.085Z] eaf3925da568: Download complete [2024-10-30T08:31:32.085Z] bde34c3a00c8: Verifying Checksum [2024-10-30T08:31:32.085Z] bde34c3a00c8: Download complete [2024-10-30T08:31:32.085Z] b352a97aabf1: Verifying Checksum [2024-10-30T08:31:32.085Z] b352a97aabf1: Download complete [2024-10-30T08:31:32.085Z] 4872d77fe225: Verifying Checksum [2024-10-30T08:31:32.085Z] 4872d77fe225: Download complete [2024-10-30T08:31:32.085Z] 5851b861e8e6: Verifying Checksum [2024-10-30T08:31:32.085Z] 5851b861e8e6: Download complete [2024-10-30T08:31:32.085Z] b85a868b505f: Verifying Checksum [2024-10-30T08:31:32.085Z] b85a868b505f: Download complete [2024-10-30T08:31:32.344Z] bab4dde63d76: Verifying Checksum [2024-10-30T08:31:32.344Z] bab4dde63d76: Download complete [2024-10-30T08:31:33.278Z] b85a868b505f: Pull complete [2024-10-30T08:31:33.537Z] e2be974225ed: Pull complete [2024-10-30T08:31:34.118Z] 339a4e72a1f5: Pull complete [2024-10-30T08:31:34.118Z] 988bab9f4d93: Pull complete [2024-10-30T08:31:34.380Z] 1469e6f7b9e6: Pull complete [2024-10-30T08:31:34.639Z] eaf3925da568: Pull complete [2024-10-30T08:31:36.551Z] bab4dde63d76: Pull complete [2024-10-30T08:31:36.551Z] bde34c3a00c8: Pull complete [2024-10-30T08:31:36.551Z] b352a97aabf1: Pull complete [2024-10-30T08:31:36.551Z] 4872d77fe225: Pull complete [2024-10-30T08:31:36.811Z] 5851b861e8e6: Pull complete [2024-10-30T08:31:36.811Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-30T08:31:36.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T08:31:36.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:31:37.021Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:31:37.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-30T08:31:40.542Z] $ docker top 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 -eo pid,comm [2024-10-30T08:31:40.601Z] 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-10-30T08:31:40.601Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T08:31:40.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T08:31:40.653Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T08:31:40.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T08:31:40.770Z] $ docker exec 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent [2024-10-30T08:31:40.888Z] SSH_AUTH_SOCK=/tmp/ssh-RuOjNYdnCrkg/agent.32 [2024-10-30T08:31:40.888Z] SSH_AGENT_PID=38 [2024-10-30T08:31:40.895Z] Running ssh-add (command line suppressed) [2024-10-30T08:31:41.002Z] Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_14671968860089338031.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_14671968860089338031.key) [2024-10-30T08:31:41.017Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T08:31:41.315Z] + git tag --points-at HEAD [Pipeline] } [2024-10-30T08:31:41.325Z] $ docker exec --env ******** --env ******** 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent -k [2024-10-30T08:31:41.430Z] unset SSH_AUTH_SOCK; [2024-10-30T08:31:41.431Z] unset SSH_AGENT_PID; [2024-10-30T08:31:41.431Z] echo Agent pid 38 killed; [2024-10-30T08:31:41.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-30T08:31:41.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T08:31:41.482Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T08:31:41.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T08:31:41.600Z] $ docker exec 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent [2024-10-30T08:31:41.709Z] SSH_AUTH_SOCK=/tmp/ssh-MQ1P5kG9cDoX/agent.71 [2024-10-30T08:31:41.709Z] SSH_AGENT_PID=77 [2024-10-30T08:31:41.714Z] Running ssh-add (command line suppressed) [2024-10-30T08:31:41.828Z] Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_11578118217431122739.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_11578118217431122739.key) [2024-10-30T08:31:41.850Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T08:31:42.149Z] + git semver init [2024-10-30T08:31:42.418Z] 2024-10-30 08:31:42,366 [run_init] DEBUG init version:0.0.0 force:False [2024-10-30T08:31:42.418Z] 2024-10-30 08:31:42,366 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-uart_main/.semver [2024-10-30T08:31:42.418Z] 2024-10-30 08:31:42,367 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-uart.git /w/workspace/edgexfoundry_device-uart_main/.semver [2024-10-30T08:31:42.418Z] 2024-10-30 08:31:42,367 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-uart.git', '/w/workspace/edgexfoundry_device-uart_main/.semver'], cwd=/w/workspace/edgexfoundry_device-uart_main, universal_newlines=False, shell=None, istream=None) [2024-10-30T08:31:43.805Z] 2024-10-30 08:31:43,497 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-uart_main/.git/info/exclude [2024-10-30T08:31:43.805Z] 2024-10-30 08:31:43,498 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-uart_main/.semver/main with force:False [2024-10-30T08:31:43.805Z] 2024-10-30 08:31:43,498 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:31:43.805Z] 2024-10-30 08:31:43,498 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:31:43.805Z] 4.0.0-dev.1 [Pipeline] } [2024-10-30T08:31:43.816Z] $ docker exec --env ******** --env ******** 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent -k [2024-10-30T08:31:43.913Z] unset SSH_AUTH_SOCK; [2024-10-30T08:31:43.914Z] unset SSH_AGENT_PID; [2024-10-30T08:31:43.914Z] echo Agent pid 77 killed; [2024-10-30T08:31:43.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T08:31:44.259Z] + git semver [Pipeline] } [2024-10-30T08:31:44.534Z] $ docker stop --time=1 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 [2024-10-30T08:31:45.833Z] $ docker rm -f --volumes 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-30T08:31:46.189Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-30T08:31:46.448Z] Stashed 1 file(s) [Pipeline] echo [2024-10-30T08:31:46.453Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.1 [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-10-30T08:31:46.647Z] provisioning config files... [2024-10-30T08:31:46.658Z] copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config7974711368930729631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:31:46.967Z] ---> ****-login.sh [2024-10-30T08:31:46.967Z] nexus3.edgexfoundry.org:10001 [2024-10-30T08:31:46.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:46.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:46.967Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:46.967Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:46.967Z] [2024-10-30T08:31:46.967Z] Login Succeeded [2024-10-30T08:31:46.967Z] nexus3.edgexfoundry.org:10002 [2024-10-30T08:31:46.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:46.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:46.967Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:46.967Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:46.967Z] [2024-10-30T08:31:46.967Z] Login Succeeded [2024-10-30T08:31:47.227Z] nexus3.edgexfoundry.org:10003 [2024-10-30T08:31:47.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:47.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:47.227Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:47.227Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:47.227Z] [2024-10-30T08:31:47.227Z] Login Succeeded [2024-10-30T08:31:47.227Z] nexus3.edgexfoundry.org:10004 [2024-10-30T08:31:47.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:47.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:47.228Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:47.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:47.228Z] [2024-10-30T08:31:47.228Z] Login Succeeded [2024-10-30T08:31:47.228Z] ****.io [2024-10-30T08:31:47.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:31:47.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:31:47.487Z] Configure a credential helper to remove this warning. See [2024-10-30T08:31:47.487Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:31:47.487Z] [2024-10-30T08:31:47.487Z] Login Succeeded [2024-10-30T08:31:47.746Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T08:31:47.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-30T08:31:47.842Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T08:31:47.859Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T08:31:47.873Z] ========================================================= [2024-10-30T08:31:47.873Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-30T08:31:47.873Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:31:48.205Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-30T08:31:48.205Z] Sending build context to Docker daemon 25.63MB [2024-10-30T08:31:48.205Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T08:31:48.205Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-30T08:31:48.464Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-30T08:31:48.464Z] 43c4264eed91: Pulling fs layer [2024-10-30T08:31:48.464Z] 4cc291be95ef: Pulling fs layer [2024-10-30T08:31:48.464Z] 2ac1f1163629: Pulling fs layer [2024-10-30T08:31:48.464Z] 5c3c966382ef: Pulling fs layer [2024-10-30T08:31:48.464Z] 4f4fb700ef54: Pulling fs layer [2024-10-30T08:31:48.464Z] 5d5c8e513c77: Pulling fs layer [2024-10-30T08:31:48.464Z] 9f66e0745190: Pulling fs layer [2024-10-30T08:31:48.464Z] f49a43e4bbc0: Pulling fs layer [2024-10-30T08:31:48.464Z] 561ebcabdf7f: Pulling fs layer [2024-10-30T08:31:48.464Z] 5c3c966382ef: Waiting [2024-10-30T08:31:48.464Z] 9f66e0745190: Waiting [2024-10-30T08:31:48.464Z] 4f4fb700ef54: Waiting [2024-10-30T08:31:48.464Z] f49a43e4bbc0: Waiting [2024-10-30T08:31:48.464Z] 5d5c8e513c77: Waiting [2024-10-30T08:31:48.464Z] 561ebcabdf7f: Waiting [2024-10-30T08:31:48.464Z] 4cc291be95ef: Verifying Checksum [2024-10-30T08:31:48.464Z] 4cc291be95ef: Download complete [2024-10-30T08:31:48.464Z] 5c3c966382ef: Verifying Checksum [2024-10-30T08:31:48.464Z] 5c3c966382ef: Download complete [2024-10-30T08:31:48.464Z] 4f4fb700ef54: Download complete [2024-10-30T08:31:48.464Z] 5d5c8e513c77: Verifying Checksum [2024-10-30T08:31:48.464Z] 5d5c8e513c77: Download complete [2024-10-30T08:31:48.464Z] 43c4264eed91: Verifying Checksum [2024-10-30T08:31:48.464Z] 43c4264eed91: Download complete [2024-10-30T08:31:48.464Z] 9f66e0745190: Verifying Checksum [2024-10-30T08:31:48.464Z] 9f66e0745190: Download complete [2024-10-30T08:31:48.722Z] 43c4264eed91: Pull complete [2024-10-30T08:31:48.722Z] 561ebcabdf7f: Verifying Checksum [2024-10-30T08:31:48.722Z] 561ebcabdf7f: Download complete [2024-10-30T08:31:48.722Z] 4cc291be95ef: Pull complete [2024-10-30T08:31:48.981Z] 2ac1f1163629: Download complete [2024-10-30T08:31:49.239Z] f49a43e4bbc0: Verifying Checksum [2024-10-30T08:31:49.239Z] f49a43e4bbc0: Download complete [2024-10-30T08:31:52.522Z] 2ac1f1163629: Pull complete [2024-10-30T08:31:52.522Z] 5c3c966382ef: Pull complete [2024-10-30T08:31:52.522Z] 4f4fb700ef54: Pull complete [2024-10-30T08:31:52.522Z] 5d5c8e513c77: Pull complete [2024-10-30T08:31:52.780Z] 9f66e0745190: Pull complete [2024-10-30T08:31:54.681Z] f49a43e4bbc0: Pull complete [2024-10-30T08:31:55.249Z] 561ebcabdf7f: Pull complete [2024-10-30T08:31:55.249Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-30T08:31:55.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-30T08:31:55.249Z] ---> 3a752c3f9dda [2024-10-30T08:31:55.249Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T08:32:01.593Z] Still waiting to schedule task [2024-10-30T08:32:01.593Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-10-30T08:32:01.825Z] ---> Running in e2fc80049968 [2024-10-30T08:32:01.825Z] Removing intermediate container e2fc80049968 [2024-10-30T08:32:01.825Z] ---> 8074260f45d6 [2024-10-30T08:32:01.825Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T08:32:01.825Z] ---> Running in 77f66fa87795 [2024-10-30T08:32:01.825Z] Removing intermediate container 77f66fa87795 [2024-10-30T08:32:01.825Z] ---> 89493f5c15e2 [2024-10-30T08:32:01.825Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-30T08:32:01.825Z] ---> Running in d0aa3972fc26 [2024-10-30T08:32:01.825Z] Removing intermediate container d0aa3972fc26 [2024-10-30T08:32:01.825Z] ---> 56409d83bc0a [2024-10-30T08:32:01.825Z] Step 6/12 : WORKDIR /device-uart [2024-10-30T08:32:01.825Z] ---> Running in 6ba7c0ab8586 [2024-10-30T08:32:01.825Z] Removing intermediate container 6ba7c0ab8586 [2024-10-30T08:32:01.825Z] ---> 6a984d1f60d1 [2024-10-30T08:32:01.825Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T08:32:01.825Z] ---> Running in 097a5e689748 [2024-10-30T08:32:01.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T08:32:01.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T08:32:03.829Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-30T08:32:03.829Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-30T08:32:03.829Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-30T08:32:03.829Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-30T08:32:03.829Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T08:32:03.829Z] OK: 250 MiB in 58 packages [2024-10-30T08:32:03.829Z] Removing intermediate container 097a5e689748 [2024-10-30T08:32:03.829Z] ---> f75d2ffa6b3e [2024-10-30T08:32:03.829Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-30T08:32:03.829Z] ---> ec0c005392e2 [2024-10-30T08:32:03.829Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T08:32:03.829Z] ---> Running in 3705e9718413 [2024-10-30T08:33:01.640Z] Removing intermediate container 3705e9718413 [2024-10-30T08:33:01.640Z] ---> 7b8633acb42d [2024-10-30T08:33:01.640Z] Step 10/12 : COPY . . [2024-10-30T08:33:03.798Z] ---> 080ce70cb208 [2024-10-30T08:33:03.798Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T08:33:03.798Z] ---> Running in b79a8895a6b8 [2024-10-30T08:33:03.798Z] Removing intermediate container b79a8895a6b8 [2024-10-30T08:33:03.798Z] ---> d1a62f4aaded [2024-10-30T08:33:03.798Z] Step 12/12 : RUN ${MAKE} [2024-10-30T08:33:03.798Z] ---> Running in 3be8b637c352 [2024-10-30T08:33:03.798Z] noop [2024-10-30T08:33:03.798Z] Removing intermediate container 3be8b637c352 [2024-10-30T08:33:03.798Z] ---> 8e5aab1627dd [2024-10-30T08:33:03.798Z] Successfully built 8e5aab1627dd [2024-10-30T08:33:03.798Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:33:04.121Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-30T08:33:04.121Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:33:04.213Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:33:04.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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 ******** ci-base-image-x86_64 cat [2024-10-30T08:33:04.595Z] $ docker top 9d1392b2814c573865e59b38e316bf6ffa9e20c1fa774a08e2f0392fad022a2d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T08:33:04.956Z] + go version [2024-10-30T08:33:04.956Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-30T08:33:04.964Z] $ docker stop --time=1 9d1392b2814c573865e59b38e316bf6ffa9e20c1fa774a08e2f0392fad022a2d [2024-10-30T08:33:06.220Z] $ docker rm -f --volumes 9d1392b2814c573865e59b38e316bf6ffa9e20c1fa774a08e2f0392fad022a2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:33:07.569Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-30T08:33:07.569Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:33:07.657Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:33:07.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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 ******** ci-base-image-x86_64 cat [2024-10-30T08:33:08.037Z] $ docker top ef7011339f62ee4994a6e3b58c8892af8753da3f8b7e2025ffff8e872c5192e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T08:33:08.398Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-uart_main [Pipeline] fileExists [Pipeline] sh [2024-10-30T08:33:08.702Z] + make test [2024-10-30T08:33:08.702Z] go test ./... -coverprofile=coverage.out [2024-10-30T08:33:10.611Z] ? github.com/edgexfoundry/device-uart [no test files] [2024-10-30T08:33:31.285Z] github.com/edgexfoundry/device-uart/cmd coverage: 0.0% of statements [2024-10-30T08:33:31.285Z] github.com/edgexfoundry/device-uart/internal/driver coverage: 0.0% of statements [2024-10-30T08:33:41.253Z] go vet ./... [2024-10-30T08:33:46.533Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-30T08:33:46.533Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-30T08:33:46.533Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-30T08:33:46.547Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-30T08:33:46.560Z] $ docker stop --time=1 ef7011339f62ee4994a6e3b58c8892af8753da3f8b7e2025ffff8e872c5192e6 [2024-10-30T08:33:51.097Z] $ docker rm -f --volumes ef7011339f62ee4994a6e3b58c8892af8753da3f8b7e2025ffff8e872c5192e6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-30T08:33:51.692Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-30T08:33:51.747Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-10-30T08:33:52.214Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-30T08:33:52.500Z] + ls -al . [2024-10-30T08:33:52.500Z] total 236 [2024-10-30T08:33:52.500Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 08:33 . [2024-10-30T08:33:52.500Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 08:31 .. [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 30 08:31 .dockerignore [2024-10-30T08:33:52.500Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 08:33 .git [2024-10-30T08:33:52.500Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:31 .github [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 343 Oct 30 08:31 .gitignore [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 198 Oct 30 08:31 .golangci.yml [2024-10-30T08:33:52.500Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 08:31 .semver [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 18662 Oct 30 08:31 Attribution.txt [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 1908 Oct 30 08:31 CHANGELOG.md [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 1919 Oct 30 08:31 Dockerfile [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 08:31 GOVERNANCE.md [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 675 Oct 30 08:31 Jenkinsfile [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 08:31 LICENSE [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 2409 Oct 30 08:31 Makefile [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 617 Oct 30 08:31 OWNERS.md [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 8892 Oct 30 08:31 README.md [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 08:31 VERSION [2024-10-30T08:33:52.500Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 08:31 bin [2024-10-30T08:33:52.500Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:31 cmd [2024-10-30T08:33:52.500Z] -rw-r--r-- 1 jenkins jenkins 6770 Oct 30 08:33 coverage.out [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 6929 Oct 30 08:31 go.mod [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 100381 Oct 30 08:31 go.sum [2024-10-30T08:33:52.500Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:31 internal [2024-10-30T08:33:52.500Z] -rw-rw-r-- 1 jenkins jenkins 209 Oct 30 08:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:33:52.822Z] + docker build -t device-uart -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=1853a045f9f2447c53e5e0978cd282f805c231d1 --label arch=amd64 --label version=4.0.0-dev.1 . [2024-10-30T08:33:52.822Z] Sending build context to Docker daemon 25.64MB [2024-10-30T08:33:52.822Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T08:33:52.822Z] Step 2/26 : FROM ${BASE} AS builder [2024-10-30T08:33:52.822Z] ---> 8e5aab1627dd [2024-10-30T08:33:52.822Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T08:33:53.390Z] ---> Running in 4e9f681d726f [2024-10-30T08:33:53.390Z] Removing intermediate container 4e9f681d726f [2024-10-30T08:33:53.390Z] ---> 7ba000002309 [2024-10-30T08:33:53.390Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T08:33:53.390Z] ---> Running in d0d375c84606 [2024-10-30T08:33:53.390Z] Removing intermediate container d0d375c84606 [2024-10-30T08:33:53.390Z] ---> 51b2725e93a2 [2024-10-30T08:33:53.390Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-10-30T08:33:53.390Z] ---> Running in cd27021cb660 [2024-10-30T08:33:53.390Z] Removing intermediate container cd27021cb660 [2024-10-30T08:33:53.390Z] ---> 2c3f28fb11f9 [2024-10-30T08:33:53.390Z] Step 6/26 : WORKDIR /device-uart [2024-10-30T08:33:53.648Z] ---> Running in 320f9785ad5d [2024-10-30T08:33:53.648Z] Removing intermediate container 320f9785ad5d [2024-10-30T08:33:53.649Z] ---> 6be630fa5ab9 [2024-10-30T08:33:53.649Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T08:33:53.649Z] ---> Running in 04745593fd2e [2024-10-30T08:33:53.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T08:33:54.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T08:33:54.427Z] OK: 250 MiB in 58 packages [2024-10-30T08:33:54.687Z] Removing intermediate container 04745593fd2e [2024-10-30T08:33:54.687Z] ---> dac5cfb4a464 [2024-10-30T08:33:54.687Z] Step 8/26 : COPY go.mod vendor* ./ [2024-10-30T08:33:54.944Z] ---> 782a78d1e7d6 [2024-10-30T08:33:54.944Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T08:33:54.944Z] ---> Running in 43a842bea3b1 [2024-10-30T08:33:55.512Z] Removing intermediate container 43a842bea3b1 [2024-10-30T08:33:55.512Z] ---> 7ccae1753ca0 [2024-10-30T08:33:55.512Z] Step 10/26 : COPY . . [2024-10-30T08:33:56.454Z] ---> bc66ad884f90 [2024-10-30T08:33:56.455Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T08:33:56.455Z] ---> Running in 04afeb5f5e56 [2024-10-30T08:33:56.455Z] Removing intermediate container 04afeb5f5e56 [2024-10-30T08:33:56.455Z] ---> 8e60f68f5037 [2024-10-30T08:33:56.455Z] Step 12/26 : RUN ${MAKE} [2024-10-30T08:33:56.455Z] ---> Running in cabb95eec72e [2024-10-30T08:33:56.715Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-uart.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-uart ./cmd [2024-10-30T08:34:35.444Z] Removing intermediate container cabb95eec72e [2024-10-30T08:34:35.444Z] ---> 092e0f47c73f [2024-10-30T08:34:35.444Z] Step 13/26 : FROM alpine:3.20 [2024-10-30T08:34:35.444Z] 3.20: Pulling from library/alpine [2024-10-30T08:34:35.444Z] 43c4264eed91: Already exists [2024-10-30T08:34:35.444Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-30T08:34:35.444Z] Status: Downloaded newer image for alpine:3.20 [2024-10-30T08:34:35.444Z] ---> 91ef0af61f39 [2024-10-30T08:34:35.444Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2024-10-30T08:34:35.444Z] ---> Running in 19f6455f45d4 [2024-10-30T08:34:35.444Z] Removing intermediate container 19f6455f45d4 [2024-10-30T08:34:35.444Z] ---> a8cdbb651fad [2024-10-30T08:34:35.444Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-10-30T08:34:35.444Z] ---> Running in cf8eddab3013 [2024-10-30T08:34:35.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T08:34:35.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T08:34:35.444Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-30T08:34:35.444Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T08:34:35.444Z] OK: 8 MiB in 15 packages [2024-10-30T08:34:35.444Z] Removing intermediate container cf8eddab3013 [2024-10-30T08:34:35.444Z] ---> cc1830373dee [2024-10-30T08:34:35.444Z] Step 16/26 : RUN apk --no-cache upgrade [2024-10-30T08:34:35.444Z] ---> Running in 59f553d8b9c9 [2024-10-30T08:34:35.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T08:34:35.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T08:34:35.444Z] Upgrading critical system libraries and apk-tools: [2024-10-30T08:34:35.444Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-30T08:34:35.444Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T08:34:35.444Z] Continuing the upgrade transaction with new apk-tools: [2024-10-30T08:34:35.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-30T08:34:35.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-30T08:34:35.444Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T08:34:35.444Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T08:34:35.444Z] OK: 8 MiB in 15 packages [2024-10-30T08:34:35.444Z] Removing intermediate container 59f553d8b9c9 [2024-10-30T08:34:35.444Z] ---> 121ce4e85bba [2024-10-30T08:34:35.444Z] Step 17/26 : WORKDIR / [2024-10-30T08:34:35.444Z] ---> Running in f7e1c34545fc [2024-10-30T08:34:35.444Z] Removing intermediate container f7e1c34545fc [2024-10-30T08:34:35.444Z] ---> 005e9bda8dc8 [2024-10-30T08:34:35.444Z] Step 18/26 : COPY --from=builder /device-uart/Attribution.txt / [2024-10-30T08:34:35.444Z] ---> 7b6f726eb800 [2024-10-30T08:34:35.444Z] Step 19/26 : COPY --from=builder /device-uart/LICENSE / [2024-10-30T08:34:35.444Z] ---> 97003bf46650 [2024-10-30T08:34:35.444Z] Step 20/26 : COPY --from=builder /device-uart/cmd/ / [2024-10-30T08:34:36.015Z] ---> a6128530355c [2024-10-30T08:34:36.015Z] Step 21/26 : EXPOSE 59995 [2024-10-30T08:34:36.015Z] ---> Running in ef38f59ba55f [2024-10-30T08:34:36.280Z] Removing intermediate container ef38f59ba55f [2024-10-30T08:34:36.280Z] ---> f48e30c427ff [2024-10-30T08:34:36.280Z] Step 22/26 : ENTRYPOINT ["/device-uart"] [2024-10-30T08:34:36.280Z] ---> Running in 9ef89b1681d0 [2024-10-30T08:34:36.280Z] Removing intermediate container 9ef89b1681d0 [2024-10-30T08:34:36.280Z] ---> e5e7fc29c161 [2024-10-30T08:34:36.280Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-10-30T08:34:36.280Z] ---> Running in 23e9efc8e248 [2024-10-30T08:34:36.539Z] Removing intermediate container 23e9efc8e248 [2024-10-30T08:34:36.539Z] ---> 2fd49da08a0a [2024-10-30T08:34:36.539Z] Step 24/26 : LABEL arch=amd64 [2024-10-30T08:34:36.539Z] ---> Running in 4b4098225847 [2024-10-30T08:34:36.539Z] Removing intermediate container 4b4098225847 [2024-10-30T08:34:36.539Z] ---> e5c33e15f485 [2024-10-30T08:34:36.539Z] Step 25/26 : LABEL git_sha=1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:34:36.539Z] ---> Running in ab93c5cae371 [2024-10-30T08:34:36.539Z] Removing intermediate container ab93c5cae371 [2024-10-30T08:34:36.539Z] ---> 3009a1ad429d [2024-10-30T08:34:36.539Z] Step 26/26 : LABEL version=4.0.0-dev.1 [2024-10-30T08:34:36.539Z] ---> Running in c6763cc48c63 [2024-10-30T08:34:36.798Z] Removing intermediate container c6763cc48c63 [2024-10-30T08:34:36.798Z] ---> ece10f018fea [2024-10-30T08:34:36.798Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-30T08:34:36.798Z] Successfully built ece10f018fea [2024-10-30T08:34:36.798Z] Successfully tagged device-uart:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T08:34:36.946Z] provisioning config files... [2024-10-30T08:34:36.956Z] copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config14152156419184129673tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:34:37.265Z] ---> ****-login.sh [2024-10-30T08:34:37.266Z] nexus3.edgexfoundry.org:10001 [2024-10-30T08:34:37.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:34:37.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:34:37.266Z] Configure a credential helper to remove this warning. See [2024-10-30T08:34:37.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:34:37.266Z] [2024-10-30T08:34:37.266Z] Login Succeeded [2024-10-30T08:34:37.266Z] nexus3.edgexfoundry.org:10002 [2024-10-30T08:34:37.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:34:37.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:34:37.266Z] Configure a credential helper to remove this warning. See [2024-10-30T08:34:37.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:34:37.266Z] [2024-10-30T08:34:37.266Z] Login Succeeded [2024-10-30T08:34:37.266Z] nexus3.edgexfoundry.org:10003 [2024-10-30T08:34:37.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:34:37.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:34:37.527Z] Configure a credential helper to remove this warning. See [2024-10-30T08:34:37.527Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:34:37.527Z] [2024-10-30T08:34:37.527Z] Login Succeeded [2024-10-30T08:34:37.527Z] nexus3.edgexfoundry.org:10004 [2024-10-30T08:34:37.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:34:37.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:34:37.527Z] Configure a credential helper to remove this warning. See [2024-10-30T08:34:37.527Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:34:37.527Z] [2024-10-30T08:34:37.527Z] Login Succeeded [2024-10-30T08:34:37.527Z] ****.io [2024-10-30T08:34:37.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:34:37.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:34:37.786Z] Configure a credential helper to remove this warning. See [2024-10-30T08:34:37.786Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:34:37.786Z] [2024-10-30T08:34:37.786Z] Login Succeeded [2024-10-30T08:34:37.786Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T08:34:37.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T08:34:37.840Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T08:34:37.864Z] [edgeXDocker.push] Tagging docker image device-uart with the following tags: [2024-10-30T08:34:37.864Z] 1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:34:37.864Z] latest [2024-10-30T08:34:37.864Z] 4.0.0-dev.1 [2024-10-30T08:34:37.864Z] 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [2024-10-30T08:34:37.864Z] main [2024-10-30T08:34:37.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:38.191Z] + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:38.511Z] + docker push nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:34:38.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] [2024-10-30T08:34:38.511Z] 8162aae92b67: Preparing [2024-10-30T08:34:38.511Z] f57c72f6f6a7: Preparing [2024-10-30T08:34:38.511Z] d8ba189d3256: Preparing [2024-10-30T08:34:38.511Z] fdd7923db557: Preparing [2024-10-30T08:34:38.511Z] d3efd1ffa44e: Preparing [2024-10-30T08:34:38.511Z] 63ca1fbb43ae: Preparing [2024-10-30T08:34:38.511Z] 63ca1fbb43ae: Waiting [2024-10-30T08:34:38.511Z] d3efd1ffa44e: Pushed [2024-10-30T08:34:38.511Z] f57c72f6f6a7: Pushed [2024-10-30T08:34:38.511Z] d8ba189d3256: Pushed [2024-10-30T08:34:38.511Z] 63ca1fbb43ae: Layer already exists [2024-10-30T08:34:39.080Z] fdd7923db557: Pushed [2024-10-30T08:34:44.364Z] 8162aae92b67: Pushed [2024-10-30T08:34:44.364Z] 1853a045f9f2447c53e5e0978cd282f805c231d1: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:44.694Z] + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:45.017Z] + docker push nexus3.edgexfoundry.org:10004/device-uart:latest [2024-10-30T08:34:45.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] [2024-10-30T08:34:45.018Z] 8162aae92b67: Preparing [2024-10-30T08:34:45.018Z] f57c72f6f6a7: Preparing [2024-10-30T08:34:45.018Z] d8ba189d3256: Preparing [2024-10-30T08:34:45.018Z] fdd7923db557: Preparing [2024-10-30T08:34:45.018Z] d3efd1ffa44e: Preparing [2024-10-30T08:34:45.018Z] 63ca1fbb43ae: Preparing [2024-10-30T08:34:45.018Z] 63ca1fbb43ae: Waiting [2024-10-30T08:34:45.018Z] f57c72f6f6a7: Layer already exists [2024-10-30T08:34:45.018Z] d8ba189d3256: Layer already exists [2024-10-30T08:34:45.018Z] d3efd1ffa44e: Layer already exists [2024-10-30T08:34:45.018Z] fdd7923db557: Layer already exists [2024-10-30T08:34:45.018Z] 8162aae92b67: Layer already exists [2024-10-30T08:34:45.018Z] 63ca1fbb43ae: Layer already exists [2024-10-30T08:34:45.018Z] latest: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:45.341Z] + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:45.661Z] + docker push nexus3.edgexfoundry.org:10004/device-uart:4.0.0-dev.1 [2024-10-30T08:34:45.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] [2024-10-30T08:34:45.661Z] 8162aae92b67: Preparing [2024-10-30T08:34:45.661Z] f57c72f6f6a7: Preparing [2024-10-30T08:34:45.661Z] d8ba189d3256: Preparing [2024-10-30T08:34:45.661Z] fdd7923db557: Preparing [2024-10-30T08:34:45.661Z] d3efd1ffa44e: Preparing [2024-10-30T08:34:45.661Z] 63ca1fbb43ae: Preparing [2024-10-30T08:34:45.661Z] 63ca1fbb43ae: Waiting [2024-10-30T08:34:45.661Z] d8ba189d3256: Layer already exists [2024-10-30T08:34:45.661Z] fdd7923db557: Layer already exists [2024-10-30T08:34:45.661Z] f57c72f6f6a7: Layer already exists [2024-10-30T08:34:45.661Z] 8162aae92b67: Layer already exists [2024-10-30T08:34:45.661Z] d3efd1ffa44e: Layer already exists [2024-10-30T08:34:45.661Z] 63ca1fbb43ae: Layer already exists [2024-10-30T08:34:45.661Z] 4.0.0-dev.1: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:45.985Z] + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:46.309Z] + docker push nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [2024-10-30T08:34:46.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] [2024-10-30T08:34:46.309Z] 8162aae92b67: Preparing [2024-10-30T08:34:46.309Z] f57c72f6f6a7: Preparing [2024-10-30T08:34:46.309Z] d8ba189d3256: Preparing [2024-10-30T08:34:46.309Z] fdd7923db557: Preparing [2024-10-30T08:34:46.309Z] d3efd1ffa44e: Preparing [2024-10-30T08:34:46.309Z] 63ca1fbb43ae: Preparing [2024-10-30T08:34:46.309Z] 63ca1fbb43ae: Waiting [2024-10-30T08:34:46.309Z] 8162aae92b67: Layer already exists [2024-10-30T08:34:46.309Z] d3efd1ffa44e: Layer already exists [2024-10-30T08:34:46.309Z] fdd7923db557: Layer already exists [2024-10-30T08:34:46.309Z] d8ba189d3256: Layer already exists [2024-10-30T08:34:46.309Z] f57c72f6f6a7: Layer already exists [2024-10-30T08:34:46.309Z] 63ca1fbb43ae: Layer already exists [2024-10-30T08:34:46.309Z] 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:46.637Z] + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:46.967Z] + docker push nexus3.edgexfoundry.org:10004/device-uart:main [2024-10-30T08:34:46.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] [2024-10-30T08:34:46.967Z] 8162aae92b67: Preparing [2024-10-30T08:34:46.967Z] f57c72f6f6a7: Preparing [2024-10-30T08:34:46.967Z] d8ba189d3256: Preparing [2024-10-30T08:34:46.967Z] fdd7923db557: Preparing [2024-10-30T08:34:46.967Z] d3efd1ffa44e: Preparing [2024-10-30T08:34:46.967Z] 63ca1fbb43ae: Preparing [2024-10-30T08:34:46.967Z] 63ca1fbb43ae: Waiting [2024-10-30T08:34:46.967Z] fdd7923db557: Layer already exists [2024-10-30T08:34:46.967Z] d8ba189d3256: Layer already exists [2024-10-30T08:34:46.967Z] d3efd1ffa44e: Layer already exists [2024-10-30T08:34:46.967Z] 8162aae92b67: Layer already exists [2024-10-30T08:34:46.967Z] f57c72f6f6a7: Layer already exists [2024-10-30T08:34:46.967Z] 63ca1fbb43ae: Layer already exists [2024-10-30T08:34:46.967Z] main: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T08:34:47.042Z] ===================================================== [Pipeline] echo [2024-10-30T08:34:47.055Z] taggedImages: [2024-10-30T08:34:47.055Z] - nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:34:47.055Z] - nexus3.edgexfoundry.org:10004/device-uart:latest [2024-10-30T08:34:47.055Z] - nexus3.edgexfoundry.org:10004/device-uart:4.0.0-dev.1 [2024-10-30T08:34:47.055Z] - nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [2024-10-30T08:34:47.055Z] - nexus3.edgexfoundry.org:10004/device-uart:main [Pipeline] } [Pipeline] // script [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-10-30T08:34:47.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T08:34:47.452Z] [2024-10-30T08:34:47.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:34:47.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T08:34:47.756Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-30T08:34:47.756Z] 5eb5b503b376: Pulling fs layer [2024-10-30T08:34:47.756Z] 5c69ac0246d0: Pulling fs layer [2024-10-30T08:34:47.756Z] ec43610c2a17: Pulling fs layer [2024-10-30T08:34:47.756Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-30T08:34:47.756Z] 33b1e0a273af: Pulling fs layer [2024-10-30T08:34:47.756Z] 5d3b04190fa2: Pulling fs layer [2024-10-30T08:34:47.756Z] 2f39f015ded8: Pulling fs layer [2024-10-30T08:34:47.756Z] 3a2ae6a8a46f: Waiting [2024-10-30T08:34:47.756Z] 33b1e0a273af: Waiting [2024-10-30T08:34:47.756Z] 5d3b04190fa2: Waiting [2024-10-30T08:34:47.756Z] 2f39f015ded8: Waiting [2024-10-30T08:34:47.756Z] 5c69ac0246d0: Verifying Checksum [2024-10-30T08:34:47.756Z] 5c69ac0246d0: Download complete [2024-10-30T08:34:47.756Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-30T08:34:47.756Z] 3a2ae6a8a46f: Download complete [2024-10-30T08:34:47.756Z] 33b1e0a273af: Verifying Checksum [2024-10-30T08:34:47.756Z] 33b1e0a273af: Download complete [2024-10-30T08:34:47.756Z] 5d3b04190fa2: Download complete [2024-10-30T08:34:47.756Z] ec43610c2a17: Verifying Checksum [2024-10-30T08:34:48.015Z] 5eb5b503b376: Verifying Checksum [2024-10-30T08:34:48.015Z] 5eb5b503b376: Download complete [2024-10-30T08:34:48.582Z] 2f39f015ded8: Download complete [2024-10-30T08:34:49.152Z] 5eb5b503b376: Pull complete [2024-10-30T08:34:49.411Z] 5c69ac0246d0: Pull complete [2024-10-30T08:34:49.977Z] ec43610c2a17: Pull complete [2024-10-30T08:34:49.977Z] 3a2ae6a8a46f: Pull complete [2024-10-30T08:34:50.237Z] 33b1e0a273af: Pull complete [2024-10-30T08:34:50.237Z] 5d3b04190fa2: Pull complete [2024-10-30T08:34:55.507Z] 2f39f015ded8: Pull complete [2024-10-30T08:34:55.507Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-30T08:34:55.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T08:34:55.507Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:34:55.619Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:34:55.649Z] $ 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/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-30T08:35:00.556Z] $ docker top b32696a6546112e2cfc6e475bde6162e80343876b4984dcf725624d36fb7a4a9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:35:00.961Z] ---> job-cost.sh [2024-10-30T08:35:00.961Z] lf-activate-venv: SKIPPING [2024-10-30T08:35:00.961Z] INFO: No Stack... [2024-10-30T08:35:01.222Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-30T08:35:01.482Z] INFO: Archiving Costs [Pipeline] sh [2024-10-30T08:35:01.773Z] + cat /w/workspace/edgexfoundry_device-uart_main/archives/cost.csv [2024-10-30T08:35:01.773Z] + cut -d, -f6 [Pipeline] lock [2024-10-30T08:35:01.789Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [2024-10-30T08:35:01.798Z] Resource [jenkins-edgexfoundry-device-uart-main-42-stack-cost] did not exist. Created. [2024-10-30T08:35:01.807Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-30T08:35:02.118Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-30T08:35:02.154Z] Stashed 1 file(s) [Pipeline] } [2024-10-30T08:35:02.162Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-30T08:35:02.181Z] $ docker stop --time=1 b32696a6546112e2cfc6e475bde6162e80343876b4984dcf725624d36fb7a4a9 [2024-10-30T08:35:03.349Z] $ docker rm -f --volumes b32696a6546112e2cfc6e475bde6162e80343876b4984dcf725624d36fb7a4a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-30T08:35:15.458Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24135 in /w/workspace/edgexfoundry_device-uart_main [Pipeline] { [Pipeline] ws [2024-10-30T08:35:15.475Z] Running in /w/workspace/device-uart/42 [Pipeline] { [Pipeline] checkout [2024-10-30T08:35:18.531Z] The recommended git tool is: git [2024-10-30T08:35:24.683Z] using credential edgex-jenkins-ssh [2024-10-30T08:35:24.712Z] Cloning the remote Git repository [2024-10-30T08:35:24.770Z] Cloning repository git@github.com:edgexfoundry/device-uart.git [2024-10-30T08:35:24.898Z] > git init /w/workspace/device-uart/42 # timeout=10 [2024-10-30T08:35:25.097Z] Fetching upstream changes from git@github.com:edgexfoundry/device-uart.git [2024-10-30T08:35:25.098Z] > git --version # timeout=10 [2024-10-30T08:35:25.127Z] > git --version # 'git version 2.25.1' [2024-10-30T08:35:25.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-30T08:35:25.326Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-uart.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-30T08:35:28.710Z] Avoid second fetch [2024-10-30T08:35:28.711Z] Checking out Revision 1853a045f9f2447c53e5e0978cd282f805c231d1 (main) [2024-10-30T08:35:27.669Z] > git config remote.origin.url git@github.com:edgexfoundry/device-uart.git # timeout=10 [2024-10-30T08:35:27.694Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-30T08:35:28.733Z] > git config core.sparsecheckout # timeout=10 [2024-10-30T08:35:28.812Z] > git checkout -f 1853a045f9f2447c53e5e0978cd282f805c231d1 # timeout=10 [2024-10-30T08:35:29.464Z] Commit message: "Merge pull request #82 from weichou1229/v4-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-30T08:35:34.444Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-30T08:35:34.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-30T08:35:34.444Z] Dload Upload Total Spent Left Speed [2024-10-30T08:35:34.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 89706 0 --:--:-- --:--:-- --:--:-- 90338 [Pipeline] sh [2024-10-30T08:35:34.792Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-30T08:35:35.133Z] + sudo tee /etc/docker/daemon.new [2024-10-30T08:35:35.133Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-30T08:35:35.133Z] { [2024-10-30T08:35:35.133Z] "registry-mirrors": [ [2024-10-30T08:35:35.133Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-30T08:35:35.133Z] ], [2024-10-30T08:35:35.133Z] "bip": "10.250.0.254/24", [2024-10-30T08:35:35.133Z] "hosts": [ [2024-10-30T08:35:35.133Z] "tcp://0.0.0.0:5555", [2024-10-30T08:35:35.133Z] "unix:///var/run/docker.sock" [2024-10-30T08:35:35.133Z] ], [2024-10-30T08:35:35.133Z] "mtu": 1458, [2024-10-30T08:35:35.133Z] "selinux-enabled": true, [2024-10-30T08:35:35.133Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-30T08:35:35.133Z] } [Pipeline] sh [2024-10-30T08:35:35.474Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-30T08:35:35.813Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T08:35:54.118Z] provisioning config files... [2024-10-30T08:35:54.147Z] copy managed file [device-uart-settings] to file:/w/workspace/device-uart/42@tmp/config17671285460210287131tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:35:54.623Z] ---> ****-login.sh [2024-10-30T08:35:54.623Z] nexus3.edgexfoundry.org:10001 [2024-10-30T08:35:55.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:35:55.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:35:55.226Z] Configure a credential helper to remove this warning. See [2024-10-30T08:35:55.226Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:35:55.226Z] [2024-10-30T08:35:55.226Z] Login Succeeded [2024-10-30T08:35:55.226Z] nexus3.edgexfoundry.org:10002 [2024-10-30T08:35:55.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:35:55.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:35:55.773Z] Configure a credential helper to remove this warning. See [2024-10-30T08:35:55.773Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:35:55.773Z] [2024-10-30T08:35:55.773Z] Login Succeeded [2024-10-30T08:35:55.773Z] nexus3.edgexfoundry.org:10003 [2024-10-30T08:35:56.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:35:56.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:35:56.045Z] Configure a credential helper to remove this warning. See [2024-10-30T08:35:56.046Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:35:56.046Z] [2024-10-30T08:35:56.046Z] Login Succeeded [2024-10-30T08:35:56.046Z] nexus3.edgexfoundry.org:10004 [2024-10-30T08:35:56.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:35:56.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:35:56.319Z] Configure a credential helper to remove this warning. See [2024-10-30T08:35:56.319Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:35:56.319Z] [2024-10-30T08:35:56.319Z] Login Succeeded [2024-10-30T08:35:56.320Z] ****.io [2024-10-30T08:35:56.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:35:56.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:35:56.858Z] Configure a credential helper to remove this warning. See [2024-10-30T08:35:56.858Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:35:56.858Z] [2024-10-30T08:35:56.858Z] Login Succeeded [2024-10-30T08:35:56.858Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T08:35:56.877Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-30T08:35:57.351Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T08:35:57.377Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T08:35:57.399Z] ========================================================= [2024-10-30T08:35:57.399Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-30T08:35:57.399Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:35:57.798Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-30T08:35:58.391Z] Sending build context to Docker daemon 12.89MB [2024-10-30T08:35:58.391Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T08:35:58.391Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-30T08:35:58.391Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-30T08:35:58.391Z] cf04c63912e1: Pulling fs layer [2024-10-30T08:35:58.391Z] 55b35a11ae5e: Pulling fs layer [2024-10-30T08:35:58.391Z] a37a00ec5f00: Pulling fs layer [2024-10-30T08:35:58.391Z] 50b3750afda1: Pulling fs layer [2024-10-30T08:35:58.391Z] 4f4fb700ef54: Pulling fs layer [2024-10-30T08:35:58.391Z] 80978eb59214: Pulling fs layer [2024-10-30T08:35:58.391Z] c9f46d7d2bd2: Pulling fs layer [2024-10-30T08:35:58.391Z] c5a475d317c9: Pulling fs layer [2024-10-30T08:35:58.391Z] 50b3750afda1: Waiting [2024-10-30T08:35:58.391Z] 4f4fb700ef54: Waiting [2024-10-30T08:35:58.391Z] 80978eb59214: Waiting [2024-10-30T08:35:58.391Z] c9f46d7d2bd2: Waiting [2024-10-30T08:35:58.391Z] c5a475d317c9: Waiting [2024-10-30T08:35:58.391Z] 55b35a11ae5e: Verifying Checksum [2024-10-30T08:35:58.391Z] 55b35a11ae5e: Download complete [2024-10-30T08:35:58.391Z] 50b3750afda1: Verifying Checksum [2024-10-30T08:35:58.391Z] 50b3750afda1: Download complete [2024-10-30T08:35:58.674Z] 4f4fb700ef54: Verifying Checksum [2024-10-30T08:35:58.674Z] 4f4fb700ef54: Download complete [2024-10-30T08:35:58.674Z] 80978eb59214: Verifying Checksum [2024-10-30T08:35:58.674Z] 80978eb59214: Download complete [2024-10-30T08:35:58.674Z] cf04c63912e1: Verifying Checksum [2024-10-30T08:35:58.674Z] cf04c63912e1: Download complete [2024-10-30T08:35:59.261Z] c5a475d317c9: Verifying Checksum [2024-10-30T08:35:59.261Z] c5a475d317c9: Download complete [2024-10-30T08:35:59.539Z] cf04c63912e1: Pull complete [2024-10-30T08:36:00.521Z] 55b35a11ae5e: Pull complete [2024-10-30T08:36:00.793Z] a37a00ec5f00: Verifying Checksum [2024-10-30T08:36:00.793Z] a37a00ec5f00: Download complete [2024-10-30T08:36:01.761Z] c9f46d7d2bd2: Verifying Checksum [2024-10-30T08:36:01.761Z] c9f46d7d2bd2: Download complete [2024-10-30T08:36:14.108Z] a37a00ec5f00: Pull complete [2024-10-30T08:36:14.377Z] 50b3750afda1: Pull complete [2024-10-30T08:36:14.650Z] 4f4fb700ef54: Pull complete [2024-10-30T08:36:14.919Z] 80978eb59214: Pull complete [2024-10-30T08:36:23.132Z] c9f46d7d2bd2: Pull complete [2024-10-30T08:36:25.088Z] c5a475d317c9: Pull complete [2024-10-30T08:36:25.088Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-30T08:36:25.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-30T08:36:25.088Z] ---> be29e6b0f0d4 [2024-10-30T08:36:25.088Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T08:36:26.052Z] ---> Running in 5fdf0252c2b9 [2024-10-30T08:36:26.638Z] Removing intermediate container 5fdf0252c2b9 [2024-10-30T08:36:26.638Z] ---> 12f0250ec66b [2024-10-30T08:36:26.638Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T08:36:26.638Z] ---> Running in 15f085ad7feb [2024-10-30T08:36:26.906Z] Removing intermediate container 15f085ad7feb [2024-10-30T08:36:26.906Z] ---> 110ee2e003da [2024-10-30T08:36:26.906Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-30T08:36:26.906Z] ---> Running in 7f290090b2c3 [2024-10-30T08:36:27.184Z] Removing intermediate container 7f290090b2c3 [2024-10-30T08:36:27.184Z] ---> a3ba02a97014 [2024-10-30T08:36:27.184Z] Step 6/12 : WORKDIR /device-uart [2024-10-30T08:36:27.184Z] ---> Running in 17e264aef9d6 [2024-10-30T08:36:27.456Z] Removing intermediate container 17e264aef9d6 [2024-10-30T08:36:27.456Z] ---> eb7a09c574bc [2024-10-30T08:36:27.456Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T08:36:27.724Z] ---> Running in ef2e7d15e123 [2024-10-30T08:36:28.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T08:36:29.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T08:36:30.685Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-30T08:36:30.685Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-30T08:36:30.685Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-30T08:36:30.685Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-30T08:36:30.685Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T08:36:30.685Z] OK: 242 MiB in 58 packages [2024-10-30T08:36:31.659Z] Removing intermediate container ef2e7d15e123 [2024-10-30T08:36:31.659Z] ---> f89ceecfe0a8 [2024-10-30T08:36:31.659Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-30T08:36:32.247Z] ---> 024b7e39ba04 [2024-10-30T08:36:32.247Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T08:36:32.247Z] ---> Running in dba4c564a1df [2024-10-30T08:38:39.018Z] Removing intermediate container dba4c564a1df [2024-10-30T08:38:39.018Z] ---> 6f9e667c2061 [2024-10-30T08:38:39.018Z] Step 10/12 : COPY . . [2024-10-30T08:38:39.018Z] ---> f6acbe15062e [2024-10-30T08:38:39.018Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T08:38:39.018Z] ---> Running in 182530bae50b [2024-10-30T08:38:39.018Z] Removing intermediate container 182530bae50b [2024-10-30T08:38:39.018Z] ---> 858a947efc9d [2024-10-30T08:38:39.018Z] Step 12/12 : RUN ${MAKE} [2024-10-30T08:38:39.018Z] ---> Running in fd673c07113b [2024-10-30T08:38:39.018Z] noop [2024-10-30T08:38:39.018Z] Removing intermediate container fd673c07113b [2024-10-30T08:38:39.018Z] ---> 87e83255ba70 [2024-10-30T08:38:39.018Z] Successfully built 87e83255ba70 [2024-10-30T08:38:39.018Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:38:39.412Z] + docker inspect -f . ci-base-image-arm64 [2024-10-30T08:38:39.412Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:38:39.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-24135 does not seem to be running inside a container [2024-10-30T08:38:39.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-uart/42 -v /w/workspace/device-uart/42:/w/workspace/device-uart/42:rw,z -v /w/workspace/device-uart/42@tmp:/w/workspace/device-uart/42@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 ******** ci-base-image-arm64 cat [2024-10-30T08:38:41.010Z] $ docker top 5838c783a08a842a91bc7280c4e4958a1906745b0215c7645648d485a0d52a89 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T08:38:41.862Z] + go version [2024-10-30T08:38:41.862Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-30T08:38:41.887Z] $ docker stop --time=1 5838c783a08a842a91bc7280c4e4958a1906745b0215c7645648d485a0d52a89 [2024-10-30T08:38:43.509Z] $ docker rm -f --volumes 5838c783a08a842a91bc7280c4e4958a1906745b0215c7645648d485a0d52a89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:38:44.100Z] + docker inspect -f . ci-base-image-arm64 [2024-10-30T08:38:44.100Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:38:44.298Z] prd-ubuntu20.04-docker-arm64-4c-16g-24135 does not seem to be running inside a container [2024-10-30T08:38:44.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-uart/42 -v /w/workspace/device-uart/42:/w/workspace/device-uart/42:rw,z -v /w/workspace/device-uart/42@tmp:/w/workspace/device-uart/42@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 ******** ci-base-image-arm64 cat [2024-10-30T08:38:45.589Z] $ docker top 8e7724b55c8bf8ee497be499b4856db0ddd2c7a706ca58d6daa59feaf5d18e89 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T08:38:46.404Z] + git config --global --add safe.directory /w/workspace/device-uart/42 [Pipeline] fileExists [Pipeline] sh [2024-10-30T08:38:47.058Z] + make test [2024-10-30T08:38:47.058Z] go test ./... -coverprofile=coverage.out [2024-10-30T08:38:53.696Z] ? github.com/edgexfoundry/device-uart [no test files] [2024-10-30T08:42:30.708Z] github.com/edgexfoundry/device-uart/internal/driver coverage: 0.0% of statements [2024-10-30T08:42:30.708Z] github.com/edgexfoundry/device-uart/cmd coverage: 0.0% of statements [2024-10-30T08:42:30.708Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-30T08:42:30.708Z] go vet ./... [2024-10-30T08:43:17.558Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-30T08:43:17.558Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-30T08:43:17.558Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-30T08:43:17.577Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-30T08:43:17.602Z] $ docker stop --time=1 8e7724b55c8bf8ee497be499b4856db0ddd2c7a706ca58d6daa59feaf5d18e89 [2024-10-30T08:43:19.858Z] $ docker rm -f --volumes 8e7724b55c8bf8ee497be499b4856db0ddd2c7a706ca58d6daa59feaf5d18e89 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-30T08:43:21.430Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-30T08:43:21.460Z] Warning: overwriting stash ‘coverage-report’ [2024-10-30T08:43:21.924Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-30T08:43:22.330Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-30T08:43:22.653Z] + ls -al . [2024-10-30T08:43:22.653Z] total 232 [2024-10-30T08:43:22.653Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 30 08:38 . [2024-10-30T08:43:22.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 08:35 .. [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 30 08:35 .dockerignore [2024-10-30T08:43:22.653Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 08:35 .git [2024-10-30T08:43:22.653Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:35 .github [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 343 Oct 30 08:35 .gitignore [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 198 Oct 30 08:35 .golangci.yml [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 18662 Oct 30 08:35 Attribution.txt [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 1908 Oct 30 08:35 CHANGELOG.md [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 1919 Oct 30 08:35 Dockerfile [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 08:35 GOVERNANCE.md [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 675 Oct 30 08:35 Jenkinsfile [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 08:35 LICENSE [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 2409 Oct 30 08:35 Makefile [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 617 Oct 30 08:35 OWNERS.md [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 8892 Oct 30 08:35 README.md [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 08:31 VERSION [2024-10-30T08:43:22.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 08:35 bin [2024-10-30T08:43:22.653Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:35 cmd [2024-10-30T08:43:22.653Z] -rw-r--r-- 1 jenkins jenkins 6770 Oct 30 08:42 coverage.out [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 6929 Oct 30 08:35 go.mod [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 100381 Oct 30 08:35 go.sum [2024-10-30T08:43:22.653Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:35 internal [2024-10-30T08:43:22.653Z] -rw-rw-r-- 1 jenkins jenkins 209 Oct 30 08:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:43:23.015Z] + docker build -t device-uart-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1853a045f9f2447c53e5e0978cd282f805c231d1 --label arch=arm64 --label version=4.0.0-dev.1 . [2024-10-30T08:43:23.599Z] Sending build context to Docker daemon 12.9MB [2024-10-30T08:43:23.599Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-10-30T08:43:23.599Z] Step 2/26 : FROM ${BASE} AS builder [2024-10-30T08:43:23.599Z] ---> 87e83255ba70 [2024-10-30T08:43:23.599Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-30T08:43:23.599Z] ---> Running in 4b895bd3f43d [2024-10-30T08:43:23.871Z] Removing intermediate container 4b895bd3f43d [2024-10-30T08:43:23.871Z] ---> 55bde984dce8 [2024-10-30T08:43:23.871Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-10-30T08:43:24.140Z] ---> Running in f7006a478777 [2024-10-30T08:43:24.409Z] Removing intermediate container f7006a478777 [2024-10-30T08:43:24.410Z] ---> 8b2650ec8e2e [2024-10-30T08:43:24.410Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-10-30T08:43:24.410Z] ---> Running in 3efb75691700 [2024-10-30T08:43:24.997Z] Removing intermediate container 3efb75691700 [2024-10-30T08:43:24.997Z] ---> 64db3bf69515 [2024-10-30T08:43:24.997Z] Step 6/26 : WORKDIR /device-uart [2024-10-30T08:43:24.997Z] ---> Running in 8835d5641b02 [2024-10-30T08:43:25.266Z] Removing intermediate container 8835d5641b02 [2024-10-30T08:43:25.266Z] ---> e1088af50e98 [2024-10-30T08:43:25.266Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-30T08:43:25.536Z] ---> Running in 581d34bc6ffc [2024-10-30T08:43:26.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T08:43:26.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T08:43:28.201Z] OK: 242 MiB in 58 packages [2024-10-30T08:43:29.171Z] Removing intermediate container 581d34bc6ffc [2024-10-30T08:43:29.171Z] ---> fecbb0e4e47a [2024-10-30T08:43:29.171Z] Step 8/26 : COPY go.mod vendor* ./ [2024-10-30T08:43:29.762Z] ---> 7cd457c07ab7 [2024-10-30T08:43:29.762Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-30T08:43:29.762Z] ---> Running in 3a6369fd0ed0 [2024-10-30T08:43:32.386Z] Removing intermediate container 3a6369fd0ed0 [2024-10-30T08:43:32.386Z] ---> 4e2d371211b1 [2024-10-30T08:43:32.386Z] Step 10/26 : COPY . . [2024-10-30T08:43:33.802Z] ---> 97cc1b0b1231 [2024-10-30T08:43:33.802Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-30T08:43:33.802Z] ---> Running in f9fe6f030ef7 [2024-10-30T08:43:34.071Z] Removing intermediate container f9fe6f030ef7 [2024-10-30T08:43:34.071Z] ---> e24287f647f3 [2024-10-30T08:43:34.071Z] Step 12/26 : RUN ${MAKE} [2024-10-30T08:43:34.071Z] ---> Running in 410679edb3f4 [2024-10-30T08:43:35.034Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-uart.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-uart ./cmd [2024-10-30T08:47:11.960Z] Removing intermediate container 410679edb3f4 [2024-10-30T08:47:11.960Z] ---> 406a9904db6c [2024-10-30T08:47:11.960Z] Step 13/26 : FROM alpine:3.20 [2024-10-30T08:47:11.960Z] 3.20: Pulling from library/alpine [2024-10-30T08:47:11.960Z] cf04c63912e1: Already exists [2024-10-30T08:47:11.960Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-30T08:47:11.960Z] Status: Downloaded newer image for alpine:3.20 [2024-10-30T08:47:11.960Z] ---> c157a85ed455 [2024-10-30T08:47:11.960Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2024-10-30T08:47:11.960Z] ---> Running in 739fd5795284 [2024-10-30T08:47:11.960Z] Removing intermediate container 739fd5795284 [2024-10-30T08:47:11.960Z] ---> f53a0bdfeb10 [2024-10-30T08:47:11.960Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-10-30T08:47:11.960Z] ---> Running in 519fea7b5c2a [2024-10-30T08:47:11.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T08:47:11.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T08:47:12.228Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-30T08:47:12.228Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T08:47:12.500Z] OK: 9 MiB in 15 packages [2024-10-30T08:47:13.463Z] Removing intermediate container 519fea7b5c2a [2024-10-30T08:47:13.463Z] ---> 1349c6a0ecd8 [2024-10-30T08:47:13.463Z] Step 16/26 : RUN apk --no-cache upgrade [2024-10-30T08:47:13.463Z] ---> Running in 7d07e70b65e4 [2024-10-30T08:47:14.424Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T08:47:14.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T08:47:16.120Z] Upgrading critical system libraries and apk-tools: [2024-10-30T08:47:16.120Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-30T08:47:16.120Z] Executing busybox-1.36.1-r29.trigger [2024-10-30T08:47:16.387Z] Continuing the upgrade transaction with new apk-tools: [2024-10-30T08:47:16.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-30T08:47:16.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-30T08:47:18.059Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T08:47:18.059Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-30T08:47:18.059Z] OK: 9 MiB in 15 packages [2024-10-30T08:47:19.016Z] Removing intermediate container 7d07e70b65e4 [2024-10-30T08:47:19.016Z] ---> 18290fdf8b9e [2024-10-30T08:47:19.016Z] Step 17/26 : WORKDIR / [2024-10-30T08:47:19.287Z] ---> Running in 5bc9c79b0d7e [2024-10-30T08:47:19.555Z] Removing intermediate container 5bc9c79b0d7e [2024-10-30T08:47:19.555Z] ---> 7079b6b5b8bd [2024-10-30T08:47:19.555Z] Step 18/26 : COPY --from=builder /device-uart/Attribution.txt / [2024-10-30T08:47:20.138Z] ---> 0e7661d660c6 [2024-10-30T08:47:20.138Z] Step 19/26 : COPY --from=builder /device-uart/LICENSE / [2024-10-30T08:47:20.402Z] ---> 6bdbedb30111 [2024-10-30T08:47:20.402Z] Step 20/26 : COPY --from=builder /device-uart/cmd/ / [2024-10-30T08:47:22.972Z] ---> b45308f0635c [2024-10-30T08:47:22.972Z] Step 21/26 : EXPOSE 59995 [2024-10-30T08:47:22.972Z] ---> Running in e2c95d06d65c [2024-10-30T08:47:22.972Z] Removing intermediate container e2c95d06d65c [2024-10-30T08:47:22.972Z] ---> 6b751c4fcb2b [2024-10-30T08:47:22.972Z] Step 22/26 : ENTRYPOINT ["/device-uart"] [2024-10-30T08:47:22.972Z] ---> Running in 7cce70517eda [2024-10-30T08:47:23.236Z] Removing intermediate container 7cce70517eda [2024-10-30T08:47:23.237Z] ---> 4b02d59df7ff [2024-10-30T08:47:23.237Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-10-30T08:47:23.237Z] ---> Running in 1b88f38c94a2 [2024-10-30T08:47:23.503Z] Removing intermediate container 1b88f38c94a2 [2024-10-30T08:47:23.503Z] ---> a4e88b9b6362 [2024-10-30T08:47:23.503Z] Step 24/26 : LABEL arch=arm64 [2024-10-30T08:47:23.769Z] ---> Running in a62eafd1c84a [2024-10-30T08:47:23.769Z] Removing intermediate container a62eafd1c84a [2024-10-30T08:47:23.769Z] ---> aca1b02ea476 [2024-10-30T08:47:23.769Z] Step 25/26 : LABEL git_sha=1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:47:24.042Z] ---> Running in 4a4a0fbf1efd [2024-10-30T08:47:24.309Z] Removing intermediate container 4a4a0fbf1efd [2024-10-30T08:47:24.309Z] ---> cbc1fdbd2632 [2024-10-30T08:47:24.309Z] Step 26/26 : LABEL version=4.0.0-dev.1 [2024-10-30T08:47:24.309Z] ---> Running in d0dcfb4044e6 [2024-10-30T08:47:24.574Z] Removing intermediate container d0dcfb4044e6 [2024-10-30T08:47:24.574Z] ---> 33745ac47c35 [2024-10-30T08:47:24.574Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-30T08:47:24.574Z] Successfully built 33745ac47c35 [2024-10-30T08:47:24.574Z] Successfully tagged device-uart-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T08:47:24.816Z] provisioning config files... [2024-10-30T08:47:24.831Z] copy managed file [device-uart-settings] to file:/w/workspace/device-uart/42@tmp/config2468777114408290404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:47:25.197Z] ---> ****-login.sh [2024-10-30T08:47:25.197Z] nexus3.edgexfoundry.org:10001 [2024-10-30T08:47:25.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:47:25.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:47:25.464Z] Configure a credential helper to remove this warning. See [2024-10-30T08:47:25.464Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:47:25.464Z] [2024-10-30T08:47:25.464Z] Login Succeeded [2024-10-30T08:47:25.464Z] nexus3.edgexfoundry.org:10002 [2024-10-30T08:47:25.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:47:25.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:47:25.730Z] Configure a credential helper to remove this warning. See [2024-10-30T08:47:25.730Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:47:25.730Z] [2024-10-30T08:47:25.730Z] Login Succeeded [2024-10-30T08:47:25.730Z] nexus3.edgexfoundry.org:10003 [2024-10-30T08:47:25.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:47:26.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:47:26.261Z] Configure a credential helper to remove this warning. See [2024-10-30T08:47:26.262Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:47:26.262Z] [2024-10-30T08:47:26.262Z] Login Succeeded [2024-10-30T08:47:26.262Z] nexus3.edgexfoundry.org:10004 [2024-10-30T08:47:26.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:47:26.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:47:26.527Z] Configure a credential helper to remove this warning. See [2024-10-30T08:47:26.527Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:47:26.527Z] [2024-10-30T08:47:26.527Z] Login Succeeded [2024-10-30T08:47:26.527Z] ****.io [2024-10-30T08:47:26.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-30T08:47:27.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-30T08:47:27.055Z] Configure a credential helper to remove this warning. See [2024-10-30T08:47:27.055Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-30T08:47:27.055Z] [2024-10-30T08:47:27.055Z] Login Succeeded [2024-10-30T08:47:27.055Z] ---> ****-login.sh ends [Pipeline] } [2024-10-30T08:47:27.066Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T08:47:27.118Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-30T08:47:27.145Z] [edgeXDocker.push] Tagging docker image device-uart-arm64 with the following tags: [2024-10-30T08:47:27.145Z] 1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:47:27.145Z] latest [2024-10-30T08:47:27.145Z] 4.0.0-dev.1 [2024-10-30T08:47:27.145Z] 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [2024-10-30T08:47:27.145Z] main [2024-10-30T08:47:27.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:27.510Z] + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:27.856Z] + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:47:27.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] [2024-10-30T08:47:27.856Z] 8935c94c6982: Preparing [2024-10-30T08:47:27.856Z] ebe1ac95e799: Preparing [2024-10-30T08:47:27.856Z] 732e1eb90ad8: Preparing [2024-10-30T08:47:27.856Z] 1067cef4e3e6: Preparing [2024-10-30T08:47:27.856Z] e144e48320a5: Preparing [2024-10-30T08:47:27.856Z] 16113d51b718: Preparing [2024-10-30T08:47:27.856Z] 16113d51b718: Waiting [2024-10-30T08:47:28.126Z] e144e48320a5: Pushed [2024-10-30T08:47:28.126Z] 732e1eb90ad8: Pushed [2024-10-30T08:47:28.126Z] ebe1ac95e799: Pushed [2024-10-30T08:47:28.126Z] 16113d51b718: Layer already exists [2024-10-30T08:47:29.527Z] 1067cef4e3e6: Pushed [2024-10-30T08:47:37.707Z] 8935c94c6982: Pushed [2024-10-30T08:47:37.707Z] 1853a045f9f2447c53e5e0978cd282f805c231d1: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:38.071Z] + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:38.438Z] + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:latest [2024-10-30T08:47:38.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] [2024-10-30T08:47:38.439Z] 8935c94c6982: Preparing [2024-10-30T08:47:38.439Z] ebe1ac95e799: Preparing [2024-10-30T08:47:38.439Z] 732e1eb90ad8: Preparing [2024-10-30T08:47:38.439Z] 1067cef4e3e6: Preparing [2024-10-30T08:47:38.439Z] e144e48320a5: Preparing [2024-10-30T08:47:38.439Z] 16113d51b718: Preparing [2024-10-30T08:47:38.439Z] 16113d51b718: Waiting [2024-10-30T08:47:38.439Z] e144e48320a5: Layer already exists [2024-10-30T08:47:38.439Z] ebe1ac95e799: Layer already exists [2024-10-30T08:47:38.439Z] 8935c94c6982: Layer already exists [2024-10-30T08:47:38.439Z] 1067cef4e3e6: Layer already exists [2024-10-30T08:47:38.439Z] 732e1eb90ad8: Layer already exists [2024-10-30T08:47:38.439Z] 16113d51b718: Layer already exists [2024-10-30T08:47:38.439Z] latest: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:39.060Z] + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:39.412Z] + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.0-dev.1 [2024-10-30T08:47:39.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] [2024-10-30T08:47:39.412Z] 8935c94c6982: Preparing [2024-10-30T08:47:39.412Z] ebe1ac95e799: Preparing [2024-10-30T08:47:39.412Z] 732e1eb90ad8: Preparing [2024-10-30T08:47:39.412Z] 1067cef4e3e6: Preparing [2024-10-30T08:47:39.412Z] e144e48320a5: Preparing [2024-10-30T08:47:39.412Z] 16113d51b718: Preparing [2024-10-30T08:47:39.412Z] 16113d51b718: Waiting [2024-10-30T08:47:39.412Z] ebe1ac95e799: Layer already exists [2024-10-30T08:47:39.412Z] e144e48320a5: Layer already exists [2024-10-30T08:47:39.412Z] 1067cef4e3e6: Layer already exists [2024-10-30T08:47:39.412Z] 8935c94c6982: Layer already exists [2024-10-30T08:47:39.412Z] 732e1eb90ad8: Layer already exists [2024-10-30T08:47:39.412Z] 16113d51b718: Layer already exists [2024-10-30T08:47:39.412Z] 4.0.0-dev.1: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:40.038Z] + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:40.383Z] + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [2024-10-30T08:47:40.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] [2024-10-30T08:47:40.384Z] 8935c94c6982: Preparing [2024-10-30T08:47:40.384Z] ebe1ac95e799: Preparing [2024-10-30T08:47:40.384Z] 732e1eb90ad8: Preparing [2024-10-30T08:47:40.384Z] 1067cef4e3e6: Preparing [2024-10-30T08:47:40.384Z] e144e48320a5: Preparing [2024-10-30T08:47:40.384Z] 16113d51b718: Preparing [2024-10-30T08:47:40.384Z] 16113d51b718: Waiting [2024-10-30T08:47:40.384Z] e144e48320a5: Layer already exists [2024-10-30T08:47:40.384Z] 1067cef4e3e6: Layer already exists [2024-10-30T08:47:40.384Z] 732e1eb90ad8: Layer already exists [2024-10-30T08:47:40.384Z] 8935c94c6982: Layer already exists [2024-10-30T08:47:40.384Z] ebe1ac95e799: Layer already exists [2024-10-30T08:47:40.384Z] 16113d51b718: Layer already exists [2024-10-30T08:47:40.648Z] 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:41.006Z] + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:41.356Z] + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:main [2024-10-30T08:47:41.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] [2024-10-30T08:47:41.356Z] 8935c94c6982: Preparing [2024-10-30T08:47:41.356Z] ebe1ac95e799: Preparing [2024-10-30T08:47:41.356Z] 732e1eb90ad8: Preparing [2024-10-30T08:47:41.356Z] 1067cef4e3e6: Preparing [2024-10-30T08:47:41.356Z] e144e48320a5: Preparing [2024-10-30T08:47:41.356Z] 16113d51b718: Preparing [2024-10-30T08:47:41.356Z] 16113d51b718: Waiting [2024-10-30T08:47:41.356Z] e144e48320a5: Layer already exists [2024-10-30T08:47:41.356Z] 732e1eb90ad8: Layer already exists [2024-10-30T08:47:41.356Z] 1067cef4e3e6: Layer already exists [2024-10-30T08:47:41.356Z] 8935c94c6982: Layer already exists [2024-10-30T08:47:41.356Z] ebe1ac95e799: Layer already exists [2024-10-30T08:47:41.356Z] 16113d51b718: Layer already exists [2024-10-30T08:47:41.621Z] main: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-30T08:47:41.706Z] ===================================================== [Pipeline] echo [2024-10-30T08:47:41.722Z] taggedImages: [2024-10-30T08:47:41.722Z] - nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1 [2024-10-30T08:47:41.722Z] - nexus3.edgexfoundry.org:10004/device-uart-arm64:latest [2024-10-30T08:47:41.722Z] - nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.0-dev.1 [2024-10-30T08:47:41.722Z] - nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 [2024-10-30T08:47:41.722Z] - nexus3.edgexfoundry.org:10004/device-uart-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:42.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-30T08:47:42.118Z] [2024-10-30T08:47:42.118Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:47:42.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-30T08:47:42.459Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-30T08:47:42.459Z] 8998bd30e6a1: Pulling fs layer [2024-10-30T08:47:42.459Z] 04944245beec: Pulling fs layer [2024-10-30T08:47:42.459Z] 699f458cf7ca: Pulling fs layer [2024-10-30T08:47:42.459Z] 765212b225bb: Pulling fs layer [2024-10-30T08:47:42.459Z] f23df028b6ca: Pulling fs layer [2024-10-30T08:47:42.459Z] d65c8cfc05b1: Pulling fs layer [2024-10-30T08:47:42.459Z] 2437ff75d9bd: Pulling fs layer [2024-10-30T08:47:42.459Z] 765212b225bb: Waiting [2024-10-30T08:47:42.459Z] f23df028b6ca: Waiting [2024-10-30T08:47:42.459Z] d65c8cfc05b1: Waiting [2024-10-30T08:47:42.459Z] 2437ff75d9bd: Waiting [2024-10-30T08:47:42.727Z] 04944245beec: Verifying Checksum [2024-10-30T08:47:42.727Z] 04944245beec: Download complete [2024-10-30T08:47:42.727Z] 765212b225bb: Download complete [2024-10-30T08:47:42.727Z] f23df028b6ca: Verifying Checksum [2024-10-30T08:47:42.727Z] f23df028b6ca: Download complete [2024-10-30T08:47:42.727Z] d65c8cfc05b1: Download complete [2024-10-30T08:47:42.994Z] 699f458cf7ca: Verifying Checksum [2024-10-30T08:47:42.994Z] 699f458cf7ca: Download complete [2024-10-30T08:47:43.261Z] 8998bd30e6a1: Download complete [2024-10-30T08:47:45.842Z] 2437ff75d9bd: Verifying Checksum [2024-10-30T08:47:45.842Z] 2437ff75d9bd: Download complete [2024-10-30T08:47:47.783Z] 8998bd30e6a1: Pull complete [2024-10-30T08:47:48.366Z] 04944245beec: Pull complete [2024-10-30T08:47:50.316Z] 699f458cf7ca: Pull complete [2024-10-30T08:47:50.316Z] 765212b225bb: Pull complete [2024-10-30T08:47:50.911Z] f23df028b6ca: Pull complete [2024-10-30T08:47:51.179Z] d65c8cfc05b1: Pull complete [2024-10-30T08:48:09.377Z] 2437ff75d9bd: Pull complete [2024-10-30T08:48:09.377Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-30T08:48:09.377Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-30T08:48:09.377Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:48:09.561Z] prd-ubuntu20.04-docker-arm64-4c-16g-24135 does not seem to be running inside a container [2024-10-30T08:48:09.619Z] $ 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-uart/42 -v /w/workspace/device-uart/42:/w/workspace/device-uart/42:rw,z -v /w/workspace/device-uart/42@tmp:/w/workspace/device-uart/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-10-30T08:48:12.249Z] $ docker top 79f28da2b641921b62699977e1d225ae0c3a00bdd5204d2f1c82bf004d34bfd3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:48:13.070Z] ---> job-cost.sh [2024-10-30T08:48:13.070Z] lf-activate-venv: SKIPPING [2024-10-30T08:48:13.070Z] INFO: No Stack... [2024-10-30T08:48:13.334Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-30T08:48:14.291Z] INFO: Archiving Costs [Pipeline] sh [2024-10-30T08:48:14.621Z] + cat /w/workspace/device-uart/42/archives/cost.csv [2024-10-30T08:48:14.621Z] + cut -d, -f6 [Pipeline] lock [2024-10-30T08:48:14.660Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [2024-10-30T08:48:14.670Z] Resource [jenkins-edgexfoundry-device-uart-main-42-stack-cost] did not exist. Created. [2024-10-30T08:48:14.678Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-30T08:48:15.338Z] /w/workspace/device-uart/42@tmp/durable-37ee25ea/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-30T08:48:15.973Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-30T08:48:15.998Z] Warning: overwriting stash ‘stack-cost’ [2024-10-30T08:48:16.052Z] Stashed 1 file(s) [Pipeline] } [2024-10-30T08:48:16.064Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-30T08:48:16.092Z] $ docker stop --time=1 79f28da2b641921b62699977e1d225ae0c3a00bdd5204d2f1c82bf004d34bfd3 [2024-10-30T08:48:17.548Z] $ docker rm -f --volumes 79f28da2b641921b62699977e1d225ae0c3a00bdd5204d2f1c82bf004d34bfd3 [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-10-30T08:48:17.985Z] provisioning config files... [2024-10-30T08:48:17.992Z] copy managed file [device-uart-codecov-token] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config4252253293627730410tmp [Pipeline] { [Pipeline] sh [2024-10-30T08:48:18.297Z] + set +x [2024-10-30T08:48:18.297Z] + curl -s https://codecov.io/bash [2024-10-30T08:48:18.297Z] + bash -s -- [2024-10-30T08:48:18.297Z] [2024-10-30T08:48:18.297Z] _____ _ [2024-10-30T08:48:18.297Z] / ____| | | [2024-10-30T08:48:18.297Z] | | ___ __| | ___ ___ _____ __ [2024-10-30T08:48:18.297Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-30T08:48:18.297Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-30T08:48:18.297Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-30T08:48:18.297Z] Bash-1.0.6 [2024-10-30T08:48:18.297Z] [2024-10-30T08:48:18.297Z] [2024-10-30T08:48:18.297Z] ==> git version 2.25.1 found [2024-10-30T08:48:18.297Z] ==> 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-10-30T08:48:18.297Z] Release-Date: 2020-01-08 [2024-10-30T08:48:18.297Z] 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-10-30T08:48:18.297Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-30T08:48:18.297Z] ==> Jenkins CI detected. [2024-10-30T08:48:18.297Z] current dir:  /w/workspace/edgexfoundry_device-uart_main [2024-10-30T08:48:18.297Z] project root: . [2024-10-30T08:48:18.297Z] --> token set from env [2024-10-30T08:48:18.297Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-30T08:48:18.297Z] ==> Running gcov in . (disable via -X gcov) [2024-10-30T08:48:18.297Z] ==> Python coveragepy not found [2024-10-30T08:48:18.297Z] ==> Searching for coverage reports in: [2024-10-30T08:48:18.297Z] + . [2024-10-30T08:48:18.297Z] -> Found 1 reports [2024-10-30T08:48:18.297Z] ==> Detecting git/mercurial file structure [2024-10-30T08:48:18.297Z] ==> Reading reports [2024-10-30T08:48:18.297Z] + ./coverage.out bytes=6770 [2024-10-30T08:48:18.297Z] ==> Appending adjustments [2024-10-30T08:48:18.297Z] https://docs.codecov.io/docs/fixing-reports [2024-10-30T08:48:18.557Z] + Found adjustments [2024-10-30T08:48:18.557Z] ==> Gzipping contents [2024-10-30T08:48:18.557Z] 4.0K /tmp/codecov.aoBunL.gz [2024-10-30T08:48:18.557Z] ==> Uploading reports [2024-10-30T08:48:18.557Z] url: https://codecov.io [2024-10-30T08:48:18.557Z] query: branch=main&commit=1853a045f9f2447c53e5e0978cd282f805c231d1&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-uart%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-uart&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-30T08:48:18.557Z] -> Pinging Codecov [2024-10-30T08:48:18.557Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=1853a045f9f2447c53e5e0978cd282f805c231d1&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-uart%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-uart&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-30T08:48:18.557Z] -> Uploading to [2024-10-30T08:48:18.557Z] https://storage.googleapis.com/codecov/shelter/v4/github/lf-edge/device-uart/1853a045f9f2447c53e5e0978cd282f805c231d1/61a7cb1b-a762-412e-808d-f92919bcb079.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241030%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241030T084818Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=c8268984aed5381af33b7fc057a304b11d4d2b27fe982dae8b0e6c40bec3f8d4 [2024-10-30T08:48:18.557Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-30T08:48:18.557Z] Dload Upload Total Spent Left Speed [2024-10-30T08:48:18.818Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1341 0 0 100 1341 0 6266 --:--:-- --:--:-- --:--:-- 6266 [2024-10-30T08:48:18.818Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/lf-edge/device-uart/commit/1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] } [2024-10-30T08:48:18.825Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-10-30T08:48:18.971Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-30T08:48:18.986Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:48:19.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-30T08:48:19.301Z] [2024-10-30T08:48:19.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:48:19.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-30T08:48:19.608Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-30T08:48:19.608Z] 43c4264eed91: Already exists [2024-10-30T08:48:19.608Z] 4cc291be95ef: Already exists [2024-10-30T08:48:19.608Z] 2ac1f1163629: Already exists [2024-10-30T08:48:19.608Z] 5c3c966382ef: Already exists [2024-10-30T08:48:19.608Z] 4f4fb700ef54: Already exists [2024-10-30T08:48:19.608Z] d9c7d2e4e75e: Pulling fs layer [2024-10-30T08:48:19.608Z] 9c3e1370e548: Pulling fs layer [2024-10-30T08:48:19.867Z] d9c7d2e4e75e: Download complete [2024-10-30T08:48:20.126Z] d9c7d2e4e75e: Pull complete [2024-10-30T08:48:20.693Z] 9c3e1370e548: Download complete [2024-10-30T08:48:24.064Z] 9c3e1370e548: Pull complete [2024-10-30T08:48:24.064Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-30T08:48:24.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-30T08:48:24.064Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:48:24.230Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:48:24.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-10-30T08:48:26.025Z] $ docker top 94e28f82a18688adc45b715111b6450539fecade709a1e035bf4e0f9450f0e94 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T08:48:26.387Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-uart_main [Pipeline] echo [2024-10-30T08:48:26.397Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-uart:main' [Pipeline] sh [2024-10-30T08:48:26.676Z] + set -o pipefail [2024-10-30T08:48:26.677Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-uart:main' [2024-10-30T08:48:33.241Z] [2024-10-30T08:48:33.241Z] Monitoring /w/workspace/edgexfoundry_device-uart_main (github.com/edgexfoundry/device-uart)... [2024-10-30T08:48:33.241Z] [2024-10-30T08:48:33.241Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a9260560-4d2e-420e-ab88-ca8ba35d31cd/history/6b7a1083-4118-4f0a-b7c7-3d9c0af193ae [2024-10-30T08:48:33.241Z] [2024-10-30T08:48:33.241Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-30T08:48:33.241Z] [Pipeline] } [2024-10-30T08:48:33.492Z] $ docker stop --time=1 94e28f82a18688adc45b715111b6450539fecade709a1e035bf4e0f9450f0e94 [2024-10-30T08:48:37.563Z] $ docker rm -f --volumes 94e28f82a18688adc45b715111b6450539fecade709a1e035bf4e0f9450f0e94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-30T08:48:38.466Z] + git log --format=format:%s -1 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] sh [2024-10-30T08:48:38.761Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T08:48:38.761Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:48:39.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T08:48:39.064Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:48:39.154Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:48:39.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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-10-30T08:48:39.602Z] $ docker top 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T08:48:39.730Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T08:48:39.730Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T08:48:39.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T08:48:39.837Z] $ docker exec 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 ssh-agent [2024-10-30T08:48:39.966Z] SSH_AUTH_SOCK=/tmp/ssh-kvj1YAuzpIh7/agent.32 [2024-10-30T08:48:39.966Z] SSH_AGENT_PID=38 [2024-10-30T08:48:39.970Z] Running ssh-add (command line suppressed) [2024-10-30T08:48:40.063Z] Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_16628533933938014911.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_16628533933938014911.key) [2024-10-30T08:48:40.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T08:48:40.390Z] + git semver tag [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,553 [run_tag] DEBUG tag force:False [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,553 [check_head_tag] DEBUG check head tag [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,554 [execute] INFO git cat-file --batch-check [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,554 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-uart_main, universal_newlines=False, shell=None, istream=) [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,558 [execute] INFO git cat-file --batch [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,559 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-uart_main, universal_newlines=False, shell=None, istream=) [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,580 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,580 [execute] INFO git tag -a v4.0.0-dev.1 -m v4.0.0-dev.1 [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,580 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.1', '-m', 'v4.0.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-uart_main, universal_newlines=False, shell=None, istream=None) [2024-10-30T08:48:40.649Z] 2024-10-30 08:48:40,584 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:48:40.649Z] 4.0.0-dev.1 [Pipeline] } [2024-10-30T08:48:40.640Z] $ docker exec --env ******** --env ******** 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 ssh-agent -k [2024-10-30T08:48:40.769Z] unset SSH_AUTH_SOCK; [2024-10-30T08:48:40.769Z] unset SSH_AGENT_PID; [2024-10-30T08:48:40.769Z] echo Agent pid 38 killed; [2024-10-30T08:48:40.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T08:48:41.131Z] + git semver [Pipeline] } [2024-10-30T08:48:41.385Z] $ docker stop --time=1 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 [2024-10-30T08:48:42.695Z] $ docker rm -f --volumes 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:48:43.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-30T08:48:43.131Z] [2024-10-30T08:48:43.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:48:43.442Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-30T08:48:43.442Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-30T08:48:43.442Z] ab5ef0e58194: Pulling fs layer [2024-10-30T08:48:43.442Z] 9712f1f96733: Pulling fs layer [2024-10-30T08:48:43.442Z] 63f879dbbcfc: Pulling fs layer [2024-10-30T08:48:43.442Z] 0d9ebad4ef96: Pulling fs layer [2024-10-30T08:48:43.442Z] e9a5061849ea: Pulling fs layer [2024-10-30T08:48:43.442Z] d747dcd14b5f: Pulling fs layer [2024-10-30T08:48:43.442Z] 2de7ff778b66: Pulling fs layer [2024-10-30T08:48:43.442Z] d747dcd14b5f: Waiting [2024-10-30T08:48:43.442Z] 2de7ff778b66: Waiting [2024-10-30T08:48:43.442Z] 0d9ebad4ef96: Waiting [2024-10-30T08:48:43.442Z] e9a5061849ea: Waiting [2024-10-30T08:48:43.442Z] 9712f1f96733: Verifying Checksum [2024-10-30T08:48:43.703Z] 63f879dbbcfc: Verifying Checksum [2024-10-30T08:48:43.703Z] 63f879dbbcfc: Download complete [2024-10-30T08:48:43.962Z] 0d9ebad4ef96: Verifying Checksum [2024-10-30T08:48:43.962Z] 0d9ebad4ef96: Download complete [2024-10-30T08:48:43.962Z] d747dcd14b5f: Verifying Checksum [2024-10-30T08:48:43.962Z] d747dcd14b5f: Download complete [2024-10-30T08:48:43.962Z] e9a5061849ea: Verifying Checksum [2024-10-30T08:48:43.962Z] e9a5061849ea: Download complete [2024-10-30T08:48:43.962Z] 2de7ff778b66: Verifying Checksum [2024-10-30T08:48:43.962Z] 2de7ff778b66: Download complete [2024-10-30T08:48:44.221Z] ab5ef0e58194: Verifying Checksum [2024-10-30T08:48:44.221Z] ab5ef0e58194: Download complete [2024-10-30T08:48:46.755Z] ab5ef0e58194: Pull complete [2024-10-30T08:48:47.013Z] 9712f1f96733: Pull complete [2024-10-30T08:48:47.581Z] 63f879dbbcfc: Pull complete [2024-10-30T08:48:51.766Z] 0d9ebad4ef96: Pull complete [2024-10-30T08:48:52.343Z] e9a5061849ea: Pull complete [2024-10-30T08:48:52.343Z] d747dcd14b5f: Pull complete [2024-10-30T08:48:53.279Z] 2de7ff778b66: Pull complete [2024-10-30T08:48:53.279Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-30T08:48:53.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-30T08:48:53.279Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:48:53.385Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:48:53.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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-lftools:0.23.1-centos7 cat [2024-10-30T08:48:57.550Z] $ docker top a67e690a0f7b45a3bfc6d7ddffb40c8fc66d657ead8342cf8344eb17c570f841 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-30T08:48:57.653Z] provisioning config files... [2024-10-30T08:48:57.661Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config9143637763307607741tmp [2024-10-30T08:48:57.671Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config8103973266372063898tmp [2024-10-30T08:48:57.682Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config11212869102601884491tmp [Pipeline] { [Pipeline] echo [2024-10-30T08:48:57.765Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:48:58.071Z] ---> sigul-configuration.sh [2024-10-30T08:48:58.071Z] gpg: directory `/root/.gnupg' created [2024-10-30T08:48:58.071Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-30T08:48:58.071Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-30T08:48:58.071Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-30T08:48:58.071Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-30T08:48:58.071Z] gpg: CAST5 encrypted data [2024-10-30T08:48:58.071Z] gpg: encrypted with 1 passphrase [2024-10-30T08:48:58.071Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-30T08:48:58.370Z] + mkdir /home/jenkins [2024-10-30T08:48:58.370Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-30T08:48:58.666Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-10-30T08:48:58.678Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:48:58.973Z] ---> sigul-install.sh [2024-10-30T08:48:58.973Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-30T08:48:59.272Z] + git tag --list [2024-10-30T08:48:59.273Z] v0.0.0 [2024-10-30T08:48:59.273Z] v0.0.1-dev.1 [2024-10-30T08:48:59.273Z] v0.0.1-dev.2 [2024-10-30T08:48:59.273Z] v0.0.1-dev.3 [2024-10-30T08:48:59.273Z] v0.0.1-dev.4 [2024-10-30T08:48:59.273Z] v3.0.0 [2024-10-30T08:48:59.273Z] v3.0.1-dev.1 [2024-10-30T08:48:59.273Z] v3.0.1-dev.10 [2024-10-30T08:48:59.273Z] v3.0.1-dev.11 [2024-10-30T08:48:59.273Z] v3.0.1-dev.12 [2024-10-30T08:48:59.273Z] v3.0.1-dev.13 [2024-10-30T08:48:59.273Z] v3.0.1-dev.14 [2024-10-30T08:48:59.273Z] v3.0.1-dev.15 [2024-10-30T08:48:59.273Z] v3.0.1-dev.16 [2024-10-30T08:48:59.273Z] v3.0.1-dev.17 [2024-10-30T08:48:59.273Z] v3.0.1-dev.18 [2024-10-30T08:48:59.273Z] v3.0.1-dev.19 [2024-10-30T08:48:59.273Z] v3.0.1-dev.2 [2024-10-30T08:48:59.273Z] v3.0.1-dev.20 [2024-10-30T08:48:59.273Z] v3.0.1-dev.21 [2024-10-30T08:48:59.273Z] v3.0.1-dev.22 [2024-10-30T08:48:59.273Z] v3.0.1-dev.23 [2024-10-30T08:48:59.273Z] v3.0.1-dev.24 [2024-10-30T08:48:59.273Z] v3.0.1-dev.25 [2024-10-30T08:48:59.273Z] v3.0.1-dev.26 [2024-10-30T08:48:59.273Z] v3.0.1-dev.27 [2024-10-30T08:48:59.273Z] v3.0.1-dev.28 [2024-10-30T08:48:59.273Z] v3.0.1-dev.29 [2024-10-30T08:48:59.273Z] v3.0.1-dev.3 [2024-10-30T08:48:59.273Z] v3.0.1-dev.30 [2024-10-30T08:48:59.273Z] v3.0.1-dev.31 [2024-10-30T08:48:59.273Z] v3.0.1-dev.32 [2024-10-30T08:48:59.273Z] v3.0.1-dev.33 [2024-10-30T08:48:59.273Z] v3.0.1-dev.34 [2024-10-30T08:48:59.273Z] v3.0.1-dev.4 [2024-10-30T08:48:59.273Z] v3.0.1-dev.5 [2024-10-30T08:48:59.273Z] v3.0.1-dev.6 [2024-10-30T08:48:59.273Z] v3.0.1-dev.7 [2024-10-30T08:48:59.273Z] v3.0.1-dev.8 [2024-10-30T08:48:59.273Z] v3.0.1-dev.9 [2024-10-30T08:48:59.273Z] v3.1 [2024-10-30T08:48:59.273Z] v3.1.0 [2024-10-30T08:48:59.273Z] v3.1.1 [2024-10-30T08:48:59.273Z] v3.1.1-dev.1 [2024-10-30T08:48:59.273Z] v4.0.0-dev.1 [Pipeline] sh [2024-10-30T08:48:59.567Z] + lftools sign git-tag v4.0.0-dev.1 [2024-10-30T08:49:00.166Z] Signing Git tag with Sigul... [2024-10-30T08:49:00.166Z] Signing v4.0.0-dev.1 [Pipeline] echo [2024-10-30T08:49:00.439Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:00.731Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-30T08:49:00.738Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-30T08:49:00.754Z] $ docker stop --time=1 a67e690a0f7b45a3bfc6d7ddffb40c8fc66d657ead8342cf8344eb17c570f841 [2024-10-30T08:49:02.048Z] $ docker rm -f --volumes a67e690a0f7b45a3bfc6d7ddffb40c8fc66d657ead8342cf8344eb17c570f841 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-30T08:49:02.511Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T08:49:02.511Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:49:02.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T08:49:02.816Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:49:02.901Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:49:02.908Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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-10-30T08:49:03.250Z] $ docker top 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T08:49:03.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T08:49:03.389Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T08:49:03.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T08:49:03.485Z] $ docker exec 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 ssh-agent [2024-10-30T08:49:03.630Z] SSH_AUTH_SOCK=/tmp/ssh-kq16WPJvLgGo/agent.32 [2024-10-30T08:49:03.630Z] SSH_AGENT_PID=39 [2024-10-30T08:49:03.634Z] Running ssh-add (command line suppressed) [2024-10-30T08:49:03.715Z] Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_3258127608512554910.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_3258127608512554910.key) [2024-10-30T08:49:03.746Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T08:49:04.041Z] + git semver bump pre [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,187 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,188 [bump_version] DEBUG bumping version:4.0.0-dev.1 on axis:pre with prefix:dev [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,188 [bump_version] DEBUG bumped version:4.0.0-dev.2 [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,188 [write_version] DEBUG write version:4.0.0-dev.2 to path:/w/workspace/edgexfoundry_device-uart_main/.semver/main with force:True [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,188 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,188 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,190 [execute] INFO git cat-file --batch-check [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,190 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-uart_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,195 [execute] INFO git cat-file --batch [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,195 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-uart_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-30T08:49:04.302Z] 2024-10-30 08:49:04,200 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:49:04.302Z] 4.0.0-dev.2 [Pipeline] } [2024-10-30T08:49:04.296Z] $ docker exec --env ******** --env ******** 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 ssh-agent -k [2024-10-30T08:49:04.386Z] unset SSH_AUTH_SOCK; [2024-10-30T08:49:04.386Z] unset SSH_AGENT_PID; [2024-10-30T08:49:04.386Z] echo Agent pid 39 killed; [2024-10-30T08:49:04.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T08:49:04.740Z] + git semver [Pipeline] } [2024-10-30T08:49:04.996Z] $ docker stop --time=1 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 [2024-10-30T08:49:06.311Z] $ docker rm -f --volumes 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-30T08:49:06.691Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-30T08:49:06.691Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:49:06.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-30T08:49:06.995Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:49:07.076Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:49:07.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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-10-30T08:49:07.419Z] $ docker top 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-30T08:49:07.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-30T08:49:07.538Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-30T08:49:07.646Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-30T08:49:07.631Z] $ docker exec 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d ssh-agent [2024-10-30T08:49:07.747Z] SSH_AUTH_SOCK=/tmp/ssh-G2GMAw5veMak/agent.32 [2024-10-30T08:49:07.747Z] SSH_AGENT_PID=38 [2024-10-30T08:49:07.751Z] Running ssh-add (command line suppressed) [2024-10-30T08:49:07.839Z] Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_13075028254360595628.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_13075028254360595628.key) [2024-10-30T08:49:07.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-30T08:49:08.166Z] + git semver push [2024-10-30T08:49:08.426Z] 2024-10-30 08:49:08,328 [run_push] DEBUG push [2024-10-30T08:49:08.426Z] 2024-10-30 08:49:08,328 [execute] INFO git cat-file --batch-check [2024-10-30T08:49:08.426Z] 2024-10-30 08:49:08,328 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-uart_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-30T08:49:08.426Z] 2024-10-30 08:49:08,332 [execute] INFO git rev-list 45a26737c180f3347cdf982235c5cc78ab4e500b -- [2024-10-30T08:49:08.426Z] 2024-10-30 08:49:08,332 [execute] DEBUG Popen(['git', 'rev-list', '45a26737c180f3347cdf982235c5cc78ab4e500b', '--'], cwd=/w/workspace/edgexfoundry_device-uart_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-30T08:49:08.426Z] 2024-10-30 08:49:08,339 [execute] INFO git fetch -v origin [2024-10-30T08:49:08.426Z] 2024-10-30 08:49:08,339 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-uart_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-30T08:49:08.996Z] 2024-10-30 08:49:08,831 [run_push] DEBUG no remote changes detected [2024-10-30T08:49:08.996Z] 2024-10-30 08:49:08,831 [execute] INFO git push origin semver [2024-10-30T08:49:08.996Z] 2024-10-30 08:49:08,832 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-uart_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-30T08:49:09.933Z] 2024-10-30 08:49:09,621 [run_push] DEBUG push all version tags [2024-10-30T08:49:09.934Z] 2024-10-30 08:49:09,621 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-30T08:49:09.934Z] 2024-10-30 08:49:09,622 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-uart_main, universal_newlines=False, shell=None, istream=None) [2024-10-30T08:49:10.503Z] 2024-10-30 08:49:10,409 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main [2024-10-30T08:49:10.503Z] 4.0.0-dev.2 [Pipeline] } [2024-10-30T08:49:10.495Z] $ docker exec --env ******** --env ******** 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d ssh-agent -k [2024-10-30T08:49:10.596Z] unset SSH_AUTH_SOCK; [2024-10-30T08:49:10.596Z] unset SSH_AGENT_PID; [2024-10-30T08:49:10.596Z] echo Agent pid 38 killed; [2024-10-30T08:49:10.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-30T08:49:10.952Z] + git semver [Pipeline] } [2024-10-30T08:49:11.211Z] $ docker stop --time=1 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d [2024-10-30T08:49:12.506Z] $ docker rm -f --volumes 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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-10-30T08:49:13.154Z] + [ -d /w/workspace/edgexfoundry_device-uart_main/archives ] [2024-10-30T08:49:13.154Z] + ls -al /w/workspace/edgexfoundry_device-uart_main/archives [2024-10-30T08:49:13.154Z] total 16 [2024-10-30T08:49:13.154Z] drwxr-xr-x 3 root root 4096 Oct 30 08:35 . [2024-10-30T08:49:13.154Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 08:48 .. [2024-10-30T08:49:13.154Z] drwxr-xr-x 2 root root 4096 Oct 30 08:35 cost [2024-10-30T08:49:13.154Z] -rw-r--r-- 1 root root 82 Oct 30 08:35 cost.csv [2024-10-30T08:49:13.154Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-uart_main/archives [2024-10-30T08:49:13.154Z] + ls -al /w/workspace/edgexfoundry_device-uart_main/archives [2024-10-30T08:49:13.154Z] total 16 [2024-10-30T08:49:13.154Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 08:35 . [2024-10-30T08:49:13.154Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 08:48 .. [2024-10-30T08:49:13.154Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 30 08:35 cost [2024-10-30T08:49:13.154Z] -rw-r--r-- 1 jenkins jenkins 82 Oct 30 08:35 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:13.448Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:14.312Z] ---> package-listing.sh [2024-10-30T08:49:14.312Z] ++ facter osfamily [2024-10-30T08:49:14.312Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-30T08:49:14.572Z] + OS_FAMILY=debian [2024-10-30T08:49:14.572Z] + workspace=/w/workspace/edgexfoundry_device-uart_main [2024-10-30T08:49:14.572Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-30T08:49:14.572Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-30T08:49:14.572Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-30T08:49:14.572Z] + PACKAGES=/tmp/packages_start.txt [2024-10-30T08:49:14.572Z] + '[' /w/workspace/edgexfoundry_device-uart_main ']' [2024-10-30T08:49:14.572Z] + PACKAGES=/tmp/packages_end.txt [2024-10-30T08:49:14.572Z] + case "${OS_FAMILY}" in [2024-10-30T08:49:14.572Z] + dpkg -l [2024-10-30T08:49:14.572Z] + grep '^ii' [2024-10-30T08:49:14.572Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-30T08:49:14.572Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-30T08:49:14.572Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-30T08:49:14.572Z] + '[' /w/workspace/edgexfoundry_device-uart_main ']' [2024-10-30T08:49:14.572Z] + mkdir -p /w/workspace/edgexfoundry_device-uart_main/archives/ [2024-10-30T08:49:14.572Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-uart_main/archives/ [Pipeline] echo [2024-10-30T08:49:14.584Z] 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/edgexfoundry_device-uart_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-30T08:49:14.861Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-30T08:49:15.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-30T08:49:15.426Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-30T08:49:15.514Z] prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container [2024-10-30T08:49:15.524Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-uart_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-uart_main -v /w/workspace/edgexfoundry_device-uart_main:/w/workspace/edgexfoundry_device-uart_main:rw,z -v /w/workspace/edgexfoundry_device-uart_main@tmp:/w/workspace/edgexfoundry_device-uart_main@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-lftools-log-publisher:latest cat [2024-10-30T08:49:15.717Z] $ docker top 0b608d0cfe6852d65d9b763343df4955898fb711d137f65ebbdce3cc3303f1c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-30T08:49:16.090Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-30T08:49:16.378Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-30T08:49:16.667Z] + ls /var/log/sa-host [2024-10-30T08:49:16.667Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-30T08:49:16.749Z] provisioning config files... [2024-10-30T08:49:16.763Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config4867273049467662139tmp [Pipeline] { [Pipeline] echo [2024-10-30T08:49:16.783Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:17.068Z] ---> create-netrc.sh [Pipeline] } [2024-10-30T08:49:17.075Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:17.406Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-30T08:49:17.415Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:17.697Z] ---> sudo-logs.sh [2024-10-30T08:49:17.697Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-30T08:49:17.735Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:18.015Z] ---> job-cost.sh [2024-10-30T08:49:18.015Z] lf-activate-venv: SKIPPING [2024-10-30T08:49:18.015Z] DEBUG: total: 0.2199999988079071 [2024-10-30T08:49:18.015Z] INFO: Retrieving Stack Cost... [2024-10-30T08:49:18.584Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-30T08:49:18.843Z] INFO: Archiving Costs [Pipeline] echo [2024-10-30T08:49:18.856Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-30T08:49:19.137Z] ---> logs-deploy.sh [2024-10-30T08:49:19.137Z] lf-activate-venv: SKIPPING [2024-10-30T08:49:19.137Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-uart/main/42 [2024-10-30T08:49:19.137Z] INFO: archiving workspace using pattern(s): [2024-10-30T08:49:20.077Z] Archives upload complete. [2024-10-30T08:49:20.077Z] INFO: archiving logs to Nexus