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

Builder rsyslog-solaris10-sparc Build #1740

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision8f6845e00013bf4ff8e4f0186ddd3fd45a4e045c
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 6 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 1740 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 8f6845e00013bf4ff8e4f0186ddd3fd45a4e045c 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. Darren J Moffat
  3. Rainer Gerhards

Timing:

StartFri Jul 7 13:24:47 2023
EndFri Jul 7 13:25:53 2023
Elapsed1 mins, 6 secs

All Changes:

:

  1. Change #175885

    Category rsyslog
    Changed by Darren J Moffat <darren.moffatohnoyoudont@oracle.com>
    Changed at Thu 06 Jul 2023 10:36:39
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 844d1795a2b1d08547ff132645fbe1ba1f36b7c0

    Comments

    TLS CRL Support Issue 5081

    Changed files

    • plugins/imtcp/imtcp.c
    • runtime/glbl.c
    • runtime/glbl.h
    • runtime/netstrm.c
    • runtime/netstrm.h
    • runtime/netstrms.c
    • runtime/netstrms.h
    • runtime/nsd.h
    • runtime/nsd_gtls.c
    • runtime/nsd_gtls.h
    • runtime/nsd_ossl.c
    • runtime/nsd_ossl.h
    • runtime/nsd_ptcp.c
    • runtime/rsconf.c
    • runtime/rsconf.h
    • runtime/tcpsrv.c
    • runtime/tcpsrv.h
    • tools/omfwd.c
  2. Change #175886

    Category rsyslog
    Changed by Andre lorbach <alorbachohnoyoudont@adiscon.com>
    Changed at Thu 06 Jul 2023 23:40:20
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision d5ce3daa3fba7da35d7b72a25d17cba8d11a2186

    Comments

    omazureeventhubs: Initial implementation of new output module
    The output module uses Apache "Qpid Proton C API" which is a solid
    AMQP protocol library implementation that can be integrated
    very well into the rsyslog dev environment.
    
    - Implemented Delivery with submitted and accepted state checking
    - impstatscounter used in testcases
    - saving of failed messages in a failed list with support of saving
      and restoring.
    - Add testcases (requires ENV variables) to testbench
    - Using application/octect-stream (binary) to send messages based on
      Microsoft Code Sample:
      https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-c-getstarted-send
      * Note original Microsoft Samplecode is not working anymore, we are using
      * QPID Proton Proactor based on
        https://github.com/apache/qpid-proton/blob/main/c/examples/send.c
    - requires QPID-PROTON Version 0.13 or higher because of the proactor API
    - Add EventProperties configuration parameters
    - using internal array instead of linkedlist for better performance
    - using single byte helper to store message status (ubsubmit/submitted...)
    - trigger wake up if messages need to be resubmitted (rejected)
    - Slow down when sender credit reaches zero (10ns).
    - Add enhanced performance stress test omazureeventhubs-stress.sh
    - Add support for static library linking of qpid-proton
      This is needed to build the module from source and remove
      library package dependencies.
    - adjusted valgrind suppressions

    Changed files

    • .gitignore
    • Makefile.am
    • configure.ac
    • plugins/omazureeventhubs/Makefile.am
    • plugins/omazureeventhubs/omazureeventhubs.c
    • tests/Makefile.am
    • tests/omazureeventhubs-basic-vg.sh
    • tests/omazureeventhubs-basic.sh
    • tests/omazureeventhubs-list.sh
    • tests/omazureeventhubs-stress.sh
    • tests/omazureeventhubs.supp
  3. Change #175887

    Category rsyslog
    Changed by Andre lorbach <alorbachohnoyoudont@adiscon.com>
    Changed at Fri 07 Jul 2023 08:02:05
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 6c83bffb6a09f5adc5ead9f201bd4a3c0da23c8d

    Comments

    PR5175: Add TLS CRL Support for GnuTLS driver and OpenSSL 1.0.2+
    - Add TLS CRL support tp GnuTLS driver using gnutls_certificate_set_x509_crl_file.
    - Add code in OpenSSL driver that works with OpenSSL 1.0.2 and higher.
      Disable feature on older features with error message.
    - Some cosmetic changes
    - testbench: Add revoked certificate for testing (Including CRL PEM and other files)
    - testbench: Add testcase for gtls and ossl testing revoked certificates

    Changed files

    • runtime/nsd_gtls.c
    • runtime/nsd_ossl.c
    • runtime/rsyslog.h
    • tests/Makefile.am
    • tests/sndrcv_tls_certvalid_expired.sh
    • tests/sndrcv_tls_certvalid_revoked.sh
    • tests/sndrcv_tls_ossl_certvalid_revoked.sh
    • tests/testsuites/x.509/ca.srl
    • tests/testsuites/x.509/client-cert-new.pem
    • tests/testsuites/x.509/client-new.csr
    • tests/testsuites/x.509/client-revoked-key.pem
    • tests/testsuites/x.509/client-revoked-valid.pem
    • tests/testsuites/x.509/client-revoked.csr
    • tests/testsuites/x.509/client-revoked.pem
    • tests/testsuites/x.509/crl.pem
    • tests/testsuites/x.509/index.txt
    • tests/testsuites/x.509/index.txt.attr
    • tests/testsuites/x.509/newcerts/01.pem
    • tests/testsuites/x.509/newcerts/02.pem
    • tests/testsuites/x.509/newcerts/03.pem
    • tests/testsuites/x.509/newcerts/04.pem
    • tests/testsuites/x.509/openssl-cmds.sh
    • tests/testsuites/x.509/openssl.cnf
    • tests/testsuites/x.509/serial
  4. Change #175888

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 07 Jul 2023 13:17:23
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision d4ac70e48ad746a123886f771fcdb3ad6faa2b96

    Comments

    Merge pull request #4881 from alorbach/omazureeventhubs
    omazureeventhubs: Initial implementation of new output module

    Changed files

    • no files
  5. Change #175889

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 07 Jul 2023 13:21:44
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 8f6845e00013bf4ff8e4f0186ddd3fd45a4e045c

    Comments

    Merge pull request #5175 from darrenmoffat/master
    TLS CRL Support Issue 5081

    Changed files

    • no files