CI: FAILURE heartwood

Table of Contents

Run log

Raw log messages for Ambient troubleshooting

Raw log messages

These raw log messages are meant to help Ambient developers figure out problems. You can ignore them.

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "patch",
      "repository": {
        "id": "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5",
        "name": "heartwood",
        "description": "Radicle Heartwood Protocol & Stack",
        "private": false,
        "default_branch": "master",
        "delegates": [
          "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT",
          "did:key:z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW",
          "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
        ]
      },
      "action": "Created",
      "patch": {
        "id": "d032d53ac7778dd7ab1310d995a316f7b12dd61d",
        "author": {
          "id": "did:key:z6MkoohHDTytouhpvgK2E17gMfo8pcAPHtL5WLgrRDN6AjJf",
          "alias": "matthiasbeyer"
        },
        "title": "Try to make sure that issue text is not lost on creation failure",
        "state": {
          "status": "open",
          "conflicts": []
        },
        "before": "9ff67562cbbc8abba3fc3b97831c575db289b8e7",
        "after": "3a6e5fbe273caf57289c047aca9bdebf4938753f",
        "commits": [
          "3a6e5fbe273caf57289c047aca9bdebf4938753f"
        ],
        "target": "9ff67562cbbc8abba3fc3b97831c575db289b8e7",
        "labels": [],
        "assignees": [],
        "revisions": [
          {
            "id": "d032d53ac7778dd7ab1310d995a316f7b12dd61d",
            "author": {
              "id": "did:key:z6MkoohHDTytouhpvgK2E17gMfo8pcAPHtL5WLgrRDN6AjJf",
              "alias": "matthiasbeyer"
            },
            "description": "This patch solves\n\n    2f43c1e2d1616b07e13e3f8f0b0dcb397aa8fb7c\n\nby trying to rescue the issue title and description.\nIf the issue creation fails, it tries to open a named tempfile and print\ntitle and description to that file (plus flushing it).\nIf any of these steps fail, it prints the issue to the terminal.\nIf it succeeds, it prints the path of the tempfile. Then, normal error\npropagation continues.\n\n---\n\nThis is mostly a proposal. I am sure this code could be made nicer in some way,\nbut I tried to make it as KISS as possible.",
            "base": "9ff67562cbbc8abba3fc3b97831c575db289b8e7",
            "oid": "3a6e5fbe273caf57289c047aca9bdebf4938753f",
            "timestamp": 1772816989
          }
        ]
      }
    }

    Ambient stdout

    deprecated: the `cpus` field is replaced by `qemu.cpus`
    deprecated: the `memory` field is replaced by `qemu.memory`
    ERROR: old path /workspace used, use /ci instead
    

    Ambient stderr

    <empty log>