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

Builder curl-pr-unthreaded-solaris10-sparc Build #2439

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/include-dotdot Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2439 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision a6899eed61b5070ed33dc58b20684302e2e527b9 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 10 00:11:35 2025
EndThu Apr 10 00:11:38 2025
Elapsed2 secs

All Changes:

:

  1. Change #226906

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

    Comments

    lib: include the file 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
  2. Change #226916

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

    Comments

    fixup two mistakes

    Changed files

    • lib/vtls/mbedtls.c
    • lib/vtls/vtls.h
  3. Change #226918

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

    Comments

    fixup wolfssh too

    Changed files

    • lib/vssh/wolfssh.c
  4. Change #226920

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

    Comments

    fixup ignore the right files in checksrc

    Changed files

    • src/Makefile.am
  5. Change #226921

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

    Comments

    fixup easier checksrc invoke in src/

    Changed files

    • src/Makefile.am
  6. Change #226923

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

    Comments

    fixup make the lib checksrc invoke easier as well

    Changed files

    • lib/Makefile.am
  7. 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
  8. 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