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

Builder curl-pr-unthreaded-solaris10-i386 Build #3642

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revisionacdb48272a53fe97f63e5437fce27c7036a9c43e
Got Revisionacdb48272a53fe97f63e5437fce27c7036a9c43e
Changes2 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 9 mins, 6 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3642 Build
codebase Build
got_revision acdb48272a53fe97f63e5437fce27c7036a9c43e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision acdb48272a53fe97f63e5437fce27c7036a9c43e Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Mar 14 01:55:09 2025
EndFri Mar 14 03:04:18 2025
Elapsed1 hrs, 9 mins, 9 secs

All Changes:

:

  1. Change #224925

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Mar 2025 17:25:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 212f9a97421c35efc29afae2c3c74973a22a7f95

    Comments

    tool_setopt: simplify tool_setopt
    
    Since this is only used for object and function pointers now.
    
    Closes #16709

    Changed files

    • src/tool_setopt.c
  2. Change #224926

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Mar 2025 17:25:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision acdb48272a53fe97f63e5437fce27c7036a9c43e

    Comments

    tool_setopt: reduce use of "code hiding" macros
    
    CODEx, DATAx, CLEANx, DECLx, REM3, CHKRET are all removed now.
    
    Closes #16709

    Changed files

    • src/tool_easysrc.c
    • src/tool_setopt.c