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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 9 mins, 52 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 3658 Build
codebase Build
got_revision 4911e7af119c1b7efd46a742d47bca44832c3041 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 4911e7af119c1b7efd46a742d47bca44832c3041 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. Viktor Szakats

Timing:

StartSun Mar 16 04:06:28 2025
EndSun Mar 16 08:55:53 2025
Elapsed4 hrs, 49 mins, 24 secs

All Changes:

:

  1. Change #225076

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Mar 2025 23:01:12
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 6b143d9cc13fcd208480f678dfd06bf97bde4998

    Comments

    asyn-thread: drop `free()` on non-heap address
    
    seen with mingw-w64 gcc 14.2.0 while playing with other modifications:
    ```
    lib/asyn-thread.c: In function 'init_resolve_thread':
    lib/asyn-thread.c:447:5: warning: 'free' called on pointer 'data' with nonzero offset 3264 [-Wfree-nonheap-object]
      447 |     free(td);
          |     ^~~~~~~~
    ```
    
    Where `td` is:
    ```c
      struct thread_data *td = &data->state.async.thdata;
    ```
    
    Follow-up to d9fc64d3ab289a84548e952183d7eba79ccc846e #16241
    Closes #16734

    Changed files

    • lib/asyn-thread.c
  2. Change #225086

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Mar 2025 00:09:22
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 4911e7af119c1b7efd46a742d47bca44832c3041

    Comments

    GHA/windows: unignore 2310, disable SCP/FTP for vcpkg `libssh2[core]`
    
    Skipping these tests saves time and reduces test logs from 11500 lines
    to 3800.
    
    Tests are permanently broken due to `curl: (67) Authentication failure`.
    This libssh2 is built with WinCNG. Builds using libcrypto from OpenSSL
    work fine.
    
    Closes #16735

    Changed files

    • .github/workflows/windows.yml