nixbot

builds
1this derivation will be built:2 /nix/store/c4q4krcnix9lphnv9hpk834zq3a5n8xr-flakelet-0.1.0.drv3Failed to find a machine for remote build!4derivation: c4q4krcnix9lphnv9hpk834zq3a5n8xr-flakelet-0.1.0.drv5required (system, features): (aarch64-linux, [])61 available machines:7(systems, maxjobs, supportedFeatures, mandatoryFeatures)8([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])9error: Cannot build '/nix/store/c4q4krcnix9lphnv9hpk834zq3a5n8xr-flakelet-0.1.0.drv'.10 Reason: builder failed with exit code 101.11 Output paths:12 /nix/store/72waf2p5ysdgxp59gic6iwhp0rljll81-flakelet-0.1.013 Last 25 log lines:14 >15 > error[E0600]: cannot apply unary operator `!` to type `std::option::Option<std::string::String>`16 > --> flakelet-core/src/systemd.rs:458:1717 > |18 > 458 | assert!(!unix_listener(t, "/run/a/64.sock"));19 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!`20 > |21 > note: `std::option::Option<std::string::String>` does not implement `Not`22 > --> /rustc/2d8144b7880597b6e6d3dfd63a9a9efae3f533d3/library/core/src/option.rs:597:023 > |24 > = note: `std::option::Option<std::string::String>` is defined in another crate25 >26 > error[E0600]: cannot apply unary operator `!` to type `std::option::Option<std::string::String>`27 > --> flakelet-core/src/systemd.rs:459:1728 > |29 > 459 | assert!(!unix_listener(t, "/run/a/65.sock"));30 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!`31 > |32 > note: `std::option::Option<std::string::String>` does not implement `Not`33 > --> /rustc/2d8144b7880597b6e6d3dfd63a9a9efae3f533d3/library/core/src/option.rs:597:034 > |35 > = note: `std::option::Option<std::string::String>` is defined in another crate36 >37 > For more information about this error, try `rustc --explain E0600`.38 > error: could not compile `flakelet-core` (lib test) due to 3 previous errors39 For full logs, run:40 nix log /nix/store/c4q4krcnix9lphnv9hpk834zq3a5n8xr-flakelet-0.1.0.drv