{
 "number": 36233,
 "repo": "bitcoin/bitcoin",
 "url": "https://github.com/bitcoin/bitcoin/pull/36233",
 "title": "guix: Update time-machine to `60f6956aeffa7f30285745bd0ea615e9acfc74f8`",
 "author": "hebasto",
 "author_association": "MEMBER",
 "created_at": "2026-09-12T17:50:51Z",
 "updated_at": "2026-09-17T11:39:17Z",
 "age_days": 4,
 "draft": true,
 "labels": [
  "Build system",
  "DrahtBot Guix build requested"
 ],
 "milestone": null,
 "base": "master",
 "head_sha": "d2202a0acbb2f0821da12e928846a11030adda70",
 "head_ref": "260912-guix-riscv",
 "head_repo": "hebasto/bitcoin",
 "head_history": [
  {
   "t": "2026-09-14T14:24:19Z",
   "sha": "a8f03495d362bc234e92873dab40cec5281f5ee5"
  },
  {
   "t": "2026-09-14T22:08:24Z",
   "sha": "09ba044f83b4248d3cceb8d8815546ae1bc2059e"
  },
  {
   "t": "2026-09-15T13:34:28Z",
   "sha": "d2570d3c553af4c354cb2a4e3cb2e5ff61c8437b"
  },
  {
   "t": "2026-09-16T16:25:24Z",
   "sha": "f01ae8a975be4f2489ebf8297a5b9451b8c8574a"
  },
  {
   "t": "2026-09-16T16:36:31Z",
   "sha": "d2202a0acbb2f0821da12e928846a11030adda70"
  }
 ],
 "additions": 27,
 "deletions": 5,
 "changed_files": 3,
 "commit_count": 2,
 "size_bucket": "S",
 "mergeable_state": "clean",
 "bot": {
  "drahtbot": {
   "present": true,
   "reviews": {
    "ack": [
     {
      "login": "maflcko",
      "url": "https://github.com/bitcoin/bitcoin/pull/36233#issuecomment-5710559108"
     }
    ]
   },
   "conflicts": [
    {
     "number": 36193,
     "title": "guix: pass `--disable-wchar_t` to (non-GUI) libstdc++",
     "author": "fanquake"
    },
    {
     "number": 36082,
     "title": "ci: add Guix builds to CI",
     "author": "willcl-ark"
    },
    {
     "number": 35855,
     "title": "guix: update time-machine",
     "author": "fanquake"
    },
    {
     "number": 25573,
     "title": "guix: produce a `-static-pie` bitcoind",
     "author": "fanquake"
    }
   ]
  }
 },
 "acks_parsed": {},
 "acks_tally": {
  "ack": 0,
  "stale_ack": 0,
  "concept_ack": 0,
  "approach_ack": 0,
  "nack": 0,
  "concept_nack": 0,
  "approach_nack": 0
 },
 "reviews": {
  "approved": 0,
  "changes_requested": 0,
  "distinct_reviewers": [
   "Sjors",
   "fanquake",
   "maflcko",
   "willcl-ark"
  ]
 },
 "signals": {
  "needs_rebase": false,
  "ci_failed": false,
  "mergeable_state": "clean",
  "last_author_activity": "2026-09-17T11:38:56Z",
  "last_reviewer_activity": "2026-09-17T07:17:46Z",
  "last_reviewer": "maflcko",
  "author_silent_days": 0,
  "waiting_on_author_days": 0,
  "days_since_update": 0
 },
 "refs": {
  "mentioned": [
   35855
  ],
  "depends_on": [],
  "fixes": [],
  "linked_issues": [],
  "references": [
   {
    "number": 35855,
    "type": "pull",
    "state": "open",
    "merged": false,
    "merged_at": null,
    "title": "guix: update time-machine"
   }
  ],
  "conflicts": [
   36193,
   36082,
   35855,
   25573
  ]
 },
 "stack": {
  "shares_commits_with": [],
  "based_on": [],
  "base_for": []
 },
 "review_paths": [
  "contrib/guix/manifest_gui.scm"
 ],
 "body": "On the master branch @ 17817818da3cb67c95320b7a5d4d69bd649c1fbf, building on a RISC-V system [fails](https://github.com/bitcoin/bitcoin/issues/36232):\n```\nguix shell: error: package python-lief@0.17.5 does not support riscv64-linux\n```\n\nAlso see https://github.com/bitcoin/bitcoin/pull/34550#issuecomment-3921035276.\n\nThis is caused by the `python-msgspec` package, an indirect dependency of `python-lief`:\n\n`python-lief` <-- `python-scikit-build-core` <-- `python-cattrs` <-- `python-msgspec`\n\nAlso see https://github.com/bitcoin/bitcoin/pull/34550#issuecomment-3926767282.\n\nThis [commit](https://codeberg.org/guix/guix/commit/b35905695afd2e24c56e6950433dd4f571581873) updates `python-msgspec` and removes `(supported-systems (list \"x86_64-linux\" \"aarch64-linux\"))` from its definition.\n\nPackage updates:\n- `git-minimal`: 2.52.0 -> 2.54.0\n- `linux-headers` 6.1.166 -> 6.1.172\n- `python-lief`:  0.17.5 -> 0.17.6\n- `python-minimal`: 3.11.14 -> 3.12.12\n\nFixes https://github.com/bitcoin/bitcoin/issues/36232.\n\n---\n\nDrafted until I make Guix builds on my RISC-V machine, which might take time.",
 "commits": [
  {
   "sha": "49fec20fa7c131881c9a5e77d4ec593b3af07646",
   "date": "2026-09-16T16:35:24Z",
   "message": "guix: Skip some packages' tests in `python-lief` build\n\n`python-psutil, `python-pytest-xprocess` and `python-sh` are transitive\ndependencies of `python-lief` and have tests that fail when building\nnatively on `riscv64`."
  },
  {
   "sha": "d2202a0acbb2f0821da12e928846a11030adda70",
   "date": "2026-09-16T16:36:07Z",
   "message": "guix: Update time-machine to `60f6956aeffa7f30285745bd0ea615e9acfc74f8`\n\nThis is necessary to unblock building on RISC-V systems.\n\nFixes https://github.com/bitcoin/bitcoin/issues/36232."
  }
 ],
 "timeline": [
  {
   "t": "2026-09-14T12:45:04Z",
   "kind": "comment",
   "who": "fanquake",
   "assoc": "MEMBER",
   "text": "I tried to Guix build this branch on aarch64, and it failed with:\n```bash\nbuilding /gnu/store/0n0vl43girrci2p2lzarv9mp851pnghg-python-elementpath-5.0.4.drv...\nbuilding /gnu/store/sxrnypv30dpw6zjimay6iays8ginlr3m-rust-1.55.0.drv...\n- 'build' phasenote: keeping build directory `/tmp/guix-build-rust-1.55.0.drv-1'\nbuilder for `/gnu/store/sxrnypv30dpw6zjimay6iays8ginlr3m-rust-1.55.0.drv' failed with exit code 1\nbuild of /gnu/store/sxrnypv30dpw6zjimay6iays8ginlr3m-rust-1.55.0.drv failed\nView build log at '/var/log/guix/drvs/sx/rnypv30dpw6zjimay6iays8ginlr3m-rust-1.55.0.drv.gz'.\n```\n\n```bash\npatch-shebang: ./vendor/libz-sys/src/zlib/zlib2ansi: warning: no binary for interpreter `perl' found in $PATH\npatch-shebang: ./vendor/yaml-rust-0.3.5/tests/specs/cpp2rust.rb: warning: no binary for interpreter `ruby' found in $PATH\npatch-shebang: ./vendor/yaml-rust/tests/specs/cpp2rust.rb: warning: no binary for interpreter `ruby' found in $PATH\nphase `patch-generated-file-shebangs' succeeded after 0.5 seconds\nstarting phase `build'\nTraceback (most recent call last):\n  File \"/tmp/guix-build-rust-1.55.0.drv-0/rustc-1.55.0-src/./x.py\", line 26, in <module>\n    import bootstrap\n  File \"/tmp/guix-build-rust-1.55.0.drv-0/rustc-1.55.0-src/src/bootstrap/bootstrap.py\", line 5, in <module>\n    import distutils.version\nModuleNotFoundError: No module named 'distutils'\nerror: in phase 'build': uncaught exception:\n%exception #<&invoke-error program: \"./x.py\" arguments: (\"-j8\" \"build\" \"--stage=1\" \"library/std\" \"src/tools/cargo\") exit-status: 1 term-signal: #f stop-signal: #f>\nphase `build' failed after 0.0 seconds\ncommand \"./x.py\" \"-j8\" \"build\" \"--stage=1\" \"library/std\" \"src/tools/cargo\" failed with status 1\nbuild process 10 exited with status 256\n```"
  },
  {
   "t": "2026-09-14T14:24:19Z",
   "kind": "force_push",
   "who": "hebasto",
   "commit": "a8f03495d362bc234e92873dab40cec5281f5ee5"
  },
  {
   "t": "2026-09-14T14:25:16Z",
   "kind": "comment",
   "who": "hebasto",
   "assoc": "MEMBER",
   "text": "[quoted text omitted]\n\nYeah. This was fixed in https://codeberg.org/guix/guix/pulls/8264.\n\nI updated the branch."
  },
  {
   "t": "2026-09-14T22:08:24Z",
   "kind": "force_push",
   "who": "hebasto",
   "commit": "09ba044f83b4248d3cceb8d8815546ae1bc2059e"
  },
  {
   "t": "2026-09-15T08:05:13Z",
   "kind": "comment",
   "who": "hebasto",
   "assoc": "MEMBER",
   "text": "My Guix build on both `x86_64` and `aarch64`:\n```console\n$ find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum\n397c1c8a0d1e7d54fa352b6ae386a025d46ea73bf392f208ce9452ef1c2ea655  guix-build-09ba044f83b4/output/aarch64-linux-gnu/SHA256SUMS.part\n580fc12b8dae39b515d3952f415176c12ff049e1ebec363de314060ca44bfc20  guix-build-09ba044f83b4/output/aarch64-linux-gnu/bitcoin-09ba044f83b4-aarch64-linux-gnu-debug.tar.gz\nce912b8e8654a6650ec263567e20786c311c627bdfdf750c056f3b28d4c244a5  guix-build-09ba044f83b4/output/aarch64-linux-gnu/bitcoin-09ba044f83b4-aarch64-linux-gnu.tar.gz\n966766c7a1542acc82d92ceed44930c88db8d7b9cd76025e7bc9b55d6f06a295  guix-build-09ba044f83b4/output/arm-linux-gnueabihf/SHA256SUMS.part\n87c288858ec44a9a5057c5fd0457d6d102dd19cd655e53b2c90c5940c9266141  guix-build-09ba044f83b4/output/arm-linux-gnueabihf/bitcoin-09ba044f83b4-arm-linux-gnueabihf-debug.tar.gz\n3e4d21a7f9d07a61fd3ca16b9f2474dab1b932497abf1e65d3fdaf82bcaf0b37  guix-build-09ba044f83b4/output/arm-linux-gnueabihf/bitcoin-09ba044f83b4-arm-linux-gnueabihf.tar.gz\nf8cec2b69e231aa8937fe8f5d3433d3b81cbf519b5103d871d2bc89686f7a4ed  guix-build-09ba044f83b4/output/arm64-apple-darwin/SHA256SUMS.part\nf66fd7b5a57aad3775e53bb7e0dca9fe95d092452204f12220741e89ea10f943  guix-build-09ba044f83b4/output/arm64-apple-darwin/bitcoin-09ba044f83b4-arm64-apple-darwin-codesigning.tar.gz\na41ee42e8b81504e09c230d6490ff95e0c92826da9b134aaa7f79907065b2f23  guix-build-09ba044f83b4/output/arm64-apple-darwin/bitcoin-09ba044f83b4-arm64-apple-darwin-unsigned.tar.gz\n622d072a5696da3627ece172de0723ccdd29728e31d5107ef6f2d903487e13bd  guix-build-09ba044f83b4/output/arm64-apple-darwin/bitcoin-09ba044f83b4-arm64-apple-darwin-unsigned.zip\n514fea61cbf2d30177b2c7a0ba8b8ba319f1478dee7719398f241b11d0cf67be  guix-build-09ba044f83b4/output/dist-archive/bitcoin-09ba044f83b4.tar.gz\n8eee24f4a3c628bc263610769cfc957113839faa2f5840897ed841f3b0322ca1  guix-build-09ba044f83b4/output/powerpc64-linux-gnu/SHA256SUMS.part\n4f2a111e9cec3d0d471cf3f8ae64212df8dfd1d125630785b1a8d237ba4e26d6  guix-build-09ba044f83b4/output/powerpc64-linux-gnu/bitcoin-09ba044f83b4-powerpc64-linux-gnu-debug.tar.gz\n907259bb047f1f8dd05b49418fa374936c8c42d493b45fad556f568873072425  guix-build-09ba044f83b4/output/powerpc64-linux-gnu/bitcoin-09ba044f83b4-powerpc64-linux-gnu.tar.gz\n57330796735fa9603ac3fea480da6e9ff581271c5bc369b9493e5d2c10b3e3e8  guix-build-09ba044f83b4/output/riscv64-linux-gnu/SHA256SUMS.part\nea8d31e49619295b924d723259f23de33517ce722e3bd08f58670981d7d4a3be  guix-build-09ba044f83b4/output/riscv64-linux-gnu/bitcoin-09ba044f83b4-riscv64-linux-gnu-debug.tar.gz\n04e10b4b1e6cb130ad3bda776d28eedc8692c1f93635f312cf2253f7e88f4c5e  guix-build-09ba044f83b4/output/riscv64-linux-gnu/bitcoin-09ba044f83b4-riscv64-linux-gnu.tar.gz\nd4868bea0d5018ffb0310c330647c994ead47e563e97fa6f7eb321846a608301  guix-build-09ba044f83b4/output/x86_64-apple-darwin/SHA256SUMS.part\na018e97d0dc075a0f4a65575a9bf7d02d131b7d98ba18a8c365c310074897956  guix-build-09ba044f83b4/output/x86_64-apple-darwin/bitcoin-09ba044f83b4-x86_64-apple-darwin-codesigning.tar.gz\n42529b0d12c2f45245f25389d555b234066eb511a5536df27e8804b40423dc80  guix-build-09ba044f83b4/output/x86_64-apple-darwin/bitcoin-09ba044f83b4-x86_64-apple-darwin-unsigned.tar.gz\n7fceb9cd9a4539f3b9421f9e399f173be8e8a76d2c9afcb6760879c31b3e3400  guix-build-09ba044f83b4/output/x86_64-apple-darwin/bitcoin-09ba044f83b4-x86_64-apple-darwin-unsigned.zip\n8a1b0e9ccf43a4f237847feea321443c2deae26ae5efa9e7bd5a8979b339228f  guix-build-09ba044f83b4/output/x86_64-linux-gnu/SHA256SUMS.part\nc7d5e3c1164eb5f0664cafc5e6e739a90d9439a329471efc5460e2054ebbac91  guix-build-09ba044f83b4/output/x86_64-linux-gnu/bitcoin-09ba044f83b4-x86_64-linux-gnu-debug.tar.gz\n67ae90a3edb26df095264fc6d2c42d32b1b3e9a98261cb6c5f1a0d909dd1ec09  guix-build-09ba044f83b4/output/x86_64-linux-gnu/bitcoin-09ba044f83b4-x86_64-linux-gnu.tar.gz\n2e38df7de5c73675f12437b198b9450ceced7b515c6bbf004caca59fc0cfc2df  guix-build-09ba044f83b4/output/x86_64-w64-mingw32/SHA256SUMS.part\nc0ee69c8a2e3d496230201fe7bbe2604976ebdd7addedaa73d08d95f045055bc  guix-build-09ba044f83b4/output/x86_64-w64-mingw32/bitcoin-09ba044f83b4-win64-codesigning.tar.gz\n6e6dc2cb7953ac1378c23246a479c1b290ee8393e32890878ea173c20cf96ebb  guix-build-09ba044f83b4/output/x86_64-w64-mingw32/bitcoin-09ba044f83b4-win64-debug.zip\nbfbdfc6e3003a76ed03b71c69a5683e5ae7cb2b113e130be685e7c14bd80776f  guix-build-09ba044f83b4/output/x86_64-w64-mingw32/bitcoin-09ba044f83b4-win64-setup-unsigned.exe\n50a0082a3dcbb84b1d3c8b6d540e0c0dc4b43e3d578e24edb13fde7985a40cf9  guix-build-09ba044f83b4/output/x86_64-w64-mingw32/bitcoin-09ba044f83b4-win64-unsigned.zip\n```"
  },
  {
   "t": "2026-09-15T10:04:16Z",
   "kind": "comment",
   "who": "hebasto",
   "assoc": "MEMBER",
   "text": "Build on RISC-V still fails due to https://codeberg.org/guix/guix/issues/10128."
  },
  {
   "t": "2026-09-15T12:16:51Z",
   "kind": "comment",
   "who": "fanquake",
   "assoc": "MEMBER",
   "text": "[quoted text omitted]\n\nLooks like that thread is waiting on your reply?\n\nGiven this is blocked on that issue, it doesn't seem like any time-machine bumping here is going to fix the problem? I'm going to push a workaround for it into #35855, if you want to test that instead."
  },
  {
   "t": "2026-09-15T13:19:23Z",
   "kind": "comment",
   "who": "hebasto",
   "assoc": "MEMBER",
   "text": "[quoted text omitted]\n\nYeah. I've already submitted a patch for one test upstream: https://github.com/giampaolo/psutil/pull/2999. I'm still working on the best approach for another test.\n\n[quoted text omitted]\nMy goal is to unlock the v32.0 RISC-V builds by backporting a suitable fix. That's why I opened this PR without any substantial toolchain changes in the first place.\n\nI'll cherry-pick your fix into this PR."
  },
  {
   "t": "2026-09-15T13:34:28Z",
   "kind": "force_push",
   "who": "hebasto",
   "commit": "d2570d3c553af4c354cb2a4e3cb2e5ff61c8437b"
  },
  {
   "t": "2026-09-15T15:49:52Z",
   "kind": "comment",
   "who": "Sjors",
   "assoc": "MEMBER",
   "text": "When bumping the Time Machine on x86_64 without substitutes, I had to \"manually\" download:\n\n```sh\ncurl -fL -o guile-lzlib-0.3.0.tar.gz \\\n  https://ci.guix.gnu.org/file/guile-lzlib-0.3.0.tar.gz/sha256/1v1pfqp6hwl0rivs7swhqnfgznxlfnws9ldmn6avnhd10filfa3a\n```\n\nThis is a known issue: https://codeberg.org/guix/guix/issues/9920. Also, since https://codeberg.org/guix/guix/pulls/10983 bumps the version, there's no need to open an upstream fix anyway.\n\nThe underlying problem is that Codeberg stopped caching release archives, and some of their infrastructure deployments changed the gzip step. They've now settled on `gzip -cn` which hopefully keeps it stable. I reconstructed the timeline here: https://codeberg.org/guix/guix/issues/9920#issuecomment-22858942\n\nI also needed the AppArmor changes from https://codeberg.org/guix/guix/pulls/10017.\n\nguile-3.0.11 tests don't like concurrency, so build with one core (we already document `--cores=1` as a standard workaround):\n\n```\nguix build --no-substitutes --cores=1 --keep-failed \\\n  /gnu/store/7p5grmm3r4q7fqxcnsmr9b3xkzsl02gf-guile-3.0.11.drv\n```\n\nTracked upstream: https://codeberg.org/guile/guile/issues/286\n\n(will update this comment as the guix build proceeds)"
  },
  {
   "t": "2026-09-15T17:50:28Z",
   "kind": "comment",
   "who": "hebasto",
   "assoc": "MEMBER",
   "text": "My Guix build on both `x86_64` and `aarch64`:\n```console\n$ find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum\ncbde41231efcc4f770f38529784a626919abebb764f41aa502fd69f1914d8bcf  guix-build-d2570d3c553a/output/aarch64-linux-gnu/SHA256SUMS.part\nb7e78d1ee82dc124e3e20679ae64bb5f2365f27107951749e4c1ba10ad0ef531  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu-debug.tar.gz\n606fdbb72b81339d4176fb32631cbffbb0c44737778932bd652b377124aea5d6  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu.tar.gz\nfa339440403648594bce22d5fdd2a3a2db0891d87ef4d1944332a1834964a8f5  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/SHA256SUMS.part\n4d6996fd083c49295092f07ec2e85dce385bcc4bf5804c30857456684fb20ab0  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf-debug.tar.gz\n308d734caf67afc6a53415d7e40631e222c6b60171056d0074ae1992a44a2451  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf.tar.gz\n8ec789383342a5bdfa77aff24e8aaf9b3aee7839f9a83c3496941d3fd1fe7266  guix-build-d2570d3c553a/output/arm64-apple-darwin/SHA256SUMS.part\n5fa0f94cb00febca2e9c94d67abbc1eb7b826d52a758a275c3aae937e46f4d67  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-codesigning.tar.gz\nd5a011cba17339c007c082b16f6a9bd397bcf5d32a6b15618b2d3f5450f99bbe  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.tar.gz\n5f7f10200106d864629fd1b20747f40cf75f2bf8a5d44711dbf6c3d2b8b40ebf  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.zip\n7905bf5197ec4e3b01d57bb9fd71f2db2df5e34ece82bf3ba46062e8fb723734  guix-build-d2570d3c553a/output/dist-archive/bitcoin-d2570d3c553a.tar.gz\nf0f3d0fc8624ca6e8ebc0127ebcc2096cac2a169f9bc2d734d6e31150694afcb  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/SHA256SUMS.part\n1ade8f0e11af35548471cafa92f0a06049a28e07a6308a38f56236a9ea1e698d  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu-debug.tar.gz\n095675d8fee5fee5179c5f74049710c59a902d0bb7eef8ea37a1a44496b21969  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu.tar.gz\nf825d6418a9f3762b657610982f83eb97a20cf0fbe998c7edf67a98cb06f37fa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/SHA256SUMS.part\n1dfdc835652424ed47c6c1a6cae53d11b2649edddaf4c44bf5686aaa68b6c9b1  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu-debug.tar.gz\nbaef8cc3f5b3c9a5c3c3b7543e9577491f81336593336f08319439e576fa0ffa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu.tar.gz\nf18c0ba824e4abda1f9cc890a43028c7574d77529ff600fba7ce04b65d29a54e  guix-build-d2570d3c553a/output/x86_64-apple-darwin/SHA256SUMS.part\nea1c01f41db9f58133e632bbfd5e94da0ce0e4b441ffba433ce862c7d48c269a  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-codesigning.tar.gz\na893640a573abd15d4488a7605011a6f55924b2db1400fb3b626ce47860dd6d1  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.tar.gz\nb791c63b6e0a67c36273a2cd4988a7c39bff9481db6bc9fbb3f9ff30d5106420  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.zip\n105fa6710c5fb4ac3a4246227835f9eade4d22a6e0ddfd444b502ce6e683111e  guix-build-d2570d3c553a/output/x86_64-linux-gnu/SHA256SUMS.part\nf16fcea32656f5e6d383a5f1e3bc7a5f3424c0cc1d0c9adfbabd823480712f31  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu-debug.tar.gz\nc52e8a514d85d33fcf696554bc9361452c3e632495540e0e0a3e4549d25a0e1b  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu.tar.gz\n75bbc4c1227a482c4acf0437c8cf66e5aca42d782d9ed52171b543650eadbdb2  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/SHA256SUMS.part\nef84c73a7d2105a443a992131722320150be6a222d19e17c74fe3aacaad0ec58  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-codesigning.tar.gz\n71cabab7612d19b6afa0b738ef050c602ce57d4729bee7af60b6269e9a4c695b  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-debug.zip\nb744c83ea25199a06a219b29ac6a6d486feb977cd7373caf09796f1263c6d719  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-setup-unsigned.exe\n9df580fa2d7687bf855e9a6c253f02b30f8465c2b8933e972417ddd913860cc0  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-unsigned.zip\n```"
  },
  {
   "t": "2026-09-16T07:17:22Z",
   "kind": "review_comment",
   "who": "maflcko",
   "assoc": "MEMBER",
   "path": "contrib/guix/manifest_gui.scm",
   "commit": "d2570d3c553af4c354cb2a4e3cb2e5ff61c8437b",
   "in_reply_to": null,
   "text": "From the llm:\n\n* ;; tests that fail when builing natively for riscv64. -> ;; tests that fail when building natively for riscv64. [misspelling]"
  },
  {
   "t": "2026-09-16T07:23:57Z",
   "kind": "review",
   "who": "maflcko",
   "assoc": "MEMBER",
   "state": "COMMENTED",
   "commit": "d2570d3c553af4c354cb2a4e3cb2e5ff61c8437b",
   "text": "The last two commits should be squashed?\n\nWill try a guix build ...\n\nreview ACK d2570d3c553af4c354cb2a4e3cb2e5ff61c8437b \ud83d\ude8a\n\nShow signature\n\nSignature:\n\n```\nuntrusted comment: signature from minisign secret key on empty file; verify via: minisign -Vm \"${path_to_any_empty_file}\" -P RWTRmVTMeKV5noAMqVlsMugDDCyyTSbA3Re5AkUrhvLVln0tSaFWglOw -x \"${path_to_this_whole_four_line_signature_blob}\"\nRUTRmVTMeKV5npGrKx1nqXCw5zeVHdtdYURB/KlyA/LMFgpNCs+SkW9a8N95d+U4AP1RJMi+krxU1A3Yux4bpwZNLvVBKy0wLgM=\ntrusted comment: review ACK d2570d3c553af4c354cb2a4e3cb2e5ff61c8437b \ud83d\ude8a\nBhpp8Vz4NHd2meT03Xd855v0ojS5rx69rwV4q5owxoTXepVEJvaCUuEhyBd+727vXBrlxfV9vBqHkZAxvfVZBg==\n```"
  },
  {
   "t": "2026-09-16T10:39:18Z",
   "kind": "comment",
   "who": "fanquake",
   "assoc": "MEMBER",
   "text": "Guix Build (x86_64):\n```bash\ncbde41231efcc4f770f38529784a626919abebb764f41aa502fd69f1914d8bcf  guix-build-d2570d3c553a/output/aarch64-linux-gnu/SHA256SUMS.part\nb7e78d1ee82dc124e3e20679ae64bb5f2365f27107951749e4c1ba10ad0ef531  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu-debug.tar.gz\n606fdbb72b81339d4176fb32631cbffbb0c44737778932bd652b377124aea5d6  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu.tar.gz\nfa339440403648594bce22d5fdd2a3a2db0891d87ef4d1944332a1834964a8f5  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/SHA256SUMS.part\n4d6996fd083c49295092f07ec2e85dce385bcc4bf5804c30857456684fb20ab0  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf-debug.tar.gz\n308d734caf67afc6a53415d7e40631e222c6b60171056d0074ae1992a44a2451  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf.tar.gz\n8ec789383342a5bdfa77aff24e8aaf9b3aee7839f9a83c3496941d3fd1fe7266  guix-build-d2570d3c553a/output/arm64-apple-darwin/SHA256SUMS.part\n5fa0f94cb00febca2e9c94d67abbc1eb7b826d52a758a275c3aae937e46f4d67  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-codesigning.tar.gz\nd5a011cba17339c007c082b16f6a9bd397bcf5d32a6b15618b2d3f5450f99bbe  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.tar.gz\n5f7f10200106d864629fd1b20747f40cf75f2bf8a5d44711dbf6c3d2b8b40ebf  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.zip\n7905bf5197ec4e3b01d57bb9fd71f2db2df5e34ece82bf3ba46062e8fb723734  guix-build-d2570d3c553a/output/dist-archive/bitcoin-d2570d3c553a.tar.gz\nf0f3d0fc8624ca6e8ebc0127ebcc2096cac2a169f9bc2d734d6e31150694afcb  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/SHA256SUMS.part\n1ade8f0e11af35548471cafa92f0a06049a28e07a6308a38f56236a9ea1e698d  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu-debug.tar.gz\n095675d8fee5fee5179c5f74049710c59a902d0bb7eef8ea37a1a44496b21969  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu.tar.gz\nf825d6418a9f3762b657610982f83eb97a20cf0fbe998c7edf67a98cb06f37fa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/SHA256SUMS.part\n1dfdc835652424ed47c6c1a6cae53d11b2649edddaf4c44bf5686aaa68b6c9b1  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu-debug.tar.gz\nbaef8cc3f5b3c9a5c3c3b7543e9577491f81336593336f08319439e576fa0ffa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu.tar.gz\nf18c0ba824e4abda1f9cc890a43028c7574d77529ff600fba7ce04b65d29a54e  guix-build-d2570d3c553a/output/x86_64-apple-darwin/SHA256SUMS.part\nea1c01f41db9f58133e632bbfd5e94da0ce0e4b441ffba433ce862c7d48c269a  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-codesigning.tar.gz\na893640a573abd15d4488a7605011a6f55924b2db1400fb3b626ce47860dd6d1  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.tar.gz\nb791c63b6e0a67c36273a2cd4988a7c39bff9481db6bc9fbb3f9ff30d5106420  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.zip\n105fa6710c5fb4ac3a4246227835f9eade4d22a6e0ddfd444b502ce6e683111e  guix-build-d2570d3c553a/output/x86_64-linux-gnu/SHA256SUMS.part\nf16fcea32656f5e6d383a5f1e3bc7a5f3424c0cc1d0c9adfbabd823480712f31  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu-debug.tar.gz\nc52e8a514d85d33fcf696554bc9361452c3e632495540e0e0a3e4549d25a0e1b  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu.tar.gz\n75bbc4c1227a482c4acf0437c8cf66e5aca42d782d9ed52171b543650eadbdb2  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/SHA256SUMS.part\nef84c73a7d2105a443a992131722320150be6a222d19e17c74fe3aacaad0ec58  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-codesigning.tar.gz\n71cabab7612d19b6afa0b738ef050c602ce57d4729bee7af60b6269e9a4c695b  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-debug.zip\nb744c83ea25199a06a219b29ac6a6d486feb977cd7373caf09796f1263c6d719  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-setup-unsigned.exe\n9df580fa2d7687bf855e9a6c253f02b30f8465c2b8933e972417ddd913860cc0  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-unsigned.zip\n```"
  },
  {
   "t": "2026-09-16T11:01:53Z",
   "kind": "comment",
   "who": "willcl-ark",
   "assoc": "MEMBER",
   "text": "Guix [build](https://my.cdash.org/builds/4099064/notes):\n\n```\nx86_64\ncbde41231efcc4f770f38529784a626919abebb764f41aa502fd69f1914d8bcf  guix-build-d2570d3c553a/output/aarch64-linux-gnu/SHA256SUMS.part\nb7e78d1ee82dc124e3e20679ae64bb5f2365f27107951749e4c1ba10ad0ef531  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu-debug.tar.gz\n606fdbb72b81339d4176fb32631cbffbb0c44737778932bd652b377124aea5d6  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu.tar.gz\nfa339440403648594bce22d5fdd2a3a2db0891d87ef4d1944332a1834964a8f5  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/SHA256SUMS.part\n4d6996fd083c49295092f07ec2e85dce385bcc4bf5804c30857456684fb20ab0  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf-debug.tar.gz\n308d734caf67afc6a53415d7e40631e222c6b60171056d0074ae1992a44a2451  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf.tar.gz\n8ec789383342a5bdfa77aff24e8aaf9b3aee7839f9a83c3496941d3fd1fe7266  guix-build-d2570d3c553a/output/arm64-apple-darwin/SHA256SUMS.part\n5fa0f94cb00febca2e9c94d67abbc1eb7b826d52a758a275c3aae937e46f4d67  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-codesigning.tar.gz\nd5a011cba17339c007c082b16f6a9bd397bcf5d32a6b15618b2d3f5450f99bbe  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.tar.gz\n5f7f10200106d864629fd1b20747f40cf75f2bf8a5d44711dbf6c3d2b8b40ebf  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.zip\n7905bf5197ec4e3b01d57bb9fd71f2db2df5e34ece82bf3ba46062e8fb723734  guix-build-d2570d3c553a/output/dist-archive/bitcoin-d2570d3c553a.tar.gz\nf0f3d0fc8624ca6e8ebc0127ebcc2096cac2a169f9bc2d734d6e31150694afcb  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/SHA256SUMS.part\n1ade8f0e11af35548471cafa92f0a06049a28e07a6308a38f56236a9ea1e698d  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu-debug.tar.gz\n095675d8fee5fee5179c5f74049710c59a902d0bb7eef8ea37a1a44496b21969  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu.tar.gz\nf825d6418a9f3762b657610982f83eb97a20cf0fbe998c7edf67a98cb06f37fa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/SHA256SUMS.part\n1dfdc835652424ed47c6c1a6cae53d11b2649edddaf4c44bf5686aaa68b6c9b1  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu-debug.tar.gz\nbaef8cc3f5b3c9a5c3c3b7543e9577491f81336593336f08319439e576fa0ffa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu.tar.gz\nf18c0ba824e4abda1f9cc890a43028c7574d77529ff600fba7ce04b65d29a54e  guix-build-d2570d3c553a/output/x86_64-apple-darwin/SHA256SUMS.part\nea1c01f41db9f58133e632bbfd5e94da0ce0e4b441ffba433ce862c7d48c269a  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-codesigning.tar.gz\na893640a573abd15d4488a7605011a6f55924b2db1400fb3b626ce47860dd6d1  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.tar.gz\nb791c63b6e0a67c36273a2cd4988a7c39bff9481db6bc9fbb3f9ff30d5106420  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.zip\n105fa6710c5fb4ac3a4246227835f9eade4d22a6e0ddfd444b502ce6e683111e  guix-build-d2570d3c553a/output/x86_64-linux-gnu/SHA256SUMS.part\nf16fcea32656f5e6d383a5f1e3bc7a5f3424c0cc1d0c9adfbabd823480712f31  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu-debug.tar.gz\nc52e8a514d85d33fcf696554bc9361452c3e632495540e0e0a3e4549d25a0e1b  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu.tar.gz\n75bbc4c1227a482c4acf0437c8cf66e5aca42d782d9ed52171b543650eadbdb2  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/SHA256SUMS.part\nef84c73a7d2105a443a992131722320150be6a222d19e17c74fe3aacaad0ec58  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-codesigning.tar.gz\n71cabab7612d19b6afa0b738ef050c602ce57d4729bee7af60b6269e9a4c695b  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-debug.zip\nb744c83ea25199a06a219b29ac6a6d486feb977cd7373caf09796f1263c6d719  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-setup-unsigned.exe\n9df580fa2d7687bf855e9a6c253f02b30f8465c2b8933e972417ddd913860cc0  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-unsigned.zip\n```"
  },
  {
   "t": "2026-09-16T14:42:42Z",
   "kind": "comment",
   "who": "Sjors",
   "assoc": "MEMBER",
   "text": "```\nx86_64\ncbde41231efcc4f770f38529784a626919abebb764f41aa502fd69f1914d8bcf  guix-build-d2570d3c553a/output/aarch64-linux-gnu/SHA256SUMS.part\nb7e78d1ee82dc124e3e20679ae64bb5f2365f27107951749e4c1ba10ad0ef531  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu-debug.tar.gz\n606fdbb72b81339d4176fb32631cbffbb0c44737778932bd652b377124aea5d6  guix-build-d2570d3c553a/output/aarch64-linux-gnu/bitcoin-d2570d3c553a-aarch64-linux-gnu.tar.gz\nfa339440403648594bce22d5fdd2a3a2db0891d87ef4d1944332a1834964a8f5  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/SHA256SUMS.part\n4d6996fd083c49295092f07ec2e85dce385bcc4bf5804c30857456684fb20ab0  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf-debug.tar.gz\n308d734caf67afc6a53415d7e40631e222c6b60171056d0074ae1992a44a2451  guix-build-d2570d3c553a/output/arm-linux-gnueabihf/bitcoin-d2570d3c553a-arm-linux-gnueabihf.tar.gz\n8ec789383342a5bdfa77aff24e8aaf9b3aee7839f9a83c3496941d3fd1fe7266  guix-build-d2570d3c553a/output/arm64-apple-darwin/SHA256SUMS.part\n5fa0f94cb00febca2e9c94d67abbc1eb7b826d52a758a275c3aae937e46f4d67  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-codesigning.tar.gz\nd5a011cba17339c007c082b16f6a9bd397bcf5d32a6b15618b2d3f5450f99bbe  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.tar.gz\n5f7f10200106d864629fd1b20747f40cf75f2bf8a5d44711dbf6c3d2b8b40ebf  guix-build-d2570d3c553a/output/arm64-apple-darwin/bitcoin-d2570d3c553a-arm64-apple-darwin-unsigned.zip\n7905bf5197ec4e3b01d57bb9fd71f2db2df5e34ece82bf3ba46062e8fb723734  guix-build-d2570d3c553a/output/dist-archive/bitcoin-d2570d3c553a.tar.gz\nf0f3d0fc8624ca6e8ebc0127ebcc2096cac2a169f9bc2d734d6e31150694afcb  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/SHA256SUMS.part\n1ade8f0e11af35548471cafa92f0a06049a28e07a6308a38f56236a9ea1e698d  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu-debug.tar.gz\n095675d8fee5fee5179c5f74049710c59a902d0bb7eef8ea37a1a44496b21969  guix-build-d2570d3c553a/output/powerpc64-linux-gnu/bitcoin-d2570d3c553a-powerpc64-linux-gnu.tar.gz\nf825d6418a9f3762b657610982f83eb97a20cf0fbe998c7edf67a98cb06f37fa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/SHA256SUMS.part\n1dfdc835652424ed47c6c1a6cae53d11b2649edddaf4c44bf5686aaa68b6c9b1  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu-debug.tar.gz\nbaef8cc3f5b3c9a5c3c3b7543e9577491f81336593336f08319439e576fa0ffa  guix-build-d2570d3c553a/output/riscv64-linux-gnu/bitcoin-d2570d3c553a-riscv64-linux-gnu.tar.gz\nf18c0ba824e4abda1f9cc890a43028c7574d77529ff600fba7ce04b65d29a54e  guix-build-d2570d3c553a/output/x86_64-apple-darwin/SHA256SUMS.part\nea1c01f41db9f58133e632bbfd5e94da0ce0e4b441ffba433ce862c7d48c269a  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-codesigning.tar.gz\na893640a573abd15d4488a7605011a6f55924b2db1400fb3b626ce47860dd6d1  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.tar.gz\nb791c63b6e0a67c36273a2cd4988a7c39bff9481db6bc9fbb3f9ff30d5106420  guix-build-d2570d3c553a/output/x86_64-apple-darwin/bitcoin-d2570d3c553a-x86_64-apple-darwin-unsigned.zip\n105fa6710c5fb4ac3a4246227835f9eade4d22a6e0ddfd444b502ce6e683111e  guix-build-d2570d3c553a/output/x86_64-linux-gnu/SHA256SUMS.part\nf16fcea32656f5e6d383a5f1e3bc7a5f3424c0cc1d0c9adfbabd823480712f31  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu-debug.tar.gz\nc52e8a514d85d33fcf696554bc9361452c3e632495540e0e0a3e4549d25a0e1b  guix-build-d2570d3c553a/output/x86_64-linux-gnu/bitcoin-d2570d3c553a-x86_64-linux-gnu.tar.gz\n75bbc4c1227a482c4acf0437c8cf66e5aca42d782d9ed52171b543650eadbdb2  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/SHA256SUMS.part\nef84c73a7d2105a443a992131722320150be6a222d19e17c74fe3aacaad0ec58  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-codesigning.tar.gz\n71cabab7612d19b6afa0b738ef050c602ce57d4729bee7af60b6269e9a4c695b  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-debug.zip\nb744c83ea25199a06a219b29ac6a6d486feb977cd7373caf09796f1263c6d719  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-setup-unsigned.exe\n9df580fa2d7687bf855e9a6c253f02b30f8465c2b8933e972417ddd913860cc0  guix-build-d2570d3c553a/output/x86_64-w64-mingw32/bitcoin-d2570d3c553a-win64-unsigned.zip\n```"
  },
  {
   "t": "2026-09-16T16:25:24Z",
   "kind": "force_push",
   "who": "hebasto",
   "commit": "f01ae8a975be4f2489ebf8297a5b9451b8c8574a"
  },
  {
   "t": "2026-09-16T16:29:06Z",
   "kind": "comment",
   "who": "hebasto",
   "assoc": "MEMBER",
   "text": "I've pushed my current best approach.\n\nMy native RISC-V Guix build is currently on `/gnu/store/8lcvxwd25pm5amm5zfjr1wy2bpwnnvz1-rust-1.71.1.drv`. It'll be a while..."
  },
  {
   "t": "2026-09-16T16:36:31Z",
   "kind": "force_push",
   "who": "hebasto",
   "commit": "d2202a0acbb2f0821da12e928846a11030adda70"
  },
  {
   "t": "2026-09-16T20:10:48Z",
   "kind": "comment",
   "who": "fanquake",
   "assoc": "MEMBER",
   "text": "Guix Build:\n```bash\nx86_64\nc7192ae6a62ec932ba0d47fa79b2683d283f30744e6696a2b46d3760a3853a32  guix-build-d2202a0acbb2/output/aarch64-linux-gnu/SHA256SUMS.part\na63070f053e9e2083aaba2335e1d59ad4b66c9902486ba973b0bc4f1160ebbce  guix-build-d2202a0acbb2/output/aarch64-linux-gnu/bitcoin-d2202a0acbb2-aarch64-linux-gnu-debug.tar.gz\n06d5d82c7608c5fa8dd3e13b56784ea5e965861a7094bf88a4457234650ce6fd  guix-build-d2202a0acbb2/output/aarch64-linux-gnu/bitcoin-d2202a0acbb2-aarch64-linux-gnu.tar.gz\n44ede5734e96b0f05a8e6cbbdf9379f52c430db7b9fec5b8de856966350a8fe2  guix-build-d2202a0acbb2/output/arm-linux-gnueabihf/SHA256SUMS.part\n3d14ae34ad22759533570c03f09f056e6a8137316900fc7891893151227b0c36  guix-build-d2202a0acbb2/output/arm-linux-gnueabihf/bitcoin-d2202a0acbb2-arm-linux-gnueabihf-debug.tar.gz\n599941b6624829914274302ac6456af798a6d87fc7d430d350e5175529aa82d6  guix-build-d2202a0acbb2/output/arm-linux-gnueabihf/bitcoin-d2202a0acbb2-arm-linux-gnueabihf.tar.gz\nc7f11ca27425458b8ae93447177ee02860cdab56bf7bfc74beaf6f4e2654f56d  guix-build-d2202a0acbb2/output/arm64-apple-darwin/SHA256SUMS.part\n5d0f9c2527165a0241d626be65f2569fc20933c78ed6ee6b568bd22dfdcd8ea4  guix-build-d2202a0acbb2/output/arm64-apple-darwin/bitcoin-d2202a0acbb2-arm64-apple-darwin-codesigning.tar.gz\nac1113ac12bad4336de32de60258a5270cebb23ea9f65104303f4a965bc3660d  guix-build-d2202a0acbb2/output/arm64-apple-darwin/bitcoin-d2202a0acbb2-arm64-apple-darwin-unsigned.tar.gz\na23b8569639604020f915613c7104ca760910370cc3a762c2b251df4598a236b  guix-build-d2202a0acbb2/output/arm64-apple-darwin/bitcoin-d2202a0acbb2-arm64-apple-darwin-unsigned.zip\nd456a309c34e32997f1cce23dfeb4b0b6d111da4d74970e70dd4d010c43427c0  guix-build-d2202a0acbb2/output/dist-archive/bitcoin-d2202a0acbb2.tar.gz\n0318621d3aacacd2f992d5492eb2d5148165249119faa2293b7db6eb444cef41  guix-build-d2202a0acbb2/output/powerpc64-linux-gnu/SHA256SUMS.part\n26bcb4c214be7b9ea1c75f0228bb345b31cfa2927ba7f115ba2df25817b16e25  guix-build-d2202a0acbb2/output/powerpc64-linux-gnu/bitcoin-d2202a0acbb2-powerpc64-linux-gnu-debug.tar.gz\nb7656f04a3aabe64739279d297ef6a62bad8699798b14c57fc6d88ff61cf8108  guix-build-d2202a0acbb2/output/powerpc64-linux-gnu/bitcoin-d2202a0acbb2-powerpc64-linux-gnu.tar.gz\na67c2dca93ce2ea96342680fb72d9e6dd51bc3a556a5b85d258efa9bd4f57f8e  guix-build-d2202a0acbb2/output/riscv64-linux-gnu/SHA256SUMS.part\n8e9346ddd97fae8c9458fda7093ee432f30935d20ef1e3978e7b78d5b771dbb9  guix-build-d2202a0acbb2/output/riscv64-linux-gnu/bitcoin-d2202a0acbb2-riscv64-linux-gnu-debug.tar.gz\n24712e5863dc0e83c79b2f42dbf1f5373fcd90e8e51ac3b65120a49fc8148bae  guix-build-d2202a0acbb2/output/riscv64-linux-gnu/bitcoin-d2202a0acbb2-riscv64-linux-gnu.tar.gz\nef09eba75d37fd2a24a3de128e226e7e4ce6877efc43f8ae429280e8a031f097  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/SHA256SUMS.part\n1dc42a45fb7ad90a7f47cdb53397a15b8121fe117cae34e45a9461069e671e0f  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/bitcoin-d2202a0acbb2-x86_64-apple-darwin-codesigning.tar.gz\n10bd1f2930b5c2cf2f1db70a1af43bb58a81b88806f6b13d98ea40ecd349ae27  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/bitcoin-d2202a0acbb2-x86_64-apple-darwin-unsigned.tar.gz\n588738d3d3a40f8d9eb80331c7a9e9348514a5f22ec84cc9915f608960bc62ca  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/bitcoin-d2202a0acbb2-x86_64-apple-darwin-unsigned.zip\ndb67e52d0af5c5e8dff79f0bb95e56354e210f5b4ab877b77343fff088189746  guix-build-d2202a0acbb2/output/x86_64-linux-gnu/SHA256SUMS.part\nc0dadad398fbed25151d84df567fc44c2e7cc586a45ae0ad5b9a3d518aaaa635  guix-build-d2202a0acbb2/output/x86_64-linux-gnu/bitcoin-d2202a0acbb2-x86_64-linux-gnu-debug.tar.gz\nb94d4417100483d71b1771b6398fc0c3c68bb3f59af1d8fdb6ecb2eb79a5a50b  guix-build-d2202a0acbb2/output/x86_64-linux-gnu/bitcoin-d2202a0acbb2-x86_64-linux-gnu.tar.gz\n73a8ec2b668dd9aa6f8c8ce3dc4e59678a2f5abca866fba740534d0f6971d29d  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/SHA256SUMS.part\n62885653fa172683a5ae9f4e1337a63f05087379c5f9df63f3b81f103dfc2c13  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-codesigning.tar.gz\n79cb86885e117c41fc84fb50beece1dfa671a99d2b0bf0d17c6ea8bbbc4ebcc4  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-debug.zip\nd00ef1b3a7a5a509affe0ba9b8c34b33f923c72c13491420c5de75eaa080a7ba  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-setup-unsigned.exe\nc6b7fa29aa688629c2fae4e87af753386d45e830bc0619845014ae4404259da8  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-unsigned.zip\n```"
  },
  {
   "t": "2026-09-17T07:17:46Z",
   "kind": "comment",
   "who": "maflcko",
   "assoc": "MEMBER",
   "text": "review ACK d2202a0acbb2f0821da12e928846a11030adda70 \ud83c\udf72\n\nShow signature\n\nSignature:\n\n```\nuntrusted comment: signature from minisign secret key on empty file; verify via: minisign -Vm \"${path_to_any_empty_file}\" -P RWTRmVTMeKV5noAMqVlsMugDDCyyTSbA3Re5AkUrhvLVln0tSaFWglOw -x \"${path_to_this_whole_four_line_signature_blob}\"\nRUTRmVTMeKV5npGrKx1nqXCw5zeVHdtdYURB/KlyA/LMFgpNCs+SkW9a8N95d+U4AP1RJMi+krxU1A3Yux4bpwZNLvVBKy0wLgM=\ntrusted comment: review ACK d2202a0acbb2f0821da12e928846a11030adda70 \ud83c\udf72\nP6ur6CTcyijxKH0dsb4WEG2GMwJtVeDIrXCbh85F5+yxw7GIE+L2l43j4eCqJKoGe7sfSk8uQKz/LoguEPsLDg==\n```"
  },
  {
   "t": "2026-09-17T11:38:56Z",
   "kind": "comment",
   "who": "hebasto",
   "assoc": "MEMBER",
   "text": "My Guix build:\n```\n$ uname -m && find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum\naarch64\nc7192ae6a62ec932ba0d47fa79b2683d283f30744e6696a2b46d3760a3853a32  guix-build-d2202a0acbb2/output/aarch64-linux-gnu/SHA256SUMS.part\na63070f053e9e2083aaba2335e1d59ad4b66c9902486ba973b0bc4f1160ebbce  guix-build-d2202a0acbb2/output/aarch64-linux-gnu/bitcoin-d2202a0acbb2-aarch64-linux-gnu-debug.tar.gz\n06d5d82c7608c5fa8dd3e13b56784ea5e965861a7094bf88a4457234650ce6fd  guix-build-d2202a0acbb2/output/aarch64-linux-gnu/bitcoin-d2202a0acbb2-aarch64-linux-gnu.tar.gz\n44ede5734e96b0f05a8e6cbbdf9379f52c430db7b9fec5b8de856966350a8fe2  guix-build-d2202a0acbb2/output/arm-linux-gnueabihf/SHA256SUMS.part\n3d14ae34ad22759533570c03f09f056e6a8137316900fc7891893151227b0c36  guix-build-d2202a0acbb2/output/arm-linux-gnueabihf/bitcoin-d2202a0acbb2-arm-linux-gnueabihf-debug.tar.gz\n599941b6624829914274302ac6456af798a6d87fc7d430d350e5175529aa82d6  guix-build-d2202a0acbb2/output/arm-linux-gnueabihf/bitcoin-d2202a0acbb2-arm-linux-gnueabihf.tar.gz\nc7f11ca27425458b8ae93447177ee02860cdab56bf7bfc74beaf6f4e2654f56d  guix-build-d2202a0acbb2/output/arm64-apple-darwin/SHA256SUMS.part\n5d0f9c2527165a0241d626be65f2569fc20933c78ed6ee6b568bd22dfdcd8ea4  guix-build-d2202a0acbb2/output/arm64-apple-darwin/bitcoin-d2202a0acbb2-arm64-apple-darwin-codesigning.tar.gz\nac1113ac12bad4336de32de60258a5270cebb23ea9f65104303f4a965bc3660d  guix-build-d2202a0acbb2/output/arm64-apple-darwin/bitcoin-d2202a0acbb2-arm64-apple-darwin-unsigned.tar.gz\na23b8569639604020f915613c7104ca760910370cc3a762c2b251df4598a236b  guix-build-d2202a0acbb2/output/arm64-apple-darwin/bitcoin-d2202a0acbb2-arm64-apple-darwin-unsigned.zip\nd456a309c34e32997f1cce23dfeb4b0b6d111da4d74970e70dd4d010c43427c0  guix-build-d2202a0acbb2/output/dist-archive/bitcoin-d2202a0acbb2.tar.gz\n0318621d3aacacd2f992d5492eb2d5148165249119faa2293b7db6eb444cef41  guix-build-d2202a0acbb2/output/powerpc64-linux-gnu/SHA256SUMS.part\n26bcb4c214be7b9ea1c75f0228bb345b31cfa2927ba7f115ba2df25817b16e25  guix-build-d2202a0acbb2/output/powerpc64-linux-gnu/bitcoin-d2202a0acbb2-powerpc64-linux-gnu-debug.tar.gz\nb7656f04a3aabe64739279d297ef6a62bad8699798b14c57fc6d88ff61cf8108  guix-build-d2202a0acbb2/output/powerpc64-linux-gnu/bitcoin-d2202a0acbb2-powerpc64-linux-gnu.tar.gz\na67c2dca93ce2ea96342680fb72d9e6dd51bc3a556a5b85d258efa9bd4f57f8e  guix-build-d2202a0acbb2/output/riscv64-linux-gnu/SHA256SUMS.part\n8e9346ddd97fae8c9458fda7093ee432f30935d20ef1e3978e7b78d5b771dbb9  guix-build-d2202a0acbb2/output/riscv64-linux-gnu/bitcoin-d2202a0acbb2-riscv64-linux-gnu-debug.tar.gz\n24712e5863dc0e83c79b2f42dbf1f5373fcd90e8e51ac3b65120a49fc8148bae  guix-build-d2202a0acbb2/output/riscv64-linux-gnu/bitcoin-d2202a0acbb2-riscv64-linux-gnu.tar.gz\nef09eba75d37fd2a24a3de128e226e7e4ce6877efc43f8ae429280e8a031f097  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/SHA256SUMS.part\n1dc42a45fb7ad90a7f47cdb53397a15b8121fe117cae34e45a9461069e671e0f  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/bitcoin-d2202a0acbb2-x86_64-apple-darwin-codesigning.tar.gz\n10bd1f2930b5c2cf2f1db70a1af43bb58a81b88806f6b13d98ea40ecd349ae27  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/bitcoin-d2202a0acbb2-x86_64-apple-darwin-unsigned.tar.gz\n588738d3d3a40f8d9eb80331c7a9e9348514a5f22ec84cc9915f608960bc62ca  guix-build-d2202a0acbb2/output/x86_64-apple-darwin/bitcoin-d2202a0acbb2-x86_64-apple-darwin-unsigned.zip\ndb67e52d0af5c5e8dff79f0bb95e56354e210f5b4ab877b77343fff088189746  guix-build-d2202a0acbb2/output/x86_64-linux-gnu/SHA256SUMS.part\nc0dadad398fbed25151d84df567fc44c2e7cc586a45ae0ad5b9a3d518aaaa635  guix-build-d2202a0acbb2/output/x86_64-linux-gnu/bitcoin-d2202a0acbb2-x86_64-linux-gnu-debug.tar.gz\nb94d4417100483d71b1771b6398fc0c3c68bb3f59af1d8fdb6ecb2eb79a5a50b  guix-build-d2202a0acbb2/output/x86_64-linux-gnu/bitcoin-d2202a0acbb2-x86_64-linux-gnu.tar.gz\n73a8ec2b668dd9aa6f8c8ce3dc4e59678a2f5abca866fba740534d0f6971d29d  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/SHA256SUMS.part\n62885653fa172683a5ae9f4e1337a63f05087379c5f9df63f3b81f103dfc2c13  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-codesigning.tar.gz\n79cb86885e117c41fc84fb50beece1dfa671a99d2b0bf0d17c6ea8bbbc4ebcc4  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-debug.zip\nd00ef1b3a7a5a509affe0ba9b8c34b33f923c72c13491420c5de75eaa080a7ba  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-setup-unsigned.exe\nc6b7fa29aa688629c2fae4e87af753386d45e830bc0619845014ae4404259da8  guix-build-d2202a0acbb2/output/x86_64-w64-mingw32/bitcoin-d2202a0acbb2-win64-unsigned.zip\n```\n\nMy VisionFive 2 RISC-V SBC is still busy:\n```\nbuilding /gnu/store/k7icgvggmygasa8s6c7cb7chwnzy7xf0-rust-1.76.0.drv...\n```"
  }
 ],
 "labels_log": [
  {
   "t": "2026-09-12T17:50:53Z",
   "action": "labeled",
   "label": "Build system",
   "who": "hebasto"
  },
  {
   "t": "2026-09-12T18:24:31Z",
   "action": "labeled",
   "label": "CI failed",
   "who": "DrahtBot"
  },
  {
   "t": "2026-09-12T19:26:50Z",
   "action": "unlabeled",
   "label": "CI failed",
   "who": "DrahtBot"
  },
  {
   "t": "2026-09-14T23:09:01Z",
   "action": "labeled",
   "label": "CI failed",
   "who": "DrahtBot"
  },
  {
   "t": "2026-09-15T10:01:47Z",
   "action": "unlabeled",
   "label": "CI failed",
   "who": "DrahtBot"
  },
  {
   "t": "2026-09-16T07:21:17Z",
   "action": "labeled",
   "label": "DrahtBot Guix build requested",
   "who": "maflcko"
  },
  {
   "t": "2026-09-16T16:37:40Z",
   "action": "labeled",
   "label": "CI failed",
   "who": "DrahtBot"
  },
  {
   "t": "2026-09-16T17:41:04Z",
   "action": "unlabeled",
   "label": "CI failed",
   "who": "DrahtBot"
  }
 ],
 "state_log": [
  {
   "t": "2026-09-12T17:51:16Z",
   "kind": "renamed",
   "who": "hebasto",
   "from": "guix: Update time-machine to b35905695afd2e24c56e6950433dd4f571581873",
   "to": "guix: Update time-machine to `b35905695afd2e24c56e6950433dd4f571581873`"
  },
  {
   "t": "2026-09-14T14:45:41Z",
   "kind": "renamed",
   "who": "hebasto",
   "from": "guix: Update time-machine to `b35905695afd2e24c56e6950433dd4f571581873`",
   "to": "guix: Update time-machine to `7c6b3305a872266b9d49e30cbc9df48f0b5fb374`"
  },
  {
   "t": "2026-09-14T22:08:40Z",
   "kind": "renamed",
   "who": "hebasto",
   "from": "guix: Update time-machine to `7c6b3305a872266b9d49e30cbc9df48f0b5fb374`",
   "to": "guix: Update time-machine to `60f6956aeffa7f30285745bd0ea615e9acfc74f8`"
  },
  {
   "t": "2026-09-15T08:03:56Z",
   "kind": "ready_for_review",
   "who": "hebasto"
  },
  {
   "t": "2026-09-15T10:00:44Z",
   "kind": "convert_to_draft",
   "who": "hebasto"
  },
  {
   "t": "2026-09-15T17:50:50Z",
   "kind": "ready_for_review",
   "who": "hebasto"
  },
  {
   "t": "2026-09-15T21:27:53Z",
   "kind": "convert_to_draft",
   "who": "hebasto"
  }
 ],
 "text_chars": 39380,
 "text_tokens_estimate": 9845,
 "changed_paths": [
  "ci/lint/requirements.txt",
  "contrib/guix/libexec/prelude.bash",
  "contrib/guix/manifest_gui.scm"
 ],
 "files": [
  {
   "path": "ci/lint/requirements.txt",
   "add": 1,
   "del": 1
  },
  {
   "path": "contrib/guix/libexec/prelude.bash",
   "add": 1,
   "del": 1
  },
  {
   "path": "contrib/guix/manifest_gui.scm",
   "add": 25,
   "del": 3
  }
 ],
 "test_lines": 32,
 "git": {
  "head": "d2202a0acbb2f0821da12e928846a11030adda70",
  "head_matches_backup": true,
  "base": "7dedc4545a495ab6725a2a36cec2b6a1a9bf8dbf",
  "commits": [
   {
    "sha": "49fec20fa7",
    "subject": "guix: Skip some packages' tests in `python-lief` build",
    "files": 1,
    "add": 24,
    "del": 2
   },
   {
    "sha": "d2202a0acb",
    "subject": "guix: Update time-machine to `60f6956aeffa7f30285745bd0ea615e9acfc74f8`",
    "files": 3,
    "add": 4,
    "del": 4
   }
  ],
  "patch_truncated": false
 },
 "input_hash": "00d9580de98402e0",
 "extracted_at": "2026-09-17T16:15:31+00:00"
}