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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e
Got Revision6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e
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, 14 mins, 0 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 3660 Build
codebase Build
got_revision 6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e 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:

StartMon Mar 17 02:07:43 2025
EndMon Mar 17 03:21:51 2025
Elapsed1 hrs, 14 mins, 7 secs

All Changes:

:

  1. Change #225133

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Mar 2025 02:06:23
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision a4e00632359016f66e925b51611e4db4e009744b

    Comments

    GHA/windows: drop redundant manual changes to MSYS2 config
    
    It's done automatically by the `msys2/setup-msys2` action.
    
    Suggested-by: Jeremy Drake
    Ref: https://github.com/curl/curl/pull/16672#discussion_r1997699803
    
    Closes #16739

    Changed files

    • .github/workflows/windows.yml
  2. Change #225134

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Mar 2025 02:06:23
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e

    Comments

    memdebug: revert setting gcc 11+ deallocator attribute
    
    These attributes were causing unexplained warnings while playing with
    PR #16738: In `CURLDEBUG` builds with mingw, gcc (14.2.0), and `-O3`,
    while building `libcurlu`. `-O3` is required. May be related to having
    the `CURLDEBUG` allocators in the same source file as their callers
    (unity mode). PR #16738 moves `memdebug.c` into the main unity unit.
    Unclear why it doesn't affect `libcurl`.
    
    E.g. CI job `mingw, CM ucrt-x86_64 schannel R TrackMemory` CI job:
    https://github.com/curl/curl/actions/runs/13888662354/job/38856868429
    
    It also reproduces in an isolated example.
    
    Drop this attribute till we learn more about it.
    
    Ref: https://github.com/curl/curl/pull/16737#issuecomment-2727681306
    Partial revert of d5b403074ed2b28e41e0c17dcd436252d38adfa3 #16737
    
    Closes #16740

    Changed files

    • lib/memdebug.c
    • lib/memdebug.h