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 / check cloudmqtt-fmt [x86_64-linux] failed Sep 9, 2024 in 3s

Run results

Build failed

Details

Last 100 lines of logs:

https://cache.nixos.org/hqmav2y1hsri3zr4idfy229wilq0yna7.narinfo
https://cache.garnix.io/hqmav2y1hsri3zr4idfy229wilq0yna7.narinfo
https://cache.nixos.org/yyi90j77fd2vvz539sj34jl34y9apzb5.narinfo
https://cache.garnix.io/yyi90j77fd2vvz539sj34jl34y9apzb5.narinfo
cargoVendorDir not set, will not automatically configure vendored sources
cargoArtifacts not set, will not reuse any cargo artifacts
@nix {"action":"setPhase","phase":"unpackPhase"}
Running phase: unpackPhase
unpacking source archive /nix/store/hqmav2y1hsri3zr4idfy229wilq0yna7-1qn7s52h4km4lg012wvwm6g8icrwpbcx-source
source root is 1qn7s52h4km4lg012wvwm6g8icrwpbcx-source
@nix {"action":"setPhase","phase":"patchPhase"}
Running phase: patchPhase
Executing configureCargoCommonVars
@nix {"action":"setPhase","phase":"updateAutotoolsGnuConfigScriptsPhase"}
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix {"action":"setPhase","phase":"configurePhase"}
Running phase: configurePhase
default configurePhase, nothing to do
@nix {"action":"setPhase","phase":"buildPhase"}
Running phase: buildPhase
++ command cargo --version
cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
++ command cargo fmt -- --check
Diff in /build/1qn7s52h4km4lg012wvwm6g8icrwpbcx-source/src/packets/publish.rs at line 6:
 
 use yoke::Yoke;
 
-use super::{MqttPacket, StableBytes};
+use super::MqttPacket;
+use super::StableBytes;
 
 crate::properties::define_properties! {
     properties_type: mqtt_format::v5::packets::publish::PublishProperties,