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

Builder curl-ares-solaris11-i386 Build #3431

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision79b4e56b3f30dc1ac28a81128a07d27338e5219e
Got Revision79b4e56b3f30dc1ac28a81128a07d27338e5219e
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 15 mins, 44 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3431 Build
codebase Build
got_revision 79b4e56b3f30dc1ac28a81128a07d27338e5219e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 79b4e56b3f30dc1ac28a81128a07d27338e5219e Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 24 13:57:37 2025
EndThu Apr 24 17:59:00 2025
Elapsed4 hrs, 1 mins, 22 secs

All Changes:

:

  1. Change #228129

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 24 Apr 2025 13:23:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79b4e56b3f30dc1ac28a81128a07d27338e5219e

    Comments

    typecheck-gcc.h: fix the typechecks
    Refreshed, cleaned up, improved and now checks *all* options.
    
    This must have stopped working at some point. gcc-14 least shows these
    warnings with this change, not without.
    
    Add test 745 to verify that all options listed in curl.h is also checked
    by the typechecker.
    
    This improved checker found almost 30 mistakes in the curl git
    repository.
    
    Closes #17143

    Changed files

    • include/curl/typecheck-gcc.h
    • tests/Makefile.am
    • tests/data/Makefile.am
    • tests/data/test745
    • tests/test745.pl