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

Builder curl-pr-unthreaded-solaris10-i386 Build #3608

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 15 mins, 16 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3608 Build
codebase Build
got_revision 8dca3b0656d6c2db47f98d3773f20d77f4bacb82 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 8dca3b0656d6c2db47f98d3773f20d77f4bacb82 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Mar 10 08:42:31 2025
EndMon Mar 10 13:39:22 2025
Elapsed4 hrs, 56 mins, 51 secs

All Changes:

:

  1. Change #224477

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 10 Mar 2025 01:13:05
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 30739b4d36e8973bab69f13ce43f62346b244565

    Comments

    libssh2: fix memory leak in `SSH_SFTP_REALPATH` state
    
    Seen in MSVC libssh2 CI job:
    ```
    test 0615...[SFTP put remote failure]
    test 0616...[SFTP retrieval of empty file]
    test 0618...[SFTP retrieval of two files]
    test 0620...[SFTP retrieval of missing file followed by good file]
    test 0622...[SFTP put failure]
    test 0637...[SFTP retrieval with invalid X- range]
    test 0640...[SFTP --head retrieval]
      ** MEMORY FAILURE
      Leak detected: memory still allocated: 22 bytes
      At 2ae5b8a7ab8, there's 22 bytes.
       allocated by D:/a/curl/curl/lib/vssh/libssh2.c:2006
    ```
    https://github.com/curl/curl/actions/runs/13752652590/job/38455575042?pr=16636#step:14:3907
    https://github.com/curl/curl/actions/runs/13752879003/job/38456075461
    https://github.com/curl/curl/actions/runs/13753706458/job/38457888479
    
    Bug: https://github.com/curl/curl/pull/16636#issuecomment-2709086838
    Co-authored-by: Daniel Stenberg
    
    Closes #16639

    Changed files

    • .github/workflows/windows.yml
    • lib/vssh/libssh2.c
  2. Change #224478

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 10 Mar 2025 01:13:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision f3b599a7e25321e6e7238f83ee047646c5083121

    Comments

    GHA/windows: enable H3 in GnuTLS MinGW job
    
    Closes #16635

    Changed files

    • .github/workflows/windows.yml
  3. Change #224498

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 08:09:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 8dca3b0656d6c2db47f98d3773f20d77f4bacb82

    Comments

    src: replace strto[u][ld] with curlx_str_ parsers
    
    - Better error handling (no errno mess), better limit checks.
    
    - Also removed all uses of curlx_strtoofft()
    
    Closes #16634

    Changed files

    • lib/strparse.h
    • lib/strtoofft.h
    • src/.checksrc
    • src/terminal.c
    • src/tool_cb_hdr.c
    • src/tool_getparam.c
    • src/tool_main.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_urlglob.c
    • src/tool_urlglob.h
    • src/var.c