Re: [OE-core] [PATCH 1/4] Rust oe-selftest script

2021-09-22 Thread Pgowda
Hi Richard, > I suspect it is related to the version of lib on the host verses the version > used > in the target. That seems to be the problem. > Perhaps try running the build within a buildtools environment to reproduce? We could reproduce the issue within the buildtools environment. Please f

Re: [OE-core] [PATCH 1/4] Rust oe-selftest script

2021-09-15 Thread Richard Purdie
On Wed, 2021-09-15 at 15:37 +0530, pgowda cve wrote: > Hi Richard, > > Thanks for reviewing the patch and your comments. > > > We did see a couple of failures in testing on our infrastructure: > We are using the following machine for running tests > Description:Ubuntu 18.04.3 LTS > Release:

Re: [OE-core] [PATCH 1/4] Rust oe-selftest script

2021-09-15 Thread Richard Purdie
On Mon, 2021-09-13 at 10:35 -0700, Pgowda wrote: > The file builds remote-test-server and executes rust testing > remotely using background ssh. It adds the necessary test environment > and variables to run the rust oe-selftest. > > Print the results in case of failure of runCmd(). > > Signed-off

[OE-core] [PATCH 1/4] Rust oe-selftest script

2021-09-13 Thread Pgowda
The file builds remote-test-server and executes rust testing remotely using background ssh. It adds the necessary test environment and variables to run the rust oe-selftest. Print the results in case of failure of runCmd(). Signed-off-by: Pgowda --- meta/lib/oeqa/selftest/cases/rust.py | 54 +++