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

Builder sudo-solaris11-i386 Build #392

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch default Build
builddir /export/home/buildbot/slave/sudo-solaris11-i386 slave
buildername sudo-solaris11-i386 Builder
buildnumber 392 Build
codebase Build
got_revision 1d7f52c32360f85c2ec783b211cd6bc6e2553cfa Mercurial
project sudo Build
repository https://www.sudo.ws/repos/sudo Build
revision 1d7f52c32360f85c2ec783b211cd6bc6e2553cfa Build
scheduler schedule-sudo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/sudo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Todd C. Miller

Timing:

StartTue Nov 12 02:13:49 2019
EndTue Nov 12 02:16:20 2019
Elapsed2 mins, 30 secs

All Changes:

:

  1. Change #94112

    Category sudo
    Changed by Todd C. Miller <Todd.Millerohnoyoudont@sudo.ws>
    Changed at Mon 11 Nov 2019 22:10:13
    Repository https://www.sudo.ws/repos/sudo
    Project sudo
    Branch default
    Revision 7c0c4c6b001e264294e48b2aa1f0e64252500d7b

    Comments

    Check for replies pointer being NULL just in case.

    Changed files

    • src/conversation.c
  2. Change #94113

    Category sudo
    Changed by Todd C. Miller <Todd.Millerohnoyoudont@sudo.ws>
    Changed at Tue 12 Nov 2019 00:07:43
    Repository https://www.sudo.ws/repos/sudo
    Project sudo
    Branch default
    Revision 28cb58a5ac94ae75761116a3fe1936ef36c24b6b

    Comments

    Restore resource limits before executing the askpass program.
    Linux with docker seems to have issues executing a program when the
    stack size is unlimited.  Bug #908

    Changed files

    • src/tgetpass.c
  3. Change #94114

    Category sudo
    Changed by Todd C. Miller <Todd.Millerohnoyoudont@sudo.ws>
    Changed at Tue 12 Nov 2019 01:57:10
    Repository https://www.sudo.ws/repos/sudo
    Project sudo
    Branch default
    Revision 1d7f52c32360f85c2ec783b211cd6bc6e2553cfa

    Comments

    Don't set the RLIMIT_STACK soft/hard limits to unlimited.
    Use 8Mb for soft and 64Mb for hard.
    Works around issues on macOS and docker.  See also Bug #908

    Changed files

    • src/limits.c