neimsaci
08/11/2022, 5:48 PMneimsaci
08/11/2022, 5:49 PMwarning: /Users/adm/Projects/mirrord/tests/Cargo.toml: unused manifest key: dependencies.mirrord.bin
Compiling mirrord-macro v2.6.0 (/Users/adm/Projects/mirrord/mirrord-macro)
Checking mirrord-protocol v2.6.0 (/Users/adm/Projects/mirrord/mirrord-protocol)
Checking mirrord-layer v2.6.0 (/Users/adm/Projects/mirrord/mirrord-layer)
error[E0277]: `addrinfo` doesn't implement `std::fmt::Debug`
--> mirrord-layer/src/socket/hooks.rs:348:9
|
348 | *raw_hints,
| ^^^^^^^^^^ `addrinfo` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
|
= help: the trait `std::fmt::Debug` is not implemented for `addrinfo`
= note: this error originates in the macro `format_args` which comes from the expansion of the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0277]: `addrinfo` doesn't implement `std::fmt::Debug`
--> mirrord-layer/src/socket/hooks.rs:415:53
|
415 | trace!("freeaddrinfo_detour -> addrinfo {:#?}", *addrinfo);
| ^^^^^^^^^ `addrinfo` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
|
= help: the trait `std::fmt::Debug` is not implemented for `addrinfo`
= note: this error originates in the macro `format_args` which comes from the expansion of the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0277`.
error: could not compile `mirrord-layer` due to 4 previous errors
abhirag
08/11/2022, 5:58 PMneimsaci
08/11/2022, 6:29 PMneimsaci
08/11/2022, 6:38 PM1d0
< cargo-features = ["workspace-inheritance"]
23a23
> nix.workspace = true
27a28
> clap.workspace = true
29a31
>
31a34,35
>
> nanoid = "0.4"
36a41
> queues = "1"
37a43
> multi-map = "1"
infiniteregrets
08/11/2022, 6:39 PMneimsaci
08/11/2022, 6:42 PMabhirag
08/12/2022, 5:12 AMinfiniteregrets
08/29/2022, 1:45 PMAvizag
08/29/2022, 3:45 PMAviram Hassan
11/10/2022, 1:05 PMshirmagentorq
02/06/2023, 9:23 AMAviram Hassan
04/18/2023, 8:45 AMAviram Hassan
08/21/2023, 8:35 AMmalbeur
09/22/2023, 1:35 AMDaniel
01/28/2024, 3:18 PMmuenchdo
02/07/2024, 8:58 AMadorable_rabbit_33935
03/08/2024, 11:23 AMDaniel
03/24/2024, 10:02 AMmuenchdo
03/27/2024, 9:26 AMnv08
05/24/2024, 5:22 AMnv08
05/29/2024, 6:46 AMAstartes | Imperium
08/28/2024, 6:40 PMAstartes | Imperium
08/28/2024, 6:46 PMkleinstein
09/22/2024, 7:48 AMkubectl tree
plugin or with Metalbear, but when I use the kubectl tree
plugin I get:
> kubectl tree deployment workload1
Error: error while querying api objects: listing resources failed (operator.metalbear.co/v1, Resource=targets): unknown
I get this consistently every time I run kubectl tree
(https://github.com/ahmetb/kubectl-tree)TheSteve0
10/01/2024, 9:59 PMGuy Arye (Reco)
01/02/2025, 9:28 AMAayush
01/07/2025, 8:34 AMAviram Hassan
01/07/2025, 9:20 AMOli
04/10/2025, 11:56 AM