Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder sudo-solaris9-i386 Build #397

Results:

Build successful

SourceStamp:

Projectsudo
Repositoryhttps://www.sudo.ws/repos/sudo
Branchdefault
Revision3436430c064bb60e499217169c04dc8b650f4f43
Got Revision3436430c064bb60e499217169c04dc8b650f4f43
Changes3 changes

BuildSlave:

unstable9x

Reason:

The SingleBranchScheduler scheduler named 'schedule-sudo-solaris9-i386' triggered this build

Steps and Logfiles:

  1. hg update ( 3 secs )
    1. stdio
  2. shell './configure' ( 28 secs )
    1. stdio
    2. config.log
  3. shell_1 'gmake all' ( 1 mins, 51 secs )
    1. stdio
  4. shell_2 'gmake check' ( 33 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch default Build
builddir /export/home/buildbot/slave/sudo-solaris9-i386 slave
buildername sudo-solaris9-i386 Builder
buildnumber 397 Build
codebase Build
got_revision 3436430c064bb60e499217169c04dc8b650f4f43 Mercurial
project sudo Build
repository https://www.sudo.ws/repos/sudo Build
revision 3436430c064bb60e499217169c04dc8b650f4f43 Build
scheduler schedule-sudo-solaris9-i386 Scheduler
slavename unstable9x BuildSlave
workdir /export/home/buildbot/slave/sudo-solaris9-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Todd C. Miller

Timing:

StartSun Nov 17 16:13:52 2019
EndSun Nov 17 16:16:50 2019
Elapsed2 mins, 57 secs

All Changes:

:

  1. Change #94330

    Category sudo
    Changed by Todd C. Miller <Todd.Millerohnoyoudont@sudo.ws>
    Changed at Sun 17 Nov 2019 14:44:09
    Repository https://www.sudo.ws/repos/sudo
    Project sudo
    Branch default
    Revision 2836214cd4b87d70fc99697ce2870446c008b13c

    Comments

    Add Laszlo Orban

    Changed files

    • doc/CONTRIBUTORS
  2. Change #94331

    Category sudo
    Changed by Todd C. Miller <Todd.Millerohnoyoudont@sudo.ws>
    Changed at Sun 17 Nov 2019 16:02:20
    Repository https://www.sudo.ws/repos/sudo
    Project sudo
    Branch default
    Revision 1643211f8b4636d930571ea1e9e074cc5cc779ca

    Comments

    Init iolog_dir_fd and sock in connection_closure before adding to list.
    Otherwise we could close the wrong fds in the error path.

    Changed files

    • logsrvd/logsrvd.c
  3. Change #94332

    Category sudo
    Changed by Todd C. Miller <Todd.Millerohnoyoudont@sudo.ws>
    Changed at Sun 17 Nov 2019 16:06:37
    Repository https://www.sudo.ws/repos/sudo
    Project sudo
    Branch default
    Revision 3436430c064bb60e499217169c04dc8b650f4f43

    Comments

    Check closure->ssl for non-NULL instead of logsrvd_conf_get_tls_opt().
    It's a little more obvious this way and ssl is only non-NULL when the
    tls option is enabled anyway.

    Changed files

    • logsrvd/logsrvd.c