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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchdfandrich/easyoptions
Revision9ba597bed72bfa5c8cc671eb7f601de2deaff640
Got Revision9ba597bed72bfa5c8cc671eb7f601de2deaff640
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch dfandrich/easyoptions Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3742 Build
codebase Build
got_revision 9ba597bed72bfa5c8cc671eb7f601de2deaff640 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 9ba597bed72bfa5c8cc671eb7f601de2deaff640 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. Dan Fandrich

Timing:

StartSat Apr 5 06:47:00 2025
EndSat Apr 5 07:55:09 2025
Elapsed1 hrs, 8 mins, 8 secs

All Changes:

:

  1. Change #226562

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Thu 03 Apr 2025 21:16:51
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch dfandrich/easyoptions
    Revision 34cdd4e1189f228eea7971c115dda2ca066d3a4d

    Comments

    INSTALL.md: update the minimal libcurl size example
    
    It's only gone up by 7 KiB over the dozen releases in the last year.

    Changed files

    • docs/INSTALL.md
  2. Change #226563

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Thu 03 Apr 2025 21:45:54
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch dfandrich/easyoptions
    Revision 9f4f61ddcb7add87580fe6b60794c4aaaeb6b3a7

    Comments

    lib: add const to clientwriter tables
    
    Unlike the connection filter tables that hold a writable log level, the
    client writer tables can be const.

    Changed files

    • lib/cw-out.c
    • lib/cw-out.h
    • lib/cw-pause.c
    • lib/cw-pause.h
  3. Change #226564

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Thu 03 Apr 2025 22:43:26
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch dfandrich/easyoptions
    Revision 9ba597bed72bfa5c8cc671eb7f601de2deaff640

    Comments

    lib: make Curl_easyopts const
    
    Also, make the optiontable rule work in an out-of-tree build.
    
    Closes #16950

    Changed files

    • lib/Makefile.am
    • lib/easygetopt.c
    • lib/easyoptions.c
    • lib/easyoptions.h
    • lib/optiontable.pl