wdt 0 -> 1 attrpath: wdt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zkxb759lf7ipiif0vxi44niv3f0b6666-packages.json.drv building '/nix/store/zkxb759lf7ipiif0vxi44niv3f0b6666-packages.json.drv'... Going to be running update for following packages: - wdt-unstable-2023-12-01 Press Enter key to continue... Running update for: - wdt-unstable-2023-12-01: UPDATING ... - wdt-unstable-2023-12-01: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/sync/wdt/default.nix b/pkgs/applications/networking/sync/wdt/default.nix index f6eb3a326cbd..521453e5ecb8 100644 --- a/pkgs/applications/networking/sync/wdt/default.nix +++ b/pkgs/applications/networking/sync/wdt/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation { pname = "wdt"; - version = "unstable-2023-12-01"; + version = "unstable-2024-02-05"; src = fetchFromGitHub { owner = "facebook"; repo = "wdt"; - rev = "66f17af009ef6eaf2707bb8bb511ba6bcf3d9bbe"; - sha256 = "sha256-ucnFcpH9Duru35kRT769zMX2BMqufZJopd2srKPJkrU="; + rev = "d94b2d5df6f1c803f9f3b8ed9247b752fa853865"; + sha256 = "sha256-9TeJbZZq9uQ6KaEBFGDyIGcXgxi2y1aj55vxv5dAIzw="; }; nativeBuildInputs = [ cmake ]; 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 wdt nix build failed. /build/source/../wdt/Reporting.h: In member function 'void facebook::wdt::TransferStats::subtractEffectiveBytes(int64_t, int64_t)': /build/source/../wdt/Reporting.h:327:10: error: 'unique_lock' is not a member of 'std' 327 | std::unique_lock lock(getUniqueLock()); | ^~~~~~~~~~~ /build/source/../wdt/Reporting.h:327:10: note: 'std::unique_lock' is defined in header ''; did you forget to '#include '? /build/source/../wdt/Reporting.h: In member function 'void facebook::wdt::TransferStats::setEncryptionType(facebook::wdt::EncryptionType)': /build/source/../wdt/Reporting.h:333:10: error: 'unique_lock' is not a member of 'std' 333 | std::unique_lock lock(getUniqueLock()); | ^~~~~~~~~~~ /build/source/../wdt/Reporting.h:333:10: note: 'std::unique_lock' is defined in header ''; did you forget to '#include '? /build/source/../wdt/Reporting.h: In member function 'facebook::wdt::EncryptionType facebook::wdt::TransferStats::getEncryptionType() const': /build/source/../wdt/Reporting.h:338:10: error: 'shared_lock' is not a member of 'std' 338 | std::shared_lock lock(getSharedLock()); | ^~~~~~~~~~~ /build/source/../wdt/Reporting.h:338:10: note: 'std::shared_lock' is defined in header ''; did you forget to '#include '? /build/source/../wdt/Reporting.h: In member function 'void facebook::wdt::TransferStats::setTls(bool)': /build/source/../wdt/Reporting.h:343:10: error: 'unique_lock' is not a member of 'std' 343 | std::unique_lock lock(getUniqueLock()); | ^~~~~~~~~~~ /build/source/../wdt/Reporting.h:343:10: note: 'std::unique_lock' is defined in header ''; did you forget to '#include '? /build/source/../wdt/Reporting.h: In member function 'bool facebook::wdt::TransferStats::getTls() const': /build/source/../wdt/Reporting.h:348:10: error: 'shared_lock' is not a member of 'std' 348 | std::shared_lock lock(getSharedLock()); | ^~~~~~~~~~~ /build/source/../wdt/Reporting.h:348:10: note: 'std::shared_lock' is defined in header ''; did you forget to '#include '? make[2]: *** [CMakeFiles/wdt_min.dir/build.make:412: CMakeFiles/wdt_min.dir/WdtBase.cpp.o] Error 1 make[2]: *** [CMakeFiles/wdt_min.dir/build.make:440: CMakeFiles/wdt_min.dir/util/CommonImpl.cpp.o] Error 1 make[2]: *** [CMakeFiles/wdt_min.dir/build.make:426: CMakeFiles/wdt_min.dir/WdtResourceController.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/wdt_min.dir/all] Error 2 make: *** [Makefile:136: all] Error 2