nixbot

builds
1these 37 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/w2dpjyxhpdjil6fg5qpm4pxch3w9nnbw-unit-tinc.mesh.service.drv21 /nix/store/ykzpadc3c7r8vx9dlp5ns75an6zwkjxw-system-units.drv22 /nix/store/apxzmg85xw1fkdsfdb1z4kl2qrcncwwj-etc.drv23 /nix/store/4z1mc0ynmj04imzjv2p5zv3w99hv3kkx-activate.drv24 /nix/store/hmpbb3y68q4b1gf7f46cjkd0mq9lnjwq-nixos-system-alpha-test.drv25 /nix/store/iz2f7hqq5s957rabxwn25yv4fhbmdrf3-closure-info.drv26 /nix/store/5w47m7ad0gpj94rdgsffnna29dswvma7-run-nixos-vm.drv27 /nix/store/94ikp737v4cwkjvxc2zzqbwfv3cka4r6-unit-tinc.mesh.service.drv28 /nix/store/iq58zlzz7c72d6phzwv598s8yhbv3kjb-system-units.drv29 /nix/store/n4wvlblqy0hzcwvyr0q6p5pk624wqxza-etc.drv30 /nix/store/kzw0n25d9adyan0diy1jnsdzbdkifcln-activate.drv31 /nix/store/jf1s57xg7fdv7i9lcllc0p7bn6pg1xdr-nixos-system-beta-test.drv32 /nix/store/cs84fdycd3g8id7ds2i8sy9d3g5amki6-closure-info.drv33 /nix/store/a7gdjf520vyl4cnsjc4lyjy7fbrdd3rs-run-nixos-vm.drv34 /nix/store/6axbj03ppjvv6v35zy6ah5w9kgvyhacg-nixos-vm.drv35 /nix/store/lyjdqky7w96xsf3mhkmx1nn32ndqzs9w-nixos-vm.drv36 /nix/store/63pvj1a2040m9jp204kznm12wi4x0c3n-driverConfiguration.json.drv37 /nix/store/byin4bb5301b521grfrkwf1b5wckp6ni-nixos-test-driver-tincd-nixos.drv38 /nix/store/6whrk61h6c5vk1hf5ywqvik2l0gyfhjf-vm-test-run-tincd-nixos.drv39error: Cannot build '/nix/store/vbcqrz1dcimwpzvxl2qmvg9qb5phc42l-tincd-0.1.0.drv'.40 Reason: builder failed with exit code 101.41 Output paths:42 /nix/store/4pq3j277xjgh46f29dfpn75j105b825p-tincd-0.1.043 Last 25 log lines:44 > ...45 > 787 | / impl<'a, T, U, const N: usize> From<&'a mut [T; N]> for &'a mut Array<T, U>46 > 788 | | where47 > 789 | | U: ArraySize<ArrayType<T> = [T; N]>,48 > | |________________________________________^ `&mut curve25519_dalek::digest::hybrid_array::Array<T, U>` implements `From<&mut [T; N]>`49 > |50 > ::: /nix/store/b3az735zla9n5iz57bvihii0spiqdwr6-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/inout-0.2.2/src/inout.rs:154:151 > |52 > 154 | / impl<'inp, 'out, T, N, M> From<InOut<'inp, 'out, Array<T, Prod<N, M>>>>53 > 155 | | for Array<InOut<'inp, 'out, Array<T, N>>, M>54 > 156 | | where55 > 157 | | N: ArraySize,56 > 158 | | M: ArraySize,57 > 159 | | N: Mul<M>,58 > 160 | | Prod<N, M>: ArraySize,59 > | |__________________________^ `Array<InOut<'_, '_, Array<T, N>>, M>` implements `From<InOut<'_, '_, curve25519_dalek::digest::hybrid_array::Array<T, <N as Mul<M>>::Output>>>`60 > = note: there are multiple different versions of crate `hybrid_array` in the dependency graph61 > = help: you can use `cargo tree` to explore your dependency tree62 > = note: required for `&[u8]` to implement `Into<&Array<u8, UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>>>`63 > = note: the full name for the type has been written to '/build/source/target/release/deps/tincd-87e952abfae43edf.long-type-7729790713594286437.txt'64 > = note: consider using `--verbose` to print the full type name to the console65 >66 > For more information about this error, try `rustc --explain E0277`.67 > error: could not compile `tincd` (lib) due to 1 previous error68 > warning: build failed, waiting for other jobs to finish...69 For full logs, run:70 nix log /nix/store/vbcqrz1dcimwpzvxl2qmvg9qb5phc42l-tincd-0.1.0.drv71error: Cannot build '/nix/store/6g28hrqc3sbakkshqy3rssffig83ra0j-system-path.drv'.72 Reason: 1 dependency failed.73 Output paths:74 /nix/store/z80zk5c6y7gspffk6nl6acycwr3yrr44-system-path75error: Cannot build '/nix/store/94ikp737v4cwkjvxc2zzqbwfv3cka4r6-unit-tinc.mesh.service.drv'.76 Reason: 1 dependency failed.77 Output paths:78 /nix/store/6frzisxpvyz81r4838kr3wz1kzkla3mj-unit-tinc.mesh.service79error: Cannot build '/nix/store/w2dpjyxhpdjil6fg5qpm4pxch3w9nnbw-unit-tinc.mesh.service.drv'.80 Reason: 1 dependency failed.81 Output paths:82 /nix/store/yqq8z80j8dxkpbw45lp3jnc261aj4w8g-unit-tinc.mesh.service83error: Cannot build '/nix/store/mrimbgbn402bigynxss4fimda3mfbzqk-dbus-1.drv'.84 Reason: 1 dependency failed.85 Output paths:86 /nix/store/1i6m7kyb63sf74hv4p1rlld2b5h1d5sn-dbus-187error: Cannot build '/nix/store/llxsgw2rph5432gr64fmshy903nkmwm1-X-Restart-Triggers-dbus-broker.drv'.88 Reason: 1 dependency failed.89 Output paths:90 /nix/store/8wbqycig9a1hcfqim3z0wg8gzhs5fiz5-X-Restart-Triggers-dbus-broker91error: Cannot build '/nix/store/0fbnx942x4bw6271sj6midziiknwgnwg-unit-dbus-broker.service.drv'.92 Reason: 1 dependency failed.93 Output paths:94 /nix/store/smsrdk777aj8i6yw70rr4kpkqg4g27vw-unit-dbus-broker.service95error: Cannot build '/nix/store/9ffdi7scyd2g5zri21vpfj2s9c0armn0-unit-dbus-broker.service.drv'.96 Reason: 1 dependency failed.97 Output paths:98 /nix/store/vd3fxy12kzhpn3wkmyn6bhlv94jdbpv9-unit-dbus-broker.service99error: Cannot build '/nix/store/iq58zlzz7c72d6phzwv598s8yhbv3kjb-system-units.drv'.100 Reason: 2 dependencies failed.101 Output paths:102 /nix/store/qzng52pfzxgnm6afzqjrfw3cgrnwlkw1-system-units103error: Cannot build '/nix/store/ykzpadc3c7r8vx9dlp5ns75an6zwkjxw-system-units.drv'.104 Reason: 2 dependencies failed.105 Output paths:106 /nix/store/ljkwf8f258z6hz7mwvp4jbbfpj1gv8s9-system-units107error: Cannot build '/nix/store/srg6q1rjbrks4094xpkc8iybaq1sxvcv-user-units.drv'.108 Reason: 1 dependency failed.109 Output paths:110 /nix/store/qqw2h1j6jx8041jjachwdlzcprs7hpgj-user-units111error: Cannot build '/nix/store/apxzmg85xw1fkdsfdb1z4kl2qrcncwwj-etc.drv'.112 Reason: 4 dependencies failed.113 Output paths:114 /nix/store/0ym4mbb035z5fj67dsla0zvgvkaz7bpk-etc115error: Cannot build '/nix/store/n4wvlblqy0hzcwvyr0q6p5pk624wqxza-etc.drv'.116 Reason: 4 dependencies failed.117 Output paths:118 /nix/store/4il1aixy70icbggyf8zs6ysfj5d7wws1-etc119error: Cannot build '/nix/store/4z1mc0ynmj04imzjv2p5zv3w99hv3kkx-activate.drv'.120 Reason: 1 dependency failed.121 Output paths:122 /nix/store/bnc4446lvlfriwdbdkc2ijswfwwvhd83-activate123error: Cannot build '/nix/store/kzw0n25d9adyan0diy1jnsdzbdkifcln-activate.drv'.124 Reason: 1 dependency failed.125 Output paths:126 /nix/store/zg09lq9r8wzh1j3xrvlzb4nwhngjksiq-activate127error: Cannot build '/nix/store/hmpbb3y68q4b1gf7f46cjkd0mq9lnjwq-nixos-system-alpha-test.drv'.128 Reason: 3 dependencies failed.129 Output paths:130 /nix/store/y0iszi2y21n95myws32ikqkz3s6icnz0-nixos-system-alpha-test131error: Cannot build '/nix/store/jf1s57xg7fdv7i9lcllc0p7bn6pg1xdr-nixos-system-beta-test.drv'.132 Reason: 3 dependencies failed.133 Output paths:134 /nix/store/kz26jsa84ij5ycf5wv5y1n92n0wdbwap-nixos-system-beta-test135error: Cannot build '/nix/store/cs84fdycd3g8id7ds2i8sy9d3g5amki6-closure-info.drv'.136 Reason: 1 dependency failed.137 Output paths:138 /nix/store/zr288xdigfydv54xnyfb3wfv7xmwxpa1-closure-info139error: Cannot build '/nix/store/iz2f7hqq5s957rabxwn25yv4fhbmdrf3-closure-info.drv'.140 Reason: 1 dependency failed.141 Output paths:142 /nix/store/yhqi41i4mwgbms7skazyylh8dz9djc7c-closure-info143error: Cannot build '/nix/store/5w47m7ad0gpj94rdgsffnna29dswvma7-run-nixos-vm.drv'.144 Reason: 2 dependencies failed.145 Output paths:146 /nix/store/qwg3rslj43i0mfg8f1kfs2wxaj19w2ff-run-nixos-vm147error: Cannot build '/nix/store/a7gdjf520vyl4cnsjc4lyjy7fbrdd3rs-run-nixos-vm.drv'.148 Reason: 2 dependencies failed.149 Output paths:150 /nix/store/42c26anq85v7griqdmsm1nlv6fckrim2-run-nixos-vm151error: Cannot build '/nix/store/6axbj03ppjvv6v35zy6ah5w9kgvyhacg-nixos-vm.drv'.152 Reason: 2 dependencies failed.153 Output paths:154 /nix/store/slwmrq5i54hm7q6lsmpisgrsjkac4a4b-nixos-vm155error: Cannot build '/nix/store/lyjdqky7w96xsf3mhkmx1nn32ndqzs9w-nixos-vm.drv'.156 Reason: 2 dependencies failed.157 Output paths:158 /nix/store/c9xl3pl30g1q2pxf0xk7rmfz6jhpaahm-nixos-vm159error: Cannot build '/nix/store/63pvj1a2040m9jp204kznm12wi4x0c3n-driverConfiguration.json.drv'.160 Reason: 2 dependencies failed.161 Output paths:162 /nix/store/64jc0fxicnhr4g65jsx8qdqxmjcq548b-driverConfiguration.json163error: Cannot build '/nix/store/byin4bb5301b521grfrkwf1b5wckp6ni-nixos-test-driver-tincd-nixos.drv'.164 Reason: 1 dependency failed.165 Output paths:166 /nix/store/97lfid9crw4nj4bi7d191anmcvn2z0kx-nixos-test-driver-tincd-nixos167error: Cannot build '/nix/store/6whrk61h6c5vk1hf5ywqvik2l0gyfhjf-vm-test-run-tincd-nixos.drv'.168 Reason: 1 dependency failed.169 Output paths:170 /nix/store/j6gc6fpvqmn75kmss0bl4jkhrzb5zkbp-vm-test-run-tincd-nixos