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

Builder curl-unthreaded-solaris10-sparc Build #13141

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat May 10 23:05:10 2025
EndSun May 11 05:56:05 2025
Elapsed6 hrs, 50 mins, 54 secs

All Changes:

:

  1. Change #229460

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 10 May 2025 23:01:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff84228a5378ed7b866e8b72cceb6a78d7491958

    Comments

    base64: pass in the padding byte separately
    The makes the string with base64 octets "pure" to be used elsewhere as
    well.
    
    Closes #17309

    Changed files

    • lib/curlx/base64.c
  2. Change #229461

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 10 May 2025 23:01:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 674836399fc90315abc3d8c82a2ea6a6a9dc87cd

    Comments

    mime: reuse the base64 string from the base64 code
    Avoids duplicating an identical string here.
    
    Closes #17309

    Changed files

    • lib/curlx/base64.c
    • lib/curlx/base64.h
    • lib/mime.c