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

Builder curl-unthreaded-solaris10-sparc Build #13139

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 8 mins, 33 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13139 Build
codebase Build
got_revision cd7904f5a970ef14e84993a3bb9d72638c760cf8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cd7904f5a970ef14e84993a3bb9d72638c760cf8 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
  2. Viktor Szakats

Timing:

StartSat May 10 01:10:37 2025
EndSat May 10 13:09:36 2025
Elapsed11 hrs, 58 mins, 58 secs

All Changes:

:

  1. Change #229425

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 09 May 2025 15:56:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1499319442b98ba344bf15d055ca53e1ba1ec02b

    Comments

    windows: fix to preserve error code in `curlx_winapi_strerror()`
    Drop the interim macro `PRESERVE_WINDOWS_ERROR_CODE` and always preserve
    error code for `_WIN32`. To make sure this is always done in
    `curlx_winapi_strerror()`.
    
    Follow-up to c74d3e10d2935a9a37ffe6b2f7a4ecb0f81e974f #17299
    
    Closes #17302

    Changed files

    • lib/curlx/winapi.c
    • lib/strerror.c
  2. Change #229431

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 09 May 2025 17:04:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cd7904f5a970ef14e84993a3bb9d72638c760cf8

    Comments

    CURLMOPT_TIMERFUNCTION.md: correct the example
    Fixes #17301
    Reported-by: Dirk Feytons
    Closes #17303

    Changed files

    • docs/libcurl/opts/CURLMOPT_TIMERDATA.md
    • docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.md