1these 29 derivations will be built:2 /nix/store/0d3psg4j6mlalynjzrcx3vx68b12gxs3-cargo-package-cipher-0.5.2.drv3 /nix/store/2a06adp0ngzqa5d5v8172cknbbhpqc31-cargo-package-inout-0.2.2.drv4 /nix/store/7ghndx2lbws1qa0y22gxrn6fgpgk226h-cargo-package-aead-0.6.1.drv5 /nix/store/hla89jf8419chmvy0mpqcc69w4vln0zg-cargo-package-poly1305-0.9.1.drv6 /nix/store/m6kybdfnwpvkgllma5kfk0i7m29kxqyl-cargo-package-chacha20poly1305-0.11.0.drv7 /nix/store/sbych4mhayk4smfjam13v6c6wvmywih1-cargo-package-universal-hash-0.6.1.drv8 /nix/store/m3m3bp5m25dph3b12rph578i1fd1s1ii-vendor-registry.drv9 /nix/store/lxdbkdrwca03l6abh134l096rfp7j7bb-vendor-cargo-deps.drv10 /nix/store/lsi62pfn332v5k2gf4w9sjszc020asa7-Cargo.toml.drv11 /nix/store/ysfwmd5ni4m9wmknr9svri5sbcf7zxzh-source.drv12 /nix/store/7s4czzskak6071fng2rd9wvcqjkxzryr-tincd-deps-0.1.0.drv13 /nix/store/vbcqrz1dcimwpzvxl2qmvg9qb5phc42l-tincd-0.1.0.drv14 /nix/store/6g28hrqc3sbakkshqy3rssffig83ra0j-system-path.drv15 /nix/store/mrimbgbn402bigynxss4fimda3mfbzqk-dbus-1.drv16 /nix/store/llxsgw2rph5432gr64fmshy903nkmwm1-X-Restart-Triggers-dbus-broker.drv17 /nix/store/0fbnx942x4bw6271sj6midziiknwgnwg-unit-dbus-broker.service.drv18 /nix/store/srg6q1rjbrks4094xpkc8iybaq1sxvcv-user-units.drv19 /nix/store/9ffdi7scyd2g5zri21vpfj2s9c0armn0-unit-dbus-broker.service.drv20 /nix/store/jis15vy2z0jd7qsvhyvd4y27kjiljrp8-unit-tinc.mesh.service.drv21 /nix/store/v0r69v187dldavzch8jvbnm4k0xczkfq-system-units.drv22 /nix/store/rilpzfjgfk3xaiz1n8a14dfd44i1jmwv-etc.drv23 /nix/store/4li385yxxix628ma4djqv3gjagpcsvhp-activate.drv24 /nix/store/l64ff57ymrjg7hk9vsfrdjws6j83miv8-nixos-system-alpha-test.drv25 /nix/store/0n6hj0llmxjzrizs4j36hrh34x2815y3-closure-info.drv26 /nix/store/8b9kx3gkz8l7qf4mhj37myda1dy598l0-run-nixos-vm.drv27 /nix/store/xckjpnf7qlv3scn3d8820amblibf3jn0-nixos-vm.drv28 /nix/store/f2pbnkci5xl3vbs4pq9xfw2mnc5zdmyk-driverConfiguration.json.drv29 /nix/store/yv21da0igh3n1kxwgx279grchhmv3vfl-nixos-test-driver-tincd-nixos-crossimpl.drv30 /nix/store/x59jvc0wj55k2bzrq1vpkvix7g9fblzv-vm-test-run-tincd-nixos-crossimpl.drv31error: Cannot build '/nix/store/vbcqrz1dcimwpzvxl2qmvg9qb5phc42l-tincd-0.1.0.drv'.32 Reason: builder failed with exit code 101.33 Output paths:34 /nix/store/4pq3j277xjgh46f29dfpn75j105b825p-tincd-0.1.035 Last 25 log lines:36 > ...37 > 787 | / impl<'a, T, U, const N: usize> From<&'a mut [T; N]> for &'a mut Array<T, U>38 > 788 | | where39 > 789 | | U: ArraySize<ArrayType<T> = [T; N]>,40 > | |________________________________________^ `&mut curve25519_dalek::digest::hybrid_array::Array<T, U>` implements `From<&mut [T; N]>`41 > |42 > ::: /nix/store/b3az735zla9n5iz57bvihii0spiqdwr6-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/inout-0.2.2/src/inout.rs:154:143 > |44 > 154 | / impl<'inp, 'out, T, N, M> From<InOut<'inp, 'out, Array<T, Prod<N, M>>>>45 > 155 | | for Array<InOut<'inp, 'out, Array<T, N>>, M>46 > 156 | | where47 > 157 | | N: ArraySize,48 > 158 | | M: ArraySize,49 > 159 | | N: Mul<M>,50 > 160 | | Prod<N, M>: ArraySize,51 > | |__________________________^ `Array<InOut<'_, '_, Array<T, N>>, M>` implements `From<InOut<'_, '_, curve25519_dalek::digest::hybrid_array::Array<T, <N as Mul<M>>::Output>>>`52 > = note: there are multiple different versions of crate `hybrid_array` in the dependency graph53 > = help: you can use `cargo tree` to explore your dependency tree54 > = note: required for `&[u8]` to implement `Into<&Array<u8, UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>>>`55 > = note: the full name for the type has been written to '/build/source/target/release/deps/tincd-87e952abfae43edf.long-type-7729790713594286437.txt'56 > = note: consider using `--verbose` to print the full type name to the console57 >58 > For more information about this error, try `rustc --explain E0277`.59 > error: could not compile `tincd` (lib) due to 1 previous error60 > warning: build failed, waiting for other jobs to finish...61 For full logs, run:62 nix log /nix/store/vbcqrz1dcimwpzvxl2qmvg9qb5phc42l-tincd-0.1.0.drv63error: Cannot build '/nix/store/6g28hrqc3sbakkshqy3rssffig83ra0j-system-path.drv'.64 Reason: 1 dependency failed.65 Output paths:66 /nix/store/z80zk5c6y7gspffk6nl6acycwr3yrr44-system-path67error: Cannot build '/nix/store/jis15vy2z0jd7qsvhyvd4y27kjiljrp8-unit-tinc.mesh.service.drv'.68 Reason: 1 dependency failed.69 Output paths:70 /nix/store/0ww1zbqnqarkyvl7is1xlcjjcd6rqhmk-unit-tinc.mesh.service71error: Cannot build '/nix/store/mrimbgbn402bigynxss4fimda3mfbzqk-dbus-1.drv'.72 Reason: 1 dependency failed.73 Output paths:74 /nix/store/1i6m7kyb63sf74hv4p1rlld2b5h1d5sn-dbus-175error: Cannot build '/nix/store/llxsgw2rph5432gr64fmshy903nkmwm1-X-Restart-Triggers-dbus-broker.drv'.76 Reason: 1 dependency failed.77 Output paths:78 /nix/store/8wbqycig9a1hcfqim3z0wg8gzhs5fiz5-X-Restart-Triggers-dbus-broker79error: Cannot build '/nix/store/0fbnx942x4bw6271sj6midziiknwgnwg-unit-dbus-broker.service.drv'.80 Reason: 1 dependency failed.81 Output paths:82 /nix/store/smsrdk777aj8i6yw70rr4kpkqg4g27vw-unit-dbus-broker.service83error: Cannot build '/nix/store/9ffdi7scyd2g5zri21vpfj2s9c0armn0-unit-dbus-broker.service.drv'.84 Reason: 1 dependency failed.85 Output paths:86 /nix/store/vd3fxy12kzhpn3wkmyn6bhlv94jdbpv9-unit-dbus-broker.service87error: Cannot build '/nix/store/v0r69v187dldavzch8jvbnm4k0xczkfq-system-units.drv'.88 Reason: 2 dependencies failed.89 Output paths:90 /nix/store/99kpcgg2ff2vsdn3b1h883v3487z95pl-system-units91error: Cannot build '/nix/store/srg6q1rjbrks4094xpkc8iybaq1sxvcv-user-units.drv'.92 Reason: 1 dependency failed.93 Output paths:94 /nix/store/qqw2h1j6jx8041jjachwdlzcprs7hpgj-user-units95error: Cannot build '/nix/store/rilpzfjgfk3xaiz1n8a14dfd44i1jmwv-etc.drv'.96 Reason: 4 dependencies failed.97 Output paths:98 /nix/store/xh8fbv9b9vanl7hlxd3qfaxd1cqbz4b2-etc99error: Cannot build '/nix/store/4li385yxxix628ma4djqv3gjagpcsvhp-activate.drv'.100 Reason: 1 dependency failed.101 Output paths:102 /nix/store/698xgryk66xj6qv2ahgvb1n2ywwzcr9f-activate103error: Cannot build '/nix/store/l64ff57ymrjg7hk9vsfrdjws6j83miv8-nixos-system-alpha-test.drv'.104 Reason: 3 dependencies failed.105 Output paths:106 /nix/store/9fsacjvgd19x0j9f68hh14k4li4f3svh-nixos-system-alpha-test107error: Cannot build '/nix/store/0n6hj0llmxjzrizs4j36hrh34x2815y3-closure-info.drv'.108 Reason: 1 dependency failed.109 Output paths:110 /nix/store/a5nb6krcra5cn29dsy5q6ijghzrvpdh6-closure-info111error: Cannot build '/nix/store/8b9kx3gkz8l7qf4mhj37myda1dy598l0-run-nixos-vm.drv'.112 Reason: 2 dependencies failed.113 Output paths:114 /nix/store/lxk1vf35gs81pyl98xqaali7bpn30kbq-run-nixos-vm115error: Cannot build '/nix/store/xckjpnf7qlv3scn3d8820amblibf3jn0-nixos-vm.drv'.116 Reason: 2 dependencies failed.117 Output paths:118 /nix/store/chnz5z4vnrmqm6xklnqw0rnwa252dl5d-nixos-vm119error: Cannot build '/nix/store/f2pbnkci5xl3vbs4pq9xfw2mnc5zdmyk-driverConfiguration.json.drv'.120 Reason: 1 dependency failed.121 Output paths:122 /nix/store/bb1n0q63g90wnamwiwv9wqinkhgvpzhg-driverConfiguration.json123error: Cannot build '/nix/store/yv21da0igh3n1kxwgx279grchhmv3vfl-nixos-test-driver-tincd-nixos-crossimpl.drv'.124 Reason: 1 dependency failed.125 Output paths:126 /nix/store/hyazim3csc5giq0whpdd4r11ik43ycl6-nixos-test-driver-tincd-nixos-crossimpl127error: Cannot build '/nix/store/x59jvc0wj55k2bzrq1vpkvix7g9fblzv-vm-test-run-tincd-nixos-crossimpl.drv'.128 Reason: 1 dependency failed.129 Output paths:130 /nix/store/6x1dnfp622q5vzcx24m3csnkp22xykzp-vm-test-run-tincd-nixos-crossimpl