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

Builder sudo-solaris10-sparc Build #544

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-sudo-solaris10-sparc' triggered this build

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Todd C. Miller

Timing:

StartTue Nov 12 02:13:48 2019
EndTue Nov 12 02:28:53 2019
Elapsed15 mins, 5 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