Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add on-publish-recv handler abstraction #309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add on-publish-recv handler abstraction

8012720
Select commit
Loading
Failed to load commit list.
Open

Add on-publish-recv handler abstraction #309

Add on-publish-recv handler abstraction
8012720
Select commit
Loading
Failed to load commit list.
Garnix CI / package default [x86_64-linux] succeeded Sep 9, 2024 in 51s

Run results

Build succeeded

Details

Last 100 lines of logs:

test v5::packets::disconnect::test::test_short_disconnect_long_encoding ... ok
test v5::packets::pingreq::test::test_roundtrip_pingreq ... ok
test v5::integers::tests::test_write_byte ... ok
test v5::packets::pubrel::test::test_roundtrip_mauth_props ... ok
test v5::packets::suback::test::test_roundtrip_suback_props ... ok
test v5::packets::unsuback::test::test_roundtrip_unsuback_no_props ... ok
test v5::packets::subscribe::test::test_roundtrip_subscribe_no_props ... ok
test v5::packets::unsuback::test::test_roundtrip_unsuback_props ... ok
test v5::packets::connack::test::test_roundtrip_connack_no_props ... ok
test v5::packets::connect::test::test_roundtrip_connect_with_props ... ok
test v3::subscription_acks::tests::check_invalid_subacks ... ok
test v5::packets::disconnect::test::test_roundtrip_disconnect_no_props ... ok
test v5::packets::suback::test::test_roundtrip_suback_no_props ... ok
test v5::integers::tests::check_incomplete_parsing ... ok
test v5::packets::disconnect::test::test_short_disconnect_packet ... ok
test v5::fixed_header::tests::check_fixed_header ... ok
test v5::packets::pubcomp::test::test_roundtrip_puback_with_props ... ok
test v5::packets::pubcomp::test::test_roundtrip_pubcomp_no_props ... ok
test v5::packets::pingresp::test::test_roundtrip_pingresp ... ok
test v5::packets::puback::test::test_roundtrip_puback_with_props ... ok
test v5::packets::pubrec::test::test_roundtrip_mauth_props ... ok
test v5::packets::pubrel::test::test_roundtrip_mauth_no_props ... ok
test v5::packets::subscribe::test::test_roundtrip_subscribe_with_props ... ok
test v5::packets::subscribe::test::test_roundtrip_subscription ... ok
test v5::packets::puback::test::test_roundtrip_puback_no_props ... ok
test v5::packets::pubrec::test::test_roundtrip_mauth_no_props ... ok
test v5::packets::unsubscribe::test::test_roundtrip_unsubscribe_with_props ... ok
test v5::packets::publish::test::test_roundtrip_pubcomp_no_props ... ok
test v5::packets::publish::test::test_roundtrip_puback_with_props ... ok
test v5::variable_header::property_tests::test_roundtrip_AssignedClientIdentifier ... ok
test v5::strings::tests::test_write_string ... ok
test v5::packets::unsubscribe::test::test_roundtrip_unsubscription ... ok
test v5::variable_header::property_tests::test_roundtrip_ReceiveMaximum ... ok
test v5::variable_header::property_tests::test_roundtrip_MaximumPacketSize ... ok
test v5::strings::tests::check_simple_string ... ok
test v5::packets::unsubscribe::test::test_roundtrip_unsubscribe_no_props ... ok
test v5::variable_header::property_tests::test_roundtrip_ContentType ... ok
test v5::variable_header::property_tests::test_roundtrip_CorrelationData ... ok
test v5::variable_header::property_tests::test_roundtrip_MessageExpiryInterval ... ok
test v5::variable_header::property_tests::test_roundtrip_RequestProblemInformation ... ok
test v5::variable_header::property_tests::test_roundtrip_ResponseInformation ... ok
test v5::variable_header::property_tests::test_roundtrip_RequestResponseInformation ... ok
test v5::variable_header::property_tests::test_roundtrip_ServerKeepAlive ... ok
test v5::variable_header::property_tests::test_roundtrip_ResponseTopic ... ok
test v5::variable_header::property_tests::test_roundtrip_RetainAvailable ... ok
test v5::variable_header::property_tests::test_roundtrip_ReasonString ... ok
test v5::variable_header::property_tests::test_roundtrip_MaximumQoS ... ok
test v5::variable_header::property_tests::test_roundtrip_PayloadFormatIndicator ... ok
test v5::variable_header::property_tests::test_roundtrip_AuthenticationData ... ok
test v5::variable_header::property_tests::test_roundtrip_AuthenticationMethod ... ok
test v5::variable_header::property_tests::test_roundtrip_SubscriptionIdentifier ... ok
test v5::variable_header::property_tests::test_roundtrip_TopicAliasMaximum ... ok
test v5::variable_header::property_tests::test_roundtrip_WillDelayInterval ... ok
test v5::variable_header::tests::check_iteration ... ok
test v5::variable_header::tests::test_write_properties ... ok
test v5::write::test::test_write_u32_1 ... ok
test v5::variable_header::property_tests::test_roundtrip_ServerReference ... ok
test v5::variable_header::property_tests::test_roundtrip_TopicAlias ... ok
test v5::write::test::test_write_u16 ... ok
test v5::variable_header::property_tests::test_roundtrip_SubscriptionIdentifiersAvailable ... ok
test v5::variable_header::property_tests::test_roundtrip_SharedSubscriptionAvailable ... ok
test v5::variable_header::property_tests::test_roundtrip_SessionExpiryInterval ... ok
test v5::variable_header::property_tests::test_roundtrip_WildcardSubscriptionAvailable ... ok
test v5::write::test::test_write_u32_12 ... ok
test v5::write::test::test_write_u32_range ... ok
test v5::integers::tests::test_write_u32 ... ok
test v5::integers::tests::test_write_variable_u32 ... ok

test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s

   Doc-tests cloudmqtt

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests mqtt-format

running 1 test
test mqtt-format/src/v5/mod.rs - v5 (line 24) ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s

@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase
searching for bins/libs to install from cargo build log at cargoBuildLog1zXD.json
installing /build/1qn7s52h4km4lg012wvwm6g8icrwpbcx-source/target/release/client
searching for bins/libs complete
stripping references to cargoVendorDir from /nix/store/nynb05vzjgbw8qbr501c6v8rm3svg636-cloudmqtt-0.5.0/bin/client

real	0m0.301s
user	0m0.089s
sys	0m0.102s
@nix {"action":"setPhase","phase":"fixupPhase"}
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/nynb05vzjgbw8qbr501c6v8rm3svg636-cloudmqtt-0.5.0
shrinking /nix/store/nynb05vzjgbw8qbr501c6v8rm3svg636-cloudmqtt-0.5.0/bin/client
checking for references to /build/ in /nix/store/nynb05vzjgbw8qbr501c6v8rm3svg636-cloudmqtt-0.5.0...
patching script interpreter paths in /nix/store/nynb05vzjgbw8qbr501c6v8rm3svg636-cloudmqtt-0.5.0
stripping (with command strip and flags -S -p) in  /nix/store/nynb05vzjgbw8qbr501c6v8rm3svg636-cloudmqtt-0.5.0/bin