lighthouse 3.4.0 -> 9.6.8 https://repology.org/metapackage/lighthouse/versions attrpath: lighthouse Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/il1g6r5xv7y9rk2nrnbj4spiz1msmxxq-packages.json.drv building '/nix/store/il1g6r5xv7y9rk2nrnbj4spiz1msmxxq-packages.json.drv'... Going to be running update for following packages: - lighthouse-3.4.0 Press Enter key to continue... Running update for: - lighthouse-3.4.0: UPDATING ... - lighthouse-3.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/blockchains/lighthouse/default.nix b/pkgs/applications/blockchains/lighthouse/default.nix index 7a5607d01c5..15d6c2c87ee 100644 --- a/pkgs/applications/blockchains/lighthouse/default.nix +++ b/pkgs/applications/blockchains/lighthouse/default.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec { pname = "lighthouse"; - version = "3.4.0"; + version = "3.4.0-tree.1"; # lighthouse/common/deposit_contract/build.rs depositContractSpecVersion = "0.12.1"; @@ -30,10 +30,10 @@ rustPlatform.buildRustPackage rec { owner = "sigp"; repo = "lighthouse"; rev = "v${version}"; - hash = "sha256-4auiM5+kj/HjZKu2YP7JEnwDNxHuL39XCfmV/dc5jLE="; + hash = "sha256-rYxH6GqD2iqwqpHYBnPyo/5krLFtMSeVyms6LH0bsb0="; }; - cargoHash = "sha256-ihfGwdxL7Ttw86dhaVBp5meb0caXjzgbbP27Io8zv/c="; + cargoHash = "sha256-/wK/Z+PsCG0OP7uIxBpSka/mK8S4/SNGmkorB+SSTrY="; buildFeatures = [ "modern" "gnosis" ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A lighthouse nix build failed.  Compiling ef_tests v0.2.0 (/build/source/testing/ef_tests)  Compiling slasher_service v0.1.0 (/build/source/slasher/service)  Compiling http_api v0.1.0 (/build/source/beacon_node/http_api) error[E0608]: cannot index into a value of type `&mut List, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>`  --> beacon_node/operation_pool/src/lib.rs:1128:13  | 1128 |  state.validators_mut()[i].effective_balance = 1_000_000_000 * i as u64;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0608]: cannot index into a value of type `&mut List`  --> beacon_node/operation_pool/src/lib.rs:1386:9  | 1386 |  state.validators_mut()[1].effective_balance = 17_000_000_000;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0608]: cannot index into a value of type `&mut List`  --> beacon_node/operation_pool/src/lib.rs:1387:9  | 1387 |  state.validators_mut()[2].effective_balance = 17_000_000_000;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0608]: cannot index into a value of type `&mut List`  --> beacon_node/operation_pool/src/lib.rs:1388:9  | 1388 |  state.validators_mut()[3].effective_balance = 17_000_000_000;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0608`. error: could not compile `operation_pool` due to 4 previous errors warning: build failed, waiting for other jobs to finish...