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

Builder curl-ares-solaris10-i386 Build #3384

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 21 mins, 53 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 3384 Build
codebase Build
got_revision 1ef5bef055f7d6cd6359b983b107f47d4b1acf4b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1ef5bef055f7d6cd6359b983b107f47d4b1acf4b 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon May 12 13:45:52 2025
EndMon May 12 17:50:21 2025
Elapsed4 hrs, 4 mins, 28 secs

All Changes:

:

  1. Change #229556

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 12 May 2025 13:16:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 144706342f218a8abba6159be2ef42c94e91a1ca

    Comments

    tests/server: check for `stream != NULL` in mqttd
    To avoid an assert in `fgets()` on MSVC when the test case is missing.
    
    Bug: https://github.com/curl/curl/pull/17294#issuecomment-2867501300
    
    Closes #17324

    Changed files

    • tests/server/mqttd.c
  2. Change #229558

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 13:20:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ef5bef055f7d6cd6359b983b107f47d4b1acf4b

    Comments

    tests/server: remove TEST use, include <memdebug.h>
    - The TEST define is never set
    - memdebug.h is not in the local dir, using angle bracket include
    
    Closes #17323

    Changed files

    • tests/server/dnsd.c
    • tests/server/getpart.c
    • tests/server/mqttd.c
    • tests/server/resolve.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c