You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N.B: We're currently pinned to commit c75566e63b2... but are planning to update the pin again very soon
Hey there everyone! 😄
The oslogin suite is looking much better now (down from 5 failures to just 1 - thanks again for the help there!), but we're still seeing a single failure in TestGetentPasswdOsloginUser:
I'm struggling to replicate this locally, do you have any ideas? I'm wondering aloud if this is a permissions error to canonical-oslogin-cit, but I can't confirm that on my end.
Thanks in advance!
Chlo
The text was updated successfully, but these errors were encountered:
If you have access to the serial logs for the instance that ran the test, that would be helpful. However, I think I know the root cause.
The test assumes that the default service account running on the instance has a POSIX account associated with it. If such a POSIX account doesn't exist, then the test segfaults, causing the ambiguous Failed error message. You'll probably see a panic message in the serial logs for the instance along the lines of panic: runtime error: index out of range [0] with length 0.
I'll put out a change to fix this so that the absence of an associated POSIX account does not cause this segfault and returns an error instead. In the meantime, you may need to connect to the VM using the default service account, and then check the login-profile to make sure a POSIX account exists.
N.B: We're currently pinned to commit
c75566e63b2...
but are planning to update the pin again very soonHey there everyone! 😄
The
oslogin
suite is looking much better now (down from 5 failures to just 1 - thanks again for the help there!), but we're still seeing a single failure inTestGetentPasswdOsloginUser
:I'm struggling to replicate this locally, do you have any ideas? I'm wondering aloud if this is a permissions error to
canonical-oslogin-cit
, but I can't confirm that on my end.Thanks in advance!
Chlo
The text was updated successfully, but these errors were encountered: