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

Builder curl-unthreaded-solaris10-i386 Build #14553

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 48 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 14553 Build
codebase Build
got_revision 96852a130a7e9b341f62a310356ce8d8315a7445 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 96852a130a7e9b341f62a310356ce8d8315a7445 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Gustafsson

Timing:

StartMon May 6 10:24:11 2024
EndMon May 6 11:59:36 2024
Elapsed1 hrs, 35 mins, 25 secs

All Changes:

:

  1. Change #196496

    Category curl
    Changed by Daniel Gustafsson <danielohnoyoudont@yesql.se>
    Changed at Mon 06 May 2024 09:50:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d19fc8ea33f47536a8f2ed478352697974ba34ea

    Comments

    doh: Remove unused function prototype
    Closes: #13536
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>

    Changed files

    • lib/doh.h
  2. Change #196497

    Category curl
    Changed by Daniel Gustafsson <danielohnoyoudont@yesql.se>
    Changed at Mon 06 May 2024 09:51:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96852a130a7e9b341f62a310356ce8d8315a7445

    Comments

    tests: Mark tftpd timer function as noreturn
    This avoids the below compiler warning:
    
    tftpd.c:280:1: warning: function 'timer' could be declared with
        attribute 'noreturn' [-Wmissing-noreturn]
    
    Closes: #13534
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>

    Changed files

    • tests/server/tftpd.c