Push event to branch odessa Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 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-ssh12199871302826198317.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh9027057466299271313.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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/odessa/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/odessa/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8738450557101773282.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh10898706428576089009.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/odessa/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/odessa/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4006394045952671680.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.25 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-773668 in /w/workspace/edgexfoundry_device-uart_odessa [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_odessa # 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 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf (odessa) > 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 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf # timeout=10 Commit message: "Merge pull request #122 from FelixTing/upgrade-sdk" > git rev-list --no-walk bcbaec5496d4b917e8ba5c06705888bd2177e365 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:46:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:46:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:46:38 ========================================================= 01:46:38 EdgeX Global Pipelines Version Info 01:46:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:46:39 ------------------- 01:46:39 stable info: 01:46:39 ------------------- 01:46:39 Commited By: Cherry Wang cherry@iotechsys.com 01:46:39 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 01:46:39 Message: update stable to v1.0.278 01:46:40 ------------------- 01:46:40 experimental info: 01:46:40 ------------------- 01:46:40 Commited By: **** collab-it+edgex@linuxfoundation.org 01:46:40 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 01:46:40 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-uart-settings [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-uart [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-uart [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = odessa [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = odessa [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = odessa [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c51b5b [Pipeline] echo 01:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:46:41 provisioning config files... 01:46:41 copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config12784187945625935112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:46:41 ---> ****-login.sh 01:46:41 nexus3.edgexfoundry.org:10001 01:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:41 01:46:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:46:41 Configure a credential helper to remove this warning. See 01:46:41 https://docs.****.com/go/credential-store/ 01:46:41 01:46:41 Login Succeeded 01:46:41 nexus3.edgexfoundry.org:10002 01:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:41 01:46:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:46:41 Configure a credential helper to remove this warning. See 01:46:41 https://docs.****.com/go/credential-store/ 01:46:41 01:46:41 Login Succeeded 01:46:41 nexus3.edgexfoundry.org:10003 01:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:41 01:46:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:46:41 Configure a credential helper to remove this warning. See 01:46:41 https://docs.****.com/go/credential-store/ 01:46:41 01:46:41 Login Succeeded 01:46:41 nexus3.edgexfoundry.org:10004 01:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:41 01:46:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:46:41 Configure a credential helper to remove this warning. See 01:46:41 https://docs.****.com/go/credential-store/ 01:46:41 01:46:41 Login Succeeded 01:46:41 ****.io 01:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:42 01:46:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:46:42 Configure a credential helper to remove this warning. See 01:46:42 https://docs.****.com/go/credential-store/ 01:46:42 01:46:42 Login Succeeded 01:46:42 ---> ****-login.sh ends [Pipeline] } 01:46:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:46:42 + git rev-list -1 --merges 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf~1..0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] echo 01:46:42 -----------> git rev-list -1 --merges 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf~1..0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 01:46:42 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [false] [Pipeline] sh 01:46:42 + git log --format=format:%s -1 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] echo 01:46:42 ========================================================= 01:46:42 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:46:42 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:46:43 + git log --format=format:%s -1 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] echo 01:46:43 [semverPrep] GIT_COMMIT: 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf, Commit Message: Merge pull request #122 from FelixTing/upgrade-sdk [Pipeline] echo 01:46:43 [semverPrep] This is not a build commit. [Pipeline] sh 01:46:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:46:43 + grep -v github /etc/ssh/ssh_known_hosts 01:46:43 + [ -e /tmp/ssh_known_hosts ] 01:46:43 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:46:43 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:46:43 sudo tee -a /etc/ssh/ssh_known_hosts 01:46:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:46:44 01:46:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:46:44 0.1.4: Pulling from edgex-devops/py-git-semver 01:46:44 3dae71ba6b94: Pulling fs layer 01:46:44 6bf1a483ea7c: Pulling fs layer 01:46:44 f5dfc541a4d3: Pulling fs layer 01:46:44 461d9e800cba: Pulling fs layer 01:46:44 80192f66455f: Pulling fs layer 01:46:44 2e8e34ca0e6c: Pulling fs layer 01:46:44 a29436f7fd5d: Pulling fs layer 01:46:44 923cac83aea3: Pulling fs layer 01:46:44 25ad8b0a4227: Pulling fs layer 01:46:44 db01528c6b51: Pulling fs layer 01:46:44 28988de357af: Pulling fs layer 01:46:44 461d9e800cba: Waiting 01:46:44 25ad8b0a4227: Waiting 01:46:44 80192f66455f: Waiting 01:46:44 a29436f7fd5d: Waiting 01:46:44 2e8e34ca0e6c: Waiting 01:46:44 db01528c6b51: Waiting 01:46:44 923cac83aea3: Waiting 01:46:44 28988de357af: Waiting 01:46:44 6bf1a483ea7c: Verifying Checksum 01:46:44 6bf1a483ea7c: Download complete 01:46:44 461d9e800cba: Verifying Checksum 01:46:44 461d9e800cba: Download complete 01:46:44 80192f66455f: Download complete 01:46:44 f5dfc541a4d3: Verifying Checksum 01:46:44 f5dfc541a4d3: Download complete 01:46:44 3dae71ba6b94: Verifying Checksum 01:46:44 3dae71ba6b94: Download complete 01:46:44 923cac83aea3: Download complete 01:46:44 25ad8b0a4227: Verifying Checksum 01:46:44 25ad8b0a4227: Download complete 01:46:44 db01528c6b51: Verifying Checksum 01:46:44 db01528c6b51: Download complete 01:46:44 28988de357af: Download complete 01:46:44 a29436f7fd5d: Verifying Checksum 01:46:44 a29436f7fd5d: Download complete 01:46:45 2e8e34ca0e6c: Verifying Checksum 01:46:45 2e8e34ca0e6c: Download complete 01:46:45 3dae71ba6b94: Pull complete 01:46:46 6bf1a483ea7c: Pull complete 01:46:46 f5dfc541a4d3: Pull complete 01:46:46 461d9e800cba: Pull complete 01:46:47 80192f66455f: Pull complete 01:46:51 2e8e34ca0e6c: Pull complete 01:46:51 a29436f7fd5d: Pull complete 01:46:51 923cac83aea3: Pull complete 01:46:51 25ad8b0a4227: Pull complete 01:46:51 db01528c6b51: Pull complete 01:46:51 28988de357af: Pull complete 01:46:51 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:46:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:46:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:51 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 01:46:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:46:55 $ docker top 2ec5d373102b2ef0961d4ad43740555f1eb9c5dc03477c35c16da3299460db90 -eo pid,comm 01:46:55 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). 01:46:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:46:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:46:55 [ssh-agent] Looking for ssh-agent implementation... 01:46:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:46:55 $ docker exec 2ec5d373102b2ef0961d4ad43740555f1eb9c5dc03477c35c16da3299460db90 ssh-agent 01:46:56 SSH_AUTH_SOCK=/tmp/ssh-VFnBSro4Y2EQ/agent.33 01:46:56 SSH_AGENT_PID=39 01:46:56 Running ssh-add (command line suppressed) 01:46:56 Identity added: /w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_11656977388960569743.key (/w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_11656977388960569743.key) 01:46:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:46:56 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-uart_odessa [Pipeline] sh 01:46:56 + git tag --points-at HEAD [Pipeline] } 01:46:56 $ docker exec --env ******** --env ******** 2ec5d373102b2ef0961d4ad43740555f1eb9c5dc03477c35c16da3299460db90 ssh-agent -k 01:46:56 unset SSH_AUTH_SOCK; 01:46:56 unset SSH_AGENT_PID; 01:46:56 echo Agent pid 39 killed; 01:46:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:46:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:46:56 [ssh-agent] Looking for ssh-agent implementation... 01:46:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:46:57 $ docker exec 2ec5d373102b2ef0961d4ad43740555f1eb9c5dc03477c35c16da3299460db90 ssh-agent 01:46:57 SSH_AUTH_SOCK=/tmp/ssh-EhQ3jT0TRt23/agent.86 01:46:57 SSH_AGENT_PID=92 01:46:57 Running ssh-add (command line suppressed) 01:46:57 Identity added: /w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_5008410126794439343.key (/w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_5008410126794439343.key) 01:46:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:46:57 + git semver init 01:46:57 2025-11-24 01:46:57,740 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:46:57 2025-11-24 01:46:57,745 [run_init] DEBUG init version:0.0.0 force:False 01:46:57 2025-11-24 01:46:57,746 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-uart_odessa/.semver 01:46:57 2025-11-24 01:46:57,746 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-uart.git /w/workspace/edgexfoundry_device-uart_odessa/.semver 01:46:57 2025-11-24 01:46:57,746 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-uart.git', '/w/workspace/edgexfoundry_device-uart_odessa/.semver'], cwd=/w/workspace/edgexfoundry_device-uart_odessa, stdin=None, shell=False, universal_newlines=False) 01:46:59 2025-11-24 01:46:59,191 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-uart_odessa/.git/info/exclude 01:46:59 2025-11-24 01:46:59,192 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa with force:False 01:46:59 2025-11-24 01:46:59,192 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 01:46:59 2025-11-24 01:46:59,192 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 01:46:59 4.0.1-dev.1 [Pipeline] } 01:46:59 $ docker exec --env ******** --env ******** 2ec5d373102b2ef0961d4ad43740555f1eb9c5dc03477c35c16da3299460db90 ssh-agent -k 01:46:59 unset SSH_AUTH_SOCK; 01:46:59 unset SSH_AGENT_PID; 01:46:59 echo Agent pid 92 killed; 01:46:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:47:00 + git semver [Pipeline] } 01:47:00 $ docker stop --time=1 2ec5d373102b2ef0961d4ad43740555f1eb9c5dc03477c35c16da3299460db90 01:47:01 $ docker rm -f --volumes 2ec5d373102b2ef0961d4ad43740555f1eb9c5dc03477c35c16da3299460db90 [Pipeline] // withDockerContainer [Pipeline] sh 01:47:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:47:02 Stashed 1 file(s) [Pipeline] echo 01:47:02 [edgeXSemver]: initialized semver on version 4.0.1-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 01:47:02 provisioning config files... 01:47:02 copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config12266445911838658732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:47:02 ---> ****-login.sh 01:47:02 nexus3.edgexfoundry.org:10001 01:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:02 Login Succeeded 01:47:02 nexus3.edgexfoundry.org:10002 01:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:02 Login Succeeded 01:47:02 nexus3.edgexfoundry.org:10003 01:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:03 Login Succeeded 01:47:03 nexus3.edgexfoundry.org:10004 01:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:03 Login Succeeded 01:47:03 ****.io 01:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:03 Login Succeeded 01:47:03 ---> ****-login.sh ends [Pipeline] } 01:47:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:47:03 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:47:03 + + grep ^go [0-9].[0-9]*cut go.mod -d 01:47:03 -f 2 01:47:03 + cut -d . -f1-2 [Pipeline] echo 01:47:03 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:47:03 ========================================================= 01:47:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.23-alpine-lts] 01:47:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:04 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.23-alpine-lts --build-arg MAKE=echo noop --target=builder . 01:47:05 #0 building with "default" instance using docker driver 01:47:05 01:47:05 #1 [internal] load build definition from Dockerfile 01:47:05 #1 transferring dockerfile: 1.96kB done 01:47:05 #1 DONE 0.0s 01:47:05 01:47:05 #2 [internal] load metadata for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.23-alpine-lts 01:47:05 #2 DONE 0.1s 01:47:05 01:47:05 #3 [internal] load .dockerignore 01:47:05 #3 transferring context: 182B done 01:47:05 #3 DONE 0.0s 01:47:05 01:47:05 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.23-alpine-lts@sha256:13490a1e6eed117a10b338392fa532bd4755c6135795303ade0591b05f77a5dd 01:47:05 #4 resolve nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.23-alpine-lts@sha256:13490a1e6eed117a10b338392fa532bd4755c6135795303ade0591b05f77a5dd 0.0s done 01:47:05 #4 sha256:13490a1e6eed117a10b338392fa532bd4755c6135795303ade0591b05f77a5dd 2.21kB / 2.21kB done 01:47:05 #4 sha256:bc3d7bf65e2363f1bcda3738ec6be7c8ddbd609a9cc249afb7684dc2b54dd356 5.43kB / 5.43kB done 01:47:05 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.15MB / 3.63MB 0.1s 01:47:05 #4 sha256:8833042f23b55b241bbb6352d36795dec58ceae053fa5e7f68b7da568ede5a71 294.38kB / 294.38kB 0.0s done 01:47:05 #4 sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 5.24MB / 74.06MB 0.1s 01:47:05 #4 sha256:b5acb76e968064ef973541dc9568ddcc77a62715cc268ca0282004a1349897d8 126B / 126B 0.1s done 01:47:05 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:47:05 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 01:47:05 #4 sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 18.87MB / 74.06MB 0.2s 01:47:05 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 01:47:05 #4 sha256:012bb1f9d321339749de0031ed7c0df5e7017753dd01ba413db26430b180a314 439B / 439B 0.2s done 01:47:05 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 794.62kB / 100.52MB 0.2s 01:47:05 #4 sha256:97255f1bc79db2b973305890b2e320f157ca5af50aa836c0a14faf68d42ccadb 1.05MB / 2.38MB 0.2s 01:47:05 #4 sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 49.36MB / 74.06MB 0.4s 01:47:05 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done 01:47:05 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 18.87MB / 100.52MB 0.4s 01:47:05 #4 sha256:97255f1bc79db2b973305890b2e320f157ca5af50aa836c0a14faf68d42ccadb 2.38MB / 2.38MB 0.3s done 01:47:05 #4 sha256:15f87924ceafe7c6d7d59f643af2171e5cf35b5e63c8addbcf3ade6075f018af 4.19MB / 13.29MB 0.4s 01:47:05 #4 sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 68.80MB / 74.06MB 0.5s 01:47:05 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 30.41MB / 100.52MB 0.5s 01:47:05 #4 sha256:15f87924ceafe7c6d7d59f643af2171e5cf35b5e63c8addbcf3ade6075f018af 12.58MB / 13.29MB 0.5s 01:47:05 #4 extracting sha256:8833042f23b55b241bbb6352d36795dec58ceae053fa5e7f68b7da568ede5a71 0.1s done 01:47:05 #4 sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 74.06MB / 74.06MB 0.6s 01:47:05 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 47.19MB / 100.52MB 0.6s 01:47:05 #4 sha256:15f87924ceafe7c6d7d59f643af2171e5cf35b5e63c8addbcf3ade6075f018af 13.29MB / 13.29MB 0.6s 01:47:05 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 58.72MB / 100.52MB 0.7s 01:47:05 #4 sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 74.06MB / 74.06MB 0.8s done 01:47:05 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 73.40MB / 100.52MB 0.8s 01:47:05 #4 sha256:15f87924ceafe7c6d7d59f643af2171e5cf35b5e63c8addbcf3ade6075f018af 13.29MB / 13.29MB 0.8s done 01:47:05 #4 extracting sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 01:47:05 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 100.52MB / 100.52MB 1.0s 01:47:06 #4 ... 01:47:06 01:47:06 #5 [internal] load build context 01:47:06 #5 transferring context: 70.60MB 0.9s done 01:47:06 #5 DONE 1.3s 01:47:06 01:47:06 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.23-alpine-lts@sha256:13490a1e6eed117a10b338392fa532bd4755c6135795303ade0591b05f77a5dd 01:47:06 #4 sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 100.52MB / 100.52MB 1.3s done 01:47:11 #4 extracting sha256:6ca661eb024f09b95cfdf77781effc26400df52d97566fbd0fd4d45a67c3a3e6 4.5s done 01:47:11 #4 extracting sha256:b5acb76e968064ef973541dc9568ddcc77a62715cc268ca0282004a1349897d8 done 01:47:11 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:47:11 #4 extracting sha256:012bb1f9d321339749de0031ed7c0df5e7017753dd01ba413db26430b180a314 done 01:47:11 #4 extracting sha256:97255f1bc79db2b973305890b2e320f157ca5af50aa836c0a14faf68d42ccadb 0.0s done 01:47:11 #4 extracting sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 01:47:14 #4 extracting sha256:454448c9edf9200be9c4129af23c551f6c13d1132e52b951128dcb4885d48833 3.2s done 01:47:14 #4 extracting sha256:15f87924ceafe7c6d7d59f643af2171e5cf35b5e63c8addbcf3ade6075f018af 0.1s 01:47:14 #4 extracting sha256:15f87924ceafe7c6d7d59f643af2171e5cf35b5e63c8addbcf3ade6075f018af 0.5s done 01:47:14 #4 DONE 9.6s 01:47:14 01:47:14 #6 [builder 2/7] WORKDIR /device-uart 01:47:17 Still waiting to schedule task 01:47:17 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-773665’ 01:47:19 #6 DONE 3.7s 01:47:19 01:47:19 #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 01:47:19 #7 0.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:47:19 #7 0.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:47:19 #7 0.686 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:47:19 #7 0.707 (2/4) Installing libedit (20240517.3.1-r0) 01:47:19 #7 0.719 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:47:19 #7 0.822 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:47:19 #7 0.846 Executing busybox-1.36.1-r29.trigger 01:47:19 #7 0.854 OK: 252 MiB in 62 packages 01:47:19 #7 DONE 1.0s 01:47:19 01:47:19 #8 [builder 4/7] COPY go.mod vendor* ./ 01:47:19 #8 DONE 0.6s 01:47:20 01:47:20 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:42 #9 DONE 21.8s 01:47:42 01:47:42 #10 [builder 6/7] COPY . . 01:47:42 #10 DONE 0.8s 01:47:42 01:47:42 #11 [builder 7/7] RUN echo noop 01:47:42 #11 0.191 noop 01:47:42 #11 DONE 0.2s 01:47:42 01:47:42 #12 exporting to image 01:47:42 #12 exporting layers 01:47:49 #12 exporting layers 6.8s done 01:47:49 #12 writing image sha256:9c68df05700c2d68624675eea1c2667f5e746137f58daceffbfc43f64284827b done 01:47:49 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:47:49 #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:50 + docker inspect -f . ci-base-image-x86_64 01:47:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:47:50 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 01:47:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-uart_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** ci-base-image-x86_64 cat 01:47:50 $ docker top 6617f59ed2b3727a010ba4307b9e35a0d3317ba15ed08a2f047ae1219f48eb45 -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:50 + go version 01:47:50 go version go1.23.7 linux/amd64 [Pipeline] } 01:47:50 $ docker stop --time=1 6617f59ed2b3727a010ba4307b9e35a0d3317ba15ed08a2f047ae1219f48eb45 01:47:52 $ docker rm -f --volumes 6617f59ed2b3727a010ba4307b9e35a0d3317ba15ed08a2f047ae1219f48eb45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:52 + docker inspect -f . ci-base-image-x86_64 01:47:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:47:52 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 01:47:52 $ 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_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** ci-base-image-x86_64 cat 01:47:52 $ docker top 7daa808331762784db0634bf32e467057c42c68c4ddcc79da8cc76a88ae201db -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:53 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-uart_odessa [Pipeline] fileExists [Pipeline] sh 01:47:53 + make test 01:47:53 go test ./... -coverprofile=coverage.out 01:47:54 ? github.com/edgexfoundry/device-uart [no test files] 01:48:12 github.com/edgexfoundry/device-uart/cmd coverage: 0.0% of statements 01:48:12 github.com/edgexfoundry/device-uart/internal/driver coverage: 0.0% of statements 01:48:20 go vet ./... 01:48:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:48:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:48:25 ./bin/test-attribution-txt.sh [Pipeline] echo 01:48:25 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 01:48:26 + go mod tidy [Pipeline] } 01:48:26 $ docker stop --time=1 7daa808331762784db0634bf32e467057c42c68c4ddcc79da8cc76a88ae201db 01:48:30 $ docker rm -f --volumes 7daa808331762784db0634bf32e467057c42c68c4ddcc79da8cc76a88ae201db [Pipeline] // withDockerContainer [Pipeline] sh 01:48:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:48:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:48:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:48:32 + ls -al . 01:48:32 total 228 01:48:32 drwxrwxr-x 9 jenkins jenkins 4096 Nov 24 01:47 . 01:48:32 drwxrwxr-x 4 jenkins jenkins 4096 Nov 24 01:46 .. 01:48:32 -rw-rw-r-- 1 jenkins jenkins 140 Nov 24 01:46 .dockerignore 01:48:32 drwxrwxr-x 8 jenkins jenkins 4096 Nov 24 01:48 .git 01:48:32 drwxrwxr-x 3 jenkins jenkins 4096 Nov 24 01:46 .github 01:48:32 -rw-rw-r-- 1 jenkins jenkins 335 Nov 24 01:46 .gitignore 01:48:32 -rw-rw-r-- 1 jenkins jenkins 198 Nov 24 01:46 .golangci.yml 01:48:32 drwxr-xr-x 3 jenkins jenkins 4096 Nov 24 01:46 .semver 01:48:32 -rw-rw-r-- 1 jenkins jenkins 18662 Nov 24 01:46 Attribution.txt 01:48:32 -rw-rw-r-- 1 jenkins jenkins 2704 Nov 24 01:46 CHANGELOG.md 01:48:32 -rw-rw-r-- 1 jenkins jenkins 1924 Nov 24 01:46 Dockerfile 01:48:32 -rw-rw-r-- 1 jenkins jenkins 677 Nov 24 01:46 GOVERNANCE.md 01:48:32 -rw-rw-r-- 1 jenkins jenkins 675 Nov 24 01:46 Jenkinsfile 01:48:32 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 24 01:46 LICENSE 01:48:32 -rw-rw-r-- 1 jenkins jenkins 2455 Nov 24 01:46 Makefile 01:48:32 -rw-rw-r-- 1 jenkins jenkins 617 Nov 24 01:46 OWNERS.md 01:48:32 -rw-rw-r-- 1 jenkins jenkins 8892 Nov 24 01:46 README.md 01:48:32 -rw-rw-r-- 1 jenkins jenkins 11 Nov 24 01:47 VERSION 01:48:32 drwxrwxr-x 2 jenkins jenkins 4096 Nov 24 01:46 bin 01:48:32 drwxrwxr-x 3 jenkins jenkins 4096 Nov 24 01:46 cmd 01:48:32 -rw-r--r-- 1 jenkins jenkins 6770 Nov 24 01:48 coverage.out 01:48:32 -rw-rw-r-- 1 jenkins jenkins 6075 Nov 24 01:46 go.mod 01:48:32 -rw-rw-r-- 1 jenkins jenkins 86751 Nov 24 01:46 go.sum 01:48:32 drwxrwxr-x 3 jenkins jenkins 4096 Nov 24 01:46 internal 01:48:32 drwxrwxr-x 10 jenkins jenkins 4096 Nov 24 01:46 vendor 01:48:32 -rw-rw-r-- 1 jenkins jenkins 209 Nov 24 01:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:32 + 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=0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf --label arch=amd64 --label version=4.0.1-dev.1 . 01:48:32 #0 building with "default" instance using docker driver 01:48:32 01:48:32 #1 [internal] load build definition from Dockerfile 01:48:32 #1 transferring dockerfile: 1.96kB done 01:48:32 #1 DONE 0.0s 01:48:32 01:48:32 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:48:32 #2 DONE 0.0s 01:48:32 01:48:32 #3 [internal] load metadata for docker.io/library/alpine:3.22 01:48:32 #3 DONE 0.2s 01:48:32 01:48:32 #4 [internal] load .dockerignore 01:48:32 #4 transferring context: 182B done 01:48:32 #4 DONE 0.0s 01:48:32 01:48:32 #5 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:48:32 #5 DONE 0.1s 01:48:32 01:48:32 #6 [builder 2/7] WORKDIR /device-uart 01:48:33 #6 DONE 0.1s 01:48:33 01:48:33 #7 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:48:33 #7 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:48:33 #7 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:48:33 #7 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s 01:48:33 #7 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:48:33 #7 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:48:33 #7 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 01:48:33 #7 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 01:48:33 #7 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.2s done 01:48:33 #7 DONE 0.3s 01:48:33 01:48:33 #8 [internal] load build context 01:48:33 #8 transferring context: 983.99kB 0.2s done 01:48:33 #8 DONE 0.2s 01:48:33 01:48:33 #9 [builder 3/7] RUN apk add --update --no-cache make git openssh-client 01:48:33 #9 0.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:48:33 #9 0.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:48:33 #9 0.792 OK: 252 MiB in 62 packages 01:48:33 #9 DONE 0.9s 01:48:33 01:48:33 #10 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:48:33 #10 0.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:48:33 #10 0.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:48:34 #10 0.819 (1/1) Installing dumb-init (1.2.5-r3) 01:48:34 #10 0.829 Executing busybox-1.37.0-r19.trigger 01:48:34 #10 0.837 OK: 7 MiB in 17 packages 01:48:34 #10 DONE 1.1s 01:48:34 01:48:34 #11 [builder 4/7] COPY go.mod vendor* ./ 01:48:34 #11 DONE 0.6s 01:48:34 01:48:34 #12 [stage-1 3/7] RUN apk --no-cache upgrade 01:48:34 #12 0.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:48:34 #12 ... 01:48:34 01:48:34 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:34 #13 0.223 skipping... 01:48:34 #13 DONE 0.3s 01:48:35 01:48:35 #12 [stage-1 3/7] RUN apk --no-cache upgrade 01:48:35 #12 0.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:48:35 #12 0.943 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:48:35 #12 0.963 Executing busybox-1.37.0-r20.post-upgrade 01:48:35 #12 1.022 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:48:35 #12 1.029 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:48:35 #12 1.035 Executing busybox-1.37.0-r20.trigger 01:48:35 #12 1.041 OK: 7 MiB in 17 packages 01:48:35 #12 DONE 1.3s 01:48:35 01:48:35 #14 [builder 6/7] COPY . . 01:48:35 #14 DONE 0.7s 01:48:35 01:48:35 #15 [builder 7/7] RUN make build 01:48:35 #15 0.205 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-uart.Version=4.0.1-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-uart ./cmd 01:49:02 #15 DONE 24.6s 01:49:02 01:49:02 #16 [stage-1 4/7] COPY --from=builder /device-uart/Attribution.txt / 01:49:02 #16 DONE 0.0s 01:49:02 01:49:02 #17 [stage-1 5/7] COPY --from=builder /device-uart/LICENSE / 01:49:02 #17 DONE 0.0s 01:49:02 01:49:02 #18 [stage-1 6/7] COPY --from=builder /device-uart/cmd/ / 01:49:02 #18 DONE 0.4s 01:49:02 01:49:02 #19 exporting to image 01:49:02 #19 exporting layers 0.1s done 01:49:02 #19 writing image sha256:5716e730c10e9366f054e76886c15ef20d54742d7b420cf435d21a83bb721217 01:49:02 #19 writing image sha256:5716e730c10e9366f054e76886c15ef20d54742d7b420cf435d21a83bb721217 done 01:49:02 #19 naming to docker.io/library/device-uart done 01:49:02 #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:49:02 provisioning config files... 01:49:02 copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config5116950901244007566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:02 ---> ****-login.sh 01:49:02 nexus3.edgexfoundry.org:10001 01:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:02 Login Succeeded 01:49:02 nexus3.edgexfoundry.org:10002 01:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:02 Login Succeeded 01:49:02 nexus3.edgexfoundry.org:10003 01:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:03 Login Succeeded 01:49:03 nexus3.edgexfoundry.org:10004 01:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:03 Login Succeeded 01:49:03 ****.io 01:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:03 Login Succeeded 01:49:03 ---> ****-login.sh ends [Pipeline] } 01:49:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:03 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:49:03 [edgeXDocker.push] Tagging docker image device-uart with the following tags: 01:49:03 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 01:49:03 4.0.1-dev.1 01:49:03 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 01:49:03 odessa 01:49:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:03 + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:04 + docker push nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 01:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 01:49:04 10f77d8131d1: Preparing 01:49:04 0a544e874bf2: Preparing 01:49:04 51ae1b84d17f: Preparing 01:49:04 b1b8ff6710c6: Preparing 01:49:04 083f1c44e504: Preparing 01:49:04 256f393e029f: Preparing 01:49:04 256f393e029f: Waiting 01:49:04 083f1c44e504: Pushed 01:49:04 0a544e874bf2: Pushed 01:49:04 51ae1b84d17f: Pushed 01:49:04 256f393e029f: Layer already exists 01:49:04 b1b8ff6710c6: Pushed 01:49:09 10f77d8131d1: Pushed 01:49:09 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf: digest: sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:09 + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:10 + docker push nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1 01:49:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 01:49:10 10f77d8131d1: Preparing 01:49:10 0a544e874bf2: Preparing 01:49:10 51ae1b84d17f: Preparing 01:49:10 b1b8ff6710c6: Preparing 01:49:10 083f1c44e504: Preparing 01:49:10 256f393e029f: Preparing 01:49:10 256f393e029f: Waiting 01:49:10 083f1c44e504: Layer already exists 01:49:10 51ae1b84d17f: Layer already exists 01:49:10 b1b8ff6710c6: Layer already exists 01:49:10 10f77d8131d1: Layer already exists 01:49:10 0a544e874bf2: Layer already exists 01:49:10 256f393e029f: Layer already exists 01:49:10 4.0.1-dev.1: digest: sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:10 + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:10 + docker push nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 01:49:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 01:49:10 10f77d8131d1: Preparing 01:49:10 0a544e874bf2: Preparing 01:49:10 51ae1b84d17f: Preparing 01:49:10 b1b8ff6710c6: Preparing 01:49:10 083f1c44e504: Preparing 01:49:10 256f393e029f: Preparing 01:49:10 256f393e029f: Waiting 01:49:10 0a544e874bf2: Layer already exists 01:49:10 b1b8ff6710c6: Layer already exists 01:49:10 51ae1b84d17f: Layer already exists 01:49:10 083f1c44e504: Layer already exists 01:49:10 10f77d8131d1: Layer already exists 01:49:10 256f393e029f: Layer already exists 01:49:10 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1: digest: sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:11 + docker tag device-uart nexus3.edgexfoundry.org:10004/device-uart:odessa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:11 + docker push nexus3.edgexfoundry.org:10004/device-uart:odessa 01:49:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart] 01:49:11 10f77d8131d1: Preparing 01:49:11 0a544e874bf2: Preparing 01:49:11 51ae1b84d17f: Preparing 01:49:11 b1b8ff6710c6: Preparing 01:49:11 083f1c44e504: Preparing 01:49:11 256f393e029f: Preparing 01:49:11 256f393e029f: Waiting 01:49:11 b1b8ff6710c6: Layer already exists 01:49:11 10f77d8131d1: Layer already exists 01:49:11 0a544e874bf2: Layer already exists 01:49:11 51ae1b84d17f: Layer already exists 01:49:11 083f1c44e504: Layer already exists 01:49:11 256f393e029f: Layer already exists 01:49:11 odessa: digest: sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:11 ===================================================== [Pipeline] echo 01:49:11 taggedImages: 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:odessa [Pipeline] echo 01:49:11 ========================================================= 01:49:11 [edgeXBuildMultiArch] RAW Config: 01:49:11 images: 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 01:49:11 - nexus3.edgexfoundry.org:10004/device-uart:odessa 01:49:11 settingsFile: 01:49:11 device-uart-settings 01:49:11 ========================================================= [Pipeline] node 01:49:26 Still waiting to schedule task 01:49:26 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:50:15 Running on prd-centos7-docker-4c-2g-773671 in /w/workspace/edgexfoundry_device-uart_odessa [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:15 provisioning config files... 01:50:15 copy managed file [device-uart-settings] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config1923730402104376957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:17 ---> ****-login.sh 01:50:17 nexus3.edgexfoundry.org:10001 01:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:17 Configure a credential helper to remove this warning. See 01:50:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:17 01:50:17 Login Succeeded 01:50:17 nexus3.edgexfoundry.org:10002 01:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 nexus3.edgexfoundry.org:10003 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 nexus3.edgexfoundry.org:10004 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 ****.io 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:19 Configure a credential helper to remove this warning. See 01:50:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:19 01:50:19 Login Succeeded 01:50:19 ---> ****-login.sh ends [Pipeline] } 01:50:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:50:19 + docker buildx ls 01:50:19 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:50:19 default * docker 01:50:19 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:50:19 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:50:19 edgex-builder [Pipeline] sh 01:50:20 + docker buildx inspect --bootstrap 01:50:20 #1 [internal] booting buildkit 01:50:20 #1 pulling image moby/buildkit:buildx-stable-1 01:50:23 #1 pulling image moby/buildkit:buildx-stable-1 3.2s done 01:50:23 #1 creating container buildx_buildkit_edgex-builder0 01:50:24 #1 creating container buildx_buildkit_edgex-builder0 1.1s done 01:50:24 #1 DONE 4.4s 01:50:24 Name: edgex-builder 01:50:24 Driver: docker-container 01:50:24 01:50:24 Nodes: 01:50:24 Name: edgex-builder0 01:50:24 Endpoint: unix:///var/run/docker.sock 01:50:24 Status: running 01:50:24 Buildkit: v0.26.2 01:50:24 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:50:25 + docker buildx ls 01:50:25 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:50:25 edgex-builder * docker-container 01:50:25 edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:50:25 default docker 01:50:25 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:50:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf' 01:50:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf --push - 01:50:25 #1 [internal] load build definition from Dockerfile 01:50:25 #1 transferring dockerfile: 196B done 01:50:25 #1 DONE 0.0s 01:50:25 01:50:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 01:50:25 #2 DONE 0.1s 01:50:25 01:50:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 01:50:25 #3 DONE 0.1s 01:50:25 01:50:25 #4 [internal] load .dockerignore 01:50:25 #4 transferring context: 2B done 01:50:25 #4 DONE 0.0s 01:50:25 01:50:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:25 #5 resolve nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 0.0s done 01:50:25 #5 DONE 0.0s 01:50:25 01:50:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:25 #6 resolve nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 done 01:50:25 #6 DONE 0.1s 01:50:25 01:50:25 #7 [auth] device-uart:pull,push token for nexus3.edgexfoundry.org:10004 01:50:25 #7 DONE 0.0s 01:50:25 01:50:25 #8 exporting to image 01:50:25 #8 exporting layers done 01:50:25 #8 exporting manifest sha256:7bb21d9dd1db20582624196df9023a7ff8c5f6b2e6e29031f1324eaf04ca6afa 0.0s done 01:50:25 #8 exporting config sha256:5716e730c10e9366f054e76886c15ef20d54742d7b420cf435d21a83bb721217 done 01:50:25 #8 exporting manifest sha256:3c397aeb3be8f9ddcbd07ebf97b9eeded649c71bfe240985a1ac270f2badfd9d done 01:50:25 #8 exporting config sha256:a042f7f50cb174ec288797d17344145e1200c68db7a685b785f4a0b8355d6035 0.0s done 01:50:25 #8 exporting manifest list sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 done 01:50:25 #8 pushing layers 0.1s done 01:50:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf@sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 01:50:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf@sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 0.1s done 01:50:25 #8 DONE 0.2s 01:50:25 01:50:25 1 warning found (use --debug to expand): 01:50:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1' 01:50:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1 --push - 01:50:26 #1 [internal] load build definition from Dockerfile 01:50:26 #1 transferring dockerfile: 167B done 01:50:26 #1 DONE 0.0s 01:50:26 01:50:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1 01:50:26 #2 DONE 0.0s 01:50:26 01:50:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1 01:50:26 #3 DONE 0.0s 01:50:26 01:50:26 #4 [internal] load .dockerignore 01:50:26 #4 transferring context: 2B done 01:50:26 #4 DONE 0.0s 01:50:26 01:50:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:26 #5 resolve nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:26 #5 resolve nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 0.0s done 01:50:26 #5 CACHED 01:50:26 01:50:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:26 #6 resolve nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 0.0s done 01:50:26 #6 CACHED 01:50:26 01:50:26 #7 [auth] device-uart:pull,push token for nexus3.edgexfoundry.org:10004 01:50:26 #7 DONE 0.0s 01:50:26 01:50:26 #8 exporting to image 01:50:26 #8 exporting layers done 01:50:26 #8 exporting manifest sha256:7bb21d9dd1db20582624196df9023a7ff8c5f6b2e6e29031f1324eaf04ca6afa done 01:50:26 #8 exporting config sha256:5716e730c10e9366f054e76886c15ef20d54742d7b420cf435d21a83bb721217 done 01:50:26 #8 exporting manifest sha256:3c397aeb3be8f9ddcbd07ebf97b9eeded649c71bfe240985a1ac270f2badfd9d done 01:50:26 #8 exporting config sha256:a042f7f50cb174ec288797d17344145e1200c68db7a685b785f4a0b8355d6035 done 01:50:26 #8 exporting manifest list sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 done 01:50:26 #8 pushing layers 0.0s done 01:50:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1@sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 01:50:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-uart:4.0.1-dev.1@sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 0.1s done 01:50:26 #8 DONE 0.1s 01:50:26 01:50:26 1 warning found (use --debug to expand): 01:50:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1' 01:50:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 --push - 01:50:26 #1 [internal] load build definition from Dockerfile 01:50:26 #1 transferring dockerfile: 208B done 01:50:26 #1 DONE 0.0s 01:50:26 01:50:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 01:50:26 #2 DONE 0.0s 01:50:26 01:50:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 01:50:26 #3 DONE 0.0s 01:50:26 01:50:26 #4 [internal] load .dockerignore 01:50:26 #4 transferring context: 2B done 01:50:26 #4 DONE 0.0s 01:50:26 01:50:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:26 #5 resolve nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 0.0s done 01:50:26 #5 DONE 0.0s 01:50:26 01:50:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:26 #6 resolve nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 0.0s done 01:50:26 #6 CACHED 01:50:26 01:50:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:26 #5 CACHED 01:50:26 01:50:26 #7 [auth] device-uart:pull,push token for nexus3.edgexfoundry.org:10004 01:50:26 #7 DONE 0.0s 01:50:26 01:50:26 #8 exporting to image 01:50:26 #8 exporting layers done 01:50:26 #8 exporting manifest sha256:7bb21d9dd1db20582624196df9023a7ff8c5f6b2e6e29031f1324eaf04ca6afa done 01:50:26 #8 exporting config sha256:5716e730c10e9366f054e76886c15ef20d54742d7b420cf435d21a83bb721217 done 01:50:26 #8 exporting manifest sha256:3c397aeb3be8f9ddcbd07ebf97b9eeded649c71bfe240985a1ac270f2badfd9d done 01:50:26 #8 exporting config sha256:a042f7f50cb174ec288797d17344145e1200c68db7a685b785f4a0b8355d6035 done 01:50:26 #8 exporting manifest list sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 done 01:50:26 #8 pushing layers 0.0s done 01:50:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-uart:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1@sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 0.1s done 01:50:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:26 #8 DONE 0.1s 01:50:26 01:50:26 1 warning found (use --debug to expand): 01:50:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-uart:odessa' 01:50:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-uart:odessa --push - 01:50:27 #1 [internal] load build definition from Dockerfile 01:50:27 #1 transferring dockerfile: 162B done 01:50:27 #1 DONE 0.0s 01:50:27 01:50:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:odessa 01:50:27 #2 DONE 0.0s 01:50:27 01:50:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-uart:odessa 01:50:27 #3 DONE 0.0s 01:50:27 01:50:27 #4 [internal] load .dockerignore 01:50:27 #4 transferring context: 2B done 01:50:27 #4 DONE 0.0s 01:50:27 01:50:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:odessa@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:27 #5 resolve nexus3.edgexfoundry.org:10004/device-uart:odessa@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 0.0s done 01:50:27 #5 CACHED 01:50:27 01:50:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-uart:odessa@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 01:50:27 #6 resolve nexus3.edgexfoundry.org:10004/device-uart:odessa@sha256:b081f34c8a2920f9fdeb3b5707b9fc96c3067a164a79679e742f2f06193a80a3 0.0s done 01:50:27 #6 CACHED 01:50:27 01:50:27 #7 exporting to image 01:50:27 #7 exporting layers done 01:50:27 #7 exporting manifest sha256:7bb21d9dd1db20582624196df9023a7ff8c5f6b2e6e29031f1324eaf04ca6afa done 01:50:27 #7 exporting config sha256:5716e730c10e9366f054e76886c15ef20d54742d7b420cf435d21a83bb721217 done 01:50:27 #7 exporting manifest sha256:3c397aeb3be8f9ddcbd07ebf97b9eeded649c71bfe240985a1ac270f2badfd9d done 01:50:27 #7 exporting config sha256:a042f7f50cb174ec288797d17344145e1200c68db7a685b785f4a0b8355d6035 done 01:50:27 #7 exporting manifest list sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 01:50:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:27 #7 exporting manifest list sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 done 01:50:27 #7 pushing layers 0.0s done 01:50:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-uart:odessa@sha256:0dd66b612f7a15951f1f553f83478020b536c0c384d834ab6f6099ca40a9bcb0 0.1s done 01:50:27 #7 DONE 0.1s 01:50:27 01:50:27 #8 [auth] device-uart:pull,push token for nexus3.edgexfoundry.org:10004 01:50:27 #8 DONE 0.0s 01:50:27 01:50:27 1 warning found (use --debug to expand): 01:50:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:50:27 + '[' -d /w/workspace/edgexfoundry_device-uart_odessa/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:50:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:50:28 ---> package-listing.sh 01:50:28 ++ facter osfamily 01:50:28 ++ tr '[:upper:]' '[:lower:]' 01:50:29 + OS_FAMILY=redhat 01:50:29 + workspace=/w/workspace/edgexfoundry_device-uart_odessa 01:50:29 + START_PACKAGES=/tmp/packages_start.txt 01:50:29 + END_PACKAGES=/tmp/packages_end.txt 01:50:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:50:29 + PACKAGES=/tmp/packages_start.txt 01:50:29 + '[' /w/workspace/edgexfoundry_device-uart_odessa ']' 01:50:29 + PACKAGES=/tmp/packages_end.txt 01:50:29 + case "${OS_FAMILY}" in 01:50:29 + sort 01:50:29 + rpm -qa 01:50:29 + '[' -f /tmp/packages_start.txt ']' 01:50:29 + '[' -f /tmp/packages_end.txt ']' 01:50:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:50:29 + '[' /w/workspace/edgexfoundry_device-uart_odessa ']' 01:50:29 + mkdir -p /w/workspace/edgexfoundry_device-uart_odessa/archives/ 01:50:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-uart_odessa/archives/ [Pipeline] echo 01:50:29 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_odessa/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:50:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:30 01:50:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:30 latest: Pulling from edgex-lftools-log-publisher 01:50:30 5eb5b503b376: Pulling fs layer 01:50:30 5c69ac0246d0: Pulling fs layer 01:50:30 ec43610c2a17: Pulling fs layer 01:50:30 3a2ae6a8a46f: Pulling fs layer 01:50:30 33b1e0a273af: Pulling fs layer 01:50:30 5d3b04190fa2: Pulling fs layer 01:50:30 2f39f015ded8: Pulling fs layer 01:50:30 3a2ae6a8a46f: Waiting 01:50:30 33b1e0a273af: Waiting 01:50:30 5d3b04190fa2: Waiting 01:50:30 2f39f015ded8: Waiting 01:50:30 5c69ac0246d0: Verifying Checksum 01:50:30 5c69ac0246d0: Download complete 01:50:30 3a2ae6a8a46f: Verifying Checksum 01:50:30 3a2ae6a8a46f: Download complete 01:50:30 33b1e0a273af: Verifying Checksum 01:50:30 33b1e0a273af: Download complete 01:50:30 ec43610c2a17: Verifying Checksum 01:50:30 ec43610c2a17: Download complete 01:50:30 5d3b04190fa2: Verifying Checksum 01:50:30 5d3b04190fa2: Download complete 01:50:31 5eb5b503b376: Verifying Checksum 01:50:31 5eb5b503b376: Download complete 01:50:31 2f39f015ded8: Verifying Checksum 01:50:31 2f39f015ded8: Download complete 01:50:32 5eb5b503b376: Pull complete 01:50:32 5c69ac0246d0: Pull complete 01:50:33 ec43610c2a17: Pull complete 01:50:33 3a2ae6a8a46f: Pull complete 01:50:33 33b1e0a273af: Pull complete 01:50:33 5d3b04190fa2: Pull complete 01:50:37 2f39f015ded8: Pull complete 01:50:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:50:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:50:37 prd-centos7-docker-4c-2g-773671 does not seem to be running inside a container 01:50:37 $ 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_odessa/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_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:50:41 $ docker top 1f497e3731079be57f1fbf2b7cb5d9250082e9bbb393edb26a6fa7dbcb63842f -eo pid,comm [Pipeline] { [Pipeline] sh 01:50:41 + touch /tmp/pre-build-complete [Pipeline] sh 01:50:42 + mkdir -p /var/log/sysstat [Pipeline] sh 01:50:42 + ls /var/log/sa-host 01:50:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:42 provisioning config files... 01:50:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config17704411345654515137tmp [Pipeline] { [Pipeline] echo 01:50:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:50:42 ---> create-netrc.sh [Pipeline] } 01:50:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:50:43 ---> python-tools-install.sh [Pipeline] echo 01:50:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:50:43 ---> sudo-logs.sh 01:50:43 Archiving 'sudo' log.. 01:50:43 sudo: unable to resolve host prd-centos7-docker-4c-2g-773671.novalocal: Name or service not known 01:50:43 sudo: unable to resolve host prd-centos7-docker-4c-2g-773671.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:50:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:50:43 ---> job-cost.sh 01:50:43 lf-activate-venv: SKIPPING 01:50:43 INFO: No Stack... 01:50:43 INFO: Retrieving Pricing Info for: v3-standard-2 01:50:44 INFO: Archiving Costs [Pipeline] echo 01:50:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:50:44 ---> logs-deploy.sh 01:50:44 lf-activate-venv: SKIPPING 01:50:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-uart/odessa/5 01:50:44 INFO: archiving workspace using pattern(s): 01:50:45 Archives upload complete. 01:50:45 INFO: archiving logs to Nexus 01:50:45 ---> uname -a: 01:50:45 Linux prd-centos7-docker-4c-2g-773671.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 01:50:45 01:50:45 01:50:45 ---> lscpu: 01:50:45 Architecture: x86_64 01:50:45 CPU op-mode(s): 32-bit, 64-bit 01:50:45 Byte Order: Little Endian 01:50:45 Address sizes: 40 bits physical, 48 bits virtual 01:50:45 CPU(s): 2 01:50:45 On-line CPU(s) list: 0,1 01:50:45 Thread(s) per core: 1 01:50:45 Core(s) per socket: 1 01:50:45 Socket(s): 2 01:50:45 NUMA node(s): 1 01:50:45 Vendor ID: AuthenticAMD 01:50:45 CPU family: 23 01:50:45 Model: 49 01:50:45 Model name: AMD EPYC-Rome Processor 01:50:45 Stepping: 0 01:50:45 CPU MHz: 2799.996 01:50:45 BogoMIPS: 5599.99 01:50:45 Virtualization: AMD-V 01:50:45 Hypervisor vendor: KVM 01:50:45 Virtualization type: full 01:50:45 L1d cache: 64 KiB 01:50:45 L1i cache: 64 KiB 01:50:45 L2 cache: 1 MiB 01:50:45 L3 cache: 32 MiB 01:50:45 NUMA node0 CPU(s): 0,1 01:50:45 Vulnerability Itlb multihit: Not affected 01:50:45 Vulnerability L1tf: Not affected 01:50:45 Vulnerability Mds: Not affected 01:50:45 Vulnerability Meltdown: Not affected 01:50:45 Vulnerability Mmio stale data: Not affected 01:50:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:50:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:50:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:50:45 Vulnerability Srbds: Not affected 01:50:45 Vulnerability Tsx async abort: Not affected 01:50:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 01:50:45 01:50:45 01:50:45 ---> nproc: 01:50:45 2 01:50:45 01:50:45 01:50:45 ---> df -h: 01:50:45 Filesystem Size Used Avail Use% Mounted on 01:50:45 overlay 40G 7.3G 33G 19% / 01:50:45 tmpfs 64M 0 64M 0% /dev 01:50:45 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:50:45 shm 64M 0 64M 0% /dev/shm 01:50:45 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:50:45 01:50:45 01:50:45 Cannot open /var/log/sysstat/sa24: No such file or directory 01:50:45 Please check if data collecting is enabled 01:50:45 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:46 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:50:46 $ docker stop --time=1 1f497e3731079be57f1fbf2b7cb5d9250082e9bbb393edb26a6fa7dbcb63842f 01:50:47 $ docker rm -f --volumes 1f497e3731079be57f1fbf2b7cb5d9250082e9bbb393edb26a6fa7dbcb63842f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:50:47 [WS-CLEANUP] Deleting project workspace... 01:50:47 [WS-CLEANUP] Deferred wipeout is used... 01:50:47 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [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 01:50:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:48 01:50:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:48 latest: Pulling from edgex-lftools-log-publisher 01:50:48 5eb5b503b376: Pulling fs layer 01:50:48 5c69ac0246d0: Pulling fs layer 01:50:48 ec43610c2a17: Pulling fs layer 01:50:48 3a2ae6a8a46f: Pulling fs layer 01:50:48 33b1e0a273af: Pulling fs layer 01:50:48 5d3b04190fa2: Pulling fs layer 01:50:48 2f39f015ded8: Pulling fs layer 01:50:48 33b1e0a273af: Waiting 01:50:48 5d3b04190fa2: Waiting 01:50:48 3a2ae6a8a46f: Waiting 01:50:48 2f39f015ded8: Waiting 01:50:48 5c69ac0246d0: Verifying Checksum 01:50:48 5c69ac0246d0: Download complete 01:50:48 3a2ae6a8a46f: Verifying Checksum 01:50:48 3a2ae6a8a46f: Download complete 01:50:48 33b1e0a273af: Verifying Checksum 01:50:48 33b1e0a273af: Download complete 01:50:48 5d3b04190fa2: Download complete 01:50:48 ec43610c2a17: Verifying Checksum 01:50:48 ec43610c2a17: Download complete 01:50:48 5eb5b503b376: Verifying Checksum 01:50:48 5eb5b503b376: Download complete 01:50:49 2f39f015ded8: Download complete 01:50:50 5eb5b503b376: Pull complete 01:50:50 5c69ac0246d0: Pull complete 01:50:50 ec43610c2a17: Pull complete 01:50:50 3a2ae6a8a46f: Pull complete 01:50:50 33b1e0a273af: Pull complete 01:50:50 5d3b04190fa2: Pull complete 01:50:56 2f39f015ded8: Pull complete 01:50:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:50:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:50:56 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 01:50:56 $ 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_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 01:50:58 $ docker top 6c61640e47d6ffccb79b6fa3f4fcb6bd5f6732a109ceda8ed781ae20f362c670 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:59 ---> job-cost.sh 01:50:59 lf-activate-venv: SKIPPING 01:50:59 INFO: No Stack... 01:50:59 INFO: Retrieving Pricing Info for: v3-standard-8 01:50:59 INFO: Archiving Costs [Pipeline] sh 01:51:00 + cat /w/workspace/edgexfoundry_device-uart_odessa/archives/cost.csv 01:51:00 + cut -d, -f6 [Pipeline] lock 01:51:00 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] 01:51:00 Resource [jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] did not exist. Created. 01:51:00 Lock acquired on [Resource: jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:51:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-773670 in /w/workspace/edgexfoundry_device-uart_odessa [Pipeline] { [Pipeline] ws 01:51:00 Running in /w/workspace/device-uart/5 [Pipeline] { [Pipeline] checkout 01:51:00 The recommended git tool is: git 01:51:00 + echo total: 0.2199999988079071 [Pipeline] stash 01:51:00 Stashed 1 file(s) [Pipeline] } 01:51:00 Lock released on resource [Resource: jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] [Pipeline] // lock [Pipeline] } 01:51:00 $ docker stop --time=1 6c61640e47d6ffccb79b6fa3f4fcb6bd5f6732a109ceda8ed781ae20f362c670 01:51:01 $ docker rm -f --volumes 6c61640e47d6ffccb79b6fa3f4fcb6bd5f6732a109ceda8ed781ae20f362c670 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:51:08 using credential edgex-jenkins-ssh 01:51:08 Cloning the remote Git repository 01:51:08 Cloning repository git@github.com:edgexfoundry/device-uart.git 01:51:09 > git init /w/workspace/device-uart/5 # timeout=10 01:51:09 Fetching upstream changes from git@github.com:edgexfoundry/device-uart.git 01:51:09 > git --version # timeout=10 01:51:09 > git --version # 'git version 2.25.1' 01:51:09 using GIT_SSH to set credentials SSH Credentials for GitHub 01:51:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-uart.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:51:12 > git config remote.origin.url git@github.com:edgexfoundry/device-uart.git # timeout=10 01:51:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:51:13 Avoid second fetch 01:51:13 Checking out Revision 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf (odessa) 01:51:13 > git config core.sparsecheckout # timeout=10 01:51:13 > git checkout -f 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf # timeout=10 01:51:15 Commit message: "Merge pull request #122 from FelixTing/upgrade-sdk" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:51:19 provisioning config files... 01:51:19 copy managed file [device-uart-settings] to file:/w/workspace/device-uart/5@tmp/config1909708700062290343tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:51:20 ---> ****-login.sh 01:51:20 nexus3.edgexfoundry.org:10001 01:51:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:51:20 Configure a credential helper to remove this warning. See 01:51:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:51:20 01:51:20 Login Succeeded 01:51:20 nexus3.edgexfoundry.org:10002 01:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:51:21 Configure a credential helper to remove this warning. See 01:51:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:51:21 01:51:21 Login Succeeded 01:51:21 nexus3.edgexfoundry.org:10003 01:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:51:21 Configure a credential helper to remove this warning. See 01:51:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:51:21 01:51:21 Login Succeeded 01:51:21 nexus3.edgexfoundry.org:10004 01:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:51:22 Configure a credential helper to remove this warning. See 01:51:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:51:22 01:51:22 Login Succeeded 01:51:22 ****.io 01:51:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:51:22 Configure a credential helper to remove this warning. See 01:51:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:51:22 01:51:22 Login Succeeded 01:51:22 ---> ****-login.sh ends [Pipeline] } 01:51:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:51:22 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:51:23 + cut -d . -f1-2 01:51:23 + grep ^go [0-9].[0-9]* go.mod 01:51:23 + cut -d -f 2 [Pipeline] echo 01:51:23 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:51:23 ========================================================= 01:51:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.23-alpine-lts] 01:51:23 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:23 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.23-alpine-lts --build-arg MAKE=echo noop --target=builder . 01:51:28 Sending build context to Docker daemon 57.27MB 01:51:28 Step 1/12 : ARG BASE=golang:1.23-alpine3.22 01:51:28 Step 2/12 : FROM ${BASE} AS builder 01:51:28 1.23-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 01:51:28 94e9d8af2201: Pulling fs layer 01:51:28 345fe9f21930: Pulling fs layer 01:51:28 b40fc9e46828: Pulling fs layer 01:51:28 c9804373a1e5: Pulling fs layer 01:51:28 4f4fb700ef54: Pulling fs layer 01:51:28 f5a772c54f75: Pulling fs layer 01:51:28 e2dd1b2a9dca: Pulling fs layer 01:51:28 0a0502178392: Pulling fs layer 01:51:28 4f4fb700ef54: Waiting 01:51:28 f5a772c54f75: Waiting 01:51:28 e2dd1b2a9dca: Waiting 01:51:28 0a0502178392: Waiting 01:51:28 c9804373a1e5: Waiting 01:51:28 345fe9f21930: Verifying Checksum 01:51:28 345fe9f21930: Download complete 01:51:28 c9804373a1e5: Verifying Checksum 01:51:28 c9804373a1e5: Download complete 01:51:28 4f4fb700ef54: Verifying Checksum 01:51:28 4f4fb700ef54: Download complete 01:51:28 f5a772c54f75: Verifying Checksum 01:51:28 f5a772c54f75: Download complete 01:51:28 94e9d8af2201: Verifying Checksum 01:51:28 94e9d8af2201: Download complete 01:51:28 0a0502178392: Verifying Checksum 01:51:28 0a0502178392: Download complete 01:51:28 94e9d8af2201: Pull complete 01:51:29 345fe9f21930: Pull complete 01:51:29 b40fc9e46828: Download complete 01:51:30 e2dd1b2a9dca: Verifying Checksum 01:51:30 e2dd1b2a9dca: Download complete 01:51:45 b40fc9e46828: Pull complete 01:51:45 c9804373a1e5: Pull complete 01:51:45 4f4fb700ef54: Pull complete 01:51:45 f5a772c54f75: Pull complete 01:51:52 e2dd1b2a9dca: Pull complete 01:51:54 0a0502178392: Pull complete 01:51:54 Digest: sha256:cb630d247bcc3b1d0751040a39c4e103216f7d9e7edda4006e03146d987d6ddf 01:51:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.23-alpine-lts 01:51:54 ---> 72db82c1953f 01:51:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:51:55 ---> Running in ebd508275498 01:51:56 Removing intermediate container ebd508275498 01:51:56 ---> 683ffd185710 01:51:56 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 01:51:56 ---> Running in 9f6de32f5ca4 01:51:56 Removing intermediate container 9f6de32f5ca4 01:51:56 ---> 660d9123db27 01:51:56 Step 5/12 : ARG ADD_BUILD_TAGS="" 01:51:56 ---> Running in d2d1cabf0c4b 01:51:57 Removing intermediate container d2d1cabf0c4b 01:51:57 ---> abe208ad13d3 01:51:57 Step 6/12 : WORKDIR /device-uart 01:51:57 ---> Running in a4832d335369 01:51:57 Removing intermediate container a4832d335369 01:51:57 ---> c84f33f7bcf1 01:51:57 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:51:57 ---> Running in 332c7b216c6d 01:51:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:51:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:52:00 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:52:00 (2/4) Installing libedit (20240517.3.1-r0) 01:52:00 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:52:00 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:52:00 Executing busybox-1.36.1-r29.trigger 01:52:00 OK: 244 MiB in 62 packages 01:52:01 Removing intermediate container 332c7b216c6d 01:52:01 ---> 003e543757f5 01:52:01 Step 8/12 : COPY go.mod vendor* ./ 01:52:14 ---> b2d2f9cfdc31 01:52:14 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:14 ---> Running in 4d0f93dbd508 01:53:50 Removing intermediate container 4d0f93dbd508 01:53:50 ---> 003635d63759 01:53:50 Step 10/12 : COPY . . 01:54:03 ---> aacda88fcd50 01:54:03 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:54:03 ---> Running in 3c9b01e76b7a 01:54:03 Removing intermediate container 3c9b01e76b7a 01:54:03 ---> 7d1d657b79c2 01:54:03 Step 12/12 : RUN ${MAKE} 01:54:03 ---> Running in 8dab6690622e 01:54:03 noop 01:54:04 Removing intermediate container 8dab6690622e 01:54:04 ---> a4de14f8933e 01:54:05 Successfully built a4de14f8933e 01:54:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:05 + docker inspect -f . ci-base-image-arm64 01:54:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:54:05 prd-ubuntu20.04-docker-arm64-4c-16g-773670 does not seem to be running inside a container 01:54:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-uart/5 -v /w/workspace/device-uart/5:/w/workspace/device-uart/5:rw,z -v /w/workspace/device-uart/5@tmp:/w/workspace/device-uart/5@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 ******** ci-base-image-arm64 cat 01:54:06 $ docker top b9f220276b4e7a974aeb874705a165e2555bc4de7c33a6668fc1c1a5fa8486bf -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:07 + go version 01:54:07 go version go1.23.7 linux/arm64 [Pipeline] } 01:54:07 $ docker stop --time=1 b9f220276b4e7a974aeb874705a165e2555bc4de7c33a6668fc1c1a5fa8486bf 01:54:09 $ docker rm -f --volumes b9f220276b4e7a974aeb874705a165e2555bc4de7c33a6668fc1c1a5fa8486bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:10 + docker inspect -f . ci-base-image-arm64 01:54:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:54:10 prd-ubuntu20.04-docker-arm64-4c-16g-773670 does not seem to be running inside a container 01:54:10 $ 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/5 -v /w/workspace/device-uart/5:/w/workspace/device-uart/5:rw,z -v /w/workspace/device-uart/5@tmp:/w/workspace/device-uart/5@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 ******** ci-base-image-arm64 cat 01:54:11 $ docker top fae7212d62562841cd47de9a21f68c5dba5a596b06d527797288eafadf95df2f -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:12 + git config --global --add safe.directory /w/workspace/device-uart/5 [Pipeline] fileExists [Pipeline] sh 01:54:12 + make test 01:54:12 go test ./... -coverprofile=coverage.out 01:54:16 ? github.com/edgexfoundry/device-uart [no test files] 01:57:23 github.com/edgexfoundry/device-uart/cmd coverage: 0.0% of statements 01:57:23 github.com/edgexfoundry/device-uart/internal/driver coverage: 0.0% of statements 01:57:23 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:57:23 go vet ./... 01:58:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:58:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:58:10 ./bin/test-attribution-txt.sh [Pipeline] echo 01:58:10 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 01:58:10 + go mod tidy [Pipeline] } 01:58:16 $ docker stop --time=1 fae7212d62562841cd47de9a21f68c5dba5a596b06d527797288eafadf95df2f 01:58:18 $ docker rm -f --volumes fae7212d62562841cd47de9a21f68c5dba5a596b06d527797288eafadf95df2f [Pipeline] // withDockerContainer [Pipeline] sh 01:58:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:58:19 Warning: overwriting stash ‘coverage-report’ 01:58:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:58:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:58:21 + ls -al . 01:58:21 total 224 01:58:21 drwxrwxr-x 8 jenkins jenkins 4096 Nov 24 01:54 . 01:58:21 drwxrwxr-x 4 jenkins jenkins 4096 Nov 24 01:51 .. 01:58:21 -rw-rw-r-- 1 jenkins jenkins 140 Nov 24 01:51 .dockerignore 01:58:21 drwxrwxr-x 8 jenkins jenkins 4096 Nov 24 01:51 .git 01:58:21 drwxrwxr-x 3 jenkins jenkins 4096 Nov 24 01:51 .github 01:58:21 -rw-rw-r-- 1 jenkins jenkins 335 Nov 24 01:51 .gitignore 01:58:21 -rw-rw-r-- 1 jenkins jenkins 198 Nov 24 01:51 .golangci.yml 01:58:21 -rw-rw-r-- 1 jenkins jenkins 18662 Nov 24 01:51 Attribution.txt 01:58:21 -rw-rw-r-- 1 jenkins jenkins 2704 Nov 24 01:51 CHANGELOG.md 01:58:21 -rw-rw-r-- 1 jenkins jenkins 1924 Nov 24 01:51 Dockerfile 01:58:21 -rw-rw-r-- 1 jenkins jenkins 677 Nov 24 01:51 GOVERNANCE.md 01:58:21 -rw-rw-r-- 1 jenkins jenkins 675 Nov 24 01:51 Jenkinsfile 01:58:21 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 24 01:51 LICENSE 01:58:21 -rw-rw-r-- 1 jenkins jenkins 2455 Nov 24 01:51 Makefile 01:58:21 -rw-rw-r-- 1 jenkins jenkins 617 Nov 24 01:51 OWNERS.md 01:58:21 -rw-rw-r-- 1 jenkins jenkins 8892 Nov 24 01:51 README.md 01:58:21 -rw-rw-r-- 1 jenkins jenkins 11 Nov 24 01:47 VERSION 01:58:21 drwxrwxr-x 2 jenkins jenkins 4096 Nov 24 01:51 bin 01:58:21 drwxrwxr-x 3 jenkins jenkins 4096 Nov 24 01:51 cmd 01:58:21 -rw-r--r-- 1 jenkins jenkins 6770 Nov 24 01:57 coverage.out 01:58:21 -rw-rw-r-- 1 jenkins jenkins 6075 Nov 24 01:51 go.mod 01:58:21 -rw-rw-r-- 1 jenkins jenkins 86751 Nov 24 01:51 go.sum 01:58:21 drwxrwxr-x 3 jenkins jenkins 4096 Nov 24 01:51 internal 01:58:21 drwxrwxr-x 10 jenkins jenkins 4096 Nov 24 01:51 vendor 01:58:21 -rw-rw-r-- 1 jenkins jenkins 209 Nov 24 01:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:22 + 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=0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf --label arch=arm64 --label version=4.0.1-dev.1 . 01:58:26 Sending build context to Docker daemon 57.27MB 01:58:26 Step 1/26 : ARG BASE=golang:1.23-alpine3.22 01:58:26 Step 2/26 : FROM ${BASE} AS builder 01:58:26 ---> a4de14f8933e 01:58:26 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:58:26 ---> Running in 0c82a32434df 01:58:26 Removing intermediate container 0c82a32434df 01:58:26 ---> 20d7e086df41 01:58:26 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 01:58:26 ---> Running in 7e7d71ababfb 01:58:27 Removing intermediate container 7e7d71ababfb 01:58:27 ---> 786aee5bda04 01:58:27 Step 5/26 : ARG ADD_BUILD_TAGS="" 01:58:27 ---> Running in 5e1c4e9da11c 01:58:27 Removing intermediate container 5e1c4e9da11c 01:58:27 ---> 33629d87dc71 01:58:27 Step 6/26 : WORKDIR /device-uart 01:58:27 ---> Running in 04a67da66910 01:58:27 Removing intermediate container 04a67da66910 01:58:27 ---> 212364b837c2 01:58:27 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:58:27 ---> Running in cea23cda2758 01:58:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:58:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:58:30 OK: 244 MiB in 62 packages 01:58:31 Removing intermediate container cea23cda2758 01:58:31 ---> 79ade6b72548 01:58:31 Step 8/26 : COPY go.mod vendor* ./ 01:58:46 ---> 5c3dafe66523 01:58:46 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 ---> Running in 917ecb062b17 01:58:46 skipping... 01:58:46 Removing intermediate container 917ecb062b17 01:58:46 ---> e506778ee12c 01:58:46 Step 10/26 : COPY . . 01:58:58 ---> 244c8f9583a3 01:58:58 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:58:58 ---> Running in c92f13a1e8c9 01:58:58 Removing intermediate container c92f13a1e8c9 01:58:58 ---> 8977210b27ef 01:58:58 Step 12/26 : RUN ${MAKE} 01:58:58 ---> Running in c74bc7958dba 01:58:59 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-uart.Version=4.0.1-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-uart ./cmd 02:02:51 Removing intermediate container c74bc7958dba 02:02:51 ---> 3b2156eab4ea 02:02:51 Step 13/26 : FROM alpine:3.22 02:02:51 3.22: Pulling from library/alpine 02:02:51 6b59a28fa201: Pulling fs layer 02:02:51 6b59a28fa201: Verifying Checksum 02:02:51 6b59a28fa201: Download complete 02:02:51 6b59a28fa201: Pull complete 02:02:51 Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:51 Status: Downloaded newer image for alpine:3.22 02:02:51 ---> 171e65262c80 02:02:51 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 02:02:51 ---> Running in d2deba831358 02:02:51 Removing intermediate container d2deba831358 02:02:51 ---> 29c0d46b4207 02:02:51 Step 15/26 : RUN apk add --update --no-cache dumb-init 02:02:51 ---> Running in 848a22f8d9a1 02:02:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:51 (1/1) Installing dumb-init (1.2.5-r3) 02:02:51 Executing busybox-1.37.0-r19.trigger 02:02:51 OK: 8 MiB in 17 packages 02:02:51 Removing intermediate container 848a22f8d9a1 02:02:51 ---> 5d2197840606 02:02:51 Step 16/26 : RUN apk --no-cache upgrade 02:02:51 ---> Running in bf71cce40e82 02:02:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:51 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:02:51 Executing busybox-1.37.0-r20.post-upgrade 02:02:51 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:02:51 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:02:51 Executing busybox-1.37.0-r20.trigger 02:02:51 OK: 8 MiB in 17 packages 02:02:51 Removing intermediate container bf71cce40e82 02:02:51 ---> 534d5bf6e678 02:02:51 Step 17/26 : WORKDIR / 02:02:51 ---> Running in c29e94a9d064 02:02:51 Removing intermediate container c29e94a9d064 02:02:51 ---> cfb866a0d0ac 02:02:51 Step 18/26 : COPY --from=builder /device-uart/Attribution.txt / 02:02:51 ---> 8daef9457199 02:02:51 Step 19/26 : COPY --from=builder /device-uart/LICENSE / 02:02:52 ---> b5efbe7b1d33 02:02:52 Step 20/26 : COPY --from=builder /device-uart/cmd/ / 02:02:55 ---> 5a8a4cdbfd02 02:02:55 Step 21/26 : EXPOSE 59995 02:02:55 ---> Running in 23286c75f626 02:02:55 Removing intermediate container 23286c75f626 02:02:55 ---> 8d1fa18254fe 02:02:55 Step 22/26 : ENTRYPOINT ["/device-uart"] 02:02:55 ---> Running in 41946cfd1b3f 02:02:55 Removing intermediate container 41946cfd1b3f 02:02:55 ---> 4a559dc0a1a4 02:02:55 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 02:02:57 ---> Running in 784f32f9119d 02:02:57 Removing intermediate container 784f32f9119d 02:02:57 ---> 16823d4152e5 02:02:57 Step 24/26 : LABEL arch=arm64 02:02:57 ---> Running in b72a52c69f88 02:02:58 Removing intermediate container b72a52c69f88 02:02:58 ---> 51d5c55cc03c 02:02:58 Step 25/26 : LABEL git_sha=0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 02:02:58 ---> Running in 7bcd0e3d7982 02:02:58 Removing intermediate container 7bcd0e3d7982 02:02:58 ---> b41000bfc0f1 02:02:58 Step 26/26 : LABEL version=4.0.1-dev.1 02:02:58 ---> Running in 4fad1286e05e 02:02:58 Removing intermediate container 4fad1286e05e 02:02:58 ---> 56fa946dda17 02:02:58 [Warning] One or more build-args [ARCH] were not consumed 02:02:59 Successfully built 56fa946dda17 02:02:59 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 02:02:59 provisioning config files... 02:02:59 copy managed file [device-uart-settings] to file:/w/workspace/device-uart/5@tmp/config17258823371637914130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:00 ---> ****-login.sh 02:03:00 nexus3.edgexfoundry.org:10001 02:03:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:00 Configure a credential helper to remove this warning. See 02:03:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:00 02:03:00 Login Succeeded 02:03:00 nexus3.edgexfoundry.org:10002 02:03:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:00 Configure a credential helper to remove this warning. See 02:03:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:00 02:03:00 Login Succeeded 02:03:01 nexus3.edgexfoundry.org:10003 02:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:01 Configure a credential helper to remove this warning. See 02:03:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:01 02:03:01 Login Succeeded 02:03:01 nexus3.edgexfoundry.org:10004 02:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:01 Configure a credential helper to remove this warning. See 02:03:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:01 02:03:01 Login Succeeded 02:03:01 ****.io 02:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:02 Configure a credential helper to remove this warning. See 02:03:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:02 02:03:02 Login Succeeded 02:03:02 ---> ****-login.sh ends [Pipeline] } 02:03:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:02 [edgeX.isLTS] Checking if [odessa] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:03:02 [edgeXDocker.push] Tagging docker image device-uart-arm64 with the following tags: 02:03:02 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 02:03:02 4.0.1-dev.1 02:03:02 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 02:03:02 odessa 02:03:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:02 + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:03 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 02:03:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 02:03:03 a919553635e1: Preparing 02:03:03 3415c5d682d1: Preparing 02:03:03 89f39b731b1b: Preparing 02:03:03 a2f59ee6a6ce: Preparing 02:03:03 8215638ff906: Preparing 02:03:03 0e64f2360a44: Preparing 02:03:03 0e64f2360a44: Waiting 02:03:03 3415c5d682d1: Pushed 02:03:03 0e64f2360a44: Layer already exists 02:03:03 8215638ff906: Pushed 02:03:03 89f39b731b1b: Pushed 02:03:03 a2f59ee6a6ce: Pushed 02:03:16 a919553635e1: Pushed 02:03:16 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf: digest: sha256:9514d428cec2ed3e70b0111d49a9e4c2dd7a4afbaf2e1a06c256ced3a942c458 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:16 + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.1-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:16 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.1-dev.1 02:03:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 02:03:16 a919553635e1: Preparing 02:03:16 3415c5d682d1: Preparing 02:03:16 89f39b731b1b: Preparing 02:03:16 a2f59ee6a6ce: Preparing 02:03:16 8215638ff906: Preparing 02:03:16 0e64f2360a44: Preparing 02:03:16 0e64f2360a44: Waiting 02:03:16 a2f59ee6a6ce: Layer already exists 02:03:16 89f39b731b1b: Layer already exists 02:03:16 8215638ff906: Layer already exists 02:03:16 3415c5d682d1: Layer already exists 02:03:16 a919553635e1: Layer already exists 02:03:16 0e64f2360a44: Layer already exists 02:03:17 4.0.1-dev.1: digest: sha256:9514d428cec2ed3e70b0111d49a9e4c2dd7a4afbaf2e1a06c256ced3a942c458 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:17 + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:17 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 02:03:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 02:03:17 a919553635e1: Preparing 02:03:17 3415c5d682d1: Preparing 02:03:17 89f39b731b1b: Preparing 02:03:17 a2f59ee6a6ce: Preparing 02:03:17 8215638ff906: Preparing 02:03:17 0e64f2360a44: Preparing 02:03:17 0e64f2360a44: Waiting 02:03:17 89f39b731b1b: Layer already exists 02:03:17 a2f59ee6a6ce: Layer already exists 02:03:17 a919553635e1: Layer already exists 02:03:17 3415c5d682d1: Layer already exists 02:03:17 8215638ff906: Layer already exists 02:03:17 0e64f2360a44: Layer already exists 02:03:18 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1: digest: sha256:9514d428cec2ed3e70b0111d49a9e4c2dd7a4afbaf2e1a06c256ced3a942c458 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:18 + docker tag device-uart-arm64 nexus3.edgexfoundry.org:10004/device-uart-arm64:odessa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:18 + docker push nexus3.edgexfoundry.org:10004/device-uart-arm64:odessa 02:03:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-uart-arm64] 02:03:18 a919553635e1: Preparing 02:03:18 3415c5d682d1: Preparing 02:03:18 89f39b731b1b: Preparing 02:03:18 a2f59ee6a6ce: Preparing 02:03:18 8215638ff906: Preparing 02:03:18 0e64f2360a44: Preparing 02:03:18 0e64f2360a44: Waiting 02:03:18 a2f59ee6a6ce: Layer already exists 02:03:18 3415c5d682d1: Layer already exists 02:03:18 89f39b731b1b: Layer already exists 02:03:18 a919553635e1: Layer already exists 02:03:18 8215638ff906: Layer already exists 02:03:18 0e64f2360a44: Layer already exists 02:03:19 odessa: digest: sha256:9514d428cec2ed3e70b0111d49a9e4c2dd7a4afbaf2e1a06c256ced3a942c458 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:19 ===================================================== [Pipeline] echo 02:03:19 taggedImages: 02:03:19 - nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf 02:03:19 - nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.1-dev.1 02:03:19 - nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 02:03:19 - nexus3.edgexfoundry.org:10004/device-uart-arm64:odessa [Pipeline] echo 02:03:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] echo 02:03:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-uart-arm64:4.0.1-dev.1 [Pipeline] echo 02:03:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-uart-arm64:0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf-4.0.1-dev.1 [Pipeline] echo 02:03:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-uart-arm64:odessa [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:03:19 02:03:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:03:20 arm64: Pulling from edgex-lftools-log-publisher 02:03:20 8998bd30e6a1: Pulling fs layer 02:03:20 04944245beec: Pulling fs layer 02:03:20 699f458cf7ca: Pulling fs layer 02:03:20 765212b225bb: Pulling fs layer 02:03:20 f23df028b6ca: Pulling fs layer 02:03:20 d65c8cfc05b1: Pulling fs layer 02:03:20 2437ff75d9bd: Pulling fs layer 02:03:20 f23df028b6ca: Waiting 02:03:20 d65c8cfc05b1: Waiting 02:03:20 2437ff75d9bd: Waiting 02:03:20 765212b225bb: Waiting 02:03:20 04944245beec: Verifying Checksum 02:03:20 04944245beec: Download complete 02:03:20 765212b225bb: Verifying Checksum 02:03:20 765212b225bb: Download complete 02:03:20 f23df028b6ca: Verifying Checksum 02:03:20 f23df028b6ca: Download complete 02:03:20 d65c8cfc05b1: Verifying Checksum 02:03:20 d65c8cfc05b1: Download complete 02:03:20 699f458cf7ca: Verifying Checksum 02:03:20 699f458cf7ca: Download complete 02:03:21 8998bd30e6a1: Verifying Checksum 02:03:21 8998bd30e6a1: Download complete 02:03:23 2437ff75d9bd: Verifying Checksum 02:03:23 2437ff75d9bd: Download complete 02:03:25 8998bd30e6a1: Pull complete 02:03:26 04944245beec: Pull complete 02:03:27 699f458cf7ca: Pull complete 02:03:27 765212b225bb: Pull complete 02:03:28 f23df028b6ca: Pull complete 02:03:29 d65c8cfc05b1: Pull complete 02:03:47 2437ff75d9bd: Pull complete 02:03:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:03:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:03:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:03:47 prd-ubuntu20.04-docker-arm64-4c-16g-773670 does not seem to be running inside a container 02:03:47 $ 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/5 -v /w/workspace/device-uart/5:/w/workspace/device-uart/5:rw,z -v /w/workspace/device-uart/5@tmp:/w/workspace/device-uart/5@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:arm64 cat 02:03:50 $ docker top 752735da29d41394ed63225299ae18635a71902f3fa84a545f6fdeb1ae97b2e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:51 ---> job-cost.sh 02:03:51 lf-activate-venv: SKIPPING 02:03:51 INFO: No Stack... 02:03:52 INFO: Retrieving Pricing Info for: v3-standard-4 02:03:53 INFO: Archiving Costs [Pipeline] sh 02:03:53 + cut -d, -f6 02:03:53 + cat /w/workspace/device-uart/5/archives/cost.csv [Pipeline] lock 02:03:53 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] 02:03:53 Resource [jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] did not exist. Created. 02:03:53 Lock acquired on [Resource: jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:03:54 /w/workspace/device-uart/5@tmp/durable-63d6cb2b/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:03:55 + echo total: 0.10999999940395355 [Pipeline] stash 02:03:55 Warning: overwriting stash ‘stack-cost’ 02:03:55 Stashed 1 file(s) [Pipeline] } 02:03:55 Lock released on resource [Resource: jenkins-edgexfoundry-device-uart-odessa-5-stack-cost] [Pipeline] // lock [Pipeline] } 02:03:55 $ docker stop --time=1 752735da29d41394ed63225299ae18635a71902f3fa84a545f6fdeb1ae97b2e8 02:03:57 $ docker rm -f --volumes 752735da29d41394ed63225299ae18635a71902f3fa84a545f6fdeb1ae97b2e8 [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 02:03:58 provisioning config files... 02:03:58 copy managed file [device-uart-codecov-token] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config1970032306264351318tmp [Pipeline] { [Pipeline] sh 02:03:58 + set +x 02:03:58 + curl -s https://codecov.io/bash 02:03:58 + bash -s -- 02:03:58 02:03:58 _____ _ 02:03:58 / ____| | | 02:03:58 | | ___ __| | ___ ___ _____ __ 02:03:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:03:58 | |___| (_) | (_| | __/ (_| (_) \ V / 02:03:58 \_____\___/ \__,_|\___|\___\___/ \_/ 02:03:58 Bash-1.0.6 02:03:58 02:03:58 02:03:58 ==> git version 2.25.1 found 02:03:58 ==> 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 02:03:58 Release-Date: 2020-01-08 02:03:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:03:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:03:58 ==> Jenkins CI detected. 02:03:58 current dir:  /w/workspace/edgexfoundry_device-uart_odessa 02:03:58 project root: . 02:03:58 --> token set from env 02:03:58 Yaml found at: vendor/github.com/go-openapi/analysis/.codecov.yml 02:03:58 ==> Running gcov in . (disable via -X gcov) 02:03:58 ==> Python coveragepy not found 02:03:58 ==> Searching for coverage reports in: 02:03:58 + . 02:03:58 -> Found 1 reports 02:03:58 ==> Detecting git/mercurial file structure 02:03:58 ==> Reading reports 02:03:58 + ./coverage.out bytes=6770 02:03:58 ==> Appending adjustments 02:03:58 https://docs.codecov.io/docs/fixing-reports 02:03:58 + Found adjustments 02:03:58 ==> Gzipping contents 02:03:59 28K /tmp/codecov.vPvaY0.gz 02:03:59 ==> Uploading reports 02:03:59 url: https://codecov.io 02:03:59 query: branch=odessa&commit=0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-uart%2Fjob%2Fodessa%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-uart&service=jenkins&flags=&pr=&job=&cmd_args= 02:03:59 -> Pinging Codecov 02:03:59 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=odessa&commit=0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-uart%2Fjob%2Fodessa%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-uart&service=jenkins&flags=&pr=&job=&cmd_args= 02:03:59 -> Uploading to 02:03:59 https://storage.googleapis.com/codecov-production/shelter/v4/github/lf-edge/device-uart/0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf/8ee10f1c-d03f-42bd-a073-a26b356ef854.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251124%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251124T020358Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=553e136ea3589d30ee7b0f30268c990457310e9dca01522212f4f7f5b675025d 02:03:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:03:59 Dload Upload Total Spent Left Speed 02:03:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25928 0 0 100 25928 0 188k --:--:-- --:--:-- --:--:-- 188k 02:03:59 -> Reports have been successfully queued for processing at https://app.codecov.io/github/lf-edge/device-uart/commit/0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] } 02:03:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:03:59 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:03:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:03:59 02:03:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:04:00 latest: Pulling from edgex-devops/edgex-snyk-go 02:04:00 2d35ebdb57d9: Already exists 02:04:00 85e8836fcdb2: Pulling fs layer 02:04:00 91631faa732a: Pulling fs layer 02:04:00 f3f5ae8826fa: Pulling fs layer 02:04:00 4f4fb700ef54: Pulling fs layer 02:04:00 7861252a18e6: Pulling fs layer 02:04:00 9130f900ef6f: Pulling fs layer 02:04:00 4f4fb700ef54: Waiting 02:04:00 7861252a18e6: Waiting 02:04:00 9130f900ef6f: Waiting 02:04:00 f3f5ae8826fa: Download complete 02:04:00 85e8836fcdb2: Verifying Checksum 02:04:00 85e8836fcdb2: Download complete 02:04:00 4f4fb700ef54: Verifying Checksum 02:04:00 4f4fb700ef54: Download complete 02:04:00 85e8836fcdb2: Pull complete 02:04:00 7861252a18e6: Verifying Checksum 02:04:00 7861252a18e6: Download complete 02:04:00 91631faa732a: Download complete 02:04:01 9130f900ef6f: Verifying Checksum 02:04:01 9130f900ef6f: Download complete 02:04:05 91631faa732a: Pull complete 02:04:05 f3f5ae8826fa: Pull complete 02:04:05 4f4fb700ef54: Pull complete 02:04:05 7861252a18e6: Pull complete 02:04:09 9130f900ef6f: Pull complete 02:04:09 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 02:04:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:04:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:09 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 02:04:09 $ 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_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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/edgex-snyk-go:latest cat 02:04:14 $ docker top 8cc2cd4e38fe439940e1ecb0d03bbf488bb0bdd65b1a53981909834df1c42f05 -eo pid,comm [Pipeline] { [Pipeline] sh 02:04:14 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-uart_odessa [Pipeline] echo 02:04:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-uart:odessa' [Pipeline] sh 02:04:14 + set -o pipefail 02:04:14 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-uart:odessa' 02:04:23 02:04:23 Monitoring /w/workspace/edgexfoundry_device-uart_odessa (github.com/edgexfoundry/device-uart)... 02:04:23 02:04:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6c5085ab-ca06-452b-ace6-ae6d8743b947/history/258d35c1-f31c-4cf5-9d32-f92605209d8d 02:04:23 02:04:23 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 02:04:23 02:04:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:04:23 [Pipeline] } 02:04:24 $ docker stop --time=1 8cc2cd4e38fe439940e1ecb0d03bbf488bb0bdd65b1a53981909834df1c42f05 02:04:25 $ docker rm -f --volumes 8cc2cd4e38fe439940e1ecb0d03bbf488bb0bdd65b1a53981909834df1c42f05 [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 02:04:26 + git log --format=format:%s -1 0c51b5b3e57698fe171b29ca72e1f4cc6f37ccdf [Pipeline] sh 02:04:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:04:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:04:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:26 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 02:04:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:04:27 $ docker top 6fd3bcf4860f987bc9c26f167d62252ab1d57e2cea2fe0eb5b2f126e7b7409da -eo pid,comm 02:04:27 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). 02:04:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:04:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:27 [ssh-agent] Looking for ssh-agent implementation... 02:04:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:27 $ docker exec 6fd3bcf4860f987bc9c26f167d62252ab1d57e2cea2fe0eb5b2f126e7b7409da ssh-agent 02:04:27 SSH_AUTH_SOCK=/tmp/ssh-KZ3ECckAI8WP/agent.31 02:04:27 SSH_AGENT_PID=37 02:04:27 Running ssh-add (command line suppressed) 02:04:27 Identity added: /w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_2850133492691490453.key (/w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_2850133492691490453.key) 02:04:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:27 + git semver tag 02:04:28 2025-11-24 02:04:28,192 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:04:28 2025-11-24 02:04:28,196 [run_tag] DEBUG tag force:False 02:04:28 2025-11-24 02:04:28,196 [check_head_tag] DEBUG check head tag 02:04:28 2025-11-24 02:04:28,196 [execute] INFO git cat-file --batch-check 02:04:28 2025-11-24 02:04:28,197 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-uart_odessa, stdin=, shell=False, universal_newlines=False) 02:04:28 2025-11-24 02:04:28,199 [execute] INFO git cat-file --batch 02:04:28 2025-11-24 02:04:28,200 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-uart_odessa, stdin=, shell=False, universal_newlines=False) 02:04:28 2025-11-24 02:04:28,205 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 02:04:28 2025-11-24 02:04:28,205 [execute] INFO git tag -a v4.0.1-dev.1 -m v4.0.1-dev.1 02:04:28 2025-11-24 02:04:28,205 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.1-dev.1', '-m', 'v4.0.1-dev.1'], cwd=/w/workspace/edgexfoundry_device-uart_odessa, stdin=None, shell=False, universal_newlines=False) 02:04:28 2025-11-24 02:04:28,208 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 02:04:28 4.0.1-dev.1 [Pipeline] } 02:04:28 $ docker exec --env ******** --env ******** 6fd3bcf4860f987bc9c26f167d62252ab1d57e2cea2fe0eb5b2f126e7b7409da ssh-agent -k 02:04:28 unset SSH_AUTH_SOCK; 02:04:28 unset SSH_AGENT_PID; 02:04:28 echo Agent pid 37 killed; 02:04:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:04:28 + git semver [Pipeline] } 02:04:29 $ docker stop --time=1 6fd3bcf4860f987bc9c26f167d62252ab1d57e2cea2fe0eb5b2f126e7b7409da 02:04:30 $ docker rm -f --volumes 6fd3bcf4860f987bc9c26f167d62252ab1d57e2cea2fe0eb5b2f126e7b7409da [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:04:30 02:04:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:04:31 0.23.1-centos7: Pulling from edgex-lftools 02:04:31 ab5ef0e58194: Pulling fs layer 02:04:31 9712f1f96733: Pulling fs layer 02:04:31 63f879dbbcfc: Pulling fs layer 02:04:31 0d9ebad4ef96: Pulling fs layer 02:04:31 e9a5061849ea: Pulling fs layer 02:04:31 d747dcd14b5f: Pulling fs layer 02:04:31 2de7ff778b66: Pulling fs layer 02:04:31 0d9ebad4ef96: Waiting 02:04:31 e9a5061849ea: Waiting 02:04:31 d747dcd14b5f: Waiting 02:04:31 2de7ff778b66: Waiting 02:04:31 9712f1f96733: Download complete 02:04:31 63f879dbbcfc: Verifying Checksum 02:04:31 63f879dbbcfc: Download complete 02:04:31 e9a5061849ea: Verifying Checksum 02:04:31 e9a5061849ea: Download complete 02:04:31 d747dcd14b5f: Download complete 02:04:31 0d9ebad4ef96: Verifying Checksum 02:04:31 0d9ebad4ef96: Download complete 02:04:31 2de7ff778b66: Verifying Checksum 02:04:31 2de7ff778b66: Download complete 02:04:31 ab5ef0e58194: Verifying Checksum 02:04:31 ab5ef0e58194: Download complete 02:04:36 ab5ef0e58194: Pull complete 02:04:36 9712f1f96733: Pull complete 02:04:36 63f879dbbcfc: Pull complete 02:04:41 0d9ebad4ef96: Pull complete 02:04:41 e9a5061849ea: Pull complete 02:04:41 d747dcd14b5f: Pull complete 02:04:42 2de7ff778b66: Pull complete 02:04:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:04:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:04:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:42 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 02:04:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-uart_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:04:46 $ docker top b22505439137d9e2d2e19c5f4714c6f7b66f0b502d2b426fc19473e9ab3a5c1e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:04:46 provisioning config files... 02:04:46 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config13973061280442535450tmp 02:04:47 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config4614034317627393849tmp 02:04:47 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config5931268088702699242tmp [Pipeline] { [Pipeline] echo 02:04:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:04:47 ---> sigul-configuration.sh 02:04:47 gpg: directory `/root/.gnupg' created 02:04:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:04:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:04:47 gpg: keyring `/root/.gnupg/secring.gpg' created 02:04:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:04:47 gpg: CAST5 encrypted data 02:04:47 gpg: encrypted with 1 passphrase 02:04:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:04:47 + mkdir /home/jenkins 02:04:47 + mkdir /home/jenkins/sigul [Pipeline] sh 02:04:48 + 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 02:04:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:04:48 ---> sigul-install.sh 02:04:48 Sigul already installed; skipping installation. [Pipeline] sh 02:04:48 + git tag --list 02:04:48 v0.0.0 02:04:48 v3.0.0 02:04:48 v3.1 02:04:48 v3.1.0 02:04:48 v3.1.1 02:04:48 v4.0 02:04:48 v4.0.0 02:04:48 v4.0.1-dev.1 02:04:48 v4.1.0-dev.1 02:04:48 v4.1.0-dev.2 [Pipeline] sh 02:04:48 + lftools sign git-tag v4.0.1-dev.1 02:04:49 Signing Git tag with Sigul... 02:04:49 Signing v4.0.1-dev.1 [Pipeline] echo 02:04:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:04:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:04:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:04:50 $ docker stop --time=1 b22505439137d9e2d2e19c5f4714c6f7b66f0b502d2b426fc19473e9ab3a5c1e 02:04:51 $ docker rm -f --volumes b22505439137d9e2d2e19c5f4714c6f7b66f0b502d2b426fc19473e9ab3a5c1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:04:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:04:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:04:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:52 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 02:04:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:04:52 $ docker top b74661ba37293aa55ba54592922360721ce83ced6c8369e2d6070a88d3ec72e3 -eo pid,comm 02:04:52 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). 02:04:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:04:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:52 [ssh-agent] Looking for ssh-agent implementation... 02:04:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:52 $ docker exec b74661ba37293aa55ba54592922360721ce83ced6c8369e2d6070a88d3ec72e3 ssh-agent 02:04:52 SSH_AUTH_SOCK=/tmp/ssh-kMH1Lh22q0Vk/agent.32 02:04:52 SSH_AGENT_PID=38 02:04:52 Running ssh-add (command line suppressed) 02:04:52 Identity added: /w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_5123975769918420212.key (/w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_5123975769918420212.key) 02:04:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:53 + git semver bump pre 02:04:53 2025-11-24 02:04:53,463 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:04:53 2025-11-24 02:04:53,467 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 02:04:53 2025-11-24 02:04:53,467 [bump_version] DEBUG bumping version:4.0.1-dev.1 on axis:pre with prefix:dev 02:04:53 2025-11-24 02:04:53,467 [bump_version] DEBUG bumped version:4.0.1-dev.2 02:04:53 2025-11-24 02:04:53,467 [write_version] DEBUG write version:4.0.1-dev.2 to path:/w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa with force:True 02:04:53 2025-11-24 02:04:53,467 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 02:04:53 2025-11-24 02:04:53,467 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 02:04:53 2025-11-24 02:04:53,469 [execute] INFO git cat-file --batch-check 02:04:53 2025-11-24 02:04:53,469 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-uart_odessa/.semver, stdin=, shell=False, universal_newlines=False) 02:04:53 2025-11-24 02:04:53,473 [execute] INFO git cat-file --batch 02:04:53 2025-11-24 02:04:53,473 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-uart_odessa/.semver, stdin=, shell=False, universal_newlines=False) 02:04:53 2025-11-24 02:04:53,476 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 02:04:53 4.0.1-dev.2 [Pipeline] } 02:04:53 $ docker exec --env ******** --env ******** b74661ba37293aa55ba54592922360721ce83ced6c8369e2d6070a88d3ec72e3 ssh-agent -k 02:04:53 unset SSH_AUTH_SOCK; 02:04:53 unset SSH_AGENT_PID; 02:04:53 echo Agent pid 38 killed; 02:04:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:04:53 + git semver [Pipeline] } 02:04:54 $ docker stop --time=1 b74661ba37293aa55ba54592922360721ce83ced6c8369e2d6070a88d3ec72e3 02:04:55 $ docker rm -f --volumes b74661ba37293aa55ba54592922360721ce83ced6c8369e2d6070a88d3ec72e3 [Pipeline] // withDockerContainer [Pipeline] sh 02:04:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:04:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:04:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:56 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 02:04:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-uart_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:04:56 $ docker top 5a6663f6d0ab2c40b42544903fcccac9781181c4c56ad45396bc841a1528281f -eo pid,comm 02:04:56 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). 02:04:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:04:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:56 [ssh-agent] Looking for ssh-agent implementation... 02:04:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:56 $ docker exec 5a6663f6d0ab2c40b42544903fcccac9781181c4c56ad45396bc841a1528281f ssh-agent 02:04:56 SSH_AUTH_SOCK=/tmp/ssh-8JG98XqvCidK/agent.31 02:04:56 SSH_AGENT_PID=37 02:04:56 Running ssh-add (command line suppressed) 02:04:56 Identity added: /w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_13221753900942983849.key (/w/workspace/edgexfoundry_device-uart_odessa@tmp/private_key_13221753900942983849.key) 02:04:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:57 + git semver push 02:04:57 2025-11-24 02:04:57,411 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:04:57 2025-11-24 02:04:57,415 [run_push] DEBUG push 02:04:57 2025-11-24 02:04:57,415 [execute] INFO git cat-file --batch-check 02:04:57 2025-11-24 02:04:57,416 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-uart_odessa/.semver, stdin=, shell=False, universal_newlines=False) 02:04:57 2025-11-24 02:04:57,417 [execute] INFO git rev-list badc469d8071cfff24503bbf328b33a1354bbda4 -- 02:04:57 2025-11-24 02:04:57,417 [execute] DEBUG Popen(['git', 'rev-list', 'badc469d8071cfff24503bbf328b33a1354bbda4', '--'], cwd=/w/workspace/edgexfoundry_device-uart_odessa/.semver, stdin=None, shell=False, universal_newlines=False) 02:04:57 2025-11-24 02:04:57,422 [execute] INFO git fetch -v -- origin 02:04:57 2025-11-24 02:04:57,422 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-uart_odessa/.semver, stdin=None, shell=False, universal_newlines=True) 02:04:58 2025-11-24 02:04:57,942 [run_push] DEBUG no remote changes detected 02:04:58 2025-11-24 02:04:57,942 [execute] INFO git push origin semver 02:04:58 2025-11-24 02:04:57,942 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-uart_odessa/.semver, stdin=None, shell=False, universal_newlines=False) 02:04:58 2025-11-24 02:04:58,699 [run_push] DEBUG push all version tags 02:04:58 2025-11-24 02:04:58,699 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:04:58 2025-11-24 02:04:58,699 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-uart_odessa, stdin=None, shell=False, universal_newlines=False) 02:04:59 2025-11-24 02:04:59,387 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-uart_odessa/.semver/odessa 02:04:59 4.0.1-dev.2 [Pipeline] } 02:04:59 $ docker exec --env ******** --env ******** 5a6663f6d0ab2c40b42544903fcccac9781181c4c56ad45396bc841a1528281f ssh-agent -k 02:04:59 unset SSH_AUTH_SOCK; 02:04:59 unset SSH_AGENT_PID; 02:04:59 echo Agent pid 37 killed; 02:04:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:05:00 + git semver [Pipeline] } 02:05:00 $ docker stop --time=1 5a6663f6d0ab2c40b42544903fcccac9781181c4c56ad45396bc841a1528281f 02:05:01 $ docker rm -f --volumes 5a6663f6d0ab2c40b42544903fcccac9781181c4c56ad45396bc841a1528281f [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 02:05:02 + [ -d /w/workspace/edgexfoundry_device-uart_odessa/archives ] 02:05:02 + ls -al /w/workspace/edgexfoundry_device-uart_odessa/archives 02:05:02 total 16 02:05:02 drwxr-xr-x 3 root root 4096 Nov 24 01:50 . 02:05:02 drwxrwxr-x 10 jenkins jenkins 4096 Nov 24 02:04 .. 02:05:02 drwxr-xr-x 2 root root 4096 Nov 24 01:50 cost 02:05:02 -rw-r--r-- 1 root root 83 Nov 24 01:50 cost.csv 02:05:02 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-uart_odessa/archives 02:05:02 + ls -al /w/workspace/edgexfoundry_device-uart_odessa/archives 02:05:02 total 16 02:05:02 drwxr-xr-x 3 jenkins jenkins 4096 Nov 24 01:50 . 02:05:02 drwxrwxr-x 10 jenkins jenkins 4096 Nov 24 02:04 .. 02:05:02 drwxr-xr-x 2 jenkins jenkins 4096 Nov 24 01:50 cost 02:05:02 -rw-r--r-- 1 jenkins jenkins 83 Nov 24 01:50 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:05:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:05:03 ---> package-listing.sh 02:05:03 ++ facter osfamily 02:05:03 ++ tr '[:upper:]' '[:lower:]' 02:05:03 + OS_FAMILY=debian 02:05:03 + workspace=/w/workspace/edgexfoundry_device-uart_odessa 02:05:03 + START_PACKAGES=/tmp/packages_start.txt 02:05:03 + END_PACKAGES=/tmp/packages_end.txt 02:05:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:05:03 + PACKAGES=/tmp/packages_start.txt 02:05:03 + '[' /w/workspace/edgexfoundry_device-uart_odessa ']' 02:05:03 + PACKAGES=/tmp/packages_end.txt 02:05:03 + case "${OS_FAMILY}" in 02:05:03 + dpkg -l 02:05:03 + grep '^ii' 02:05:03 + '[' -f /tmp/packages_start.txt ']' 02:05:03 + '[' -f /tmp/packages_end.txt ']' 02:05:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:05:03 + '[' /w/workspace/edgexfoundry_device-uart_odessa ']' 02:05:03 + mkdir -p /w/workspace/edgexfoundry_device-uart_odessa/archives/ 02:05:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-uart_odessa/archives/ [Pipeline] echo 02:05:03 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_odessa/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:05:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:05:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:05:04 prd-ubuntu20.04-docker-8c-8g-773668 does not seem to be running inside a container 02:05:04 $ 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_odessa/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_odessa -v /w/workspace/edgexfoundry_device-uart_odessa:/w/workspace/edgexfoundry_device-uart_odessa:rw,z -v /w/workspace/edgexfoundry_device-uart_odessa@tmp:/w/workspace/edgexfoundry_device-uart_odessa@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:05:04 $ docker top 32ea883bc4e388b86ebb9037fce8299f51c63f91f3be9267cf629a604bb59f5d -eo pid,comm [Pipeline] { [Pipeline] sh 02:05:05 + touch /tmp/pre-build-complete [Pipeline] sh 02:05:05 + mkdir -p /var/log/sysstat [Pipeline] sh 02:05:05 + ls /var/log/sa-host 02:05:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:05:05 provisioning config files... 02:05:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-uart_odessa@tmp/config2217611637933359336tmp [Pipeline] { [Pipeline] echo 02:05:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:05:06 ---> create-netrc.sh [Pipeline] } 02:05:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:05:06 ---> python-tools-install.sh [Pipeline] echo 02:05:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:05:06 ---> sudo-logs.sh 02:05:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:05:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:05:07 ---> job-cost.sh 02:05:07 lf-activate-venv: SKIPPING 02:05:07 DEBUG: total: 0.2199999988079071 02:05:07 INFO: Retrieving Stack Cost... 02:05:07 INFO: Retrieving Pricing Info for: v3-standard-8 02:05:08 INFO: Archiving Costs [Pipeline] echo 02:05:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:05:08 ---> logs-deploy.sh 02:05:08 lf-activate-venv: SKIPPING 02:05:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-uart/odessa/5 02:05:08 INFO: archiving workspace using pattern(s): 02:05:09 Archives upload complete. 02:05:09 INFO: archiving logs to Nexus 02:05:09 ---> uname -a: 02:05:09 Linux prd-ubuntu20-04-docker-8c-8g-773668 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:05:09 02:05:09 02:05:09 ---> lscpu: 02:05:09 Architecture: x86_64 02:05:09 CPU op-mode(s): 32-bit, 64-bit 02:05:09 Byte Order: Little Endian 02:05:09 Address sizes: 40 bits physical, 48 bits virtual 02:05:09 CPU(s): 8 02:05:09 On-line CPU(s) list: 0-7 02:05:09 Thread(s) per core: 1 02:05:09 Core(s) per socket: 1 02:05:09 Socket(s): 8 02:05:09 NUMA node(s): 1 02:05:09 Vendor ID: AuthenticAMD 02:05:09 CPU family: 23 02:05:09 Model: 49 02:05:09 Model name: AMD EPYC-Rome Processor 02:05:09 Stepping: 0 02:05:09 CPU MHz: 2800.000 02:05:09 BogoMIPS: 5600.00 02:05:09 Virtualization: AMD-V 02:05:09 Hypervisor vendor: KVM 02:05:09 Virtualization type: full 02:05:09 L1d cache: 256 KiB 02:05:09 L1i cache: 256 KiB 02:05:09 L2 cache: 4 MiB 02:05:09 L3 cache: 128 MiB 02:05:09 NUMA node0 CPU(s): 0-7 02:05:09 Vulnerability Gather data sampling: Not affected 02:05:09 Vulnerability Itlb multihit: Not affected 02:05:09 Vulnerability L1tf: Not affected 02:05:09 Vulnerability Mds: Not affected 02:05:09 Vulnerability Meltdown: Not affected 02:05:09 Vulnerability Mmio stale data: Not affected 02:05:09 Vulnerability Retbleed: Vulnerable 02:05:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:05:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:05:09 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:05:09 Vulnerability Srbds: Not affected 02:05:09 Vulnerability Tsx async abort: Not affected 02:05:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:05:09 02:05:09 02:05:09 ---> nproc: 02:05:09 8 02:05:09 02:05:09 02:05:09 ---> df -h: 02:05:09 Filesystem Size Used Avail Use% Mounted on 02:05:09 overlay 155G 15G 141G 10% / 02:05:09 tmpfs 64M 0 64M 0% /dev 02:05:09 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:05:09 shm 64M 0 64M 0% /dev/shm 02:05:09 /dev/vda1 155G 15G 141G 10% /facter-os 02:05:09 02:05:09 02:05:09 ---> sar -b -r -n DEV: 02:05:09 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-773668) 11/24/25 _x86_64_ (8 CPU) 02:05:09 02:05:09 01:45:57 LINUX RESTART (8 CPU) 02:05:09 02:05:09 01:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:05:09 01:47:02 414.05 73.29 340.76 0.00 12334.61 210106.18 0.00 02:05:09 01:48:01 293.95 11.54 282.41 0.00 1738.69 76208.91 0.00 02:05:09 01:49:01 135.46 0.32 135.14 0.00 15.60 36421.13 0.00 02:05:09 01:50:01 6.20 0.03 6.17 0.00 6.27 116.00 0.00 02:05:09 01:51:02 48.08 0.25 47.83 0.00 11.46 16821.73 0.00 02:05:09 01:52:01 50.26 3.63 46.64 0.00 4346.79 9261.35 0.00 02:05:09 01:53:01 3.87 0.02 3.85 0.00 0.13 91.05 0.00 02:05:09 01:54:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 02:05:09 01:55:01 1.58 0.00 1.58 0.00 0.00 17.86 0.00 02:05:09 01:56:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 02:05:09 01:57:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 02:05:09 01:58:01 1.35 0.00 1.35 0.00 0.00 18.93 0.00 02:05:09 01:59:01 1.52 0.00 1.52 0.00 0.00 17.19 0.00 02:05:09 02:00:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 02:05:09 02:01:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 02:05:09 02:02:01 1.68 0.02 1.67 0.00 0.13 22.66 0.00 02:05:09 02:03:01 1.22 0.00 1.22 0.00 0.00 15.86 0.00 02:05:09 02:04:01 2.85 0.13 2.72 0.00 11.86 83.32 0.00 02:05:09 02:05:01 124.43 0.13 124.30 0.00 8.93 59520.75 0.00 02:05:09 Average: 57.28 4.70 52.58 0.00 968.69 21477.49 0.00 02:05:09 02:05:09 01:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:05:09 01:47:02 29206264 31557024 753796 2.29 78808 2567208 1746356 5.15 970816 2337652 280 02:05:09 01:48:01 26418984 31257976 1015432 3.09 168080 4761108 2276320 6.71 1905184 3945192 368552 02:05:09 01:49:01 26406448 31488012 785316 2.39 179636 4953988 1692968 4.99 1722620 4101528 648 02:05:09 01:50:01 26409432 31491780 781176 2.38 179912 4954336 1647804 4.86 1769184 4054428 12 02:05:09 01:51:02 25862876 31466512 804112 2.45 199232 5406828 1721116 5.07 1820356 4494220 312 02:05:09 01:52:01 25374952 31453856 801876 2.44 232352 5835016 1769336 5.22 2102920 4665816 152 02:05:09 01:53:01 25382996 31461396 794244 2.42 232120 5834748 1740268 5.13 2095632 4665540 8 02:05:09 01:54:01 25385252 31463656 791924 2.41 232152 5834752 1740268 5.13 2093316 4665544 12 02:05:09 01:55:01 25397908 31476460 778988 2.37 232192 5834760 1740268 5.13 2080608 4665548 152 02:05:09 01:56:01 25401672 31480232 775152 2.36 232232 5834756 1740268 5.13 2077208 4665556 20 02:05:09 01:57:01 25401928 31480548 774796 2.36 232268 5834764 1740268 5.13 2077264 4665560 12 02:05:09 01:58:01 25402172 31480880 774388 2.36 232324 5834768 1740268 5.13 2076732 4665568 12 02:05:09 01:59:01 25402084 31480892 774232 2.36 232356 5834756 1740268 5.13 2077104 4665572 24 02:05:09 02:00:01 25401720 31480588 774524 2.36 232396 5834772 1740268 5.13 2077000 4665576 20 02:05:09 02:01:01 25401580 31480456 774608 2.36 232444 5834760 1740268 5.13 2077024 4665580 12 02:05:09 02:02:01 25399644 31478596 776172 2.36 232504 5834740 1761188 5.19 2077580 4665532 16 02:05:09 02:03:01 25400308 31479316 775320 2.36 232544 5834756 1761188 5.19 2077596 4665536 56 02:05:09 02:04:01 25036896 31453736 800624 2.44 233732 6161260 1862080 5.49 2105456 4990968 326404 02:05:09 02:05:01 23844608 31426676 820196 2.50 285264 7150304 1907368 5.62 2216444 5939512 660 02:05:09 Average: 25680933 31465189 796151 2.42 216450 5577494 1779376 5.25 1973687 4518444 36703 02:05:09 02:05:09 01:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:05:09 01:47:02 docker0 44.79 46.74 3.14 269.79 0.00 0.00 0.00 0.00 02:05:09 01:47:02 lo 4.57 4.57 0.46 0.46 0.00 0.00 0.00 0.00 02:05:09 01:47:02 ens3 616.30 444.53 5093.10 132.37 0.00 0.00 0.00 0.00 02:05:09 01:48:01 veth6443def 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:05:09 01:48:01 docker0 365.99 485.43 29.39 2984.37 0.00 0.00 0.00 0.00 02:05:09 01:48:01 lo 0.75 0.75 0.09 0.09 0.00 0.00 0.00 0.00 02:05:09 01:48:01 ens3 617.12 440.26 6250.83 55.33 0.00 0.00 0.00 0.00 02:05:09 01:49:01 docker0 5.82 11.63 0.39 132.38 0.00 0.00 0.00 0.00 02:05:09 01:49:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 02:05:09 01:49:01 ens3 37.73 22.75 218.60 10.66 0.00 0.00 0.00 0.00 02:05:09 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:50:01 lo 4.47 4.47 0.45 0.45 0.00 0.00 0.00 0.00 02:05:09 01:50:01 ens3 58.61 55.89 24.03 361.55 0.00 0.00 0.00 0.00 02:05:09 01:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:51:02 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 02:05:09 01:51:02 ens3 90.58 55.24 2522.90 10.99 0.00 0.00 0.00 0.00 02:05:09 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:52:01 lo 0.54 0.54 0.06 0.06 0.00 0.00 0.00 0.00 02:05:09 01:52:01 ens3 115.68 70.29 3048.11 5.17 0.00 0.00 0.00 0.00 02:05:09 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:05:09 01:53:01 ens3 1.18 0.55 0.31 0.22 0.00 0.00 0.00 0.00 02:05:09 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:54:01 ens3 1.05 0.00 0.05 0.00 0.00 0.00 0.00 0.00 02:05:09 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:05:09 01:55:01 ens3 0.40 0.12 0.03 0.01 0.00 0.00 0.00 0.00 02:05:09 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:56:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 02:05:09 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:05:09 01:57:01 ens3 0.40 0.27 0.15 0.08 0.00 0.00 0.00 0.00 02:05:09 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:58:01 ens3 0.47 0.03 0.06 0.00 0.00 0.00 0.00 0.00 02:05:09 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:05:09 01:59:01 ens3 1.33 0.58 0.36 0.23 0.00 0.00 0.00 0.00 02:05:09 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 02:00:01 ens3 2.28 0.75 0.76 0.48 0.00 0.00 0.00 0.00 02:05:09 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:05:09 02:01:01 ens3 1.58 0.42 0.43 0.27 0.00 0.00 0.00 0.00 02:05:09 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 02:02:01 ens3 2.72 1.00 0.89 0.57 0.00 0.00 0.00 0.00 02:05:09 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:05:09 02:03:01 ens3 1.85 0.83 0.71 0.50 0.00 0.00 0.00 0.00 02:05:09 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:05:09 02:04:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 02:05:09 02:04:01 ens3 124.15 71.17 4020.19 8.42 0.00 0.00 0.00 0.00 02:05:09 02:05:01 veth86ceadd 1.80 1.45 0.36 0.40 0.00 0.00 0.00 0.00 02:05:09 02:05:01 docker0 4.95 3.72 1.14 1.29 0.00 0.00 0.00 0.00 02:05:09 02:05:01 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 02:05:09 02:05:01 ens3 213.98 158.09 3278.90 159.07 0.00 0.00 0.00 0.00 02:05:09 Average: veth86ceadd 0.09 0.08 0.02 0.02 0.00 0.00 0.00 0.00 02:05:09 Average: docker0 21.90 28.44 1.77 176.00 0.00 0.00 0.00 0.00 02:05:09 Average: lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 02:05:09 Average: ens3 98.87 69.29 1281.46 39.27 0.00 0.00 0.00 0.00 02:05:09 02:05:09