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

Builder curl-ares-solaris10-i386 Build #3393

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 14 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3393 Build
codebase Build
got_revision d59d8530c64c38d8e9202ca3c6de02ca27f94052 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d59d8530c64c38d8e9202ca3c6de02ca27f94052 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu May 15 11:15:06 2025
EndThu May 15 13:41:58 2025
Elapsed2 hrs, 26 mins, 51 secs

All Changes:

:

  1. Change #229821

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 15 May 2025 11:08:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c749d81779f6ea6800be53feeede0d1d9f74715

    Comments

    pytest: give parameterised tests better ids for read- and parsability
    Closes #17340

    Changed files

    • tests/http/test_01_basic.py
    • tests/http/test_07_upload.py
    • tests/http/test_17_ssl_use.py
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py
  2. Change #229822

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 15 May 2025 11:10:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d59d8530c64c38d8e9202ca3c6de02ca27f94052

    Comments

    ngtcp2: clarify ignoring of result
    In shutdown, the result of a bufq_write() is intentionally ignored, but
    it was not obvious why. Add a (void) cast to declare intent and a
    comment explaining why.
    
    Closes #17354

    Changed files

    • lib/vquic/curl_ngtcp2.c