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

Builder curl-unthreaded-solaris11-sparc Build #4562

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 29 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4562 Build
codebase Build
got_revision f6bbc2b3be510a3c7e469cd697132ca1046290b5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f6bbc2b3be510a3c7e469cd697132ca1046290b5 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. x2018

Timing:

StartSat Nov 1 23:17:55 2025
EndSun Nov 2 00:41:29 2025
Elapsed1 hrs, 23 mins, 33 secs

All Changes:

:

  1. Change #247350

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 01 Nov 2025 23:13:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d0bfe74fba1e8394e73d2577c8a30b65f86b86f

    Comments

    httpsrr: send HTTPS query to the right target
    When the target host is on a different port than 443, the name
    "_[port]._https.[name]" shall be used.
    
    Fixes #19301
    Reported-by: Gunni on github
    Closes #19324

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/httpsrr.c
    • lib/httpsrr.h
    • tests/data/test2100
  2. Change #247351

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Sat 01 Nov 2025 23:14:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6bbc2b3be510a3c7e469cd697132ca1046290b5

    Comments

    doh: cleanup resources on error paths
    Closes #19310

    Changed files

    • lib/doh.c