Log from Radicle native CI

Table of contents

Request message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z2ixRGetGtwFtRyXjRgu5fH573wyy",
    "name": "rad_test",
    "description": "hello world",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkfWmqiRRFTTo4PHqwQHjdmukFuxRPMbh2VespxWpSUvNm"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkfWmqiRRFTTo4PHqwQHjdmukFuxRPMbh2VespxWpSUvNm",
    "alias": "mog"
  },
  "before": "eff8cdfb6af8be3502bb0aa11a0d18cc7acc39a0",
  "after": "dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d",
  "branch": "main",
  "commits": [
    "dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d"
  ]
}

.radicle/native.yaml

shell: |
  echo hello >> /tmp/itworked
  date
  echo "<a href=\"https://rldn.net\">rldn.net</a>"

Run: git clone /home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src

Command arguments:

In directory: /home/mog/code

Exit code: 0

Output (stdout and stderr):

Cloning into '/mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src'...
done.

Run: git config advice.detachedHead false

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src

Exit code: 0

Run: git checkout dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src

Exit code: 0

Output (stdout and stderr):

HEAD is now at dd2ebc8 trying some stuff

Run: git show dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src

Exit code: 0

Output (stdout and stderr):

commit dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d
Author: Matthew O'Gorman <mog@rldn.net>
Date:   Mon Nov 18 04:02:10 2024 -0500

    trying some stuff

diff --git a/.radicle/native.yaml b/.radicle/native.yaml
index 4a316c7..35e4ff2 100644
--- a/.radicle/native.yaml
+++ b/.radicle/native.yaml
@@ -1,3 +1,4 @@
 shell: |
   echo hello >> /tmp/itworked
-  true
+  date
+  echo "<a href=\"https://rldn.net\">rldn.net</a>"

Run: timeout 3600 bash -c set -xeuo pipefail echo hello >> /tmp/itworked date echo "<a href=\"https://rldn.net\">rldn.net</a>"

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src

Exit code: 0

Output (stdout and stderr):

+ echo hello
+ date
Mon Nov 18 04:02:15 AM EST 2024
+ echo '<a href="https://rldn.net">rldn.net</a>'
<a href="https://rldn.net">rldn.net</a>