2022-11-23T17:21:50 box64 0.1.8 -> 0.2.0 https://github.com/ptitSeb/box64/releases 2022-11-23T17:21:52 attrpath: box64 2022-11-23T17:21:52 Checking auto update branch... 2022-11-23T17:21:52 No auto update branch exists 2022-11-23T17:21:56 [version] 2022-11-23T17:22:00 [version] updated version and sha256 2022-11-23T17:22:00 [rustCrateVersion] 2022-11-23T17:22:00 [rustCrateVersion] No cargoSha256 found 2022-11-23T17:22:00 [golangModuleVersion] 2022-11-23T17:22:00 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-23T17:22:00 [updateScript] 2022-11-23T17:22:00 [updateScript] skipping because derivation has no updateScript 2022-11-23T17:22:00 2022-11-23T17:22:00 [quotedUrls] 2022-11-23T17:22:00 [quotedUrls] nothing found to replace 2022-11-23T17:22:00 Diff after rewrites: diff --git a/pkgs/applications/emulators/box64/default.nix b/pkgs/applications/emulators/box64/default.nix index e383333c420..2740f6e0f2d 100644 --- a/pkgs/applications/emulators/box64/default.nix +++ b/pkgs/applications/emulators/box64/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "box64"; - version = "0.1.8"; + version = "0.2.0"; src = fetchFromGitHub { owner = "ptitSeb"; repo = pname; rev = "v${version}"; - hash = "sha256-6k8Enbafnj19ATtgmw8W7LxtRpM3Ousj1bpZbbtq8TM="; + hash = "sha256-eMp2eSWMRJQvLRQKUirBua6Kt7ZtyebfUnKIlibkNFU="; }; nativeBuildInputs = [ 2022-11-23T17:23:41 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A box64 nix build failed. 18/22 Test #21: x87 .............................. Passed 0.02 sec 19/22 Test #17: aes .............................. Passed 0.03 sec 20/22 Test #8: pi ............................... Passed 0.09 sec 21/22 Test #10: cppThreads .......................***Failed 0.10 sec CMake Error at /build/source/runTest.cmake:38 (message): Failed: Test program /build/source/build/box64 exited != 0. mremap_chunk(): invalid pointer 22/22 Test #22: mmx ..............................***Failed 0.06 sec CMake Error at /build/source/runTest.cmake:38 (message): Failed: Test program /build/source/build/box64 exited != 0. mremap_chunk(): invalid pointer 91% tests passed, 2 tests failed out of 22 Total Test time (real) = 0.11 sec The following tests FAILED:  10 - cppThreads (Failed)  22 - mmx (Failed) Errors while running CTest