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": "bf0494a215c9609df1992e63877a8d02326ee0a8",
  "after": "512c0b5c3d2bffd8b2748176dfa95468491f201f",
  "branch": "main",
  "commits": [
    "512c0b5c3d2bffd8b2748176dfa95468491f201f"
  ]
}

.radicle/native.yaml

shell: |
  echo hello >> /tmp/itworked
  true

Run: git clone /home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src

Command arguments:

In directory: /home/mog/code

Exit code: 0

Output (stdout and stderr):

Cloning into '/mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src'...
done.

Run: git config advice.detachedHead false

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src

Exit code: 0

Run: git checkout 512c0b5c3d2bffd8b2748176dfa95468491f201f

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src

Exit code: 0

Output (stdout and stderr):

HEAD is now at 512c0b5 fix script3

Run: git show 512c0b5c3d2bffd8b2748176dfa95468491f201f

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src

Exit code: 0

Output (stdout and stderr):

commit 512c0b5c3d2bffd8b2748176dfa95468491f201f
Author: Matthew O'Gorman <mog@rldn.net>
Date:   Mon Nov 18 03:49:01 2024 -0500

    fix script3

diff --git a/readme.md b/readme.md
index 0d678ac..58516bb 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
 hello world!!
 its not running
 
-stop it
+stop it3

Run: timeout 3600 bash -c set -xeuo pipefail echo hello >> /tmp/itworked true

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src

Exit code: 0

Output (stdout and stderr):

+ echo hello
+ true