linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

system thread #114

Closed jenswi-linaro closed 10 months ago

jenswi-linaro commented 10 months ago

I intend to add these patches to linux-next after the merge window has closed and then if everything still is OK after a few weeks I'll send a pull request to arm-soc for v6.8.

jforissier commented 10 months ago

Sounds like a good idea :) I will merge this as soon as CI completes successfully.

jforissier commented 10 months ago

I will merge this as soon as CI completes successfully.

Well it seems this won't happen... IBART is not happy, @jbech-linaro any idea what's happening in the post clone phase?

jbech-linaro commented 10 months ago

I will merge this as soon as CI completes successfully.

Well it seems this won't happen... IBART is not happy, @jbech-linaro any idea what's happening in the post clone phase?

Suspecting a timeout of some sort, I'll try to check that the local cache is up-to-date and then I'll re-run it.

jbech-linaro commented 10 months ago

It's getting a timeout when trying to get Jens' remote.

DEBUG] do_pexpect():91   Expecting (exp): ['\r\n0\r\nIBART', <class 'pexpect.exceptions.TIMEOUT'>, '\\r\\n[^0]\\d*\\r\\nIBART'] (timeout=3, error=1)
[DEBUG] do_pexpect():94   Got: 0 (value >= 1 is considered an error)
[DEBUG] start_job():255
[DEBUG] get_yaml_cmd():41   cmd: git remote update, exp: None, chkret: y, timeout: 60
[DEBUG] do_pexpect():53   Sending: git remote update
[DEBUG] do_pexpect():91   Expecting (exp): ['\r\n0\r\nIBART', <class 'pexpect.exceptions.TIMEOUT'>, '\\r\\n[^0]\\d*\\r\\nIBART'] (timeout=60, error=1)
[DEBUG] do_pexpect():94   Got: 1 (value >= 1 is considered an error)
[ERROR] start_job():261   job type: post_clone failed!

This is a Linux kernel remote, that eventually can be pretty big. We only have a 10Mbps connection, so that's likely why it timeout. I'll experiment with increasing the timeout from 60 second to .... a lot more. I'll probably revert it back again later on. Stay tuned.