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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision49701094fcc8fc510af97e439ad46415342d367f
Got Revision49701094fcc8fc510af97e439ad46415342d367f
Changes8 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 33 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 9 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 3729 Build
codebase Build
got_revision 49701094fcc8fc510af97e439ad46415342d367f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 49701094fcc8fc510af97e439ad46415342d367f 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. Andrew
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartThu Apr 3 13:26:30 2025
EndThu Apr 3 18:13:38 2025
Elapsed4 hrs, 47 mins, 8 secs

All Changes:

:

  1. Change #226471

    Category None
    Changed by Andrew <akirilloohnoyoudont@uk.ibm.com>
    Changed at Thu 03 Apr 2025 08:25:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fe5f435b42a6c928b57c61db5d57f96b5c5a39be

    Comments

    http_negotiate: fix non-SSL build with GSSAPI
    
    Fixes #16919
    Closes #16921

    Changed files

    • lib/http_negotiate.c
  2. Change #226472

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Apr 2025 08:26:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision daa86936190af30ed58932ddd24db97f708337a9

    Comments

    VERSIONS: list all past releases
    
    This document now lists all previous releases.
    
    This allows us to verify that documentation refers to actual release
    versions.
    
    Test 971 now verifies options-in-versions and all command line options
    documentation individually. Fixed a few discrepancies.
    
    Test 1488 verifies libcurl options "Added-in" to exist. Fixed a few
    discrepancies there as well.
    
    Closes #16907

    Changed files

    • docs/VERSIONS.md
    • docs/cmdline-opts/ftp-skip-pasv-ip.md
    • docs/cmdline-opts/proto-redir.md
    • docs/cmdline-opts/proto.md
    • docs/libcurl/curl_global_trace.md
    • docs/libcurl/curl_version_info.md
    • docs/libcurl/symbols-in-versions
    • docs/options-in-versions
    • tests/Makefile.am
    • tests/allversions.pm
    • tests/data/test1488
    • tests/data/test971
    • tests/test1488.pl
    • tests/test971.pl
  3. Change #226484

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Apr 2025 10:52:47
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5caba3bd97a14b64d906ece77bc0e2b339161a1f

    Comments

    curl_krb5: only use functions if FTP is still enabled
    
    Reported-by: x1sc0 on github
    Fixes #16925
    Closes #16931

    Changed files

    • lib/curl_krb5.h
  4. Change #226487

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Apr 2025 11:10:47
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 6e00db58fbeaa09e58c20a606e00b83743e81c7f

    Comments

    configure: fix --disable-rt
    
    This option now better only prevents the actual -lrt to be used, and
    thus has no effect if the system does not need -lt for the monotonic
    clock etc.
    
    Fixes #16932
    Closes #16934

    Changed files

    • acinclude.m4
    • configure.ac
  5. Change #226489

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Apr 2025 11:25:25
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 4cf9e87fca2ce14712e6d05bccc8c9e70575e70d

    Comments

    if2ip: build the function also if FTP is present
    
    Previously it was not compiled if CURL_DISABLE_BINDLOCAL is set, but the
    FTP code is also using this function.
    
    Easily found by using configure --disable-bindlocal without disabling
    FTP.
    
    Closes #16933

    Changed files

    • lib/if2ip.c
  6. Change #226493

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 03 Apr 2025 11:37:45
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision b56b0c078e285aeea89ab01b913a502fb42bbdfd

    Comments

    vtls: fix build with ssl but without http
    
    Fixes #16935
    Closes #16937

    Changed files

    • lib/vtls/vtls.c
  7. Change #226495

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Apr 2025 11:52:37
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 8f496d05b681f112225c839c8907b83aeebbf89b

    Comments

    hostip: fix build without threaded-resolver and without DoH
    
    Closes #16938

    Changed files

    • lib/hostip.c
  8. Change #226499

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Apr 2025 12:38:36
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 49701094fcc8fc510af97e439ad46415342d367f

    Comments

    http: fix a build error when all auths are disabled
    
    error: ‘result’ undeclared (first use in this function)
    
    Found with randdisable
    
    Closes #16939

    Changed files

    • lib/http.c