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

Builder curl-ares-solaris10-sparc Build #2782

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf5a4d3c9160dbf4b2b64d9024be7c90fbf8764a3
Got Revisionf5a4d3c9160dbf4b2b64d9024be7c90fbf8764a3
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 52 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 2782 Build
codebase Build
got_revision f5a4d3c9160dbf4b2b64d9024be7c90fbf8764a3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f5a4d3c9160dbf4b2b64d9024be7c90fbf8764a3 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. Christian Schmitz
  2. Daniel Stenberg
  3. Jacob Mealey

Timing:

StartFri May 16 19:37:05 2025
EndSat May 17 04:02:15 2025
Elapsed8 hrs, 25 mins, 10 secs

All Changes:

:

  1. Change #230006

    Category curl
    Changed by Jacob Mealey <jacobmealey.maineohnoyoudont@gmail.com>
    Changed at Fri 16 May 2025 14:44:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0f05bcf69158c6707203defe9e19f874ea2a97f

    Comments

    urlapi: remove unneeded guards around PUNY2IDN
    Add more IDN/punycode tests to 1560
    
    Closes #17364

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  2. Change #230008

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 16 May 2025 14:56:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74cfba6a6729b8db6f06f7dcb73bae0af07101cb

    Comments

    libssh2: remove the 'actualcode' struct field
    Return and use CURLcode to a larger extent to avoid the complicated
    double return code setup previously used.
    
    Closes #17369

    Changed files

    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
  3. Change #230012

    Category curl
    Changed by Christian Schmitz <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Fri 16 May 2025 16:14:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5a4d3c9160dbf4b2b64d9024be7c90fbf8764a3

    Comments

    formdata: split up FormAdd
    To reduce complexity of FormAdd, split the checking part into a separate
    function.
    
    Closes #17366

    Changed files

    • lib/formdata.c