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

Builder curl-ares-solaris10-i386 Build #4316

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney
  2. Daniel Stenberg

Timing:

StartWed Apr 15 23:45:07 2026
EndThu Apr 16 06:26:09 2026
Elapsed6 hrs, 41 mins, 1 secs

All Changes:

:

  1. Change #264614

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 15 Apr 2026 23:32:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7fd35f4c34c0034417c2fcbb69cfcff449f49d0c

    Comments

    unittests: cleanups
    - make sure all UNITTEST prototypes mark in which unit test they are used,
      with "@unittest" markup
    
    - make sure all UNITTEST functions do not use Curl_ prefix, as that is a
      prefix we use for global private functions and these functions are static
      and therefore not global and the prefix is wrong
    
    - drop UNITTEST for functions not used in unit tests
    
    - make the extract-unit-protos script highlight the above issues if found
    
    - extract-unit-protos now also outputs the unit test number for all the
      generated protos in lib/unitprotos.h to aid readers. It also adds the source
      file and line number where the proto originates from.
    
    - extract-unit-protos now exits with a non-zero value if any of the above
      warnings are triggered
    
    - cf-dns: Curl_cf_dns_result => static cf_dns_result
    - hostip: Curl_ipv6works => static ipv6works
    - url: remove Curl_setup_conn() - not used anymore
    - connect: Curl_timeleft_now_ms => UNITTEST timeleft_now_ms
    
    Closes #21330

    Changed files

    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-ip-happy.c
    • lib/cfilters.c
    • lib/connect.c
    • lib/connect.h
    • lib/dnscache.c
    • lib/doh.c
    • lib/dynhds.c
    • lib/ftp.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/http_aws_sigv4.c
    • lib/llist.c
    • lib/multi.c
    • lib/noproxy.c
    • lib/progress.c
    • lib/uint-bset.c
    • lib/uint-hash.c
    • lib/uint-spbset.c
    • lib/uint-table.c
    • lib/url.c
    • lib/url.h
    • lib/urlapi.c
    • lib/vtls/x509asn1.c
    • scripts/extract-unit-protos
    • tests/unit/unit1300.c
    • tests/unit/unit1303.c
    • tests/unit/unit1608.c
    • tests/unit/unit1614.c
    • tests/unit/unit1653.c
    • tests/unit/unit2600.c
    • tests/unit/unit2602.c
    • tests/unit/unit3211.c
    • tests/unit/unit3212.c
    • tests/unit/unit3213.c
  2. Change #264615

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Wed 15 Apr 2026 23:34:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 54cc65595d3b55444d177635f05708e69e26e8e0

    Comments

    ci: update RUSTLS_VERSION 0.15.1 -> 0.15.2
    Closes #21333

    Changed files

    • .github/workflows/linux.yml