You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rukletsov (JIRA)" <ji...@apache.org> on 2017/01/05 15:47:58 UTC

[jira] [Updated] (MESOS-6826) OsTest.User fails on recent Arch Linux.

     [ https://issues.apache.org/jira/browse/MESOS-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Rukletsov updated MESOS-6826:
---------------------------------------
    Summary: OsTest.User fails on recent Arch Linux.  (was: OsTest.User fails on recent Arch Linux)

> OsTest.User fails on recent Arch Linux.
> ---------------------------------------
>
>                 Key: MESOS-6826
>                 URL: https://issues.apache.org/jira/browse/MESOS-6826
>             Project: Mesos
>          Issue Type: Bug
>          Components: stout
>            Reporter: Neil Conway
>            Assignee: Neil Conway
>              Labels: mesosphere
>             Fix For: 1.2.0
>
>
> {noformat}
> [ RUN      ] OsTest.User
> ../../../mesos/3rdparty/stout/tests/os_tests.cpp:683: Failure
> Value of: os::getuid(UUID::random().toString()).isNone()
>   Actual: false
> Expected: true
> ../../../mesos/3rdparty/stout/tests/os_tests.cpp:684: Failure
> Value of: os::getgid(UUID::random().toString()).isNone()
>   Actual: false
> Expected: true
> [  FAILED  ] OsTest.User (12 ms)
> {noformat}
> Appeared relatively recently (last two weeks). Cause appears to be that {{getpwnam\_r}} now returns {{EINVAL}} for an invalid input, which {{os::getuid()}} and {{os::getgid()}} are not prepared to handle.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)