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

Builder curl-pr-unthreaded-solaris10-i386 Build #3583

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/multi-loop
Revision95835ae0606ff690079b3b479d47408931dc88d9
Got Revision95835ae0606ff690079b3b479d47408931dc88d9
Changes2 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 57 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/multi-loop Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3583 Build
codebase Build
got_revision 95835ae0606ff690079b3b479d47408931dc88d9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 95835ae0606ff690079b3b479d47408931dc88d9 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Mar 6 11:18:11 2025
EndThu Mar 6 12:32:16 2025
Elapsed1 hrs, 14 mins, 4 secs

All Changes:

:

  1. Change #224023

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 06 Mar 2025 10:29:47
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/multi-loop
    Revision 80288cefe40b2dc29ba23ab415d5bfec20da54a4

    Comments

    multi: start the loop over when handles are removed
    
    Since more than one handle can be removed in a single call to
    multi_runsingle(), we cannot easily continue on the next node when a
    node has been removed since that node migth ALSO have been removed.
    
    Reported-by: Philippe Antoine

    Changed files

    • lib/multi.c
  2. Change #224025

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 06 Mar 2025 10:34:48
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/multi-loop
    Revision 95835ae0606ff690079b3b479d47408931dc88d9

    Comments

    fixup typo

    Changed files

    • lib/multi.c