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

Builder curl-threaded-solaris11-sparc Build #5213

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9b20a672b865fd69d7596ca7dcdfc0cbcf6b9dc7
Got Revision9b20a672b865fd69d7596ca7dcdfc0cbcf6b9dc7
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Arnav-Purushotam-CUBoulder

Timing:

StartMon Jan 26 15:00:59 2026
EndMon Jan 26 16:08:12 2026
Elapsed1 hrs, 7 mins, 13 secs

All Changes:

:

  1. Change #256424

    Category curl
    Changed by Arnav-Purushotam-CUBoulder <arpu9852ohnoyoudont@colorado.edu>
    Changed at Mon 26 Jan 2026 13:48:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b20a672b865fd69d7596ca7dcdfc0cbcf6b9dc7

    Comments

    include: mask computed auth/proto bitmasks to 32 bits
    GCC 15.2 warns when assigning computed "all" bitmask macros to 32-bit
    flag types because negated masks expand to the full width of unsigned
    long/long on 64-bit platforms.
    
    Mask these macros to a 32-bit domain so they do not set high bits and
    avoid -Woverflow/-Wconversion warnings in callers.
    
    Reported-by: Patrick Monnerat
    Fixes #20242
    Closes #20416

    Changed files

    • include/curl/curl.h
    • lib/setopt.c
    • lib/urldata.h