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

Builder curl-threaded-solaris11-i386 Build #4797

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 23 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4797 Build
codebase Build
got_revision 756725a32bee029330f949e231720f867b5312dc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 756725a32bee029330f949e231720f867b5312dc Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Mar 20 13:34:54 2026
EndFri Mar 20 16:52:36 2026
Elapsed3 hrs, 17 mins, 42 secs

All Changes:

:

  1. Change #261722

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 11:31:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a1f361716ab0bbf1e15f8a9914b9f1f07855bae

    Comments

    build: limit `unitprotos.h` include to `units` target
    To omit it from `tunits`.
    
    Also: move the include to `unitcheck.h` to save a guard.
    
    Ref: https://github.com/curl/curl/pull/21014#issuecomment-4093742896
    Reported-by: Daniel Stenberg
    Fixes #21021
    Follow-up to 98d8e82c7471232639841eb63e16bb979a30acb4 #21014
    
    Closes #21024

    Changed files

    • tests/libtest/first.h
    • tests/libtest/unitcheck.h
  2. Change #261728

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 11:57:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 756725a32bee029330f949e231720f867b5312dc

    Comments

    tool_operate: drop the scheme-guessing in the -G handling
    Prior to this, -G would override the scheme set with --proto-default and
    revert back to guessing the scheme based on the hostname.
    
    Add test 2008 to verify the fix
    
    Spotted by Codex Security
    
    Closes #20992

    Changed files

    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test2008