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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/include-dotdot
Revisiona6899eed61b5070ed33dc58b20684302e2e527b9
Got Revisiona6899eed61b5070ed33dc58b20684302e2e527b9
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 12 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/include-dotdot Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3773 Build
codebase Build
got_revision a6899eed61b5070ed33dc58b20684302e2e527b9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision a6899eed61b5070ed33dc58b20684302e2e527b9 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. Daniel Stenberg

Timing:

StartTue Apr 8 21:12:32 2025
EndWed Apr 9 02:00:22 2025
Elapsed4 hrs, 47 mins, 50 secs

All Changes:

:

  1. Change #226938

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Apr 2025 12:28:58
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/include-dotdot
    Revision c85e1ec1094282a991d594eb7a63caae95f4756d

    Comments

    lib: include files using known path
    
    by including headers using "../[header]" when done from C files in
    subdirectories, we do not need to specify the lib source dir as an
    include path and we reduce the risk of header name collisions with
    headers in the SDK using the same file names.
    
    Ref: #16949

    Changed files

    • lib/Makefile.am
    • lib/vauth/cleartext.c
    • lib/vauth/cram.c
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/gsasl.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/oauth2.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.c
    • lib/vauth/vauth.h
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_msh3.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_ngtcp2.h
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_osslq.h
    • lib/vquic/curl_quiche.c
    • lib/vquic/curl_quiche.h
    • lib/vquic/vquic-tls.c
    • lib/vquic/vquic-tls.h
    • lib/vquic/vquic.c
    • lib/vquic/vquic.h
    • lib/vquic/vquic_int.h
    • lib/vssh/curl_path.c
    • lib/vssh/curl_path.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
    • lib/vssh/wolfssh.c
    • lib/vtls/bearssl.c
    • lib/vtls/bearssl.h
    • lib/vtls/cipher_suite.c
    • lib/vtls/cipher_suite.h
    • lib/vtls/gtls.c
    • lib/vtls/gtls.h
    • lib/vtls/hostcheck.c
    • lib/vtls/keylog.c
    • lib/vtls/keylog.h
    • lib/vtls/mbedtls.c
    • lib/vtls/mbedtls.h
    • lib/vtls/mbedtls_threadlock.c
    • lib/vtls/mbedtls_threadlock.h
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/rustls.c
    • lib/vtls/rustls.h
    • lib/vtls/schannel.c
    • lib/vtls/schannel.h
    • lib/vtls/schannel_int.h
    • lib/vtls/schannel_verify.c
    • lib/vtls/sectransp.c
    • lib/vtls/sectransp.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
    • lib/vtls/vtls_scache.c
    • lib/vtls/vtls_scache.h
    • lib/vtls/vtls_spack.c
    • lib/vtls/vtls_spack.h
    • lib/vtls/wolfssl.c
    • lib/vtls/wolfssl.h
    • lib/vtls/x509asn1.c
    • lib/vtls/x509asn1.h
    • scripts/mk-unity.pl
    • src/Makefile.am
  2. Change #226939

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Apr 2025 12:28:58
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/include-dotdot
    Revision a6899eed61b5070ed33dc58b20684302e2e527b9

    Comments

    fixup Viktor's tweak

    Changed files

    • lib/CMakeLists.txt