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

Builder rsyslog-solaris10-i386 Build #1823

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision981a764d64a5f1601b0843cbcd2d982579ee180b
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 16 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave
buildername rsyslog-solaris10-i386 Builder
buildnumber 1823 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 981a764d64a5f1601b0843cbcd2d982579ee180b Build
scheduler schedule-rsyslog-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andre lorbach
  2. Nickolai Novik
  3. Rainer Gerhards

Timing:

StartTue Jul 2 12:16:48 2024
EndTue Jul 2 12:18:04 2024
Elapsed1 mins, 16 secs

All Changes:

:

  1. Change #200706

    Category rsyslog
    Changed by Andre lorbach <alorbachohnoyoudont@adiscon.com>
    Changed at Thu 02 May 2024 12:07:14
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 6c3795ea7548c1f663e760f22aeb5a5c559c7829

    Comments

    openssl: evp support and custom openssl engine support
    - output all loaded ciphers and engines.
    - Add new global option "defaultopensslengine" to customize the
      default openssl engine. If not defined, openssl will handle the
      default engine automatically.
    - Add simple openssl performance test with defaultopensslengine
      set to rdrand (Intel).
    - removed unneeded testcase files in runtime folder.
    - corrected whitelist settings for debug.files in TLS testcases

    Changed files

    • runtime/glbl.c
    • runtime/glbl.h
    • runtime/imtcp-tls-basic-vg.sh
    • runtime/imtcp-tls-ossl-basic-vg.sh
    • runtime/imtcp-tls-ossl-basic.sh
    • runtime/net_ossl.c
    • runtime/net_ossl.h
    • runtime/netstrms.c
    • runtime/netstrms.h
    • runtime/nsd.h
    • runtime/nsd_gtls.c
    • runtime/nsd_ossl.c
    • runtime/nsd_ptcp.c
    • runtime/rsconf.h
    • runtime/tcpsrv.c
    • tests/Makefile.am
    • tests/imdtls-basic-timeout.sh
    • tests/imdtls-basic.sh
    • tests/imtcp-tls-gtls-x509fingerprint-invld.sh
    • tests/imtcp-tls-gtls-x509fingerprint.sh
    • tests/imtcp-tls-ossl-basic-brokenhandshake-vg.sh
    • tests/imtcp-tls-ossl-basic-stress.sh
    • tests/imtcp-tls-ossl-basic-tlscommands.sh
    • tests/imtcp-tls-ossl-x509fingerprint.sh
    • tests/imtcp-tls-ossl-x509name.sh
    • tests/imtcp-tls-ossl-x509valid.sh
    • tests/imtcp_conndrop_tls.sh
    • tests/manytcp-too-few-tls-vg.sh
    • tests/sndrcv_dtls_anon_ciphers.sh
    • tests/sndrcv_dtls_certvalid_ciphers.sh
    • tests/sndrcv_tls_anon_ipv6.sh
    • tests/sndrcv_tls_certvalid_expired.sh
    • tests/sndrcv_tls_certvalid_expired_defaultmode.sh
    • tests/sndrcv_tls_certvalid_revoked.sh
    • tests/sndrcv_tls_client_missing_cert.sh
    • tests/sndrcv_tls_ossl_anon_ciphers.sh
    • tests/sndrcv_tls_ossl_anon_ipv4.sh
    • tests/sndrcv_tls_ossl_anon_rebind.sh
    • tests/sndrcv_tls_ossl_certvalid_ciphers.sh
    • tests/sndrcv_tls_ossl_certvalid_expired.sh
    • tests/sndrcv_tls_ossl_certvalid_tlscommand.sh
  2. Change #200707

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 01 Jul 2024 11:03:29
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f57ad98916280922f33214c6494fa2bac7ffa23e

    Comments

    Merge pull request #5371 from alorbach/ossl-evp-support
    openssl: Add evp support and custom openssl engine support

    Changed files

    • no files
  3. Change #200708

    Category rsyslog
    Changed by Nickolai Novik <nickolaiohnoyoudont@datarobot.com>
    Changed at Thu 02 May 2024 19:12:45
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 3e5a893b55ceced55786df978557a2225fa6bbbd

    Comments

    In case of PG not avaialble lets retry insteas of dropping messges.

    Changed files

    • plugins/ompgsql/ompgsql.c
  4. Change #200709

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 01 Jul 2024 11:07:22
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f8f2a8ecc06c2d4635ca4b2f53419e9d47a539c0

    Comments

    Merge pull request #5370 from nickolai-dr/retry-if-pgsql-not-avaialble
    ompgsql: In case of PG not available lets retry instead of dropping messages.

    Changed files

    • no files
  5. Change #200710

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 01 Jul 2024 11:11:12
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 7e9d7cafaa84e8d94f239c2753d0396edbc8e663

    Comments

    maintain ChangeLog

    Changed files

    • ChangeLog
  6. Change #200713

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 01 Jul 2024 11:19:21
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 49fe89c6ac3433ac38f093c07c5513d802b5b446

    Comments

    prepare for 8.2406 scheduled stable release

    Changed files

    • ChangeLog
    • configure.ac
  7. Change #200714

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 01 Jul 2024 12:29:57
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 981a764d64a5f1601b0843cbcd2d982579ee180b

    Comments

    prepare for next scheduled stable release cycle
    ... which also means the daily stable receives a new base release
    number.

    Changed files

    • ChangeLog
    • configure.ac