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

Builder curl-unthreaded-solaris10-sparc Build #13658

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 12 mins, 0 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 13658 Build
codebase Build
got_revision b4be1f271e8e2010be89b1cc243fc516cc00ac80 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b4be1f271e8e2010be89b1cc243fc516cc00ac80 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. Stefan Eissing

Timing:

StartThu Dec 18 22:21:43 2025
EndThu Dec 18 23:02:39 2025
Elapsed40 mins, 55 secs

All Changes:

:

  1. Change #252638

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 18 Dec 2025 22:10:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b4be1f271e8e2010be89b1cc243fc516cc00ac80

    Comments

    time-keeping: keep timestamp in multi, always update
    Always use curlx_now() when calling Curl_pgrs_now(data). Tests with the
    "manual" updates to now proved differ more then 100ms in parallel testing.
    
    Add `curlx_nowp()` to set current time into a struct curltime.
    Add `curlx_ptimediff_ms() and friends, passing pointers.
    
    Update documentation.
    
    Closes #19998

    Changed files

    • docs/internals/TIME-KEEPING.md
    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/connect.c
    • lib/connect.h
    • lib/cshutdn.c
    • lib/curl_trc.c
    • lib/curlx/timeval.c
    • lib/curlx/timeval.h
    • lib/easy.c
    • lib/ftp.c
    • lib/hostip.c
    • lib/http.c
    • lib/http2.c
    • lib/imap.c
    • lib/mqtt.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/multi_ev.h
    • lib/multihandle.h
    • lib/multiif.h
    • lib/pingpong.c
    • lib/pingpong.h
    • lib/pop3.c
    • lib/progress.c
    • lib/progress.h
    • lib/psl.c
    • lib/rand.c
    • lib/ratelimit.c
    • lib/ratelimit.h
    • lib/request.c
    • lib/sendf.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/splay.c
    • lib/splay.h
    • lib/telnet.c
    • lib/transfer.c
    • lib/url.c
    • lib/url.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h
    • lib/vssh/libssh2.c
    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • tests/unit/unit1303.c
    • tests/unit/unit1309.c
    • tests/unit/unit1399.c
    • tests/unit/unit1607.c