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

Builder curl-unthreaded-solaris11-i386 Build #3770

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3770 Build
codebase Build
got_revision f028667131025100a0caeb59a8ae8a2bb8722239 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f028667131025100a0caeb59a8ae8a2bb8722239 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Jul 30 23:22:29 2025
EndThu Jul 31 01:45:53 2025
Elapsed2 hrs, 23 mins, 23 secs

All Changes:

:

  1. Change #241372

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 23:13:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98bcb885fe8b4003139d95aaa535f2c2dec21c99

    Comments

    curl: make the URL indexes 64 bit
    Otherwise we could misbehave already at 2 billion URLs and we can't have
    that. A few of the counters are already correctly using the right type.
    
    Closes #18096

    Changed files

    • src/tool_operate.c
    • src/tool_operate.h
    • src/tool_sdecls.h
    • src/tool_writeout.c
  2. Change #241373

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 23:16:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f028667131025100a0caeb59a8ae8a2bb8722239

    Comments

    test757: MIME parts reused as a child part, using data_cb
    An attempt to reproduce #18070. That turned out to not be a bug, but the
    test is still a good one.
    
    Based on test695
    
    Closes #18101

    Changed files

    • tests/data/Makefile.am
    • tests/data/test757
    • tests/libtest/Makefile.inc
    • tests/libtest/lib757.c