setup
checks.x86_64-linux.package
· build #47
· raw
1this derivation will be built:2 /nix/store/aw314fnyqs74kg44knsfwlm7hxcjv1rr-flakelet-0.1.0.drv3error: Cannot build '/nix/store/aw314fnyqs74kg44knsfwlm7hxcjv1rr-flakelet-0.1.0.drv'.4 Reason: builder failed with exit code 101.5 Output paths:6 /nix/store/r28vydb9cl8d6dgazdz7yj48qj3zxkbc-flakelet-0.1.07 Last 25 log lines:8 >9 > error[E0600]: cannot apply unary operator `!` to type `std::option::Option<std::string::String>`10 > --> flakelet-core/src/systemd.rs:458:1711 > |12 > 458 | assert!(!unix_listener(t, "/run/a/64.sock"));13 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!`14 > |15 > note: `std::option::Option<std::string::String>` does not implement `Not`16 > --> /rustc/2d8144b7880597b6e6d3dfd63a9a9efae3f533d3/library/core/src/option.rs:597:017 > |18 > = note: `std::option::Option<std::string::String>` is defined in another crate19 >20 > error[E0600]: cannot apply unary operator `!` to type `std::option::Option<std::string::String>`21 > --> flakelet-core/src/systemd.rs:459:1722 > |23 > 459 | assert!(!unix_listener(t, "/run/a/65.sock"));24 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!`25 > |26 > note: `std::option::Option<std::string::String>` does not implement `Not`27 > --> /rustc/2d8144b7880597b6e6d3dfd63a9a9efae3f533d3/library/core/src/option.rs:597:028 > |29 > = note: `std::option::Option<std::string::String>` is defined in another crate30 >31 > For more information about this error, try `rustc --explain E0600`.32 > error: could not compile `flakelet-core` (lib test) due to 3 previous errors33 For full logs, run:34 nix log /nix/store/aw314fnyqs74kg44knsfwlm7hxcjv1rr-flakelet-0.1.0.drv