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

Builder curl-ares-solaris10-sparc Build #2989

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 58 mins, 10 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 2989 Build
codebase Build
got_revision 9308ea22e8299fb79f4acd0398829cbe37a3fb1c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9308ea22e8299fb79f4acd0398829cbe37a3fb1c 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. Daniel Stenberg
  2. x2018

Timing:

StartTue Oct 28 20:58:33 2025
EndWed Oct 29 09:59:37 2025
Elapsed13 hrs, 1 mins, 4 secs

All Changes:

:

  1. Change #246939

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 28 Oct 2025 11:34:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bc9977021773e299c560e4afc60d623fd882825b

    Comments

    singleuse.pl: fix string warning
    "Use of uninitialized value $unittests in concatenation on line 170"
    
    Closes #19266

    Changed files

    • scripts/singleuse.pl
  2. Change #246941

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Tue 28 Oct 2025 11:39:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 02113a6307a5f9ffcafd60604fba22b750942da5

    Comments

    Curl_resolv: explicitly set *entry to NULL at the top
    Closes #19263

    Changed files

    • lib/hostip.c
  3. Change #246978

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 28 Oct 2025 16:51:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9308ea22e8299fb79f4acd0398829cbe37a3fb1c

    Comments

    cookie: remove the temporary file on (all) errors
    Fixes #19267
    Reported-by: Harry Sintonen
    Closes #19268

    Changed files

    • lib/cookie.c