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 08:31:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:31:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:31:25 ========================================================= 08:31:25 EdgeX Global Pipelines Version Info 08:31:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:31:26 ------------------- 08:31:26 stable info: 08:31:26 ------------------- 08:31:26 Commited By: Ginny Guan ginny@iotechsys.com 08:31:26 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 08:31:26 Message: update stable to v1.0.265 08:31:26 ------------------- 08:31:26 experimental info: 08:31:26 ------------------- 08:31:26 Commited By: Cherry Wang cherry@iotechsys.com 08:31:26 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 08:31:26 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-uart-settings [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar PROJECT = device-uart [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-uart [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1853a04 [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:31:27 provisioning config files... 08:31:27 copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config9138347174158580104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:28 ---> ****-login.sh 08:31:28 nexus3.edgexfoundry.org:10001 08:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:29 Configure a credential helper to remove this warning. See 08:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:29 08:31:29 Login Succeeded 08:31:29 nexus3.edgexfoundry.org:10002 08:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:29 Configure a credential helper to remove this warning. See 08:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:29 08:31:29 Login Succeeded 08:31:29 nexus3.edgexfoundry.org:10003 08:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:29 Configure a credential helper to remove this warning. See 08:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:29 08:31:29 Login Succeeded 08:31:29 nexus3.edgexfoundry.org:10004 08:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:29 Configure a credential helper to remove this warning. See 08:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:29 08:31:29 Login Succeeded 08:31:29 ****.io 08:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:29 Configure a credential helper to remove this warning. See 08:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:29 08:31:29 Login Succeeded 08:31:29 ---> ****-login.sh ends [Pipeline] } 08:31:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:31:30 + git rev-list -1 --merges 1853a045f9f2447c53e5e0978cd282f805c231d1~1..1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo 08:31:30 -----------> git rev-list -1 --merges 1853a045f9f2447c53e5e0978cd282f805c231d1~1..1853a045f9f2447c53e5e0978cd282f805c231d1 1853a045f9f2447c53e5e0978cd282f805c231d1 08:31:30 1853a045f9f2447c53e5e0978cd282f805c231d1 [false] [Pipeline] sh 08:31:30 + git log --format=format:%s -1 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo 08:31:30 ========================================================= 08:31:30 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:31:30 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:31:30 + git log --format=format:%s -1 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] echo 08:31:30 [semverPrep] GIT_COMMIT: 1853a045f9f2447c53e5e0978cd282f805c231d1, Commit Message: Merge pull request #82 from weichou1229/v4-module [Pipeline] echo 08:31:30 [semverPrep] This is not a build commit. [Pipeline] sh 08:31:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:31:31 + grep -v github /etc/ssh/ssh_known_hosts 08:31:31 + [ -e /tmp/ssh_known_hosts ] 08:31:31 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:31:31 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 08:31:31 -a /etc/ssh/ssh_known_hosts 08:31:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:31:31 08:31:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:31:31 0.1.4: Pulling from edgex-devops/py-git-semver 08:31:31 b85a868b505f: Pulling fs layer 08:31:31 e2be974225ed: Pulling fs layer 08:31:31 339a4e72a1f5: Pulling fs layer 08:31:31 988bab9f4d93: Pulling fs layer 08:31:31 1469e6f7b9e6: Pulling fs layer 08:31:31 eaf3925da568: Pulling fs layer 08:31:31 bab4dde63d76: Pulling fs layer 08:31:31 bde34c3a00c8: Pulling fs layer 08:31:31 b352a97aabf1: Pulling fs layer 08:31:31 988bab9f4d93: Waiting 08:31:31 1469e6f7b9e6: Waiting 08:31:31 bab4dde63d76: Waiting 08:31:31 eaf3925da568: Waiting 08:31:31 bde34c3a00c8: Waiting 08:31:31 b352a97aabf1: Waiting 08:31:31 4872d77fe225: Pulling fs layer 08:31:31 5851b861e8e6: Pulling fs layer 08:31:31 5851b861e8e6: Waiting 08:31:31 4872d77fe225: Waiting 08:31:31 e2be974225ed: Download complete 08:31:31 988bab9f4d93: Download complete 08:31:32 1469e6f7b9e6: Verifying Checksum 08:31:32 1469e6f7b9e6: Download complete 08:31:32 339a4e72a1f5: Verifying Checksum 08:31:32 339a4e72a1f5: Download complete 08:31:32 eaf3925da568: Verifying Checksum 08:31:32 eaf3925da568: Download complete 08:31:32 bde34c3a00c8: Verifying Checksum 08:31:32 bde34c3a00c8: Download complete 08:31:32 b352a97aabf1: Verifying Checksum 08:31:32 b352a97aabf1: Download complete 08:31:32 4872d77fe225: Verifying Checksum 08:31:32 4872d77fe225: Download complete 08:31:32 5851b861e8e6: Verifying Checksum 08:31:32 5851b861e8e6: Download complete 08:31:32 b85a868b505f: Verifying Checksum 08:31:32 b85a868b505f: Download complete 08:31:32 bab4dde63d76: Verifying Checksum 08:31:32 bab4dde63d76: Download complete 08:31:33 b85a868b505f: Pull complete 08:31:33 e2be974225ed: Pull complete 08:31:34 339a4e72a1f5: Pull complete 08:31:34 988bab9f4d93: Pull complete 08:31:34 1469e6f7b9e6: Pull complete 08:31:34 eaf3925da568: Pull complete 08:31:36 bab4dde63d76: Pull complete 08:31:36 bde34c3a00c8: Pull complete 08:31:36 b352a97aabf1: Pull complete 08:31:36 4872d77fe225: Pull complete 08:31:36 5851b861e8e6: Pull complete 08:31:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:31:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:31:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:31:37 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:31:37 $ 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 08:31:40 $ docker top 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 -eo pid,comm 08:31:40 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). 08:31:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:40 [ssh-agent] Looking for ssh-agent implementation... 08:31:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:40 $ docker exec 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent 08:31:40 SSH_AUTH_SOCK=/tmp/ssh-RuOjNYdnCrkg/agent.32 08:31:40 SSH_AGENT_PID=38 08:31:40 Running ssh-add (command line suppressed) 08:31:41 Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_14671968860089338031.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_14671968860089338031.key) 08:31:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:41 + git tag --points-at HEAD [Pipeline] } 08:31:41 $ docker exec --env ******** --env ******** 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent -k 08:31:41 unset SSH_AUTH_SOCK; 08:31:41 unset SSH_AGENT_PID; 08:31:41 echo Agent pid 38 killed; 08:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:41 [ssh-agent] Looking for ssh-agent implementation... 08:31:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:41 $ docker exec 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent 08:31:41 SSH_AUTH_SOCK=/tmp/ssh-MQ1P5kG9cDoX/agent.71 08:31:41 SSH_AGENT_PID=77 08:31:41 Running ssh-add (command line suppressed) 08:31:41 Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_11578118217431122739.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_11578118217431122739.key) 08:31:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:42 + git semver init 08:31:42 2024-10-30 08:31:42,366 [run_init] DEBUG init version:0.0.0 force:False 08:31:42 2024-10-30 08:31:42,366 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-uart_main/.semver 08:31:42 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 08:31:42 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) 08:31:43 2024-10-30 08:31:43,497 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-uart_main/.git/info/exclude 08:31:43 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 08:31:43 2024-10-30 08:31:43,498 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:31:43 2024-10-30 08:31:43,498 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:31:43 4.0.0-dev.1 [Pipeline] } 08:31:43 $ docker exec --env ******** --env ******** 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 ssh-agent -k 08:31:43 unset SSH_AUTH_SOCK; 08:31:43 unset SSH_AGENT_PID; 08:31:43 echo Agent pid 77 killed; 08:31:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:44 + git semver [Pipeline] } 08:31:44 $ docker stop --time=1 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 08:31:45 $ docker rm -f --volumes 617e55bade087d8e1cf6386318da53b73a60ccd6f3bfcb8c2bcf660bc5b11458 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:31:46 Stashed 1 file(s) [Pipeline] echo 08:31:46 [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 08:31:46 provisioning config files... 08:31:46 copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config7974711368930729631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:46 ---> ****-login.sh 08:31:46 nexus3.edgexfoundry.org:10001 08:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:46 Configure a credential helper to remove this warning. See 08:31:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:46 08:31:46 Login Succeeded 08:31:46 nexus3.edgexfoundry.org:10002 08:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:46 Configure a credential helper to remove this warning. See 08:31:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:46 08:31:46 Login Succeeded 08:31:47 nexus3.edgexfoundry.org:10003 08:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:47 Configure a credential helper to remove this warning. See 08:31:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:47 08:31:47 Login Succeeded 08:31:47 nexus3.edgexfoundry.org:10004 08:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:47 Configure a credential helper to remove this warning. See 08:31:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:47 08:31:47 Login Succeeded 08:31:47 ****.io 08:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:31:47 Configure a credential helper to remove this warning. See 08:31:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:31:47 08:31:47 Login Succeeded 08:31:47 ---> ****-login.sh ends [Pipeline] } 08:31:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:31:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:31:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:31:47 ========================================================= 08:31:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 08:31:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:48 + 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 . 08:31:48 Sending build context to Docker daemon 25.63MB 08:31:48 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 08:31:48 Step 2/12 : FROM ${BASE} AS builder 08:31:48 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 08:31:48 43c4264eed91: Pulling fs layer 08:31:48 4cc291be95ef: Pulling fs layer 08:31:48 2ac1f1163629: Pulling fs layer 08:31:48 5c3c966382ef: Pulling fs layer 08:31:48 4f4fb700ef54: Pulling fs layer 08:31:48 5d5c8e513c77: Pulling fs layer 08:31:48 9f66e0745190: Pulling fs layer 08:31:48 f49a43e4bbc0: Pulling fs layer 08:31:48 561ebcabdf7f: Pulling fs layer 08:31:48 5c3c966382ef: Waiting 08:31:48 9f66e0745190: Waiting 08:31:48 4f4fb700ef54: Waiting 08:31:48 f49a43e4bbc0: Waiting 08:31:48 5d5c8e513c77: Waiting 08:31:48 561ebcabdf7f: Waiting 08:31:48 4cc291be95ef: Verifying Checksum 08:31:48 4cc291be95ef: Download complete 08:31:48 5c3c966382ef: Verifying Checksum 08:31:48 5c3c966382ef: Download complete 08:31:48 4f4fb700ef54: Download complete 08:31:48 5d5c8e513c77: Verifying Checksum 08:31:48 5d5c8e513c77: Download complete 08:31:48 43c4264eed91: Verifying Checksum 08:31:48 43c4264eed91: Download complete 08:31:48 9f66e0745190: Verifying Checksum 08:31:48 9f66e0745190: Download complete 08:31:48 43c4264eed91: Pull complete 08:31:48 561ebcabdf7f: Verifying Checksum 08:31:48 561ebcabdf7f: Download complete 08:31:48 4cc291be95ef: Pull complete 08:31:48 2ac1f1163629: Download complete 08:31:49 f49a43e4bbc0: Verifying Checksum 08:31:49 f49a43e4bbc0: Download complete 08:31:52 2ac1f1163629: Pull complete 08:31:52 5c3c966382ef: Pull complete 08:31:52 4f4fb700ef54: Pull complete 08:31:52 5d5c8e513c77: Pull complete 08:31:52 9f66e0745190: Pull complete 08:31:54 f49a43e4bbc0: Pull complete 08:31:55 561ebcabdf7f: Pull complete 08:31:55 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 08:31:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:31:55 ---> 3a752c3f9dda 08:31:55 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:32:01 Still waiting to schedule task 08:32:01 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 08:32:01 ---> Running in e2fc80049968 08:32:01 Removing intermediate container e2fc80049968 08:32:01 ---> 8074260f45d6 08:32:01 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:32:01 ---> Running in 77f66fa87795 08:32:01 Removing intermediate container 77f66fa87795 08:32:01 ---> 89493f5c15e2 08:32:01 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:32:01 ---> Running in d0aa3972fc26 08:32:01 Removing intermediate container d0aa3972fc26 08:32:01 ---> 56409d83bc0a 08:32:01 Step 6/12 : WORKDIR /device-uart 08:32:01 ---> Running in 6ba7c0ab8586 08:32:01 Removing intermediate container 6ba7c0ab8586 08:32:01 ---> 6a984d1f60d1 08:32:01 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:32:01 ---> Running in 097a5e689748 08:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:32:03 (1/4) Installing openssh-keygen (9.7_p1-r4) 08:32:03 (2/4) Installing libedit (20240517.3.1-r0) 08:32:03 (3/4) Installing openssh-client-common (9.7_p1-r4) 08:32:03 (4/4) Installing openssh-client-default (9.7_p1-r4) 08:32:03 Executing busybox-1.36.1-r29.trigger 08:32:03 OK: 250 MiB in 58 packages 08:32:03 Removing intermediate container 097a5e689748 08:32:03 ---> f75d2ffa6b3e 08:32:03 Step 8/12 : COPY go.mod vendor* ./ 08:32:03 ---> ec0c005392e2 08:32:03 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:03 ---> Running in 3705e9718413 08:33:01 Removing intermediate container 3705e9718413 08:33:01 ---> 7b8633acb42d 08:33:01 Step 10/12 : COPY . . 08:33:03 ---> 080ce70cb208 08:33:03 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:33:03 ---> Running in b79a8895a6b8 08:33:03 Removing intermediate container b79a8895a6b8 08:33:03 ---> d1a62f4aaded 08:33:03 Step 12/12 : RUN ${MAKE} 08:33:03 ---> Running in 3be8b637c352 08:33:03 noop 08:33:03 Removing intermediate container 3be8b637c352 08:33:03 ---> 8e5aab1627dd 08:33:03 Successfully built 8e5aab1627dd 08:33:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:04 + docker inspect -f . ci-base-image-x86_64 08:33:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:04 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:33:04 $ 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 08:33:04 $ docker top 9d1392b2814c573865e59b38e316bf6ffa9e20c1fa774a08e2f0392fad022a2d -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:04 + go version 08:33:04 go version go1.23.2 linux/amd64 [Pipeline] } 08:33:04 $ docker stop --time=1 9d1392b2814c573865e59b38e316bf6ffa9e20c1fa774a08e2f0392fad022a2d 08:33:06 $ 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 08:33:07 + docker inspect -f . ci-base-image-x86_64 08:33:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:07 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:33:07 $ 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 08:33:08 $ docker top ef7011339f62ee4994a6e3b58c8892af8753da3f8b7e2025ffff8e872c5192e6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:08 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-uart_main [Pipeline] fileExists [Pipeline] sh 08:33:08 + make test 08:33:08 go test ./... -coverprofile=coverage.out 08:33:10 ? github.com/edgexfoundry/device-uart [no test files] 08:33:31 github.com/edgexfoundry/device-uart/cmd coverage: 0.0% of statements 08:33:31 github.com/edgexfoundry/device-uart/internal/driver coverage: 0.0% of statements 08:33:41 go vet ./... 08:33:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:33:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:33:46 ./bin/test-attribution-txt.sh [Pipeline] echo 08:33:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:33:46 $ docker stop --time=1 ef7011339f62ee4994a6e3b58c8892af8753da3f8b7e2025ffff8e872c5192e6 08:33:51 $ docker rm -f --volumes ef7011339f62ee4994a6e3b58c8892af8753da3f8b7e2025ffff8e872c5192e6 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:33:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:33:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:33:52 + ls -al . 08:33:52 total 236 08:33:52 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 08:33 . 08:33:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 08:31 .. 08:33:52 -rw-rw-r-- 1 jenkins jenkins 140 Oct 30 08:31 .dockerignore 08:33:52 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 08:33 .git 08:33:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:31 .github 08:33:52 -rw-rw-r-- 1 jenkins jenkins 343 Oct 30 08:31 .gitignore 08:33:52 -rw-rw-r-- 1 jenkins jenkins 198 Oct 30 08:31 .golangci.yml 08:33:52 drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 08:31 .semver 08:33:52 -rw-rw-r-- 1 jenkins jenkins 18662 Oct 30 08:31 Attribution.txt 08:33:52 -rw-rw-r-- 1 jenkins jenkins 1908 Oct 30 08:31 CHANGELOG.md 08:33:52 -rw-rw-r-- 1 jenkins jenkins 1919 Oct 30 08:31 Dockerfile 08:33:52 -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 08:31 GOVERNANCE.md 08:33:52 -rw-rw-r-- 1 jenkins jenkins 675 Oct 30 08:31 Jenkinsfile 08:33:52 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 08:31 LICENSE 08:33:52 -rw-rw-r-- 1 jenkins jenkins 2409 Oct 30 08:31 Makefile 08:33:52 -rw-rw-r-- 1 jenkins jenkins 617 Oct 30 08:31 OWNERS.md 08:33:52 -rw-rw-r-- 1 jenkins jenkins 8892 Oct 30 08:31 README.md 08:33:52 -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 08:31 VERSION 08:33:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 08:31 bin 08:33:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:31 cmd 08:33:52 -rw-r--r-- 1 jenkins jenkins 6770 Oct 30 08:33 coverage.out 08:33:52 -rw-rw-r-- 1 jenkins jenkins 6929 Oct 30 08:31 go.mod 08:33:52 -rw-rw-r-- 1 jenkins jenkins 100381 Oct 30 08:31 go.sum 08:33:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:31 internal 08:33:52 -rw-rw-r-- 1 jenkins jenkins 209 Oct 30 08:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:52 + 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 . 08:33:52 Sending build context to Docker daemon 25.64MB 08:33:52 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 08:33:52 Step 2/26 : FROM ${BASE} AS builder 08:33:52 ---> 8e5aab1627dd 08:33:52 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:33:53 ---> Running in 4e9f681d726f 08:33:53 Removing intermediate container 4e9f681d726f 08:33:53 ---> 7ba000002309 08:33:53 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 08:33:53 ---> Running in d0d375c84606 08:33:53 Removing intermediate container d0d375c84606 08:33:53 ---> 51b2725e93a2 08:33:53 Step 5/26 : ARG ADD_BUILD_TAGS="" 08:33:53 ---> Running in cd27021cb660 08:33:53 Removing intermediate container cd27021cb660 08:33:53 ---> 2c3f28fb11f9 08:33:53 Step 6/26 : WORKDIR /device-uart 08:33:53 ---> Running in 320f9785ad5d 08:33:53 Removing intermediate container 320f9785ad5d 08:33:53 ---> 6be630fa5ab9 08:33:53 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:33:53 ---> Running in 04745593fd2e 08:33:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:33:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:33:54 OK: 250 MiB in 58 packages 08:33:54 Removing intermediate container 04745593fd2e 08:33:54 ---> dac5cfb4a464 08:33:54 Step 8/26 : COPY go.mod vendor* ./ 08:33:54 ---> 782a78d1e7d6 08:33:54 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:54 ---> Running in 43a842bea3b1 08:33:55 Removing intermediate container 43a842bea3b1 08:33:55 ---> 7ccae1753ca0 08:33:55 Step 10/26 : COPY . . 08:33:56 ---> bc66ad884f90 08:33:56 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:33:56 ---> Running in 04afeb5f5e56 08:33:56 Removing intermediate container 04afeb5f5e56 08:33:56 ---> 8e60f68f5037 08:33:56 Step 12/26 : RUN ${MAKE} 08:33:56 ---> Running in cabb95eec72e 08:33:56 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 08:34:35 Removing intermediate container cabb95eec72e 08:34:35 ---> 092e0f47c73f 08:34:35 Step 13/26 : FROM alpine:3.20 08:34:35 3.20: Pulling from library/alpine 08:34:35 43c4264eed91: Already exists 08:34:35 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 08:34:35 Status: Downloaded newer image for alpine:3.20 08:34:35 ---> 91ef0af61f39 08:34:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 08:34:35 ---> Running in 19f6455f45d4 08:34:35 Removing intermediate container 19f6455f45d4 08:34:35 ---> a8cdbb651fad 08:34:35 Step 15/26 : RUN apk add --update --no-cache dumb-init 08:34:35 ---> Running in cf8eddab3013 08:34:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:34:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:34:35 (1/1) Installing dumb-init (1.2.5-r3) 08:34:35 Executing busybox-1.36.1-r29.trigger 08:34:35 OK: 8 MiB in 15 packages 08:34:35 Removing intermediate container cf8eddab3013 08:34:35 ---> cc1830373dee 08:34:35 Step 16/26 : RUN apk --no-cache upgrade 08:34:35 ---> Running in 59f553d8b9c9 08:34:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:34:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:34:35 Upgrading critical system libraries and apk-tools: 08:34:35 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 08:34:35 Executing busybox-1.36.1-r29.trigger 08:34:35 Continuing the upgrade transaction with new apk-tools: 08:34:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:34:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:34:35 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 08:34:35 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 08:34:35 OK: 8 MiB in 15 packages 08:34:35 Removing intermediate container 59f553d8b9c9 08:34:35 ---> 121ce4e85bba 08:34:35 Step 17/26 : WORKDIR / 08:34:35 ---> Running in f7e1c34545fc 08:34:35 Removing intermediate container f7e1c34545fc 08:34:35 ---> 005e9bda8dc8 08:34:35 Step 18/26 : COPY --from=builder /device-uart/Attribution.txt / 08:34:35 ---> 7b6f726eb800 08:34:35 Step 19/26 : COPY --from=builder /device-uart/LICENSE / 08:34:35 ---> 97003bf46650 08:34:35 Step 20/26 : COPY --from=builder /device-uart/cmd/ / 08:34:36 ---> a6128530355c 08:34:36 Step 21/26 : EXPOSE 59995 08:34:36 ---> Running in ef38f59ba55f 08:34:36 Removing intermediate container ef38f59ba55f 08:34:36 ---> f48e30c427ff 08:34:36 Step 22/26 : ENTRYPOINT ["/device-uart"] 08:34:36 ---> Running in 9ef89b1681d0 08:34:36 Removing intermediate container 9ef89b1681d0 08:34:36 ---> e5e7fc29c161 08:34:36 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 08:34:36 ---> Running in 23e9efc8e248 08:34:36 Removing intermediate container 23e9efc8e248 08:34:36 ---> 2fd49da08a0a 08:34:36 Step 24/26 : LABEL arch=amd64 08:34:36 ---> Running in 4b4098225847 08:34:36 Removing intermediate container 4b4098225847 08:34:36 ---> e5c33e15f485 08:34:36 Step 25/26 : LABEL git_sha=1853a045f9f2447c53e5e0978cd282f805c231d1 08:34:36 ---> Running in ab93c5cae371 08:34:36 Removing intermediate container ab93c5cae371 08:34:36 ---> 3009a1ad429d 08:34:36 Step 26/26 : LABEL version=4.0.0-dev.1 08:34:36 ---> Running in c6763cc48c63 08:34:36 Removing intermediate container c6763cc48c63 08:34:36 ---> ece10f018fea 08:34:36 [Warning] One or more build-args [ARCH] were not consumed 08:34:36 Successfully built ece10f018fea 08:34:36 Successfully tagged device-uart:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:34:36 provisioning config files... 08:34:36 copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config14152156419184129673tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:34:37 ---> ****-login.sh 08:34:37 nexus3.edgexfoundry.org:10001 08:34:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:34:37 Configure a credential helper to remove this warning. See 08:34:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:34:37 08:34:37 Login Succeeded 08:34:37 nexus3.edgexfoundry.org:10002 08:34:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:34:37 Configure a credential helper to remove this warning. See 08:34:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:34:37 08:34:37 Login Succeeded 08:34:37 nexus3.edgexfoundry.org:10003 08:34:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:34:37 Configure a credential helper to remove this warning. See 08:34:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:34:37 08:34:37 Login Succeeded 08:34:37 nexus3.edgexfoundry.org:10004 08:34:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:34:37 Configure a credential helper to remove this warning. See 08:34:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:34:37 08:34:37 Login Succeeded 08:34:37 ****.io 08:34:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:34:37 Configure a credential helper to remove this warning. See 08:34:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:34:37 08:34:37 Login Succeeded 08:34:37 ---> ****-login.sh ends [Pipeline] } 08:34:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:34:37 [edgeXDocker.push] Tagging docker image device-uart with the following tags: 08:34:37 1853a045f9f2447c53e5e0978cd282f805c231d1 08:34:37 latest 08:34:37 4.0.0-dev.1 08:34:37 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 08:34:37 main 08:34:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:38 + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:38 + docker push nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1 08:34:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 08:34:38 8162aae92b67: Preparing 08:34:38 f57c72f6f6a7: Preparing 08:34:38 d8ba189d3256: Preparing 08:34:38 fdd7923db557: Preparing 08:34:38 d3efd1ffa44e: Preparing 08:34:38 63ca1fbb43ae: Preparing 08:34:38 63ca1fbb43ae: Waiting 08:34:38 d3efd1ffa44e: Pushed 08:34:38 f57c72f6f6a7: Pushed 08:34:38 d8ba189d3256: Pushed 08:34:38 63ca1fbb43ae: Layer already exists 08:34:39 fdd7923db557: Pushed 08:34:44 8162aae92b67: Pushed 08:34:44 1853a045f9f2447c53e5e0978cd282f805c231d1: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:44 + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:45 + docker push nexus3.edgexfoundry.org:10004/device-uart:latest 08:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 08:34:45 8162aae92b67: Preparing 08:34:45 f57c72f6f6a7: Preparing 08:34:45 d8ba189d3256: Preparing 08:34:45 fdd7923db557: Preparing 08:34:45 d3efd1ffa44e: Preparing 08:34:45 63ca1fbb43ae: Preparing 08:34:45 63ca1fbb43ae: Waiting 08:34:45 f57c72f6f6a7: Layer already exists 08:34:45 d8ba189d3256: Layer already exists 08:34:45 d3efd1ffa44e: Layer already exists 08:34:45 fdd7923db557: Layer already exists 08:34:45 8162aae92b67: Layer already exists 08:34:45 63ca1fbb43ae: Layer already exists 08:34:45 latest: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:45 + 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 08:34:45 + docker push nexus3.edgexfoundry.org:10004/device-uart:4.0.0-dev.1 08:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 08:34:45 8162aae92b67: Preparing 08:34:45 f57c72f6f6a7: Preparing 08:34:45 d8ba189d3256: Preparing 08:34:45 fdd7923db557: Preparing 08:34:45 d3efd1ffa44e: Preparing 08:34:45 63ca1fbb43ae: Preparing 08:34:45 63ca1fbb43ae: Waiting 08:34:45 d8ba189d3256: Layer already exists 08:34:45 fdd7923db557: Layer already exists 08:34:45 f57c72f6f6a7: Layer already exists 08:34:45 8162aae92b67: Layer already exists 08:34:45 d3efd1ffa44e: Layer already exists 08:34:45 63ca1fbb43ae: Layer already exists 08:34:45 4.0.0-dev.1: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:45 + 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 08:34:46 + docker push nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 08:34:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 08:34:46 8162aae92b67: Preparing 08:34:46 f57c72f6f6a7: Preparing 08:34:46 d8ba189d3256: Preparing 08:34:46 fdd7923db557: Preparing 08:34:46 d3efd1ffa44e: Preparing 08:34:46 63ca1fbb43ae: Preparing 08:34:46 63ca1fbb43ae: Waiting 08:34:46 8162aae92b67: Layer already exists 08:34:46 d3efd1ffa44e: Layer already exists 08:34:46 fdd7923db557: Layer already exists 08:34:46 d8ba189d3256: Layer already exists 08:34:46 f57c72f6f6a7: Layer already exists 08:34:46 63ca1fbb43ae: Layer already exists 08:34:46 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:46 + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:46 + docker push nexus3.edgexfoundry.org:10004/device-uart:main 08:34:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 08:34:46 8162aae92b67: Preparing 08:34:46 f57c72f6f6a7: Preparing 08:34:46 d8ba189d3256: Preparing 08:34:46 fdd7923db557: Preparing 08:34:46 d3efd1ffa44e: Preparing 08:34:46 63ca1fbb43ae: Preparing 08:34:46 63ca1fbb43ae: Waiting 08:34:46 fdd7923db557: Layer already exists 08:34:46 d8ba189d3256: Layer already exists 08:34:46 d3efd1ffa44e: Layer already exists 08:34:46 8162aae92b67: Layer already exists 08:34:46 f57c72f6f6a7: Layer already exists 08:34:46 63ca1fbb43ae: Layer already exists 08:34:46 main: digest: sha256:63dfd6f833a8235fbc2a35c12a24349d4eb609dc53dfcab01332145caea190a8 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:47 ===================================================== [Pipeline] echo 08:34:47 taggedImages: 08:34:47 - nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1 08:34:47 - nexus3.edgexfoundry.org:10004/device-uart:latest 08:34:47 - nexus3.edgexfoundry.org:10004/device-uart:4.0.0-dev.1 08:34:47 - nexus3.edgexfoundry.org:10004/device-uart:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 08:34:47 - 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 08:34:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:34:47 08:34:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:34:47 latest: Pulling from edgex-lftools-log-publisher 08:34:47 5eb5b503b376: Pulling fs layer 08:34:47 5c69ac0246d0: Pulling fs layer 08:34:47 ec43610c2a17: Pulling fs layer 08:34:47 3a2ae6a8a46f: Pulling fs layer 08:34:47 33b1e0a273af: Pulling fs layer 08:34:47 5d3b04190fa2: Pulling fs layer 08:34:47 2f39f015ded8: Pulling fs layer 08:34:47 3a2ae6a8a46f: Waiting 08:34:47 33b1e0a273af: Waiting 08:34:47 5d3b04190fa2: Waiting 08:34:47 2f39f015ded8: Waiting 08:34:47 5c69ac0246d0: Verifying Checksum 08:34:47 5c69ac0246d0: Download complete 08:34:47 3a2ae6a8a46f: Verifying Checksum 08:34:47 3a2ae6a8a46f: Download complete 08:34:47 33b1e0a273af: Verifying Checksum 08:34:47 33b1e0a273af: Download complete 08:34:47 5d3b04190fa2: Download complete 08:34:47 ec43610c2a17: Verifying Checksum 08:34:48 5eb5b503b376: Verifying Checksum 08:34:48 5eb5b503b376: Download complete 08:34:48 2f39f015ded8: Download complete 08:34:49 5eb5b503b376: Pull complete 08:34:49 5c69ac0246d0: Pull complete 08:34:49 ec43610c2a17: Pull complete 08:34:49 3a2ae6a8a46f: Pull complete 08:34:50 33b1e0a273af: Pull complete 08:34:50 5d3b04190fa2: Pull complete 08:34:55 2f39f015ded8: Pull complete 08:34:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:34:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:34:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:34:55 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:34:55 $ 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 08:35:00 $ docker top b32696a6546112e2cfc6e475bde6162e80343876b4984dcf725624d36fb7a4a9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:00 ---> job-cost.sh 08:35:00 lf-activate-venv: SKIPPING 08:35:00 INFO: No Stack... 08:35:01 INFO: Retrieving Pricing Info for: v3-standard-8 08:35:01 INFO: Archiving Costs [Pipeline] sh 08:35:01 + cat /w/workspace/edgexfoundry_device-uart_main/archives/cost.csv 08:35:01 + cut -d, -f6 [Pipeline] lock 08:35:01 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] 08:35:01 Resource [jenkins-edgexfoundry-device-uart-main-42-stack-cost] did not exist. Created. 08:35:01 Lock acquired on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:35:02 + echo total: 0.2199999988079071 [Pipeline] stash 08:35:02 Stashed 1 file(s) [Pipeline] } 08:35:02 Lock released on resource [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 08:35:02 $ docker stop --time=1 b32696a6546112e2cfc6e475bde6162e80343876b4984dcf725624d36fb7a4a9 08:35:03 $ docker rm -f --volumes b32696a6546112e2cfc6e475bde6162e80343876b4984dcf725624d36fb7a4a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:35:15 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24135 in /w/workspace/edgexfoundry_device-uart_main [Pipeline] { [Pipeline] ws 08:35:15 Running in /w/workspace/device-uart/42 [Pipeline] { [Pipeline] checkout 08:35:18 The recommended git tool is: git 08:35:24 using credential edgex-jenkins-ssh 08:35:24 Cloning the remote Git repository 08:35:24 Cloning repository git@github.com:edgexfoundry/device-uart.git 08:35:24 > git init /w/workspace/device-uart/42 # timeout=10 08:35:25 Fetching upstream changes from git@github.com:edgexfoundry/device-uart.git 08:35:25 > git --version # timeout=10 08:35:25 > git --version # 'git version 2.25.1' 08:35:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-uart.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:28 Avoid second fetch 08:35:28 Checking out Revision 1853a045f9f2447c53e5e0978cd282f805c231d1 (main) 08:35:27 > git config remote.origin.url git@github.com:edgexfoundry/device-uart.git # timeout=10 08:35:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:28 > git config core.sparsecheckout # timeout=10 08:35:28 > git checkout -f 1853a045f9f2447c53e5e0978cd282f805c231d1 # timeout=10 08:35:29 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 08:35:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:35:34 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:34 Dload Upload Total Spent Left Speed 08:35:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 89706 0 --:--:-- --:--:-- --:--:-- 90338 [Pipeline] sh 08:35:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:35:35 + sudo tee /etc/docker/daemon.new 08:35:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:35:35 { 08:35:35 "registry-mirrors": [ 08:35:35 "https://nexus3.edgexfoundry.org:10001" 08:35:35 ], 08:35:35 "bip": "10.250.0.254/24", 08:35:35 "hosts": [ 08:35:35 "tcp://0.0.0.0:5555", 08:35:35 "unix:///var/run/docker.sock" 08:35:35 ], 08:35:35 "mtu": 1458, 08:35:35 "selinux-enabled": true, 08:35:35 "seccomp-profile": "/etc/docker/seccomp.json" 08:35:35 } [Pipeline] sh 08:35:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:35:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:35:54 provisioning config files... 08:35:54 copy managed file [device-uart-settings] to file:/w/workspace/device-uart/42@tmp/config17671285460210287131tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:54 ---> ****-login.sh 08:35:54 nexus3.edgexfoundry.org:10001 08:35:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:55 Configure a credential helper to remove this warning. See 08:35:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:55 08:35:55 Login Succeeded 08:35:55 nexus3.edgexfoundry.org:10002 08:35:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:55 Configure a credential helper to remove this warning. See 08:35:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:55 08:35:55 Login Succeeded 08:35:55 nexus3.edgexfoundry.org:10003 08:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:56 Configure a credential helper to remove this warning. See 08:35:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:56 08:35:56 Login Succeeded 08:35:56 nexus3.edgexfoundry.org:10004 08:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:56 Configure a credential helper to remove this warning. See 08:35:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:56 08:35:56 Login Succeeded 08:35:56 ****.io 08:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:56 Configure a credential helper to remove this warning. See 08:35:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:56 08:35:56 Login Succeeded 08:35:56 ---> ****-login.sh ends [Pipeline] } 08:35:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:35:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:35:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:35:57 ========================================================= 08:35:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 08:35:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:57 + 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 . 08:35:58 Sending build context to Docker daemon 12.89MB 08:35:58 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 08:35:58 Step 2/12 : FROM ${BASE} AS builder 08:35:58 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:35:58 cf04c63912e1: Pulling fs layer 08:35:58 55b35a11ae5e: Pulling fs layer 08:35:58 a37a00ec5f00: Pulling fs layer 08:35:58 50b3750afda1: Pulling fs layer 08:35:58 4f4fb700ef54: Pulling fs layer 08:35:58 80978eb59214: Pulling fs layer 08:35:58 c9f46d7d2bd2: Pulling fs layer 08:35:58 c5a475d317c9: Pulling fs layer 08:35:58 50b3750afda1: Waiting 08:35:58 4f4fb700ef54: Waiting 08:35:58 80978eb59214: Waiting 08:35:58 c9f46d7d2bd2: Waiting 08:35:58 c5a475d317c9: Waiting 08:35:58 55b35a11ae5e: Verifying Checksum 08:35:58 55b35a11ae5e: Download complete 08:35:58 50b3750afda1: Verifying Checksum 08:35:58 50b3750afda1: Download complete 08:35:58 4f4fb700ef54: Verifying Checksum 08:35:58 4f4fb700ef54: Download complete 08:35:58 80978eb59214: Verifying Checksum 08:35:58 80978eb59214: Download complete 08:35:58 cf04c63912e1: Verifying Checksum 08:35:58 cf04c63912e1: Download complete 08:35:59 c5a475d317c9: Verifying Checksum 08:35:59 c5a475d317c9: Download complete 08:35:59 cf04c63912e1: Pull complete 08:36:00 55b35a11ae5e: Pull complete 08:36:00 a37a00ec5f00: Verifying Checksum 08:36:00 a37a00ec5f00: Download complete 08:36:01 c9f46d7d2bd2: Verifying Checksum 08:36:01 c9f46d7d2bd2: Download complete 08:36:14 a37a00ec5f00: Pull complete 08:36:14 50b3750afda1: Pull complete 08:36:14 4f4fb700ef54: Pull complete 08:36:14 80978eb59214: Pull complete 08:36:23 c9f46d7d2bd2: Pull complete 08:36:25 c5a475d317c9: Pull complete 08:36:25 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 08:36:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:36:25 ---> be29e6b0f0d4 08:36:25 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:36:26 ---> Running in 5fdf0252c2b9 08:36:26 Removing intermediate container 5fdf0252c2b9 08:36:26 ---> 12f0250ec66b 08:36:26 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:36:26 ---> Running in 15f085ad7feb 08:36:26 Removing intermediate container 15f085ad7feb 08:36:26 ---> 110ee2e003da 08:36:26 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:36:26 ---> Running in 7f290090b2c3 08:36:27 Removing intermediate container 7f290090b2c3 08:36:27 ---> a3ba02a97014 08:36:27 Step 6/12 : WORKDIR /device-uart 08:36:27 ---> Running in 17e264aef9d6 08:36:27 Removing intermediate container 17e264aef9d6 08:36:27 ---> eb7a09c574bc 08:36:27 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:36:27 ---> Running in ef2e7d15e123 08:36:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:36:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:36:30 (1/4) Installing openssh-keygen (9.7_p1-r4) 08:36:30 (2/4) Installing libedit (20240517.3.1-r0) 08:36:30 (3/4) Installing openssh-client-common (9.7_p1-r4) 08:36:30 (4/4) Installing openssh-client-default (9.7_p1-r4) 08:36:30 Executing busybox-1.36.1-r29.trigger 08:36:30 OK: 242 MiB in 58 packages 08:36:31 Removing intermediate container ef2e7d15e123 08:36:31 ---> f89ceecfe0a8 08:36:31 Step 8/12 : COPY go.mod vendor* ./ 08:36:32 ---> 024b7e39ba04 08:36:32 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:36:32 ---> Running in dba4c564a1df 08:38:39 Removing intermediate container dba4c564a1df 08:38:39 ---> 6f9e667c2061 08:38:39 Step 10/12 : COPY . . 08:38:39 ---> f6acbe15062e 08:38:39 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:38:39 ---> Running in 182530bae50b 08:38:39 Removing intermediate container 182530bae50b 08:38:39 ---> 858a947efc9d 08:38:39 Step 12/12 : RUN ${MAKE} 08:38:39 ---> Running in fd673c07113b 08:38:39 noop 08:38:39 Removing intermediate container fd673c07113b 08:38:39 ---> 87e83255ba70 08:38:39 Successfully built 87e83255ba70 08:38:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:39 + docker inspect -f . ci-base-image-arm64 08:38:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:38:39 prd-ubuntu20.04-docker-arm64-4c-16g-24135 does not seem to be running inside a container 08:38:39 $ 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 08:38:41 $ docker top 5838c783a08a842a91bc7280c4e4958a1906745b0215c7645648d485a0d52a89 -eo pid,comm [Pipeline] { [Pipeline] sh 08:38:41 + go version 08:38:41 go version go1.23.2 linux/arm64 [Pipeline] } 08:38:41 $ docker stop --time=1 5838c783a08a842a91bc7280c4e4958a1906745b0215c7645648d485a0d52a89 08:38:43 $ 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 08:38:44 + docker inspect -f . ci-base-image-arm64 08:38:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:38:44 prd-ubuntu20.04-docker-arm64-4c-16g-24135 does not seem to be running inside a container 08:38:44 $ 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 08:38:45 $ docker top 8e7724b55c8bf8ee497be499b4856db0ddd2c7a706ca58d6daa59feaf5d18e89 -eo pid,comm [Pipeline] { [Pipeline] sh 08:38:46 + git config --global --add safe.directory /w/workspace/device-uart/42 [Pipeline] fileExists [Pipeline] sh 08:38:47 + make test 08:38:47 go test ./... -coverprofile=coverage.out 08:38:53 ? github.com/edgexfoundry/device-uart [no test files] 08:42:30 github.com/edgexfoundry/device-uart/internal/driver coverage: 0.0% of statements 08:42:30 github.com/edgexfoundry/device-uart/cmd coverage: 0.0% of statements 08:42:30 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:42:30 go vet ./... 08:43:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:43:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:43:17 ./bin/test-attribution-txt.sh [Pipeline] echo 08:43:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:43:17 $ docker stop --time=1 8e7724b55c8bf8ee497be499b4856db0ddd2c7a706ca58d6daa59feaf5d18e89 08:43:19 $ docker rm -f --volumes 8e7724b55c8bf8ee497be499b4856db0ddd2c7a706ca58d6daa59feaf5d18e89 [Pipeline] // withDockerContainer [Pipeline] sh 08:43:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:43:21 Warning: overwriting stash ‘coverage-report’ 08:43:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:43:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:43:22 + ls -al . 08:43:22 total 232 08:43:22 drwxrwxr-x 7 jenkins jenkins 4096 Oct 30 08:38 . 08:43:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 08:35 .. 08:43:22 -rw-rw-r-- 1 jenkins jenkins 140 Oct 30 08:35 .dockerignore 08:43:22 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 08:35 .git 08:43:22 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:35 .github 08:43:22 -rw-rw-r-- 1 jenkins jenkins 343 Oct 30 08:35 .gitignore 08:43:22 -rw-rw-r-- 1 jenkins jenkins 198 Oct 30 08:35 .golangci.yml 08:43:22 -rw-rw-r-- 1 jenkins jenkins 18662 Oct 30 08:35 Attribution.txt 08:43:22 -rw-rw-r-- 1 jenkins jenkins 1908 Oct 30 08:35 CHANGELOG.md 08:43:22 -rw-rw-r-- 1 jenkins jenkins 1919 Oct 30 08:35 Dockerfile 08:43:22 -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 08:35 GOVERNANCE.md 08:43:22 -rw-rw-r-- 1 jenkins jenkins 675 Oct 30 08:35 Jenkinsfile 08:43:22 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 08:35 LICENSE 08:43:22 -rw-rw-r-- 1 jenkins jenkins 2409 Oct 30 08:35 Makefile 08:43:22 -rw-rw-r-- 1 jenkins jenkins 617 Oct 30 08:35 OWNERS.md 08:43:22 -rw-rw-r-- 1 jenkins jenkins 8892 Oct 30 08:35 README.md 08:43:22 -rw-rw-r-- 1 jenkins jenkins 11 Oct 30 08:31 VERSION 08:43:22 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 08:35 bin 08:43:22 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:35 cmd 08:43:22 -rw-r--r-- 1 jenkins jenkins 6770 Oct 30 08:42 coverage.out 08:43:22 -rw-rw-r-- 1 jenkins jenkins 6929 Oct 30 08:35 go.mod 08:43:22 -rw-rw-r-- 1 jenkins jenkins 100381 Oct 30 08:35 go.sum 08:43:22 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 08:35 internal 08:43:22 -rw-rw-r-- 1 jenkins jenkins 209 Oct 30 08:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:43:23 + 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 . 08:43:23 Sending build context to Docker daemon 12.9MB 08:43:23 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 08:43:23 Step 2/26 : FROM ${BASE} AS builder 08:43:23 ---> 87e83255ba70 08:43:23 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:43:23 ---> Running in 4b895bd3f43d 08:43:23 Removing intermediate container 4b895bd3f43d 08:43:23 ---> 55bde984dce8 08:43:23 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 08:43:24 ---> Running in f7006a478777 08:43:24 Removing intermediate container f7006a478777 08:43:24 ---> 8b2650ec8e2e 08:43:24 Step 5/26 : ARG ADD_BUILD_TAGS="" 08:43:24 ---> Running in 3efb75691700 08:43:24 Removing intermediate container 3efb75691700 08:43:24 ---> 64db3bf69515 08:43:24 Step 6/26 : WORKDIR /device-uart 08:43:24 ---> Running in 8835d5641b02 08:43:25 Removing intermediate container 8835d5641b02 08:43:25 ---> e1088af50e98 08:43:25 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:43:25 ---> Running in 581d34bc6ffc 08:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:43:28 OK: 242 MiB in 58 packages 08:43:29 Removing intermediate container 581d34bc6ffc 08:43:29 ---> fecbb0e4e47a 08:43:29 Step 8/26 : COPY go.mod vendor* ./ 08:43:29 ---> 7cd457c07ab7 08:43:29 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:43:29 ---> Running in 3a6369fd0ed0 08:43:32 Removing intermediate container 3a6369fd0ed0 08:43:32 ---> 4e2d371211b1 08:43:32 Step 10/26 : COPY . . 08:43:33 ---> 97cc1b0b1231 08:43:33 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:43:33 ---> Running in f9fe6f030ef7 08:43:34 Removing intermediate container f9fe6f030ef7 08:43:34 ---> e24287f647f3 08:43:34 Step 12/26 : RUN ${MAKE} 08:43:34 ---> Running in 410679edb3f4 08:43:35 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 08:47:11 Removing intermediate container 410679edb3f4 08:47:11 ---> 406a9904db6c 08:47:11 Step 13/26 : FROM alpine:3.20 08:47:11 3.20: Pulling from library/alpine 08:47:11 cf04c63912e1: Already exists 08:47:11 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 08:47:11 Status: Downloaded newer image for alpine:3.20 08:47:11 ---> c157a85ed455 08:47:11 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 08:47:11 ---> Running in 739fd5795284 08:47:11 Removing intermediate container 739fd5795284 08:47:11 ---> f53a0bdfeb10 08:47:11 Step 15/26 : RUN apk add --update --no-cache dumb-init 08:47:11 ---> Running in 519fea7b5c2a 08:47:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:47:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:47:12 (1/1) Installing dumb-init (1.2.5-r3) 08:47:12 Executing busybox-1.36.1-r29.trigger 08:47:12 OK: 9 MiB in 15 packages 08:47:13 Removing intermediate container 519fea7b5c2a 08:47:13 ---> 1349c6a0ecd8 08:47:13 Step 16/26 : RUN apk --no-cache upgrade 08:47:13 ---> Running in 7d07e70b65e4 08:47:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:47:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:47:16 Upgrading critical system libraries and apk-tools: 08:47:16 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 08:47:16 Executing busybox-1.36.1-r29.trigger 08:47:16 Continuing the upgrade transaction with new apk-tools: 08:47:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:47:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:47:18 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 08:47:18 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 08:47:18 OK: 9 MiB in 15 packages 08:47:19 Removing intermediate container 7d07e70b65e4 08:47:19 ---> 18290fdf8b9e 08:47:19 Step 17/26 : WORKDIR / 08:47:19 ---> Running in 5bc9c79b0d7e 08:47:19 Removing intermediate container 5bc9c79b0d7e 08:47:19 ---> 7079b6b5b8bd 08:47:19 Step 18/26 : COPY --from=builder /device-uart/Attribution.txt / 08:47:20 ---> 0e7661d660c6 08:47:20 Step 19/26 : COPY --from=builder /device-uart/LICENSE / 08:47:20 ---> 6bdbedb30111 08:47:20 Step 20/26 : COPY --from=builder /device-uart/cmd/ / 08:47:22 ---> b45308f0635c 08:47:22 Step 21/26 : EXPOSE 59995 08:47:22 ---> Running in e2c95d06d65c 08:47:22 Removing intermediate container e2c95d06d65c 08:47:22 ---> 6b751c4fcb2b 08:47:22 Step 22/26 : ENTRYPOINT ["/device-uart"] 08:47:22 ---> Running in 7cce70517eda 08:47:23 Removing intermediate container 7cce70517eda 08:47:23 ---> 4b02d59df7ff 08:47:23 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 08:47:23 ---> Running in 1b88f38c94a2 08:47:23 Removing intermediate container 1b88f38c94a2 08:47:23 ---> a4e88b9b6362 08:47:23 Step 24/26 : LABEL arch=arm64 08:47:23 ---> Running in a62eafd1c84a 08:47:23 Removing intermediate container a62eafd1c84a 08:47:23 ---> aca1b02ea476 08:47:23 Step 25/26 : LABEL git_sha=1853a045f9f2447c53e5e0978cd282f805c231d1 08:47:24 ---> Running in 4a4a0fbf1efd 08:47:24 Removing intermediate container 4a4a0fbf1efd 08:47:24 ---> cbc1fdbd2632 08:47:24 Step 26/26 : LABEL version=4.0.0-dev.1 08:47:24 ---> Running in d0dcfb4044e6 08:47:24 Removing intermediate container d0dcfb4044e6 08:47:24 ---> 33745ac47c35 08:47:24 [Warning] One or more build-args [ARCH] were not consumed 08:47:24 Successfully built 33745ac47c35 08:47:24 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 08:47:24 provisioning config files... 08:47:24 copy managed file [device-uart-settings] to file:/w/workspace/device-uart/42@tmp/config2468777114408290404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:47:25 ---> ****-login.sh 08:47:25 nexus3.edgexfoundry.org:10001 08:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:47:25 Configure a credential helper to remove this warning. See 08:47:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:47:25 08:47:25 Login Succeeded 08:47:25 nexus3.edgexfoundry.org:10002 08:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:47:25 Configure a credential helper to remove this warning. See 08:47:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:47:25 08:47:25 Login Succeeded 08:47:25 nexus3.edgexfoundry.org:10003 08:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:47:26 Configure a credential helper to remove this warning. See 08:47:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:47:26 08:47:26 Login Succeeded 08:47:26 nexus3.edgexfoundry.org:10004 08:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:47:26 Configure a credential helper to remove this warning. See 08:47:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:47:26 08:47:26 Login Succeeded 08:47:26 ****.io 08:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:47:27 Configure a credential helper to remove this warning. See 08:47:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:47:27 08:47:27 Login Succeeded 08:47:27 ---> ****-login.sh ends [Pipeline] } 08:47:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:47:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:47:27 [edgeXDocker.push] Tagging docker image device-uart-arm64 with the following tags: 08:47:27 1853a045f9f2447c53e5e0978cd282f805c231d1 08:47:27 latest 08:47:27 4.0.0-dev.1 08:47:27 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 08:47:27 main 08:47:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:27 + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:27 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1 08:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 08:47:27 8935c94c6982: Preparing 08:47:27 ebe1ac95e799: Preparing 08:47:27 732e1eb90ad8: Preparing 08:47:27 1067cef4e3e6: Preparing 08:47:27 e144e48320a5: Preparing 08:47:27 16113d51b718: Preparing 08:47:27 16113d51b718: Waiting 08:47:28 e144e48320a5: Pushed 08:47:28 732e1eb90ad8: Pushed 08:47:28 ebe1ac95e799: Pushed 08:47:28 16113d51b718: Layer already exists 08:47:29 1067cef4e3e6: Pushed 08:47:37 8935c94c6982: Pushed 08:47:37 1853a045f9f2447c53e5e0978cd282f805c231d1: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:38 + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:38 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:latest 08:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 08:47:38 8935c94c6982: Preparing 08:47:38 ebe1ac95e799: Preparing 08:47:38 732e1eb90ad8: Preparing 08:47:38 1067cef4e3e6: Preparing 08:47:38 e144e48320a5: Preparing 08:47:38 16113d51b718: Preparing 08:47:38 16113d51b718: Waiting 08:47:38 e144e48320a5: Layer already exists 08:47:38 ebe1ac95e799: Layer already exists 08:47:38 8935c94c6982: Layer already exists 08:47:38 1067cef4e3e6: Layer already exists 08:47:38 732e1eb90ad8: Layer already exists 08:47:38 16113d51b718: Layer already exists 08:47:38 latest: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:39 + 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 08:47:39 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.0-dev.1 08:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 08:47:39 8935c94c6982: Preparing 08:47:39 ebe1ac95e799: Preparing 08:47:39 732e1eb90ad8: Preparing 08:47:39 1067cef4e3e6: Preparing 08:47:39 e144e48320a5: Preparing 08:47:39 16113d51b718: Preparing 08:47:39 16113d51b718: Waiting 08:47:39 ebe1ac95e799: Layer already exists 08:47:39 e144e48320a5: Layer already exists 08:47:39 1067cef4e3e6: Layer already exists 08:47:39 8935c94c6982: Layer already exists 08:47:39 732e1eb90ad8: Layer already exists 08:47:39 16113d51b718: Layer already exists 08:47:39 4.0.0-dev.1: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:40 + 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 08:47:40 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 08:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 08:47:40 8935c94c6982: Preparing 08:47:40 ebe1ac95e799: Preparing 08:47:40 732e1eb90ad8: Preparing 08:47:40 1067cef4e3e6: Preparing 08:47:40 e144e48320a5: Preparing 08:47:40 16113d51b718: Preparing 08:47:40 16113d51b718: Waiting 08:47:40 e144e48320a5: Layer already exists 08:47:40 1067cef4e3e6: Layer already exists 08:47:40 732e1eb90ad8: Layer already exists 08:47:40 8935c94c6982: Layer already exists 08:47:40 ebe1ac95e799: Layer already exists 08:47:40 16113d51b718: Layer already exists 08:47:40 1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:41 + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:41 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:main 08:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 08:47:41 8935c94c6982: Preparing 08:47:41 ebe1ac95e799: Preparing 08:47:41 732e1eb90ad8: Preparing 08:47:41 1067cef4e3e6: Preparing 08:47:41 e144e48320a5: Preparing 08:47:41 16113d51b718: Preparing 08:47:41 16113d51b718: Waiting 08:47:41 e144e48320a5: Layer already exists 08:47:41 732e1eb90ad8: Layer already exists 08:47:41 1067cef4e3e6: Layer already exists 08:47:41 8935c94c6982: Layer already exists 08:47:41 ebe1ac95e799: Layer already exists 08:47:41 16113d51b718: Layer already exists 08:47:41 main: digest: sha256:211fbed8c65d06463f485a8edfcf3581f9668fb3a04cddfb1b2c7257f776a492 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:47:41 ===================================================== [Pipeline] echo 08:47:41 taggedImages: 08:47:41 - nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1 08:47:41 - nexus3.edgexfoundry.org:10004/device-uart-arm64:latest 08:47:41 - nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.0-dev.1 08:47:41 - nexus3.edgexfoundry.org:10004/device-uart-arm64:1853a045f9f2447c53e5e0978cd282f805c231d1-4.0.0-dev.1 08:47:41 - 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 08:47:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:47:42 08:47:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:47:42 arm64: Pulling from edgex-lftools-log-publisher 08:47:42 8998bd30e6a1: Pulling fs layer 08:47:42 04944245beec: Pulling fs layer 08:47:42 699f458cf7ca: Pulling fs layer 08:47:42 765212b225bb: Pulling fs layer 08:47:42 f23df028b6ca: Pulling fs layer 08:47:42 d65c8cfc05b1: Pulling fs layer 08:47:42 2437ff75d9bd: Pulling fs layer 08:47:42 765212b225bb: Waiting 08:47:42 f23df028b6ca: Waiting 08:47:42 d65c8cfc05b1: Waiting 08:47:42 2437ff75d9bd: Waiting 08:47:42 04944245beec: Verifying Checksum 08:47:42 04944245beec: Download complete 08:47:42 765212b225bb: Download complete 08:47:42 f23df028b6ca: Verifying Checksum 08:47:42 f23df028b6ca: Download complete 08:47:42 d65c8cfc05b1: Download complete 08:47:42 699f458cf7ca: Verifying Checksum 08:47:42 699f458cf7ca: Download complete 08:47:43 8998bd30e6a1: Download complete 08:47:45 2437ff75d9bd: Verifying Checksum 08:47:45 2437ff75d9bd: Download complete 08:47:47 8998bd30e6a1: Pull complete 08:47:48 04944245beec: Pull complete 08:47:50 699f458cf7ca: Pull complete 08:47:50 765212b225bb: Pull complete 08:47:50 f23df028b6ca: Pull complete 08:47:51 d65c8cfc05b1: Pull complete 08:48:09 2437ff75d9bd: Pull complete 08:48:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:48:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:48:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:09 prd-ubuntu20.04-docker-arm64-4c-16g-24135 does not seem to be running inside a container 08:48:09 $ 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 08:48:12 $ docker top 79f28da2b641921b62699977e1d225ae0c3a00bdd5204d2f1c82bf004d34bfd3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:48:13 ---> job-cost.sh 08:48:13 lf-activate-venv: SKIPPING 08:48:13 INFO: No Stack... 08:48:13 INFO: Retrieving Pricing Info for: v3-standard-4 08:48:14 INFO: Archiving Costs [Pipeline] sh 08:48:14 + cat /w/workspace/device-uart/42/archives/cost.csv 08:48:14 + cut -d, -f6 [Pipeline] lock 08:48:14 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] 08:48:14 Resource [jenkins-edgexfoundry-device-uart-main-42-stack-cost] did not exist. Created. 08:48:14 Lock acquired on [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:48:15 /w/workspace/device-uart/42@tmp/durable-37ee25ea/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:48:15 + echo total: 0.10999999940395355 [Pipeline] stash 08:48:15 Warning: overwriting stash ‘stack-cost’ 08:48:16 Stashed 1 file(s) [Pipeline] } 08:48:16 Lock released on resource [Resource: jenkins-edgexfoundry-device-uart-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 08:48:16 $ docker stop --time=1 79f28da2b641921b62699977e1d225ae0c3a00bdd5204d2f1c82bf004d34bfd3 08:48:17 $ 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 08:48:17 provisioning config files... 08:48:17 copy managed file [device-uart-codecov-token] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config4252253293627730410tmp [Pipeline] { [Pipeline] sh 08:48:18 + set +x 08:48:18 + curl -s https://codecov.io/bash 08:48:18 + bash -s -- 08:48:18 08:48:18 _____ _ 08:48:18 / ____| | | 08:48:18 | | ___ __| | ___ ___ _____ __ 08:48:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:48:18 | |___| (_) | (_| | __/ (_| (_) \ V / 08:48:18 \_____\___/ \__,_|\___|\___\___/ \_/ 08:48:18 Bash-1.0.6 08:48:18 08:48:18 08:48:18 ==> git version 2.25.1 found 08:48:18 ==> 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 08:48:18 Release-Date: 2020-01-08 08:48:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:48:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:48:18 ==> Jenkins CI detected. 08:48:18 current dir:  /w/workspace/edgexfoundry_device-uart_main 08:48:18 project root: . 08:48:18 --> token set from env 08:48:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:48:18 ==> Running gcov in . (disable via -X gcov) 08:48:18 ==> Python coveragepy not found 08:48:18 ==> Searching for coverage reports in: 08:48:18 + . 08:48:18 -> Found 1 reports 08:48:18 ==> Detecting git/mercurial file structure 08:48:18 ==> Reading reports 08:48:18 + ./coverage.out bytes=6770 08:48:18 ==> Appending adjustments 08:48:18 https://docs.codecov.io/docs/fixing-reports 08:48:18 + Found adjustments 08:48:18 ==> Gzipping contents 08:48:18 4.0K /tmp/codecov.aoBunL.gz 08:48:18 ==> Uploading reports 08:48:18 url: https://codecov.io 08:48:18 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= 08:48:18 -> Pinging Codecov 08:48:18 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= 08:48:18 -> Uploading to 08:48:18 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 08:48:18 % Total % Received % Xferd Average Speed Time Time Time Current 08:48:18 Dload Upload Total Spent Left Speed 08:48:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1341 0 0 100 1341 0 6266 --:--:-- --:--:-- --:--:-- 6266 08:48:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/lf-edge/device-uart/commit/1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] } 08:48:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:48:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:48:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:48:19 08:48:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:48:19 latest: Pulling from edgex-devops/edgex-snyk-go 08:48:19 43c4264eed91: Already exists 08:48:19 4cc291be95ef: Already exists 08:48:19 2ac1f1163629: Already exists 08:48:19 5c3c966382ef: Already exists 08:48:19 4f4fb700ef54: Already exists 08:48:19 d9c7d2e4e75e: Pulling fs layer 08:48:19 9c3e1370e548: Pulling fs layer 08:48:19 d9c7d2e4e75e: Download complete 08:48:20 d9c7d2e4e75e: Pull complete 08:48:20 9c3e1370e548: Download complete 08:48:24 9c3e1370e548: Pull complete 08:48:24 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 08:48:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:48:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:24 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:48:24 $ 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 08:48:26 $ docker top 94e28f82a18688adc45b715111b6450539fecade709a1e035bf4e0f9450f0e94 -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:26 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-uart_main [Pipeline] echo 08:48:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-uart:main' [Pipeline] sh 08:48:26 + set -o pipefail 08:48:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-uart:main' 08:48:33 08:48:33 Monitoring /w/workspace/edgexfoundry_device-uart_main (github.com/edgexfoundry/device-uart)... 08:48:33 08:48:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a9260560-4d2e-420e-ab88-ca8ba35d31cd/history/6b7a1083-4118-4f0a-b7c7-3d9c0af193ae 08:48:33 08:48:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:48:33 [Pipeline] } 08:48:33 $ docker stop --time=1 94e28f82a18688adc45b715111b6450539fecade709a1e035bf4e0f9450f0e94 08:48:37 $ 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 08:48:38 + git log --format=format:%s -1 1853a045f9f2447c53e5e0978cd282f805c231d1 [Pipeline] sh 08:48:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:48:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:48:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:39 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:48:39 $ 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 08:48:39 $ docker top 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:48:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:48:39 [ssh-agent] Looking for ssh-agent implementation... 08:48:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:48:39 $ docker exec 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 ssh-agent 08:48:39 SSH_AUTH_SOCK=/tmp/ssh-kvj1YAuzpIh7/agent.32 08:48:39 SSH_AGENT_PID=38 08:48:39 Running ssh-add (command line suppressed) 08:48:40 Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_16628533933938014911.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_16628533933938014911.key) 08:48:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:48:40 + git semver tag 08:48:40 2024-10-30 08:48:40,553 [run_tag] DEBUG tag force:False 08:48:40 2024-10-30 08:48:40,553 [check_head_tag] DEBUG check head tag 08:48:40 2024-10-30 08:48:40,554 [execute] INFO git cat-file --batch-check 08:48:40 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=) 08:48:40 2024-10-30 08:48:40,558 [execute] INFO git cat-file --batch 08:48:40 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=) 08:48:40 2024-10-30 08:48:40,580 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:48:40 2024-10-30 08:48:40,580 [execute] INFO git tag -a v4.0.0-dev.1 -m v4.0.0-dev.1 08:48:40 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) 08:48:40 2024-10-30 08:48:40,584 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:48:40 4.0.0-dev.1 [Pipeline] } 08:48:40 $ docker exec --env ******** --env ******** 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 ssh-agent -k 08:48:40 unset SSH_AUTH_SOCK; 08:48:40 unset SSH_AGENT_PID; 08:48:40 echo Agent pid 38 killed; 08:48:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:48:41 + git semver [Pipeline] } 08:48:41 $ docker stop --time=1 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 08:48:42 $ docker rm -f --volumes 54b95e4d29e9d23c649d9e6b64f125eb2987e0b242dee0a349801f6978fef940 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:48:43 08:48:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:48:43 0.23.1-centos7: Pulling from edgex-lftools 08:48:43 ab5ef0e58194: Pulling fs layer 08:48:43 9712f1f96733: Pulling fs layer 08:48:43 63f879dbbcfc: Pulling fs layer 08:48:43 0d9ebad4ef96: Pulling fs layer 08:48:43 e9a5061849ea: Pulling fs layer 08:48:43 d747dcd14b5f: Pulling fs layer 08:48:43 2de7ff778b66: Pulling fs layer 08:48:43 d747dcd14b5f: Waiting 08:48:43 2de7ff778b66: Waiting 08:48:43 0d9ebad4ef96: Waiting 08:48:43 e9a5061849ea: Waiting 08:48:43 9712f1f96733: Verifying Checksum 08:48:43 63f879dbbcfc: Verifying Checksum 08:48:43 63f879dbbcfc: Download complete 08:48:43 0d9ebad4ef96: Verifying Checksum 08:48:43 0d9ebad4ef96: Download complete 08:48:43 d747dcd14b5f: Verifying Checksum 08:48:43 d747dcd14b5f: Download complete 08:48:43 e9a5061849ea: Verifying Checksum 08:48:43 e9a5061849ea: Download complete 08:48:43 2de7ff778b66: Verifying Checksum 08:48:43 2de7ff778b66: Download complete 08:48:44 ab5ef0e58194: Verifying Checksum 08:48:44 ab5ef0e58194: Download complete 08:48:46 ab5ef0e58194: Pull complete 08:48:47 9712f1f96733: Pull complete 08:48:47 63f879dbbcfc: Pull complete 08:48:51 0d9ebad4ef96: Pull complete 08:48:52 e9a5061849ea: Pull complete 08:48:52 d747dcd14b5f: Pull complete 08:48:53 2de7ff778b66: Pull complete 08:48:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:48:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:48:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:53 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:48:53 $ 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 08:48:57 $ docker top a67e690a0f7b45a3bfc6d7ddffb40c8fc66d657ead8342cf8344eb17c570f841 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:48:57 provisioning config files... 08:48:57 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config9143637763307607741tmp 08:48:57 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config8103973266372063898tmp 08:48:57 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config11212869102601884491tmp [Pipeline] { [Pipeline] echo 08:48:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:48:58 ---> sigul-configuration.sh 08:48:58 gpg: directory `/root/.gnupg' created 08:48:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:48:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:48:58 gpg: keyring `/root/.gnupg/secring.gpg' created 08:48:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:48:58 gpg: CAST5 encrypted data 08:48:58 gpg: encrypted with 1 passphrase 08:48:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:48:58 + mkdir /home/jenkins 08:48:58 + mkdir /home/jenkins/sigul [Pipeline] sh 08:48:58 + 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 08:48:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:48:58 ---> sigul-install.sh 08:48:58 Sigul already installed; skipping installation. [Pipeline] sh 08:48:59 + git tag --list 08:48:59 v0.0.0 08:48:59 v0.0.1-dev.1 08:48:59 v0.0.1-dev.2 08:48:59 v0.0.1-dev.3 08:48:59 v0.0.1-dev.4 08:48:59 v3.0.0 08:48:59 v3.0.1-dev.1 08:48:59 v3.0.1-dev.10 08:48:59 v3.0.1-dev.11 08:48:59 v3.0.1-dev.12 08:48:59 v3.0.1-dev.13 08:48:59 v3.0.1-dev.14 08:48:59 v3.0.1-dev.15 08:48:59 v3.0.1-dev.16 08:48:59 v3.0.1-dev.17 08:48:59 v3.0.1-dev.18 08:48:59 v3.0.1-dev.19 08:48:59 v3.0.1-dev.2 08:48:59 v3.0.1-dev.20 08:48:59 v3.0.1-dev.21 08:48:59 v3.0.1-dev.22 08:48:59 v3.0.1-dev.23 08:48:59 v3.0.1-dev.24 08:48:59 v3.0.1-dev.25 08:48:59 v3.0.1-dev.26 08:48:59 v3.0.1-dev.27 08:48:59 v3.0.1-dev.28 08:48:59 v3.0.1-dev.29 08:48:59 v3.0.1-dev.3 08:48:59 v3.0.1-dev.30 08:48:59 v3.0.1-dev.31 08:48:59 v3.0.1-dev.32 08:48:59 v3.0.1-dev.33 08:48:59 v3.0.1-dev.34 08:48:59 v3.0.1-dev.4 08:48:59 v3.0.1-dev.5 08:48:59 v3.0.1-dev.6 08:48:59 v3.0.1-dev.7 08:48:59 v3.0.1-dev.8 08:48:59 v3.0.1-dev.9 08:48:59 v3.1 08:48:59 v3.1.0 08:48:59 v3.1.1 08:48:59 v3.1.1-dev.1 08:48:59 v4.0.0-dev.1 [Pipeline] sh 08:48:59 + lftools sign git-tag v4.0.0-dev.1 08:49:00 Signing Git tag with Sigul... 08:49:00 Signing v4.0.0-dev.1 [Pipeline] echo 08:49:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:49:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:49:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:49:00 $ docker stop --time=1 a67e690a0f7b45a3bfc6d7ddffb40c8fc66d657ead8342cf8344eb17c570f841 08:49:02 $ 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 08:49:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:49:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:49:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:49:02 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:49:02 $ 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 08:49:03 $ docker top 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:49:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:49:03 [ssh-agent] Looking for ssh-agent implementation... 08:49:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:49:03 $ docker exec 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 ssh-agent 08:49:03 SSH_AUTH_SOCK=/tmp/ssh-kq16WPJvLgGo/agent.32 08:49:03 SSH_AGENT_PID=39 08:49:03 Running ssh-add (command line suppressed) 08:49:03 Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_3258127608512554910.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_3258127608512554910.key) 08:49:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:49:04 + git semver bump pre 08:49:04 2024-10-30 08:49:04,187 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:49:04 2024-10-30 08:49:04,188 [bump_version] DEBUG bumping version:4.0.0-dev.1 on axis:pre with prefix:dev 08:49:04 2024-10-30 08:49:04,188 [bump_version] DEBUG bumped version:4.0.0-dev.2 08:49:04 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 08:49:04 2024-10-30 08:49:04,188 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:49:04 2024-10-30 08:49:04,188 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-uart_main/.semver/main 08:49:04 2024-10-30 08:49:04,190 [execute] INFO git cat-file --batch-check 08:49:04 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=) 08:49:04 2024-10-30 08:49:04,195 [execute] INFO git cat-file --batch 08:49:04 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=) 08:49:04 2024-10-30 08:49:04,200 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:49:04 4.0.0-dev.2 [Pipeline] } 08:49:04 $ docker exec --env ******** --env ******** 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 ssh-agent -k 08:49:04 unset SSH_AUTH_SOCK; 08:49:04 unset SSH_AGENT_PID; 08:49:04 echo Agent pid 39 killed; 08:49:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:49:04 + git semver [Pipeline] } 08:49:04 $ docker stop --time=1 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 08:49:06 $ docker rm -f --volumes 035536026e24f246657325fa04be98ab50b03a5549d6075e7f81ebf3f69d3e30 [Pipeline] // withDockerContainer [Pipeline] sh 08:49:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:49:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:49:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:49:07 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:49:07 $ 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 08:49:07 $ docker top 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:49:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:49:07 [ssh-agent] Looking for ssh-agent implementation... 08:49:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:49:07 $ docker exec 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d ssh-agent 08:49:07 SSH_AUTH_SOCK=/tmp/ssh-G2GMAw5veMak/agent.32 08:49:07 SSH_AGENT_PID=38 08:49:07 Running ssh-add (command line suppressed) 08:49:07 Identity added: /w/workspace/edgexfoundry_device-uart_main@tmp/private_key_13075028254360595628.key (/w/workspace/edgexfoundry_device-uart_main@tmp/private_key_13075028254360595628.key) 08:49:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:49:08 + git semver push 08:49:08 2024-10-30 08:49:08,328 [run_push] DEBUG push 08:49:08 2024-10-30 08:49:08,328 [execute] INFO git cat-file --batch-check 08:49:08 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=) 08:49:08 2024-10-30 08:49:08,332 [execute] INFO git rev-list 45a26737c180f3347cdf982235c5cc78ab4e500b -- 08:49:08 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) 08:49:08 2024-10-30 08:49:08,339 [execute] INFO git fetch -v origin 08:49:08 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) 08:49:08 2024-10-30 08:49:08,831 [run_push] DEBUG no remote changes detected 08:49:08 2024-10-30 08:49:08,831 [execute] INFO git push origin semver 08:49:08 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) 08:49:09 2024-10-30 08:49:09,621 [run_push] DEBUG push all version tags 08:49:09 2024-10-30 08:49:09,621 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:49:09 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) 08:49:10 2024-10-30 08:49:10,409 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_main/.semver/main 08:49:10 4.0.0-dev.2 [Pipeline] } 08:49:10 $ docker exec --env ******** --env ******** 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d ssh-agent -k 08:49:10 unset SSH_AUTH_SOCK; 08:49:10 unset SSH_AGENT_PID; 08:49:10 echo Agent pid 38 killed; 08:49:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:49:10 + git semver [Pipeline] } 08:49:11 $ docker stop --time=1 79ff1a370ed27ebd441107726351821739da095aec91f669f3cd736eaae1344d 08:49:12 $ 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 08:49:13 + [ -d /w/workspace/edgexfoundry_device-uart_main/archives ] 08:49:13 + ls -al /w/workspace/edgexfoundry_device-uart_main/archives 08:49:13 total 16 08:49:13 drwxr-xr-x 3 root root 4096 Oct 30 08:35 . 08:49:13 drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 08:48 .. 08:49:13 drwxr-xr-x 2 root root 4096 Oct 30 08:35 cost 08:49:13 -rw-r--r-- 1 root root 82 Oct 30 08:35 cost.csv 08:49:13 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-uart_main/archives 08:49:13 + ls -al /w/workspace/edgexfoundry_device-uart_main/archives 08:49:13 total 16 08:49:13 drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 08:35 . 08:49:13 drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 08:48 .. 08:49:13 drwxr-xr-x 2 jenkins jenkins 4096 Oct 30 08:35 cost 08:49:13 -rw-r--r-- 1 jenkins jenkins 82 Oct 30 08:35 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:49:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:49:14 ---> package-listing.sh 08:49:14 ++ facter osfamily 08:49:14 ++ tr '[:upper:]' '[:lower:]' 08:49:14 + OS_FAMILY=debian 08:49:14 + workspace=/w/workspace/edgexfoundry_device-uart_main 08:49:14 + START_PACKAGES=/tmp/packages_start.txt 08:49:14 + END_PACKAGES=/tmp/packages_end.txt 08:49:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:49:14 + PACKAGES=/tmp/packages_start.txt 08:49:14 + '[' /w/workspace/edgexfoundry_device-uart_main ']' 08:49:14 + PACKAGES=/tmp/packages_end.txt 08:49:14 + case "${OS_FAMILY}" in 08:49:14 + dpkg -l 08:49:14 + grep '^ii' 08:49:14 + '[' -f /tmp/packages_start.txt ']' 08:49:14 + '[' -f /tmp/packages_end.txt ']' 08:49:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:49:14 + '[' /w/workspace/edgexfoundry_device-uart_main ']' 08:49:14 + mkdir -p /w/workspace/edgexfoundry_device-uart_main/archives/ 08:49:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-uart_main/archives/ [Pipeline] echo 08:49:14 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 08:49:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:49:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:49:15 prd-ubuntu20.04-docker-8c-8g-24134 does not seem to be running inside a container 08:49:15 $ 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 08:49:15 $ docker top 0b608d0cfe6852d65d9b763343df4955898fb711d137f65ebbdce3cc3303f1c5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:49:16 + touch /tmp/pre-build-complete [Pipeline] sh 08:49:16 + mkdir -p /var/log/sysstat [Pipeline] sh 08:49:16 + ls /var/log/sa-host 08:49:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:49:16 provisioning config files... 08:49:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-uart_main@tmp/config4867273049467662139tmp [Pipeline] { [Pipeline] echo 08:49:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:49:17 ---> create-netrc.sh [Pipeline] } 08:49:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:49:17 ---> python-tools-install.sh [Pipeline] echo 08:49:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:49:17 ---> sudo-logs.sh 08:49:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:49:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:49:18 ---> job-cost.sh 08:49:18 lf-activate-venv: SKIPPING 08:49:18 DEBUG: total: 0.2199999988079071 08:49:18 INFO: Retrieving Stack Cost... 08:49:18 INFO: Retrieving Pricing Info for: v3-standard-8 08:49:18 INFO: Archiving Costs [Pipeline] echo 08:49:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:49:19 ---> logs-deploy.sh 08:49:19 lf-activate-venv: SKIPPING 08:49:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-uart/main/42 08:49:19 INFO: archiving workspace using pattern(s): 08:49:20 Archives upload complete. 08:49:20 INFO: archiving logs to Nexus