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

Builder curl-ares-solaris10-i386 Build #3492

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision657e0240f5dfbdd17d153d9f82bbf97190fd20db
Got Revision657e0240f5dfbdd17d153d9f82bbf97190fd20db
Changes9 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 34 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 50 mins, 42 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 3492 Build
codebase Build
got_revision 657e0240f5dfbdd17d153d9f82bbf97190fd20db Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 657e0240f5dfbdd17d153d9f82bbf97190fd20db 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. Bartosz Ruszczak
  2. Daniel Stenberg
  3. Stefan Eissing
  4. renovate[bot]
  5. z2_

Timing:

StartSat Jun 21 01:32:58 2025
EndSat Jun 21 10:08:04 2025
Elapsed8 hrs, 35 mins, 5 secs

All Changes:

:

  1. Change #237138

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Jun 2025 21:54:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e60103cbb861e1feff8497b7d87827666a866a1f

    Comments

    http: explicitly ignore parsing errors for Retry-After
    Add (void) and explain in comment.
    
    Closes #17682

    Changed files

    • lib/http.c
  2. Change #237151

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 20 Jun 2025 22:59:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d70dfb79b6fc887e26355efba10eaa8779c8416

    Comments

    xfer: manage pause bits
    Concentrate the handling of KEEP_RECV_PAUSE and KEEP_SEND_PAUSE into
    common transfer functions. Setting or clearing these bits requires
    subsequent actions involving connection events and client reader/writer
    notifications. Have it in one place.
    
    Closes #17650

    Changed files

    • lib/cw-out.c
    • lib/easy.c
    • lib/mime.c
    • lib/multi.c
    • lib/request.c
    • lib/sendf.c
    • lib/speedcheck.c
    • lib/transfer.c
    • lib/transfer.h
  3. Change #237160

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Jun 2025 23:12:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aaebb45f58b3f62876a68c17c71ac37d98f1b3bb

    Comments

    tests: drop useless "nodist_SOURCES" assignments
    They cause automake warnings and have no effect.
    
    Closes #17688

    Changed files

    • tests/client/Makefile.am
    • tests/libtest/Makefile.am
    • tests/server/Makefile.am
  4. Change #237161

    Category curl
    Changed by z2_ <88509734+z2-2zohnoyoudont@users.noreply.github.com>
    Changed at Fri 20 Jun 2025 23:13:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f9548bf20e8df812ac9a21c86c42da3ba4c97783

    Comments

    url: fix NULL deref with bad password when no user is provided
    Closes #17659

    Changed files

    • lib/url.c
  5. Change #237162

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Jun 2025 23:14:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 149d436457ba87ac5f19c3b9dfbfd6d1b5733d76

    Comments

    test1599: verify a bad FTP password with no user
    Verifies the fix from #17659
    
    Closes #17687

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1599
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1599.c
  6. Change #237166

    Category curl
    Changed by Bartosz Ruszczak <bruszczak48ohnoyoudont@gmail.com>
    Changed at Fri 20 Jun 2025 23:22:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fdf50d64b8cd270bc733278f139dfd001d5cf0d7

    Comments

    ftp: fix prequotes for a directory in URL
    Allow prequotes to be sent after curl has changed the working directory,
    just before the listing command if the URL is a directory.
    
    FTP state machine is updated with the new FTP_LIST_PREQUOTE state and
    FTP_RETR_LIST_TYPE type.
    
    Test 754 verifies
    
    Fixes #8602
    Closes #17616

    Changed files

    • lib/ftp.c
    • lib/ftp.h
    • tests/data/Makefile.am
    • tests/data/test754
  7. Change #237167

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 20 Jun 2025 23:24:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4a686ee6b0002b26774fe148a95945e5d3db17c9

    Comments

    docs: fix documentation of connect_only 2
    Setting CURLOPT_CONNECT_ONLY with value 2 is only defined
    for WebSocket and the effect on other protocols is undetermined.
    That includes the HTTP urls.
    
    Fixes #17621
    Reported-by: Kirill Obukhov
    Closes #17635

    Changed files

    • docs/libcurl/opts/CURLOPT_CONNECT_ONLY.md
  8. Change #237168

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Jun 2025 23:30:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3b4e84c44f73ec16af2b4fd0eb2a6d625180bd8e

    Comments

    ftplistparser: split parse_unix into sub functions
    Closes #17608

    Changed files

    • lib/ftplistparser.c
  9. Change #237172

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 20 Jun 2025 23:36:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 657e0240f5dfbdd17d153d9f82bbf97190fd20db

    Comments

    GHA: update rojopolis/spellcheck-github-actions digest to 35a02ba
    Closes #17686

    Changed files

    • .github/workflows/checkdocs.yml