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

Builder curl-ares-solaris10-sparc Build #2778

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 39 mins, 44 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2778 Build
codebase Build
got_revision d59d8530c64c38d8e9202ca3c6de02ca27f94052 Git
osplatform SPARC 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu May 15 11:15:04 2025
EndThu May 15 16:00:55 2025
Elapsed4 hrs, 45 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