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

Builder curl-threaded-solaris10-sparc Build #2819

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2819 Build
codebase Build
got_revision 65e4444d67641b0e38be8fa8be16e8ebc3c276f2 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 65e4444d67641b0e38be8fa8be16e8ebc3c276f2 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jacob Mealey

Timing:

StartSat May 24 15:18:21 2025
EndSun May 25 03:18:40 2025
Elapsed12 hrs, 19 secs

All Changes:

:

  1. Change #230651

    Category curl
    Changed by Jacob Mealey <jacobmealey.maineohnoyoudont@gmail.com>
    Changed at Sat 24 May 2025 13:39:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ab73bb1ff6f0fcfef1ce89252824b9099d25140

    Comments

    urlapi: move complex switch case to separate func
    Move complex switch statement cases in curl_url_set
    to their own functions and call them from switch.
    
    Closes #17435

    Changed files

    • lib/urlapi.c
  2. Change #230652

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 24 May 2025 13:41:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65e4444d67641b0e38be8fa8be16e8ebc3c276f2

    Comments

    curl: change the struct getout flags field into bitfields
    As the flags were use mostly as individual booleans anyway, the code
    gets simpler when we use bitfields instead of manual bitwise operations.
    
    Closes #17436

    Changed files

    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_sdecls.h