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

Builder rsyslog-solaris10-sparc Build #1797

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revisionf2f9332f07675c504ca2acf5101345afb748022a
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 3 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-unstable10s/slave/rsyslog-solaris10-sparc slave
buildername rsyslog-solaris10-sparc Builder
buildnumber 1797 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision f2f9332f07675c504ca2acf5101345afb748022a Build
scheduler schedule-rsyslog-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/rsyslog-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andre lorbach
  2. Heinrich Schuchardt
  3. Rainer Gerhards

Timing:

StartMon Feb 26 09:22:48 2024
EndMon Feb 26 09:23:52 2024
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #191731

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 14 Dec 2023 14:43:23
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 1f864ec519401962c2421eb3b58bd0e03ac52e02

    Comments

    testbench: make omusrmsg-noabort test more reliable
    The previous test did not always detect an abort of rsyslog/omusrmsg.
    The detection method has now been improved, so it is far more
    probable that an abort is detected.
    
    While doing this, we noticed that the omusrmsg-noabort-legacy test was
    now a 100% duplicate. There is no need any longer to check pure legacy
    syntax, and so that test has been removed.
    
    We also added a valgrind-based test ofr omusrmsg-noabort, which furthers
    strengthens bug detection. Most importantly, it helps us to detect
    potentially new memory leaks on all CI platforms (in case the lib
    behaves differently depending on os/distro).
    
    see also https://github.com/rsyslog/rsyslog/issues/5294

    Changed files

    • tests/Makefile.am
    • tests/omusrmsg-noabort-legacy.sh
    • tests/omusrmsg-noabort-vg.sh
    • tests/omusrmsg-noabort.sh
  2. Change #191732

    Category rsyslog
    Changed by Heinrich Schuchardt <heinrich.schuchardtohnoyoudont@canonical.com>
    Changed at Mon 15 Jan 2024 21:46:30
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 1717be250d4be78409968114cdc09685778f9254

    Comments

    plugins: FromHost must be 63 characters long
    According to RFC 1035 the hostname without domain may be up to 63
    characters long. Consider this when creating SQL databases.
    
    Closes #5309
    
    Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

    Changed files

    • plugins/ommysql/createDB.sql
    • plugins/ompgsql/createDB.sql
  3. Change #191733

    Category rsyslog
    Changed by Andre lorbach <alorbachohnoyoudont@adiscon.com>
    Changed at Fri 23 Feb 2024 13:44:05
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 679b0b038c81a6456a20179d125085656b21d27c

    Comments

    Initial implementation of imdtls and omdtls modules
    - Extracted basic OpenSSL helper functions into own module net_ossl.h/net_ossl.c
      Both are compiled into lmnsd_ossl.
    - Cleanup of OpenSSL code, fixed minor compiler and linking issues.
    - Added DTLS Sender option DTLS into tcpflood for testbench.
    - Add initial implementation of imdtls input module. Added to configure and makefile
    - Add initial implementation of omdtls output module. Added to configure and makefile
    - Add multiple basic tests for imdtls receiving data by using tcpflood.
    - Add multiple send-receive test for imdtls and omdtls based on existing tls tests.
    - Add timeout and sessionbreak tests for imdtls stress testing.
    
    closes: https://github.com/rsyslog/rsyslog/issues/5211

    Changed files

    • .github/workflows/run_checks.yml
    • Makefile.am
    • configure.ac
    • plugins/imdtls/Makefile.am
    • plugins/imdtls/imdtls.c
    • plugins/omdtls/Makefile.am
    • plugins/omdtls/omdtls.c
    • runtime/Makefile.am
    • runtime/net_ossl.c
    • runtime/net_ossl.h
    • runtime/nsd_ossl.c
    • runtime/nsd_ossl.h
    • runtime/nsdsel_ossl.c
    • runtime/typedefs.h
    • tests/Makefile.am
    • tests/imdtls-basic-timeout.sh
    • tests/imdtls-basic-tlscommands.sh
    • tests/imdtls-basic-vg.sh
    • tests/imdtls-basic.sh
    • tests/imdtls-error-cert.sh
    • tests/imdtls-sessionbreak-vg.sh
    • tests/imdtls-sessionbreak.sh
    • tests/imtcp-tls-ossl-basic-vg.sh
    • tests/imtcp-tls-ossl-basic.sh
    • tests/imtcp-tls-ossl-input-basic.sh
    • tests/sndrcv_dtls_anon_ciphers.sh
    • tests/sndrcv_dtls_certvalid-vg.sh
    • tests/sndrcv_dtls_certvalid.sh
    • tests/sndrcv_dtls_certvalid_ciphers.sh
    • tests/sndrcv_dtls_certvalid_missing.sh
    • tests/sndrcv_dtls_certvalid_permitted.sh
    • tests/tcpflood.c
  4. Change #191734

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 26 Feb 2024 09:13:19
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 4233464d687d043918c528c9c0f040604caa6b0d

    Comments

    Merge pull request #5296 from rgerhards/i5294-test
    testbench: make omusrmsg-noabort test more reliable

    Changed files

    • no files
  5. Change #191735

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 26 Feb 2024 09:14:45
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision b30216a393ae51cab6a9bcb0acefc14c96ead4a4

    Comments

    Merge pull request #5310 from xypron/FromHost_length
    plugins: FromHost must be 63 characters long

    Changed files

    • no files
  6. Change #191736

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 26 Feb 2024 09:15:25
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f2f9332f07675c504ca2acf5101345afb748022a

    Comments

    Merge pull request #5280 from alorbach/pr-issue-5211
    Initial implementation of imdtls and omdtls modules

    Changed files

    • no files