Add on-publish-recv handler abstraction #309
Open
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,
Loading