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

Builder curl-ares-solaris11-i386 Build #3641

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 7 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3641 Build
codebase Build
got_revision c7a63196981aab13a9434c55774d6db94654b19b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c7a63196981aab13a9434c55774d6db94654b19b Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Jun 23 13:48:30 2025
EndMon Jun 23 16:49:42 2025
Elapsed3 hrs, 1 mins, 11 secs

All Changes:

:

  1. Change #237531

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 11:29:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6425ce47df7e71d5ba607170a59d5a198bb4f026

    Comments

    tests/libtest: use `curltime` from curlx
    Replacing the local implementation.
    
    Closes #17716

    Changed files

    • tests/libtest/first.c
    • tests/libtest/lib1501.c
    • tests/libtest/lib1507.c
    • tests/libtest/lib1564.c
    • tests/libtest/lib530.c
    • tests/libtest/lib582.c
    • tests/libtest/test.h
    • tests/libtest/testtrace.c
    • tests/libtest/testutil.c
    • tests/libtest/testutil.h
  2. Change #237539

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 23 Jun 2025 13:36:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c7a63196981aab13a9434c55774d6db94654b19b

    Comments

    multi: clear the dirty set of transfers no longer processing
    When a transfer is no longer processed, it might still apear in the
    dirty bitset. Clear the dirty bit when this condition is encountered.
    
    Closes #17718

    Changed files

    • lib/multi.c
    • tests/libtest/lib530.c