CI run log: rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

Radicle info

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "53957662b52f745edb92cf8f3929352d2ef81e2a",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": null
    },
    "title": "treewide: Update gix-packetline to 0.21.5",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "c14346d93a6a6cca7097695ad11d996fc689075c",
    "after": "8677fd9ef0b0e308df6eaffa67da29e1d010140d",
    "commits": [
      "8677fd9ef0b0e308df6eaffa67da29e1d010140d"
    ],
    "target": "7f5de25223c43ee90365fbbca85fc1bdfb41797f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "53957662b52f745edb92cf8f3929352d2ef81e2a",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": null
        },
        "description": "[Advisory Report].\n\n[Advisory Report]: https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-2vh6-hw4j-32ww",
        "base": "c14346d93a6a6cca7097695ad11d996fc689075c",
        "oid": "8677fd9ef0b0e308df6eaffa67da29e1d010140d",
        "timestamp": 1788333839
      }
    ]
  }
}
Ambient stdout
Project {
    source: TildePathBuf {
        path: "src",
    },
    expanded_source: "/home/ci/tmp/.tmpvuPB7d/src",
    image: TildePathBuf {
        path: "/home/ci/ambient.qcow2",
    },
    expanded_image: "/home/ci/ambient.qcow2",
    pre_plan: Some(
        [
            CargoFetch,
            Rustup {
                channel: Some(
                    "1.98.0",
                ),
                target: None,
                components: None,
                profile: None,
            },
        ],
    ),
    plan: Some(
        [
            Shell {
                shell: "sed -i /components/d rust-toolchain.toml\n\n# Commit this to git so that the Debian package building doesn't\n# see changes outside the debian directory.\ngit config set user.name \"Ambient CI\"\ngit config set user.email \"ambient@example.com\"\ngit commit -m \"remove components from toolchain file\" rust-toolchain.toml\n",
            },
            CargoFmt,
            CargoClippy,
            CargoBuild,
            CargoTest,
            Shell {
                shell: "# Because of a (temporary) limitation in Ambient, we need to set\n# these variables manually. Once Ambient manages environment\n# variables better, these can be deleted.\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport RUSTDOCFLAGS='-D warnings'\n\ncargo doc --workspace --no-deps --all-features\n",
            },
        ],
    ),
    post_plan: Some(
        [],
    ),
    artifact_max_size: None,
    cache_max_size: None,
    dependencies_max_size: None,
}
run CI for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
ERROR: CI run failed inside QEMU
Ambient stderr
<empty log>

Pre-plan VM

Structured log: all OK
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.18.0@5360d3f
  2. 8 ms: Runnable plan
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/secrets
    - action: mkdir
      pathname: /ci/deps
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    - action: shell
      shell: ln -sf /ci /workspace
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    - action: wait_online
    - action: network_diagnostics
    - action: cargo_fetch
    - action: rustup
      channel: 1.98.0
      target: null
      components: null
      profile: null
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    secrets_drive: null
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    secrets_dir: null
    envs: {}
    
  3. 61 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  4. 61 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  5. 61 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  6. 62 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  7. 62 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  8. 62 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  9. 327 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  10. 335 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  11. 24289 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  12. 24298 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  13. 24306 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  14. 24326 ms: Program succeeded: bash
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  15. 24330 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  16. 24337 ms: Action succeeded: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  17. 24396 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
    • Stderr
  18. 24421 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd-wait-online.service - Wait for Network to be Configured
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)
           Active: active (exited) since Wed 2026-09-02 07:25:12 UTC; 25ms ago
       Invocation: 7cc4727d9c4b49f2bb9e9d4b28802d00
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 434 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 434 (code=exited, status=0/SUCCESS)
         Mem peak: 1.8M
              CPU: 12ms
      
      Sep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  19. 24457 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd.service - Network Configuration
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)
           Active: active (running) since Wed 2026-09-02 07:24:48 UTC; 24s ago
       Invocation: 2277e7712cce4d568384874a37c3d1b0
      TriggeredBy: ● systemd-networkd.socket
             Docs: man:systemd-networkd.service(8)
                   man:org.freedesktop.network1(5)
         Main PID: 343 (systemd-network)
           Status: "Processing requests..."
            Tasks: 1 (limit: 13288)
         FD Store: 0 (limit: 512)
           Memory: 3.8M (peak: 13.4M)
              CPU: 86ms
           CGroup: /system.slice/systemd-networkd.service
                   └─343 /usr/lib/systemd/systemd-networkd
      
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Link UP
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Gained carrier
      Sep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL
      
    • Stderr
  20. 24500 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd-wait-online.service - Wait for Network to be Configured
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)
           Active: active (exited) since Wed 2026-09-02 07:25:12 UTC; 105ms ago
       Invocation: 7cc4727d9c4b49f2bb9e9d4b28802d00
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 434 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 434 (code=exited, status=0/SUCCESS)
         Mem peak: 1.8M
              CPU: 12ms
      
      Sep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  21. 24531 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      Type=oneshot
      ExitType=main
      Restart=no
      RestartMode=normal
      NotifyAccess=none
      RestartUSec=100ms
      RestartSteps=0
      RestartMaxDelayUSec=infinity
      RestartUSecNext=100ms
      TimeoutStartUSec=infinity
      TimeoutStopUSec=1min 30s
      TimeoutAbortUSec=1min 30s
      TimeoutStartFailureMode=terminate
      TimeoutStopFailureMode=terminate
      RuntimeMaxUSec=infinity
      RuntimeRandomizedExtraUSec=0
      WatchdogUSec=0
      WatchdogTimestampMonotonic=0
      RootDirectoryStartOnly=no
      RemainAfterExit=yes
      GuessMainPID=yes
      MainPID=0
      ControlPID=0
      FileDescriptorStoreMax=0
      NFileDescriptorStore=0
      FileDescriptorStorePreserve=restart
      StatusErrno=0
      Result=success
      ReloadResult=success
      CleanResult=success
      LiveMountResult=success
      UID=[not set]
      GID=[not set]
      NRestarts=0
      OOMPolicy=stop
      ReloadSignal=1
      ExecMainStartTimestamp=Wed 2026-09-02 07:25:12 UTC
      ExecMainStartTimestampMonotonic=32567202
      ExecMainExitTimestamp=Wed 2026-09-02 07:25:12 UTC
      ExecMainExitTimestampMonotonic=32595061
      ExecMainHandoffTimestamp=Wed 2026-09-02 07:25:12 UTC
      ExecMainHandoffTimestampMonotonic=32588576
      ExecMainPID=434
      ExecMainCode=1
      ExecMainStatus=0
      ExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }
      ExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }
      Slice=system.slice
      ControlGroupId=2153
      MemoryCurrent=[not set]
      MemoryPeak=1933312
      MemorySwapCurrent=[not set]
      MemorySwapPeak=0
      MemoryZSwapCurrent=[not set]
      MemoryAvailable=10640396288
      EffectiveMemoryMax=11670540288
      EffectiveMemoryHigh=11670540288
      CPUUsageNSec=12691000
      TasksCurrent=[not set]
      EffectiveTasksMax=13288
      IPIngressBytes=[no data]
      IPIngressPackets=[no data]
      IPEgressBytes=[no data]
      IPEgressPackets=[no data]
      IOReadBytes=[not set]
      IOReadOperations=[not set]
      IOWriteBytes=[not set]
      IOWriteOperations=[not set]
      Delegate=no
      CPUAccounting=yes
      CPUWeight=[not set]
      StartupCPUWeight=[not set]
      CPUShares=[not set]
      StartupCPUShares=[not set]
      CPUQuotaPerSecUSec=infinity
      CPUQuotaPeriodUSec=infinity
      IOAccounting=no
      IOWeight=[not set]
      StartupIOWeight=[not set]
      BlockIOAccounting=no
      BlockIOWeight=[not set]
      StartupBlockIOWeight=[not set]
      MemoryAccounting=yes
      DefaultMemoryLow=0
      DefaultStartupMemoryLow=0
      DefaultMemoryMin=0
      MemoryMin=0
      MemoryLow=0
      StartupMemoryLow=0
      MemoryHigh=infinity
      StartupMemoryHigh=infinity
      MemoryMax=infinity
      StartupMemoryMax=infinity
      MemorySwapMax=infinity
      StartupMemorySwapMax=infinity
      MemoryZSwapMax=infinity
      StartupMemoryZSwapMax=infinity
      MemoryZSwapWriteback=yes
      MemoryLimit=infinity
      DevicePolicy=auto
      TasksAccounting=yes
      TasksMax=13288
      IPAccounting=no
      ManagedOOMSwap=auto
      ManagedOOMMemoryPressure=auto
      ManagedOOMMemoryPressureLimit=0
      ManagedOOMMemoryPressureDurationUSec=[not set]
      ManagedOOMPreference=none
      MemoryPressureWatch=auto
      MemoryPressureThresholdUSec=200ms
      CoredumpReceive=no
      UMask=0022
      LimitCPU=infinity
      LimitCPUSoft=infinity
      LimitFSIZE=infinity
      LimitFSIZESoft=infinity
      LimitDATA=infinity
      LimitDATASoft=infinity
      LimitSTACK=infinity
      LimitSTACKSoft=8388608
      LimitCORE=infinity
      LimitCORESoft=0
      LimitRSS=infinity
      LimitRSSSoft=infinity
      LimitNOFILE=524288
      LimitNOFILESoft=1024
      LimitAS=infinity
      LimitASSoft=infinity
      LimitNPROC=44294
      LimitNPROCSoft=44294
      LimitMEMLOCK=8388608
      LimitMEMLOCKSoft=8388608
      LimitLOCKS=infinity
      LimitLOCKSSoft=infinity
      LimitSIGPENDING=44294
      LimitSIGPENDINGSoft=44294
      LimitMSGQUEUE=819200
      LimitMSGQUEUESoft=819200
      LimitNICE=0
      LimitNICESoft=0
      LimitRTPRIO=0
      LimitRTPRIOSoft=0
      LimitRTTIME=infinity
      LimitRTTIMESoft=infinity
      RootEphemeral=no
      OOMScoreAdjust=0
      CoredumpFilter=0x33
      Nice=0
      IOSchedulingClass=2
      IOSchedulingPriority=4
      CPUSchedulingPolicy=0
      CPUSchedulingPriority=0
      CPUAffinityFromNUMA=no
      NUMAPolicy=n/a
      TimerSlackNSec=50000
      CPUSchedulingResetOnFork=no
      NonBlocking=no
      StandardInput=null
      StandardOutput=journal
      StandardError=inherit
      TTYReset=no
      TTYVHangup=no
      TTYVTDisallocate=no
      SyslogPriority=30
      SyslogLevelPrefix=yes
      SyslogLevel=6
      SyslogFacility=3
      LogLevelMax=-1
      LogRateLimitIntervalUSec=0
      LogRateLimitBurst=0
      SecureBits=0
      CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
      DynamicUser=no
      SetLoginEnvironment=no
      RemoveIPC=no
      PrivateTmp=no
      PrivateTmpEx=no
      PrivateDevices=no
      ProtectClock=no
      ProtectKernelTunables=no
      ProtectKernelModules=no
      ProtectKernelLogs=no
      ProtectControlGroups=no
      ProtectControlGroupsEx=no
      PrivateNetwork=no
      PrivateUsers=no
      PrivateUsersEx=no
      PrivateMounts=no
      PrivateIPC=no
      PrivatePIDs=no
      ProtectHome=no
      ProtectSystem=no
      SameProcessGroup=no
      UtmpMode=init
      IgnoreSIGPIPE=yes
      NoNewPrivileges=no
      SystemCallErrorNumber=2147483646
      LockPersonality=no
      RuntimeDirectoryPreserve=no
      RuntimeDirectoryMode=0755
      StateDirectoryMode=0755
      CacheDirectoryMode=0755
      LogsDirectoryMode=0755
      ConfigurationDirectoryMode=0755
      TimeoutCleanUSec=infinity
      MemoryDenyWriteExecute=no
      RestrictRealtime=no
      RestrictSUIDSGID=no
      RestrictNamespaces=no
      MountAPIVFS=no
      BindLogSockets=no
      KeyringMode=private
      ProtectProc=default
      ProcSubset=all
      ProtectHostname=no
      MemoryKSM=no
      RootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      MountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      ExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      KillMode=control-group
      KillSignal=15
      RestartKillSignal=15
      FinalKillSignal=9
      SendSIGKILL=yes
      SendSIGHUP=no
      WatchdogSignal=6
      Id=systemd-networkd-wait-online.service
      Names=systemd-networkd-wait-online.service
      Requires=system.slice
      BindsTo=systemd-networkd.service
      WantedBy=network-online.target
      Conflicts=shutdown.target
      Before=shutdown.target network-online.target
      After=systemd-journald.socket system.slice systemd-networkd.service
      Documentation="man:systemd-networkd-wait-online.service(8)"
      Description=Wait for Network to be Configured
      LoadState=loaded
      ActiveState=active
      FreezerState=running
      SubState=exited
      FragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service
      UnitFileState=enabled
      UnitFilePreset=enabled
      StateChangeTimestamp=Wed 2026-09-02 07:25:12 UTC
      StateChangeTimestampMonotonic=32595228
      InactiveExitTimestamp=Wed 2026-09-02 07:25:12 UTC
      InactiveExitTimestampMonotonic=32568234
      ActiveEnterTimestamp=Wed 2026-09-02 07:25:12 UTC
      ActiveEnterTimestampMonotonic=32595228
      ActiveExitTimestampMonotonic=0
      InactiveEnterTimestampMonotonic=0
      CanStart=yes
      CanStop=yes
      CanReload=no
      CanIsolate=no
      CanFreeze=yes
      CanLiveMount=no
      StopWhenUnneeded=no
      RefuseManualStart=no
      RefuseManualStop=no
      AllowIsolate=no
      DefaultDependencies=no
      SurviveFinalKillSignal=no
      OnSuccessJobMode=fail
      OnFailureJobMode=replace
      IgnoreOnIsolate=no
      NeedDaemonReload=no
      JobTimeoutUSec=infinity
      JobRunningTimeoutUSec=infinity
      JobTimeoutAction=none
      ConditionResult=yes
      AssertResult=yes
      ConditionTimestamp=Wed 2026-09-02 07:25:12 UTC
      ConditionTimestampMonotonic=32566435
      AssertTimestamp=Wed 2026-09-02 07:25:12 UTC
      AssertTimestampMonotonic=32566551
      Transient=no
      Perpetual=no
      StartLimitIntervalUSec=10s
      StartLimitBurst=5
      StartLimitAction=none
      FailureAction=none
      SuccessAction=none
      InvocationID=7cc4727d9c4b49f2bb9e9d4b28802d00
      CollectMode=inactive
      DebugInvocation=no
      
    • Stderr
  22. 24640 ms: Program succeeded: ip
    • Exit code: 0
    • Stdout
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host noprefixroute 
             valid_lft forever preferred_lft forever
      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
          link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
          altname enp0s1
          altname enx525400123456
          inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0
             valid_lft 86376sec preferred_lft 86376sec
          inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute 
             valid_lft 86379sec preferred_lft 14379sec
          inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll 
             valid_lft forever preferred_lft forever
      
    • Stderr
  23. 24645 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      IDX LINK TYPE     OPERATIONAL SETUP
        1 lo   loopback carrier     unmanaged
        2 eth0 ether    routable    configured
      
      2 links listed.
      
    • Stderr
  24. 24705 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      ● Interfaces: 1, 2
             State: routable
      Online state: online
           Address: 10.0.2.15 on eth0
                    fec0::5054:ff:fe12:3456 on eth0
                    fe80::5054:ff:fe12:3456 on eth0
           Gateway: 10.0.2.2 on eth0
                    fe80::2 on eth0
               DNS: 10.0.2.3
                    fec0::3
      
      Sep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL
      Sep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  25. 24742 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
      64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.14 ms
      
      --- 8.8.8.8 ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.142/1.142/1.142/0.000 ms
      
    • Stderr
  26. 24800 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING www.google.com (142.251.156.119) 56(84) bytes of data.
      64 bytes from 142.251.156.119: icmp_seq=1 ttl=255 time=1.07 ms
      
      --- www.google.com ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.067/1.067/1.067/0.000 ms
      
    • Stderr
  27. 24801 ms: Action succeeded: wait_online
    - action: wait_online
    
  28. 24832 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd.service - Network Configuration
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)
           Active: active (running) since Wed 2026-09-02 07:24:48 UTC; 24s ago
       Invocation: 2277e7712cce4d568384874a37c3d1b0
      TriggeredBy: ● systemd-networkd.socket
             Docs: man:systemd-networkd.service(8)
                   man:org.freedesktop.network1(5)
         Main PID: 343 (systemd-network)
           Status: "Processing requests..."
            Tasks: 1 (limit: 13288)
         FD Store: 0 (limit: 512)
           Memory: 3.8M (peak: 13.4M)
              CPU: 86ms
           CGroup: /system.slice/systemd-networkd.service
                   └─343 /usr/lib/systemd/systemd-networkd
      
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Link UP
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Gained carrier
      Sep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL
      
    • Stderr
  29. 24879 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd-wait-online.service - Wait for Network to be Configured
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)
           Active: active (exited) since Wed 2026-09-02 07:25:12 UTC; 483ms ago
       Invocation: 7cc4727d9c4b49f2bb9e9d4b28802d00
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 434 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 434 (code=exited, status=0/SUCCESS)
         Mem peak: 1.8M
              CPU: 12ms
      
      Sep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  30. 24910 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      Type=oneshot
      ExitType=main
      Restart=no
      RestartMode=normal
      NotifyAccess=none
      RestartUSec=100ms
      RestartSteps=0
      RestartMaxDelayUSec=infinity
      RestartUSecNext=100ms
      TimeoutStartUSec=infinity
      TimeoutStopUSec=1min 30s
      TimeoutAbortUSec=1min 30s
      TimeoutStartFailureMode=terminate
      TimeoutStopFailureMode=terminate
      RuntimeMaxUSec=infinity
      RuntimeRandomizedExtraUSec=0
      WatchdogUSec=0
      WatchdogTimestampMonotonic=0
      RootDirectoryStartOnly=no
      RemainAfterExit=yes
      GuessMainPID=yes
      MainPID=0
      ControlPID=0
      FileDescriptorStoreMax=0
      NFileDescriptorStore=0
      FileDescriptorStorePreserve=restart
      StatusErrno=0
      Result=success
      ReloadResult=success
      CleanResult=success
      LiveMountResult=success
      UID=[not set]
      GID=[not set]
      NRestarts=0
      OOMPolicy=stop
      ReloadSignal=1
      ExecMainStartTimestamp=Wed 2026-09-02 07:25:12 UTC
      ExecMainStartTimestampMonotonic=32567202
      ExecMainExitTimestamp=Wed 2026-09-02 07:25:12 UTC
      ExecMainExitTimestampMonotonic=32595061
      ExecMainHandoffTimestamp=Wed 2026-09-02 07:25:12 UTC
      ExecMainHandoffTimestampMonotonic=32588576
      ExecMainPID=434
      ExecMainCode=1
      ExecMainStatus=0
      ExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }
      ExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }
      Slice=system.slice
      ControlGroupId=2153
      MemoryCurrent=[not set]
      MemoryPeak=1933312
      MemorySwapCurrent=[not set]
      MemorySwapPeak=0
      MemoryZSwapCurrent=[not set]
      MemoryAvailable=10650386432
      EffectiveMemoryMax=11670540288
      EffectiveMemoryHigh=11670540288
      CPUUsageNSec=12691000
      TasksCurrent=[not set]
      EffectiveTasksMax=13288
      IPIngressBytes=[no data]
      IPIngressPackets=[no data]
      IPEgressBytes=[no data]
      IPEgressPackets=[no data]
      IOReadBytes=[not set]
      IOReadOperations=[not set]
      IOWriteBytes=[not set]
      IOWriteOperations=[not set]
      Delegate=no
      CPUAccounting=yes
      CPUWeight=[not set]
      StartupCPUWeight=[not set]
      CPUShares=[not set]
      StartupCPUShares=[not set]
      CPUQuotaPerSecUSec=infinity
      CPUQuotaPeriodUSec=infinity
      IOAccounting=no
      IOWeight=[not set]
      StartupIOWeight=[not set]
      BlockIOAccounting=no
      BlockIOWeight=[not set]
      StartupBlockIOWeight=[not set]
      MemoryAccounting=yes
      DefaultMemoryLow=0
      DefaultStartupMemoryLow=0
      DefaultMemoryMin=0
      MemoryMin=0
      MemoryLow=0
      StartupMemoryLow=0
      MemoryHigh=infinity
      StartupMemoryHigh=infinity
      MemoryMax=infinity
      StartupMemoryMax=infinity
      MemorySwapMax=infinity
      StartupMemorySwapMax=infinity
      MemoryZSwapMax=infinity
      StartupMemoryZSwapMax=infinity
      MemoryZSwapWriteback=yes
      MemoryLimit=infinity
      DevicePolicy=auto
      TasksAccounting=yes
      TasksMax=13288
      IPAccounting=no
      ManagedOOMSwap=auto
      ManagedOOMMemoryPressure=auto
      ManagedOOMMemoryPressureLimit=0
      ManagedOOMMemoryPressureDurationUSec=[not set]
      ManagedOOMPreference=none
      MemoryPressureWatch=auto
      MemoryPressureThresholdUSec=200ms
      CoredumpReceive=no
      UMask=0022
      LimitCPU=infinity
      LimitCPUSoft=infinity
      LimitFSIZE=infinity
      LimitFSIZESoft=infinity
      LimitDATA=infinity
      LimitDATASoft=infinity
      LimitSTACK=infinity
      LimitSTACKSoft=8388608
      LimitCORE=infinity
      LimitCORESoft=0
      LimitRSS=infinity
      LimitRSSSoft=infinity
      LimitNOFILE=524288
      LimitNOFILESoft=1024
      LimitAS=infinity
      LimitASSoft=infinity
      LimitNPROC=44294
      LimitNPROCSoft=44294
      LimitMEMLOCK=8388608
      LimitMEMLOCKSoft=8388608
      LimitLOCKS=infinity
      LimitLOCKSSoft=infinity
      LimitSIGPENDING=44294
      LimitSIGPENDINGSoft=44294
      LimitMSGQUEUE=819200
      LimitMSGQUEUESoft=819200
      LimitNICE=0
      LimitNICESoft=0
      LimitRTPRIO=0
      LimitRTPRIOSoft=0
      LimitRTTIME=infinity
      LimitRTTIMESoft=infinity
      RootEphemeral=no
      OOMScoreAdjust=0
      CoredumpFilter=0x33
      Nice=0
      IOSchedulingClass=2
      IOSchedulingPriority=4
      CPUSchedulingPolicy=0
      CPUSchedulingPriority=0
      CPUAffinityFromNUMA=no
      NUMAPolicy=n/a
      TimerSlackNSec=50000
      CPUSchedulingResetOnFork=no
      NonBlocking=no
      StandardInput=null
      StandardOutput=journal
      StandardError=inherit
      TTYReset=no
      TTYVHangup=no
      TTYVTDisallocate=no
      SyslogPriority=30
      SyslogLevelPrefix=yes
      SyslogLevel=6
      SyslogFacility=3
      LogLevelMax=-1
      LogRateLimitIntervalUSec=0
      LogRateLimitBurst=0
      SecureBits=0
      CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
      DynamicUser=no
      SetLoginEnvironment=no
      RemoveIPC=no
      PrivateTmp=no
      PrivateTmpEx=no
      PrivateDevices=no
      ProtectClock=no
      ProtectKernelTunables=no
      ProtectKernelModules=no
      ProtectKernelLogs=no
      ProtectControlGroups=no
      ProtectControlGroupsEx=no
      PrivateNetwork=no
      PrivateUsers=no
      PrivateUsersEx=no
      PrivateMounts=no
      PrivateIPC=no
      PrivatePIDs=no
      ProtectHome=no
      ProtectSystem=no
      SameProcessGroup=no
      UtmpMode=init
      IgnoreSIGPIPE=yes
      NoNewPrivileges=no
      SystemCallErrorNumber=2147483646
      LockPersonality=no
      RuntimeDirectoryPreserve=no
      RuntimeDirectoryMode=0755
      StateDirectoryMode=0755
      CacheDirectoryMode=0755
      LogsDirectoryMode=0755
      ConfigurationDirectoryMode=0755
      TimeoutCleanUSec=infinity
      MemoryDenyWriteExecute=no
      RestrictRealtime=no
      RestrictSUIDSGID=no
      RestrictNamespaces=no
      MountAPIVFS=no
      BindLogSockets=no
      KeyringMode=private
      ProtectProc=default
      ProcSubset=all
      ProtectHostname=no
      MemoryKSM=no
      RootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      MountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      ExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      KillMode=control-group
      KillSignal=15
      RestartKillSignal=15
      FinalKillSignal=9
      SendSIGKILL=yes
      SendSIGHUP=no
      WatchdogSignal=6
      Id=systemd-networkd-wait-online.service
      Names=systemd-networkd-wait-online.service
      Requires=system.slice
      BindsTo=systemd-networkd.service
      WantedBy=network-online.target
      Conflicts=shutdown.target
      Before=shutdown.target network-online.target
      After=systemd-journald.socket system.slice systemd-networkd.service
      Documentation="man:systemd-networkd-wait-online.service(8)"
      Description=Wait for Network to be Configured
      LoadState=loaded
      ActiveState=active
      FreezerState=running
      SubState=exited
      FragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service
      UnitFileState=enabled
      UnitFilePreset=enabled
      StateChangeTimestamp=Wed 2026-09-02 07:25:12 UTC
      StateChangeTimestampMonotonic=32595228
      InactiveExitTimestamp=Wed 2026-09-02 07:25:12 UTC
      InactiveExitTimestampMonotonic=32568234
      ActiveEnterTimestamp=Wed 2026-09-02 07:25:12 UTC
      ActiveEnterTimestampMonotonic=32595228
      ActiveExitTimestampMonotonic=0
      InactiveEnterTimestampMonotonic=0
      CanStart=yes
      CanStop=yes
      CanReload=no
      CanIsolate=no
      CanFreeze=yes
      CanLiveMount=no
      StopWhenUnneeded=no
      RefuseManualStart=no
      RefuseManualStop=no
      AllowIsolate=no
      DefaultDependencies=no
      SurviveFinalKillSignal=no
      OnSuccessJobMode=fail
      OnFailureJobMode=replace
      IgnoreOnIsolate=no
      NeedDaemonReload=no
      JobTimeoutUSec=infinity
      JobRunningTimeoutUSec=infinity
      JobTimeoutAction=none
      ConditionResult=yes
      AssertResult=yes
      ConditionTimestamp=Wed 2026-09-02 07:25:12 UTC
      ConditionTimestampMonotonic=32566435
      AssertTimestamp=Wed 2026-09-02 07:25:12 UTC
      AssertTimestampMonotonic=32566551
      Transient=no
      Perpetual=no
      StartLimitIntervalUSec=10s
      StartLimitBurst=5
      StartLimitAction=none
      FailureAction=none
      SuccessAction=none
      InvocationID=7cc4727d9c4b49f2bb9e9d4b28802d00
      CollectMode=inactive
      DebugInvocation=no
      
    • Stderr
  31. 25049 ms: Program succeeded: ip
    • Exit code: 0
    • Stdout
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host noprefixroute 
             valid_lft forever preferred_lft forever
      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
          link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
          altname enp0s1
          altname enx525400123456
          inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0
             valid_lft 86376sec preferred_lft 86376sec
          inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute 
             valid_lft 86378sec preferred_lft 14378sec
          inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll 
             valid_lft forever preferred_lft forever
      
    • Stderr
  32. 25082 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      IDX LINK TYPE     OPERATIONAL SETUP
        1 lo   loopback carrier     unmanaged
        2 eth0 ether    routable    configured
      
      2 links listed.
      
    • Stderr
  33. 25106 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      ● Interfaces: 1, 2
             State: routable
      Online state: online
           Address: 10.0.2.15 on eth0
                    fec0::5054:ff:fe12:3456 on eth0
                    fe80::5054:ff:fe12:3456 on eth0
           Gateway: 10.0.2.2 on eth0
                    fe80::2 on eth0
               DNS: 10.0.2.3
                    fec0::3
      
      Sep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL
      Sep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  34. 25146 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
      64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.14 ms
      
      --- 8.8.8.8 ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.144/1.144/1.144/0.000 ms
      
    • Stderr
  35. 25170 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING www.google.com (142.251.155.119) 56(84) bytes of data.
      64 bytes from 142.251.155.119: icmp_seq=1 ttl=255 time=1.14 ms
      
      --- www.google.com ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.135/1.135/1.135/0.000 ms
      
    • Stderr
  36. 25170 ms: Action succeeded: network_diagnostics
    - action: network_diagnostics
    
  37. 39295 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
      info: syncing channel updates for 1.98.0-x86_64-unknown-linux-gnu
      info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
      info: downloading 7 components
      
  38. 39356 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  39. 39398 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  40. 46253 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
          Updating crates.io index
       Downloading crates ...
        Downloaded wasm-bindgen-shared v0.2.114
        Downloaded wasm-bindgen-macro v0.2.114
        Downloaded getrandom v0.3.4
        Downloaded wasm-bindgen v0.2.114
        Downloaded wasm-bindgen-macro-support v0.2.114
        Downloaded typeid v1.0.3
        Downloaded windows-numerics v0.3.1
        Downloaded windows-strings v0.5.1
        Downloaded windows-result v0.4.1
        Downloaded windows-threading v0.2.1
        Downloaded cpufeatures v0.2.17
        Downloaded gix-utils v0.3.2
        Downloaded gix-validate v0.11.1
        Downloaded faster-hex v0.10.0
        Downloaded stable_deref_trait v1.2.1
        Downloaded value-bag-sval2 v1.12.0
        Downloaded sval_json v2.17.0
        Downloaded serde_fmt v1.1.0
        Downloaded winpipe v0.1.1
        Downloaded windows-targets v0.52.6
        Downloaded rustversion v1.0.22
        Downloaded r-efi v5.3.0
        Downloaded find-msvc-tools v0.1.9
        Downloaded siphasher v1.0.2
        Downloaded serde-untagged v0.1.9
        Downloaded erased-serde v0.4.10
        Downloaded windows-core v0.62.2
        Downloaded windows-implement v0.60.2
        Downloaded windows-future v0.3.2
        Downloaded windows-collections v0.3.2
        Downloaded percent-encoding v2.3.2
        Downloaded qcheck-macros v1.0.0
        Downloaded rand_core v0.6.4
        Downloaded rand_chacha v0.3.1
        Downloaded gix-hash v0.25.0
        Downloaded sha1 v0.10.6
        Downloaded digest v0.10.7
        Downloaded subtle v2.6.1
        Downloaded crypto-common v0.1.7
        Downloaded generic-array v0.14.7
        Downloaded zeroize v1.9.0
        Downloaded version_check v0.9.5
        Downloaded block-buffer v0.10.4
        Downloaded winapi-util v0.1.11
        Downloaded same-file v1.0.6
        Downloaded redox_syscall v0.5.18
        Downloaded lock_api v0.4.14
        Downloaded scopeguard v1.2.0
        Downloaded gix-trace v0.1.21
        Downloaded hash32 v0.3.1
        Downloaded byteorder v1.5.0
        Downloaded log v0.4.29
        Downloaded sval_serde v2.17.0
        Downloaded sval_ref v2.17.0
        Downloaded sval_buffer v2.17.0
        Downloaded sval_fmt v2.17.0
        Downloaded sval_dynamic v2.17.0
        Downloaded value-bag-serde1 v1.12.0
        Downloaded rand_xorshift v0.4.0
        Downloaded uuid-simd v0.8.0
        Downloaded bumpalo v3.20.2
        Downloaded wasip2 v1.0.2+wasi-0.2.9
        Downloaded wit-bindgen v0.51.0
        Downloaded js-sys v0.3.91
        Downloaded windows-interface v0.59.3
        Downloaded qcheck v1.0.0
        Downloaded getrandom v0.2.17
        Downloaded wasi v0.11.1+wasi-snapshot-preview1
        Downloaded ppv-lite86 v0.2.21
        Downloaded zerocopy-derive v0.8.42
        Downloaded typenum v1.20.1
        Downloaded const-oid v0.9.6
        Downloaded gix-features v0.48.0
        Downloaded walkdir v2.5.0
        Downloaded prodash v31.0.0
        Downloaded parking_lot v0.12.5
        Downloaded parking_lot_core v0.9.12
        Downloaded smallvec v1.15.1
        Downloaded gix-path v0.12.0
        Downloaded crc32fast v1.5.0
        Downloaded heapless v0.8.0
        Downloaded value-bag v1.12.0
        Downloaded sval_nested v2.17.0
        Downloaded ryu v1.0.23
        Downloaded rand v0.9.2
        Downloaded yansi v1.0.1
        Downloaded diff v0.1.13
        Downloaded num-cmp v0.1.0
        Downloaded zerofrom-derive v0.1.6
        Downloaded displaydoc v0.2.5
        Downloaded icu_provider v2.1.1
        Downloaded tinystr v0.8.2
        Downloaded num v0.4.3
        Downloaded email_address v0.2.9
        Downloaded unicode-display-width v0.3.0
        Downloaded aho-corasick v1.1.4
        Downloaded rand v0.8.5
        Downloaded zlib-rs v0.6.5
        Downloaded sval v2.17.0
        Downloaded vcpkg v0.2.15
        Downloaded jsonschema v0.30.0
        Downloaded outref v0.5.2
        Downloaded borrow-or-share v0.2.4
        Downloaded utf8_iter v1.0.4
        Downloaded idna_adapter v1.2.1
        Downloaded zerofrom v0.1.6
        Downloaded yoke-derive v0.8.1
        Downloaded potential_utf v0.1.4
        Downloaded fast-glob v0.3.3
        Downloaded winsplit v0.1.0
        Downloaded signal-hook-mio v0.2.5
        Downloaded document-features v0.2.12
        Downloaded unit-prefix v0.5.2
        Downloaded iana-time-zone-haiku v0.1.2
        Downloaded tree-sitter-language v0.1.7
        Downloaded bstr v1.12.1
        Downloaded regex-syntax v0.8.10
        Downloaded syn v1.0.109
        Downloaded zerocopy v0.8.42
        Downloaded git2 v0.21.0
        Downloaded windows_x86_64_gnullvm v0.52.6
        Downloaded num-rational v0.4.2
        Downloaded phf_shared v0.11.3
        Downloaded dunce v1.0.5
        Downloaded sem_safe v0.2.1
        Downloaded crossterm_winapi v0.9.1
        Downloaded anstyle-query v1.1.5
        Downloaded android_system_properties v0.1.5
        Downloaded tree-sitter-json v0.24.8
        Downloaded rustc-demangle v0.1.27
        Downloaded addr2line v0.25.1
        Downloaded crossbeam-utils v0.8.21
        Downloaded escargot v0.5.15
        Downloaded humantime v2.3.0
        Downloaded human-panic v2.0.6
        Downloaded toml v0.9.12+spec-1.1.0
        Downloaded toml_writer v1.0.7+spec-1.1.0
        Downloaded toml_datetime v0.7.5+spec-1.1.0
        Downloaded serde_spanned v1.0.4
        Downloaded windows-numerics v0.2.0
        Downloaded windows-link v0.1.3
        Downloaded dyn-clone v1.0.20
        Downloaded windows-strings v0.1.0
        Downloaded windows-result v0.2.0
        Downloaded windows-interface v0.58.0
        Downloaded windows-implement v0.58.0
        Downloaded sync-ptr v0.1.4
        Downloaded ssh-encoding v0.2.0
        Downloaded ssh-cipher v0.2.0
        Downloaded vsimd v0.8.0
        Downloaded zerovec-derive v0.11.2
        Downloaded synstructure v0.13.2
        Downloaded yoke v0.8.1
        Downloaded writeable v0.6.2
        Downloaded litemap v0.8.1
        Downloaded bytecount v0.6.9
        Downloaded phf v0.11.3
        Downloaded signal-hook-registry v1.4.8
        Downloaded convert_case v0.10.0
        Downloaded web-time v1.1.0
        Downloaded tree-sitter-toml-ng v0.6.0
        Downloaded streaming-iterator v0.1.9
        Downloaded tree-sitter-html v0.23.2
        Downloaded tree-sitter-highlight v0.24.7
        Downloaded test-log-macros v0.2.19
        Downloaded env_filter v1.0.0
        Downloaded crossbeam-channel v0.5.15
        Downloaded regex-automata v0.4.14
        Downloaded windows-core v0.58.0
        Downloaded defer-heavy v0.1.0
        Downloaded sha2 v0.10.9
        Downloaded pem-rfc7468 v0.7.0
        Downloaded base64ct v1.8.3
        Downloaded poly1305 v0.8.0
        Downloaded universal-hash v0.5.1
        Downloaded opaque-debug v0.3.1
        Downloaded cipher v0.4.4
        Downloaded inout v0.1.4
        Downloaded block-padding v0.3.3
        Downloaded chacha20 v0.9.1
        Downloaded ghash v0.5.1
        Downloaded polyval v0.6.2
        Downloaded aead v0.5.2
        Downloaded sec1 v0.7.3
        Downloaded rand_core v0.9.5
        Downloaded referencing v0.30.0
        Downloaded num-complex v0.4.6
        Downloaded bytesize v2.3.1
        Downloaded signals_receipts v0.2.5
        Downloaded colored v2.2.0
        Downloaded matchers v0.2.0
        Downloaded anstyle v1.0.14
        Downloaded utf8parse v0.2.2
        Downloaded is_terminal_polyfill v1.70.2
        Downloaded once_cell_polyfill v1.70.2
        Downloaded itertools v0.14.0
        Downloaded sysinfo v0.37.2
        Downloaded cfg-if v1.0.4
        Downloaded fastrand v2.3.0
        Downloaded memoffset v0.9.1
        Downloaded ssh-key v0.6.7
        Downloaded ctr v0.9.2
        Downloaded cbc v0.1.2
        Downloaded signature v2.2.0
        Downloaded pkcs8 v0.10.2
        Downloaded spki v0.7.3
        Downloaded der v0.7.10
        Downloaded data-encoding-macro-internal v0.1.17
        Downloaded nonempty v0.9.0
        Downloaded fluent-uri v0.3.2
        Downloaded ahash v0.8.12
        Downloaded icu_properties v2.1.2
        Downloaded signal-hook v0.3.18
        Downloaded litrs v1.0.0
        Downloaded console v0.16.3
        Downloaded encode_unicode v1.0.0
        Downloaded iana-time-zone v0.1.65
        Downloaded core-foundation-sys v0.8.7
        Downloaded nu-ansi-term v0.50.3
        Downloaded env_logger v0.11.9
        Downloaded colorchoice v1.0.5
        Downloaded anstyle-wincon v3.0.11
        Downloaded object v0.37.3
        Downloaded gimli v0.32.3
        Downloaded windows-link v0.2.1
        Downloaded errno v0.3.14
        Downloaded autocfg v1.5.0
        Downloaded thiserror v2.0.18
        Downloaded thiserror-impl v2.0.18
        Downloaded sqlite v0.37.0
        Downloaded sqlite3-sys v0.18.0
        Downloaded sha1-checked v0.10.0
        Downloaded windows_x86_64_msvc v0.52.6
        Downloaded aes-gcm v0.10.3
        Downloaded aes v0.8.4
        Downloaded pretty_assertions v1.4.1
        Downloaded uuid v1.22.0
        Downloaded icu_locale_core v2.1.1
        Downloaded icu_normalizer v2.1.1
        Downloaded icu_normalizer_data v2.1.1
        Downloaded indicatif v0.18.4
        Downloaded thiserror v1.0.69
        Downloaded thiserror-impl v1.0.69
        Downloaded timeago v0.4.2
        Downloaded rs-release v0.1.11
        Downloaded form_urlencoded v1.2.2
        Downloaded hex-literal v1.1.0
        Downloaded simd-adler32 v0.3.8
        Downloaded test-log v0.2.19
        Downloaded tracing-log v0.2.0
        Downloaded thread_local v1.1.9
        Downloaded anstream v0.6.21
        Downloaded anstyle-parse v0.2.7
        Downloaded structured-logger v1.0.5
        Downloaded snapbox-macros v1.1.0
        Downloaded normalize-line-endings v0.3.0
        Downloaded scrypt v0.11.0
        Downloaded salsa20 v0.10.2
        Downloaded gix-sec v0.14.0
        Downloaded gix-quote v0.7.1
        Downloaded gix-command v0.9.0
        Downloaded shell-words v1.1.1
        Downloaded nonempty v0.12.0
        Downloaded bitflags v2.11.0
        Downloaded once_cell v1.21.4
        Downloaded getrandom v0.4.3
        Downloaded pkg-config v0.3.32
        Downloaded shlex v1.3.0
        Downloaded jobserver v0.1.34
        Downloaded libz-sys v1.1.25
        Downloaded windows_aarch64_gnullvm v0.52.6
        Downloaded fraction v0.15.3
        Downloaded fancy-regex v0.14.0
        Downloaded base64 v0.22.1
        Downloaded base64 v0.21.7
        Downloaded derive_more v2.1.1
        Downloaded tree-sitter-go v0.23.4
        Downloaded tree-sitter-css v0.23.2
        Downloaded url v2.5.8
        Downloaded flate2 v1.1.9
        Downloaded miniz_oxide v0.8.9
        Downloaded adler2 v2.0.1
        Downloaded tracing-core v0.1.36
        Downloaded valuable v0.1.1
        Downloaded pin-project-lite v0.2.17
        Downloaded sharded-slab v0.1.7
        Downloaded socket2 v0.5.10
        Downloaded anstream v1.0.0
        Downloaded anstyle-parse v1.0.0
        Downloaded systemd-journal-logger v2.2.2
        Downloaded gix-url v0.36.0
        Downloaded gix-error v0.2.3
        Downloaded gix-packetline v0.21.5
        Downloaded gix-shallow v0.12.0
        Downloaded gix-hashtable v0.15.0
        Downloaded jiff-tzdb-platform v0.1.3
        Downloaded tempfile v3.27.0
        Downloaded r-efi v6.0.0
        Downloaded windows_i686_gnullvm v0.52.6
        Downloaded base16ct v0.2.0
        Downloaded rsa v0.9.10
        Downloaded pkcs1 v0.7.5
        Downloaded num-traits v0.2.19
        Downloaded curve25519-dalek-derive v0.1.1
        Downloaded bcrypt-pbkdf v0.10.0
        Downloaded pbkdf2 v0.12.2
        Downloaded data-encoding v2.10.0
        Downloaded base256emoji v1.0.2
        Downloaded match-lookup v0.1.2
        Downloaded zerotrie v0.2.3
        Downloaded icu_collections v2.1.1
        Downloaded unicode-segmentation v1.12.0
        Downloaded mio v1.1.1
        Downloaded tree-sitter-c v0.23.4
        Downloaded tracing-subscriber v0.3.23
        Downloaded gix-protocol v0.61.0
        Downloaded gix-lock v23.0.0
        Downloaded gix-tempfile v23.0.0
        Downloaded gix-fs v0.21.1
        Downloaded gix-revwalk v0.31.0
        Downloaded gix-date v0.15.3
        Downloaded gix-config-value v0.18.0
        Downloaded pastey v0.2.1
        Downloaded siphasher v0.3.11
        Downloaded thousands v0.2.0
        Downloaded rustc-hash v1.1.0
        Downloaded mintex v0.1.4
        Downloaded libm v0.2.16
        Downloaded p256 v0.13.2
        Downloaded blowfish v0.9.1
        Downloaded ssh-agent-lib v0.6.0
        Downloaded secrecy v0.10.3
        Downloaded multibase v0.9.2
        Downloaded data-encoding-macro v0.1.19
        Downloaded socks5-client v0.4.3
        Downloaded keccak v0.1.6
        Downloaded cyphergraphy v0.3.1
        Downloaded num-bigint v0.4.6
        Downloaded inquire v0.9.4
        Downloaded derive_more-impl v2.1.1
        Downloaded bytes v1.11.1
        Downloaded snapbox v1.2.2
        Downloaded gix-transport v0.57.0
        Downloaded gix-object v0.60.0
        Downloaded portable-atomic-util v0.2.6
        Downloaded jiff-tzdb v0.1.6
        Downloaded gix-traverse v0.57.0
        Downloaded either v1.15.0
        Downloaded lexopt v0.3.2
        Downloaded dhat v0.3.3
        Downloaded windows-core v0.61.2
        Downloaded windows-strings v0.4.2
        Downloaded windows-result v0.3.4
        Downloaded windows-future v0.2.1
        Downloaded windows-threading v0.1.0
        Downloaded windows-collections v0.2.0
        Downloaded clap_complete v4.6.0
        Downloaded clap v4.6.0
        Downloaded clap_derive v4.6.0
        Downloaded equivalent v1.0.2
        Downloaded ref-cast v1.0.25
        Downloaded ref-cast-impl v1.0.25
        Downloaded tinyvec_macros v0.1.1
        Downloaded cc v1.2.57
        Downloaded num-integer v0.1.46
        Downloaded num-iter v0.1.45
        Downloaded lazy_static v1.5.0
        Downloaded spin v0.9.9
        Downloaded primeorder v0.13.6
        Downloaded const-str v0.4.3
        Downloaded cypheraddr v0.4.1
        Downloaded ec25519 v0.1.0
        Downloaded emojis v0.6.4
        Downloaded crossterm v0.29.0
        Downloaded tree-sitter-bash v0.23.3
        Downloaded ntapi v0.4.3
        Downloaded anyhow v1.0.102
        Downloaded itoa v1.0.17
        Downloaded schemars_derive v1.2.1
        Downloaded serde_derive_internals v0.29.1
        Downloaded windows_x86_64_gnu v0.52.6
        Downloaded windows_i686_msvc v0.52.6
        Downloaded windows_aarch64_msvc v0.52.6
        Downloaded num-bigint-dig v0.8.6
        Downloaded p521 v0.13.3
        Downloaded ed25519-dalek v2.2.0
        Downloaded amplify v4.9.0
        Downloaded ascii v1.1.0
        Downloaded amplify_num v0.5.3
        Downloaded amplify_derive v4.0.1
        Downloaded amplify_syn v2.0.1
        Downloaded base32 v0.4.0
        Downloaded noise-framework v0.4.1
        Downloaded unarray v0.1.4
        Downloaded rusty-fork v0.3.1
        Downloaded wait-timeout v0.2.1
        Downloaded quick-error v1.2.3
        Downloaded fnv v1.0.7
        Downloaded rand_chacha v0.9.0
        Downloaded bit-vec v0.8.0
        Downloaded bit-set v0.8.0
        Downloaded zerovec v0.11.5
        Downloaded tracing v0.1.44
        Downloaded similar v3.1.1
        Downloaded gix-diff v0.63.0
        Downloaded gix-odb v0.80.0
        Downloaded objc2-core-foundation v0.3.2
        Downloaded heck v0.5.0
        Downloaded uds_windows v1.2.1
        Downloaded windows_i686_gnu v0.52.6
        Downloaded chacha20poly1305 v0.10.1
        Downloaded idna v1.1.0
        Downloaded tree-sitter-python v0.23.6
        Downloaded jiff-static v0.2.23
        Downloaded objc2-io-kit v0.3.2
        Downloaded tinyvec v1.11.0
        Downloaded elliptic-curve v0.13.8
        Downloaded group v0.13.0
        Downloaded ff v0.13.1
        Downloaded crypto-bigint v0.5.5
        Downloaded ecdsa v0.16.9
        Downloaded rfc6979 v0.4.0
        Downloaded hmac v0.12.1
        Downloaded regex v1.12.3
        Downloaded icu_properties_data v2.1.2
        Downloaded arc-swap v1.9.1
        Downloaded backtrace v0.3.76
        Downloaded clap_builder v4.6.0
        Downloaded strsim v0.11.1
        Downloaded clap_lex v1.1.0
        Downloaded unicode-normalization v0.1.25
        Downloaded proptest v1.10.0
        Downloaded portable-atomic v1.13.1
        Downloaded tree-sitter v0.24.7
        Downloaded maybe-async v0.2.10
        Downloaded memchr v2.8.0
        Downloaded schemars v1.2.1
        Downloaded rustc_version v0.4.1
        Downloaded gix-pack v0.70.0
        Downloaded indexmap v2.13.0
        Downloaded ed25519 v2.2.3
        Downloaded semver v1.0.27
        Downloaded gix-chunk v0.7.1
        Downloaded gix-actor v0.41.0
        Downloaded gix-commitgraph v0.37.0
        Downloaded memmap2 v0.9.10
        Downloaded gix-refspec v0.41.0
        Downloaded gix-revision v0.45.0
        Downloaded gix-glob v0.26.0
        Downloaded gix-negotiate v0.31.0
        Downloaded gix-credentials v0.38.0
        Downloaded libgit2-sys v0.18.4+1.9.3
        Downloaded base-x v0.2.11
        Downloaded chrono v0.4.44
        Downloaded gix-ref v0.63.0
        Downloaded gix-prompt v0.15.0
        Downloaded hashbrown v0.16.1
        Downloaded p384 v0.13.1
        Downloaded curve25519-dalek v4.1.3
        Downloaded unicode-width v0.2.2
        Downloaded cyphernet v0.5.4
        Downloaded tree-sitter-md v0.3.2
        Downloaded zmij v1.0.21
        Downloaded serde_core v1.0.228
        Downloaded unicode-ident v1.0.24
        Downloaded quote v1.0.45
        Downloaded proc-macro2 v1.0.106
        Downloaded signature v1.6.4
        Downloaded serde_derive v1.0.228
        Downloaded ed25519 v1.5.3
        Downloaded serde v1.0.228
        Downloaded tree-sitter-rust v0.23.3
        Downloaded serde_json v1.0.149
        Downloaded bloomy v1.2.0
        Downloaded syn v2.0.117
        Downloaded rustix v1.1.4
        Downloaded minicbor v0.13.2
        Downloaded tree-sitter-ruby v0.23.1
        Downloaded fiat-crypto v0.2.9
        Downloaded libc v0.2.183
        Downloaded jiff v0.2.23
        Downloaded tree-sitter-typescript v0.23.2
        Downloaded tokio v1.50.0
        Downloaded sha3 v0.10.8
        Downloaded windows-sys v0.61.2
        Downloaded windows-sys v0.52.0
        Downloaded winapi v0.3.9
        Downloaded windows-sys v0.59.0
        Downloaded sqlite3-src v0.7.0
        Downloaded winapi-i686-pc-windows-gnu v0.4.0
        Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
        Downloaded linux-raw-sys v0.12.1
        Downloaded windows v0.62.2
        Downloaded windows v0.58.0
        Downloaded windows v0.61.3
      
  41. 46484 ms: Action succeeded: cargo_fetch
    - action: cargo_fetch
    
  42. 46489 ms: Debug
    rustup Rustup { channel: "1.98.0", target: None, components: None, profile: None }
  43. 60119 ms: Program succeeded: env
    • Exit code: 0
    • Stdout
        1.98.0-x86_64-unknown-linux-gnu installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
      
      
    • Stderr
      info: syncing channel updates for 1.98.0-x86_64-unknown-linux-gnu
      info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
      info: downloading 6 components
      info: default toolchain set to 1.98.0-x86_64-unknown-linux-gnu
      
  44. 60126 ms: Action succeeded: rustup
    - action: rustup
      channel: 1.98.0
      target: null
      components: null
      profile: null
    
  45. 73927 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  46. 73938 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  47. 89100 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    
  48. 89104 ms: Plan succededThere was much rejoicing!
  49. 89108 ms: Executor ends successfullyPhew, nothing seems to have gone wrong.
Console log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
  Booting `Debian GNU/Linux'

Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 13 (trixie)!

[  OK  ] Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[  OK  ] Created slice user.slice - User and Session Slice.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
         Expecting device dev-ttyS0.device - /dev/ttyS0...
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target remote-fs.target - Remote File Systems.
[  OK  ] Reached target slices.target - Slice Units.
[  OK  ] Reached target swap.target - Swaps.
[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[  OK  ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald.socket - Journal Sockets.
[  OK  ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
         Mounting dev-hugepages.mount - Huge Pages File System...
         Mounting dev-mqueue.mount - POSIX Message Queue File System...
         Mounting run-lock.mount - Legacy Locks Directory /run/lock...
         Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting tmp.mount - Temporary Directory /tmp...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...
         Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting modprobe@drm.service - Load Kernel Module drm...
         Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
         Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting systemd-journald.service - Journal Service...
         Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-network-generator…k Units from Kernel Command Line...
         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
         Starting systemd-udev-load-credent…Load udev Rules from Credentials...
         Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[  OK  ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@drm.service - Load Kernel Module drm.
[  OK  ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Started systemd-journald.service - Journal Service.
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-sysusers.service - Create System Users.
         Starting systemd-resolved.service - Network Name Resolution...
         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Set up automount efi.automount - EFI System Partition Automount.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.
         Starting systemd-binfmt.service - Set Up Additional Binary Formats...
         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
         Starting ldconfig.service - Rebuild Dynamic Linker Cache...
         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[  OK  ] Started systemd-resolved.service - Network Name Resolution.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
         Starting systemd-networkd.service - Network Configuration...
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-networkd.service - Network Configuration.
[  OK  ] Reached target network.target - Network.
         Starting ssh.service - OpenBSD Secure Shell server...
         Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Started getty@tty1.service - Getty on tty1.
[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Reached target getty.target - Login Prompts.
[  OK  ] Started ssh.service - OpenBSD Secure Shell server.

Debian GNU/Linux 13 ambient-dev ttyS0

ambient-dev login: [  OK  ] Stopped ambient.service - Run build job for Ambient CI.
[  OK  ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Stopped target getty.target - Login Prompts.
[  OK  ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Stopped target timers.target - Timer Units.
[  OK  ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Stopped apt-daily.timer - Daily apt download activities.
[  OK  ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Stopped man-db.timer - Daily man-db regeneration.
[  OK  ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[topping serial-getty@ttyS0.service - Serial Getty on ttyS0...
         Stopping ssh.service - OpenBSD Secure Shell server...
         Stopping systemd-logind.service - User Login Management...
         Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
[  OK  ] Stopped systemd-networkd-wait-onli… Wait for Network to be Configured.
         Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[  OK  ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[  OK  ] Stopped dbus.service - D-Bus System Message Bus.
[  OK  ] Stopped ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Removed slice system-getty.slice - Slice /system/getty.
[  OK  ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
         Stopping systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Stopped systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Stopped target basic.target - Basic System.
[  OK  ] Stopped target network.target - Network.
[  OK  ] Stopped target paths.target - Path Units.
[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Stopped target remote-fs.target - Remote File Systems.
[  OK  ] Stopped target slices.target - Slice Units.
[  OK  ] Removed slice user.slice - User and Session Slice.
[  OK  ] Stopped target sockets.target - Socket Units.
[  OK  ] Closed dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Stopped target sysinit.target - System Initialization.
         Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
         Stopping systemd-networkd.service - Network Configuration...
         Stopping systemd-resolved.service - Network Name Resolution...
[  OK  ] Stopped systemd-update-done.service - Update is Completed.
[  OK  ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[  OK  ] Stopped target local-fs.target - Local File Systems.
[  OK  ] Unset automount efi.automount - EFI System Partition Automount.
[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[   98.454339] reboot: Power down
Raw run log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   5.2M  1 disk 
vdc    254:32   0  75.7M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0   100G  0 disk 
vdg    254:96   0    10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x ci/ci             0 2026-09-02 07:24 ./
-rw-r--r-- ci/ci          1431 2026-09-02 07:24 ./plan.yaml
-rwxr-xr-x ci/ci       5460288 2026-09-02 07:24 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Sep  2 07:24 .
       10   5336 -rwxr-xr-x   1 1000     1000      5460288 Sep  2 07:24 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1431 Sep  2 07:24 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.18.0@5360d3f","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":22567931}}
{"type":"trace","title":"Set environment variable \"HOME\"","msg":"\"HOME\"=\"/root\"","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":25240443}}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src"},{"action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true},{"action":"wait_online"},{"action":"network_diagnostics"},{"action":"cargo_fetch"},{"action":"rustup","channel":"1.98.0","target":null,"components":null,"profile":null},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":30630389}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":67728837}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":72238096}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":75090383}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":78521234}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":83164831}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":83638302}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":83861521}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84153199}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84306771}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84339461}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/debian\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84530095}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84560000}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/rsync\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84753799}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84781134}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":84977676}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":85025164}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":85263169}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":85290449}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdc\",\n        directory: \"/ci/src\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":85489092}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":350406010}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdf\",\n        directory: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":352818648}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":357880231}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788333888,"nanos_since_epoch":360427669}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":312090909}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":314802775}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":320975381}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdg\",\n        directory: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":323987867}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":329001407}}
{"type":"trace","title":"Execute action","msg":"Shell(\n    Shell {\n        shell: \"ln -sf /ci /workspace\",\n    },\n)","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":331585625}}
{"type":"trace","title":"Start program bash","msg":"Command {\n    program: \"bash\",\n    args: [\n        \"bash\",\n        \"-c\",\n        \"set -xeuo pipefail\\nln -sf /ci /workspace\\n\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":334453908}}
{"type":"program_succeeded","program_name":"bash","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":349561237}}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":352589018}}
{"type":"trace","title":"Execute action","msg":"CreateFile(\n    CreateFile {\n        filename: \"/root/.ssh/config\",\n        content: \"Host *\\nStrictHostKeyChecking accept-new\\nIdentityFile /ci/secrets/ssh_key\\n                \",\n        overwrite: true,\n    },\n)","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":354881648}}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":360512767}}
{"type":"trace","title":"Execute action","msg":"WaitOnline(\n    WaitOnline,\n)","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":365062928}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"start\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":367666252}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":418582866}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":421242967}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd-wait-online.service - Wait for Network to be Configured\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)\n     Active: active (exited) since Wed 2026-09-02 07:25:12 UTC; 25ms ago\n Invocation: 7cc4727d9c4b49f2bb9e9d4b28802d00\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 434 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 434 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.8M\n        CPU: 12ms\n\nSep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":443820889}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":457598458}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd.service - Network Configuration\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)\n     Active: active (running) since Wed 2026-09-02 07:24:48 UTC; 24s ago\n Invocation: 2277e7712cce4d568384874a37c3d1b0\nTriggeredBy: ● systemd-networkd.socket\n       Docs: man:systemd-networkd.service(8)\n             man:org.freedesktop.network1(5)\n   Main PID: 343 (systemd-network)\n     Status: \"Processing requests...\"\n      Tasks: 1 (limit: 13288)\n   FD Store: 0 (limit: 512)\n     Memory: 3.8M (peak: 13.4M)\n        CPU: 86ms\n     CGroup: /system.slice/systemd-networkd.service\n             └─343 /usr/lib/systemd/systemd-networkd\n\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Link UP\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Gained carrier\nSep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":479604823}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":480160584}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd-wait-online.service - Wait for Network to be Configured\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)\n     Active: active (exited) since Wed 2026-09-02 07:25:12 UTC; 105ms ago\n Invocation: 7cc4727d9c4b49f2bb9e9d4b28802d00\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 434 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 434 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.8M\n        CPU: 12ms\n\nSep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":523421236}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"show\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":523950105}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"Type=oneshot\nExitType=main\nRestart=no\nRestartMode=normal\nNotifyAccess=none\nRestartUSec=100ms\nRestartSteps=0\nRestartMaxDelayUSec=infinity\nRestartUSecNext=100ms\nTimeoutStartUSec=infinity\nTimeoutStopUSec=1min 30s\nTimeoutAbortUSec=1min 30s\nTimeoutStartFailureMode=terminate\nTimeoutStopFailureMode=terminate\nRuntimeMaxUSec=infinity\nRuntimeRandomizedExtraUSec=0\nWatchdogUSec=0\nWatchdogTimestampMonotonic=0\nRootDirectoryStartOnly=no\nRemainAfterExit=yes\nGuessMainPID=yes\nMainPID=0\nControlPID=0\nFileDescriptorStoreMax=0\nNFileDescriptorStore=0\nFileDescriptorStorePreserve=restart\nStatusErrno=0\nResult=success\nReloadResult=success\nCleanResult=success\nLiveMountResult=success\nUID=[not set]\nGID=[not set]\nNRestarts=0\nOOMPolicy=stop\nReloadSignal=1\nExecMainStartTimestamp=Wed 2026-09-02 07:25:12 UTC\nExecMainStartTimestampMonotonic=32567202\nExecMainExitTimestamp=Wed 2026-09-02 07:25:12 UTC\nExecMainExitTimestampMonotonic=32595061\nExecMainHandoffTimestamp=Wed 2026-09-02 07:25:12 UTC\nExecMainHandoffTimestampMonotonic=32588576\nExecMainPID=434\nExecMainCode=1\nExecMainStatus=0\nExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }\nExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }\nSlice=system.slice\nControlGroupId=2153\nMemoryCurrent=[not set]\nMemoryPeak=1933312\nMemorySwapCurrent=[not set]\nMemorySwapPeak=0\nMemoryZSwapCurrent=[not set]\nMemoryAvailable=10640396288\nEffectiveMemoryMax=11670540288\nEffectiveMemoryHigh=11670540288\nCPUUsageNSec=12691000\nTasksCurrent=[not set]\nEffectiveTasksMax=13288\nIPIngressBytes=[no data]\nIPIngressPackets=[no data]\nIPEgressBytes=[no data]\nIPEgressPackets=[no data]\nIOReadBytes=[not set]\nIOReadOperations=[not set]\nIOWriteBytes=[not set]\nIOWriteOperations=[not set]\nDelegate=no\nCPUAccounting=yes\nCPUWeight=[not set]\nStartupCPUWeight=[not set]\nCPUShares=[not set]\nStartupCPUShares=[not set]\nCPUQuotaPerSecUSec=infinity\nCPUQuotaPeriodUSec=infinity\nIOAccounting=no\nIOWeight=[not set]\nStartupIOWeight=[not set]\nBlockIOAccounting=no\nBlockIOWeight=[not set]\nStartupBlockIOWeight=[not set]\nMemoryAccounting=yes\nDefaultMemoryLow=0\nDefaultStartupMemoryLow=0\nDefaultMemoryMin=0\nMemoryMin=0\nMemoryLow=0\nStartupMemoryLow=0\nMemoryHigh=infinity\nStartupMemoryHigh=infinity\nMemoryMax=infinity\nStartupMemoryMax=infinity\nMemorySwapMax=infinity\nStartupMemorySwapMax=infinity\nMemoryZSwapMax=infinity\nStartupMemoryZSwapMax=infinity\nMemoryZSwapWriteback=yes\nMemoryLimit=infinity\nDevicePolicy=auto\nTasksAccounting=yes\nTasksMax=13288\nIPAccounting=no\nManagedOOMSwap=auto\nManagedOOMMemoryPressure=auto\nManagedOOMMemoryPressureLimit=0\nManagedOOMMemoryPressureDurationUSec=[not set]\nManagedOOMPreference=none\nMemoryPressureWatch=auto\nMemoryPressureThresholdUSec=200ms\nCoredumpReceive=no\nUMask=0022\nLimitCPU=infinity\nLimitCPUSoft=infinity\nLimitFSIZE=infinity\nLimitFSIZESoft=infinity\nLimitDATA=infinity\nLimitDATASoft=infinity\nLimitSTACK=infinity\nLimitSTACKSoft=8388608\nLimitCORE=infinity\nLimitCORESoft=0\nLimitRSS=infinity\nLimitRSSSoft=infinity\nLimitNOFILE=524288\nLimitNOFILESoft=1024\nLimitAS=infinity\nLimitASSoft=infinity\nLimitNPROC=44294\nLimitNPROCSoft=44294\nLimitMEMLOCK=8388608\nLimitMEMLOCKSoft=8388608\nLimitLOCKS=infinity\nLimitLOCKSSoft=infinity\nLimitSIGPENDING=44294\nLimitSIGPENDINGSoft=44294\nLimitMSGQUEUE=819200\nLimitMSGQUEUESoft=819200\nLimitNICE=0\nLimitNICESoft=0\nLimitRTPRIO=0\nLimitRTPRIOSoft=0\nLimitRTTIME=infinity\nLimitRTTIMESoft=infinity\nRootEphemeral=no\nOOMScoreAdjust=0\nCoredumpFilter=0x33\nNice=0\nIOSchedulingClass=2\nIOSchedulingPriority=4\nCPUSchedulingPolicy=0\nCPUSchedulingPriority=0\nCPUAffinityFromNUMA=no\nNUMAPolicy=n/a\nTimerSlackNSec=50000\nCPUSchedulingResetOnFork=no\nNonBlocking=no\nStandardInput=null\nStandardOutput=journal\nStandardError=inherit\nTTYReset=no\nTTYVHangup=no\nTTYVTDisallocate=no\nSyslogPriority=30\nSyslogLevelPrefix=yes\nSyslogLevel=6\nSyslogFacility=3\nLogLevelMax=-1\nLogRateLimitIntervalUSec=0\nLogRateLimitBurst=0\nSecureBits=0\nCapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\nDynamicUser=no\nSetLoginEnvironment=no\nRemoveIPC=no\nPrivateTmp=no\nPrivateTmpEx=no\nPrivateDevices=no\nProtectClock=no\nProtectKernelTunables=no\nProtectKernelModules=no\nProtectKernelLogs=no\nProtectControlGroups=no\nProtectControlGroupsEx=no\nPrivateNetwork=no\nPrivateUsers=no\nPrivateUsersEx=no\nPrivateMounts=no\nPrivateIPC=no\nPrivatePIDs=no\nProtectHome=no\nProtectSystem=no\nSameProcessGroup=no\nUtmpMode=init\nIgnoreSIGPIPE=yes\nNoNewPrivileges=no\nSystemCallErrorNumber=2147483646\nLockPersonality=no\nRuntimeDirectoryPreserve=no\nRuntimeDirectoryMode=0755\nStateDirectoryMode=0755\nCacheDirectoryMode=0755\nLogsDirectoryMode=0755\nConfigurationDirectoryMode=0755\nTimeoutCleanUSec=infinity\nMemoryDenyWriteExecute=no\nRestrictRealtime=no\nRestrictSUIDSGID=no\nRestrictNamespaces=no\nMountAPIVFS=no\nBindLogSockets=no\nKeyringMode=private\nProtectProc=default\nProcSubset=all\nProtectHostname=no\nMemoryKSM=no\nRootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nMountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nKillMode=control-group\nKillSignal=15\nRestartKillSignal=15\nFinalKillSignal=9\nSendSIGKILL=yes\nSendSIGHUP=no\nWatchdogSignal=6\nId=systemd-networkd-wait-online.service\nNames=systemd-networkd-wait-online.service\nRequires=system.slice\nBindsTo=systemd-networkd.service\nWantedBy=network-online.target\nConflicts=shutdown.target\nBefore=shutdown.target network-online.target\nAfter=systemd-journald.socket system.slice systemd-networkd.service\nDocumentation=\"man:systemd-networkd-wait-online.service(8)\"\nDescription=Wait for Network to be Configured\nLoadState=loaded\nActiveState=active\nFreezerState=running\nSubState=exited\nFragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service\nUnitFileState=enabled\nUnitFilePreset=enabled\nStateChangeTimestamp=Wed 2026-09-02 07:25:12 UTC\nStateChangeTimestampMonotonic=32595228\nInactiveExitTimestamp=Wed 2026-09-02 07:25:12 UTC\nInactiveExitTimestampMonotonic=32568234\nActiveEnterTimestamp=Wed 2026-09-02 07:25:12 UTC\nActiveEnterTimestampMonotonic=32595228\nActiveExitTimestampMonotonic=0\nInactiveEnterTimestampMonotonic=0\nCanStart=yes\nCanStop=yes\nCanReload=no\nCanIsolate=no\nCanFreeze=yes\nCanLiveMount=no\nStopWhenUnneeded=no\nRefuseManualStart=no\nRefuseManualStop=no\nAllowIsolate=no\nDefaultDependencies=no\nSurviveFinalKillSignal=no\nOnSuccessJobMode=fail\nOnFailureJobMode=replace\nIgnoreOnIsolate=no\nNeedDaemonReload=no\nJobTimeoutUSec=infinity\nJobRunningTimeoutUSec=infinity\nJobTimeoutAction=none\nConditionResult=yes\nAssertResult=yes\nConditionTimestamp=Wed 2026-09-02 07:25:12 UTC\nConditionTimestampMonotonic=32566435\nAssertTimestamp=Wed 2026-09-02 07:25:12 UTC\nAssertTimestampMonotonic=32566551\nTransient=no\nPerpetual=no\nStartLimitIntervalUSec=10s\nStartLimitBurst=5\nStartLimitAction=none\nFailureAction=none\nSuccessAction=none\nInvocationID=7cc4727d9c4b49f2bb9e9d4b28802d00\nCollectMode=inactive\nDebugInvocation=no\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":554016334}}
{"type":"trace","title":"Start program ip","msg":"Command {\n    program: \"ip\",\n    args: [\n        \"ip\",\n        \"address\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":660289833}}
{"type":"program_succeeded","program_name":"ip","exit_code":0,"stdout":"1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000\n    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n    inet 127.0.0.1/8 scope host lo\n       valid_lft forever preferred_lft forever\n    inet6 ::1/128 scope host noprefixroute \n       valid_lft forever preferred_lft forever\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000\n    link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff\n    altname enp0s1\n    altname enx525400123456\n    inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0\n       valid_lft 86376sec preferred_lft 86376sec\n    inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute \n       valid_lft 86379sec preferred_lft 14379sec\n    inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll \n       valid_lft forever preferred_lft forever\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":663477863}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"list\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":663728355}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"IDX LINK TYPE     OPERATIONAL SETUP\n  1 lo   loopback carrier     unmanaged\n  2 eth0 ether    routable    configured\n\n2 links listed.\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":668313481}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"status\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":668504753}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"● Interfaces: 1, 2\n       State: routable\nOnline state: online\n     Address: 10.0.2.15 on eth0\n              fec0::5054:ff:fe12:3456 on eth0\n              fe80::5054:ff:fe12:3456 on eth0\n     Gateway: 10.0.2.2 on eth0\n              fe80::2 on eth0\n         DNS: 10.0.2.3\n              fec0::3\n\nSep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL\nSep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":728138895}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"8.8.8.8\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":728712197}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.\n64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.14 ms\n\n--- 8.8.8.8 ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.142/1.142/1.142/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":764572015}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"www.google.com\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":765144784}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING www.google.com (142.251.156.119) 56(84) bytes of data.\n64 bytes from 142.251.156.119: icmp_seq=1 ttl=255 time=1.07 ms\n\n--- www.google.com ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.067/1.067/1.067/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":823274888}}
{"type":"action_succeeded","action":"wait_online","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":823813382}}
{"type":"trace","title":"Execute action","msg":"NetworkDiagnostics(\n    NetworkdDiagnostics,\n)","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":824045671}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":824077060}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd.service - Network Configuration\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)\n     Active: active (running) since Wed 2026-09-02 07:24:48 UTC; 24s ago\n Invocation: 2277e7712cce4d568384874a37c3d1b0\nTriggeredBy: ● systemd-networkd.socket\n       Docs: man:systemd-networkd.service(8)\n             man:org.freedesktop.network1(5)\n   Main PID: 343 (systemd-network)\n     Status: \"Processing requests...\"\n      Tasks: 1 (limit: 13288)\n   FD Store: 0 (limit: 512)\n     Memory: 3.8M (peak: 13.4M)\n        CPU: 86ms\n     CGroup: /system.slice/systemd-networkd.service\n             └─343 /usr/lib/systemd/systemd-networkd\n\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Link UP\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: lo: Gained carrier\nSep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":854768060}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":855412521}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd-wait-online.service - Wait for Network to be Configured\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)\n     Active: active (exited) since Wed 2026-09-02 07:25:12 UTC; 483ms ago\n Invocation: 7cc4727d9c4b49f2bb9e9d4b28802d00\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 434 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 434 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.8M\n        CPU: 12ms\n\nSep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":901719457}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"show\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":902352047}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"Type=oneshot\nExitType=main\nRestart=no\nRestartMode=normal\nNotifyAccess=none\nRestartUSec=100ms\nRestartSteps=0\nRestartMaxDelayUSec=infinity\nRestartUSecNext=100ms\nTimeoutStartUSec=infinity\nTimeoutStopUSec=1min 30s\nTimeoutAbortUSec=1min 30s\nTimeoutStartFailureMode=terminate\nTimeoutStopFailureMode=terminate\nRuntimeMaxUSec=infinity\nRuntimeRandomizedExtraUSec=0\nWatchdogUSec=0\nWatchdogTimestampMonotonic=0\nRootDirectoryStartOnly=no\nRemainAfterExit=yes\nGuessMainPID=yes\nMainPID=0\nControlPID=0\nFileDescriptorStoreMax=0\nNFileDescriptorStore=0\nFileDescriptorStorePreserve=restart\nStatusErrno=0\nResult=success\nReloadResult=success\nCleanResult=success\nLiveMountResult=success\nUID=[not set]\nGID=[not set]\nNRestarts=0\nOOMPolicy=stop\nReloadSignal=1\nExecMainStartTimestamp=Wed 2026-09-02 07:25:12 UTC\nExecMainStartTimestampMonotonic=32567202\nExecMainExitTimestamp=Wed 2026-09-02 07:25:12 UTC\nExecMainExitTimestampMonotonic=32595061\nExecMainHandoffTimestamp=Wed 2026-09-02 07:25:12 UTC\nExecMainHandoffTimestampMonotonic=32588576\nExecMainPID=434\nExecMainCode=1\nExecMainStatus=0\nExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }\nExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Wed 2026-09-02 07:25:12 UTC] ; stop_time=[Wed 2026-09-02 07:25:12 UTC] ; pid=434 ; code=exited ; status=0 }\nSlice=system.slice\nControlGroupId=2153\nMemoryCurrent=[not set]\nMemoryPeak=1933312\nMemorySwapCurrent=[not set]\nMemorySwapPeak=0\nMemoryZSwapCurrent=[not set]\nMemoryAvailable=10650386432\nEffectiveMemoryMax=11670540288\nEffectiveMemoryHigh=11670540288\nCPUUsageNSec=12691000\nTasksCurrent=[not set]\nEffectiveTasksMax=13288\nIPIngressBytes=[no data]\nIPIngressPackets=[no data]\nIPEgressBytes=[no data]\nIPEgressPackets=[no data]\nIOReadBytes=[not set]\nIOReadOperations=[not set]\nIOWriteBytes=[not set]\nIOWriteOperations=[not set]\nDelegate=no\nCPUAccounting=yes\nCPUWeight=[not set]\nStartupCPUWeight=[not set]\nCPUShares=[not set]\nStartupCPUShares=[not set]\nCPUQuotaPerSecUSec=infinity\nCPUQuotaPeriodUSec=infinity\nIOAccounting=no\nIOWeight=[not set]\nStartupIOWeight=[not set]\nBlockIOAccounting=no\nBlockIOWeight=[not set]\nStartupBlockIOWeight=[not set]\nMemoryAccounting=yes\nDefaultMemoryLow=0\nDefaultStartupMemoryLow=0\nDefaultMemoryMin=0\nMemoryMin=0\nMemoryLow=0\nStartupMemoryLow=0\nMemoryHigh=infinity\nStartupMemoryHigh=infinity\nMemoryMax=infinity\nStartupMemoryMax=infinity\nMemorySwapMax=infinity\nStartupMemorySwapMax=infinity\nMemoryZSwapMax=infinity\nStartupMemoryZSwapMax=infinity\nMemoryZSwapWriteback=yes\nMemoryLimit=infinity\nDevicePolicy=auto\nTasksAccounting=yes\nTasksMax=13288\nIPAccounting=no\nManagedOOMSwap=auto\nManagedOOMMemoryPressure=auto\nManagedOOMMemoryPressureLimit=0\nManagedOOMMemoryPressureDurationUSec=[not set]\nManagedOOMPreference=none\nMemoryPressureWatch=auto\nMemoryPressureThresholdUSec=200ms\nCoredumpReceive=no\nUMask=0022\nLimitCPU=infinity\nLimitCPUSoft=infinity\nLimitFSIZE=infinity\nLimitFSIZESoft=infinity\nLimitDATA=infinity\nLimitDATASoft=infinity\nLimitSTACK=infinity\nLimitSTACKSoft=8388608\nLimitCORE=infinity\nLimitCORESoft=0\nLimitRSS=infinity\nLimitRSSSoft=infinity\nLimitNOFILE=524288\nLimitNOFILESoft=1024\nLimitAS=infinity\nLimitASSoft=infinity\nLimitNPROC=44294\nLimitNPROCSoft=44294\nLimitMEMLOCK=8388608\nLimitMEMLOCKSoft=8388608\nLimitLOCKS=infinity\nLimitLOCKSSoft=infinity\nLimitSIGPENDING=44294\nLimitSIGPENDINGSoft=44294\nLimitMSGQUEUE=819200\nLimitMSGQUEUESoft=819200\nLimitNICE=0\nLimitNICESoft=0\nLimitRTPRIO=0\nLimitRTPRIOSoft=0\nLimitRTTIME=infinity\nLimitRTTIMESoft=infinity\nRootEphemeral=no\nOOMScoreAdjust=0\nCoredumpFilter=0x33\nNice=0\nIOSchedulingClass=2\nIOSchedulingPriority=4\nCPUSchedulingPolicy=0\nCPUSchedulingPriority=0\nCPUAffinityFromNUMA=no\nNUMAPolicy=n/a\nTimerSlackNSec=50000\nCPUSchedulingResetOnFork=no\nNonBlocking=no\nStandardInput=null\nStandardOutput=journal\nStandardError=inherit\nTTYReset=no\nTTYVHangup=no\nTTYVTDisallocate=no\nSyslogPriority=30\nSyslogLevelPrefix=yes\nSyslogLevel=6\nSyslogFacility=3\nLogLevelMax=-1\nLogRateLimitIntervalUSec=0\nLogRateLimitBurst=0\nSecureBits=0\nCapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\nDynamicUser=no\nSetLoginEnvironment=no\nRemoveIPC=no\nPrivateTmp=no\nPrivateTmpEx=no\nPrivateDevices=no\nProtectClock=no\nProtectKernelTunables=no\nProtectKernelModules=no\nProtectKernelLogs=no\nProtectControlGroups=no\nProtectControlGroupsEx=no\nPrivateNetwork=no\nPrivateUsers=no\nPrivateUsersEx=no\nPrivateMounts=no\nPrivateIPC=no\nPrivatePIDs=no\nProtectHome=no\nProtectSystem=no\nSameProcessGroup=no\nUtmpMode=init\nIgnoreSIGPIPE=yes\nNoNewPrivileges=no\nSystemCallErrorNumber=2147483646\nLockPersonality=no\nRuntimeDirectoryPreserve=no\nRuntimeDirectoryMode=0755\nStateDirectoryMode=0755\nCacheDirectoryMode=0755\nLogsDirectoryMode=0755\nConfigurationDirectoryMode=0755\nTimeoutCleanUSec=infinity\nMemoryDenyWriteExecute=no\nRestrictRealtime=no\nRestrictSUIDSGID=no\nRestrictNamespaces=no\nMountAPIVFS=no\nBindLogSockets=no\nKeyringMode=private\nProtectProc=default\nProcSubset=all\nProtectHostname=no\nMemoryKSM=no\nRootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nMountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nKillMode=control-group\nKillSignal=15\nRestartKillSignal=15\nFinalKillSignal=9\nSendSIGKILL=yes\nSendSIGHUP=no\nWatchdogSignal=6\nId=systemd-networkd-wait-online.service\nNames=systemd-networkd-wait-online.service\nRequires=system.slice\nBindsTo=systemd-networkd.service\nWantedBy=network-online.target\nConflicts=shutdown.target\nBefore=shutdown.target network-online.target\nAfter=systemd-journald.socket system.slice systemd-networkd.service\nDocumentation=\"man:systemd-networkd-wait-online.service(8)\"\nDescription=Wait for Network to be Configured\nLoadState=loaded\nActiveState=active\nFreezerState=running\nSubState=exited\nFragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service\nUnitFileState=enabled\nUnitFilePreset=enabled\nStateChangeTimestamp=Wed 2026-09-02 07:25:12 UTC\nStateChangeTimestampMonotonic=32595228\nInactiveExitTimestamp=Wed 2026-09-02 07:25:12 UTC\nInactiveExitTimestampMonotonic=32568234\nActiveEnterTimestamp=Wed 2026-09-02 07:25:12 UTC\nActiveEnterTimestampMonotonic=32595228\nActiveExitTimestampMonotonic=0\nInactiveEnterTimestampMonotonic=0\nCanStart=yes\nCanStop=yes\nCanReload=no\nCanIsolate=no\nCanFreeze=yes\nCanLiveMount=no\nStopWhenUnneeded=no\nRefuseManualStart=no\nRefuseManualStop=no\nAllowIsolate=no\nDefaultDependencies=no\nSurviveFinalKillSignal=no\nOnSuccessJobMode=fail\nOnFailureJobMode=replace\nIgnoreOnIsolate=no\nNeedDaemonReload=no\nJobTimeoutUSec=infinity\nJobRunningTimeoutUSec=infinity\nJobTimeoutAction=none\nConditionResult=yes\nAssertResult=yes\nConditionTimestamp=Wed 2026-09-02 07:25:12 UTC\nConditionTimestampMonotonic=32566435\nAssertTimestamp=Wed 2026-09-02 07:25:12 UTC\nAssertTimestampMonotonic=32566551\nTransient=no\nPerpetual=no\nStartLimitIntervalUSec=10s\nStartLimitBurst=5\nStartLimitAction=none\nFailureAction=none\nSuccessAction=none\nInvocationID=7cc4727d9c4b49f2bb9e9d4b28802d00\nCollectMode=inactive\nDebugInvocation=no\n","stderr":"","timestamp":{"secs_since_epoch":1788333912,"nanos_since_epoch":932943372}}
{"type":"trace","title":"Start program ip","msg":"Command {\n    program: \"ip\",\n    args: [\n        \"ip\",\n        \"address\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":58308558}}
{"type":"program_succeeded","program_name":"ip","exit_code":0,"stdout":"1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000\n    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n    inet 127.0.0.1/8 scope host lo\n       valid_lft forever preferred_lft forever\n    inet6 ::1/128 scope host noprefixroute \n       valid_lft forever preferred_lft forever\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000\n    link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff\n    altname enp0s1\n    altname enx525400123456\n    inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0\n       valid_lft 86376sec preferred_lft 86376sec\n    inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute \n       valid_lft 86378sec preferred_lft 14378sec\n    inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll \n       valid_lft forever preferred_lft forever\n","stderr":"","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":71716925}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"list\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":88130076}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"IDX LINK TYPE     OPERATIONAL SETUP\n  1 lo   loopback carrier     unmanaged\n  2 eth0 ether    routable    configured\n\n2 links listed.\n","stderr":"","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":105146847}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"status\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":110038204}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"● Interfaces: 1, 2\n       State: routable\nOnline state: online\n     Address: 10.0.2.15 on eth0\n              fec0::5054:ff:fe12:3456 on eth0\n              fe80::5054:ff:fe12:3456 on eth0\n     Gateway: 10.0.2.2 on eth0\n              fe80::2 on eth0\n         DNS: 10.0.2.3\n              fec0::3\n\nSep 02 07:24:48 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Link UP\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Gained carrier\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 02 07:24:48 ambient-dev systemd-networkd[343]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 02 07:24:49 ambient-dev systemd-networkd[343]: eth0: Gained IPv6LL\nSep 02 07:25:12 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 02 07:25:12 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":128878097}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"8.8.8.8\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":153768947}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.\n64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.14 ms\n\n--- 8.8.8.8 ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.144/1.144/1.144/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":169202515}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"www.google.com\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":175679457}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING www.google.com (142.251.155.119) 56(84) bytes of data.\n64 bytes from 142.251.155.119: icmp_seq=1 ttl=255 time=1.14 ms\n\n--- www.google.com ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.135/1.135/1.135/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":192962025}}
{"type":"action_succeeded","action":"network_diagnostics","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":193521012}}
{"type":"trace","title":"Execute action","msg":"CargoFetch(\n    CargoFetch,\n)","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":193753558}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333913,"nanos_since_epoch":193782408}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"info: syncing channel updates for 1.98.0-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)\ninfo: downloading 7 components\n","timestamp":{"secs_since_epoch":1788333927,"nanos_since_epoch":317878968}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333927,"nanos_since_epoch":318364579}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788333927,"nanos_since_epoch":378725817}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333927,"nanos_since_epoch":379272589}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788333927,"nanos_since_epoch":421014263}}
{"type":"trace","title":"copy cargo files to temporary place to run cargo securely","msg":"copying relevant files to /tmp/.tmplVnoc2","timestamp":{"secs_since_epoch":1788333927,"nanos_since_epoch":421544737}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"fetch\",\n        \"--locked\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/tmp/.tmplVnoc2\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333927,"nanos_since_epoch":484703516}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"    Updating crates.io index\n Downloading crates ...\n  Downloaded wasm-bindgen-shared v0.2.114\n  Downloaded wasm-bindgen-macro v0.2.114\n  Downloaded getrandom v0.3.4\n  Downloaded wasm-bindgen v0.2.114\n  Downloaded wasm-bindgen-macro-support v0.2.114\n  Downloaded typeid v1.0.3\n  Downloaded windows-numerics v0.3.1\n  Downloaded windows-strings v0.5.1\n  Downloaded windows-result v0.4.1\n  Downloaded windows-threading v0.2.1\n  Downloaded cpufeatures v0.2.17\n  Downloaded gix-utils v0.3.2\n  Downloaded gix-validate v0.11.1\n  Downloaded faster-hex v0.10.0\n  Downloaded stable_deref_trait v1.2.1\n  Downloaded value-bag-sval2 v1.12.0\n  Downloaded sval_json v2.17.0\n  Downloaded serde_fmt v1.1.0\n  Downloaded winpipe v0.1.1\n  Downloaded windows-targets v0.52.6\n  Downloaded rustversion v1.0.22\n  Downloaded r-efi v5.3.0\n  Downloaded find-msvc-tools v0.1.9\n  Downloaded siphasher v1.0.2\n  Downloaded serde-untagged v0.1.9\n  Downloaded erased-serde v0.4.10\n  Downloaded windows-core v0.62.2\n  Downloaded windows-implement v0.60.2\n  Downloaded windows-future v0.3.2\n  Downloaded windows-collections v0.3.2\n  Downloaded percent-encoding v2.3.2\n  Downloaded qcheck-macros v1.0.0\n  Downloaded rand_core v0.6.4\n  Downloaded rand_chacha v0.3.1\n  Downloaded gix-hash v0.25.0\n  Downloaded sha1 v0.10.6\n  Downloaded digest v0.10.7\n  Downloaded subtle v2.6.1\n  Downloaded crypto-common v0.1.7\n  Downloaded generic-array v0.14.7\n  Downloaded zeroize v1.9.0\n  Downloaded version_check v0.9.5\n  Downloaded block-buffer v0.10.4\n  Downloaded winapi-util v0.1.11\n  Downloaded same-file v1.0.6\n  Downloaded redox_syscall v0.5.18\n  Downloaded lock_api v0.4.14\n  Downloaded scopeguard v1.2.0\n  Downloaded gix-trace v0.1.21\n  Downloaded hash32 v0.3.1\n  Downloaded byteorder v1.5.0\n  Downloaded log v0.4.29\n  Downloaded sval_serde v2.17.0\n  Downloaded sval_ref v2.17.0\n  Downloaded sval_buffer v2.17.0\n  Downloaded sval_fmt v2.17.0\n  Downloaded sval_dynamic v2.17.0\n  Downloaded value-bag-serde1 v1.12.0\n  Downloaded rand_xorshift v0.4.0\n  Downloaded uuid-simd v0.8.0\n  Downloaded bumpalo v3.20.2\n  Downloaded wasip2 v1.0.2+wasi-0.2.9\n  Downloaded wit-bindgen v0.51.0\n  Downloaded js-sys v0.3.91\n  Downloaded windows-interface v0.59.3\n  Downloaded qcheck v1.0.0\n  Downloaded getrandom v0.2.17\n  Downloaded wasi v0.11.1+wasi-snapshot-preview1\n  Downloaded ppv-lite86 v0.2.21\n  Downloaded zerocopy-derive v0.8.42\n  Downloaded typenum v1.20.1\n  Downloaded const-oid v0.9.6\n  Downloaded gix-features v0.48.0\n  Downloaded walkdir v2.5.0\n  Downloaded prodash v31.0.0\n  Downloaded parking_lot v0.12.5\n  Downloaded parking_lot_core v0.9.12\n  Downloaded smallvec v1.15.1\n  Downloaded gix-path v0.12.0\n  Downloaded crc32fast v1.5.0\n  Downloaded heapless v0.8.0\n  Downloaded value-bag v1.12.0\n  Downloaded sval_nested v2.17.0\n  Downloaded ryu v1.0.23\n  Downloaded rand v0.9.2\n  Downloaded yansi v1.0.1\n  Downloaded diff v0.1.13\n  Downloaded num-cmp v0.1.0\n  Downloaded zerofrom-derive v0.1.6\n  Downloaded displaydoc v0.2.5\n  Downloaded icu_provider v2.1.1\n  Downloaded tinystr v0.8.2\n  Downloaded num v0.4.3\n  Downloaded email_address v0.2.9\n  Downloaded unicode-display-width v0.3.0\n  Downloaded aho-corasick v1.1.4\n  Downloaded rand v0.8.5\n  Downloaded zlib-rs v0.6.5\n  Downloaded sval v2.17.0\n  Downloaded vcpkg v0.2.15\n  Downloaded jsonschema v0.30.0\n  Downloaded outref v0.5.2\n  Downloaded borrow-or-share v0.2.4\n  Downloaded utf8_iter v1.0.4\n  Downloaded idna_adapter v1.2.1\n  Downloaded zerofrom v0.1.6\n  Downloaded yoke-derive v0.8.1\n  Downloaded potential_utf v0.1.4\n  Downloaded fast-glob v0.3.3\n  Downloaded winsplit v0.1.0\n  Downloaded signal-hook-mio v0.2.5\n  Downloaded document-features v0.2.12\n  Downloaded unit-prefix v0.5.2\n  Downloaded iana-time-zone-haiku v0.1.2\n  Downloaded tree-sitter-language v0.1.7\n  Downloaded bstr v1.12.1\n  Downloaded regex-syntax v0.8.10\n  Downloaded syn v1.0.109\n  Downloaded zerocopy v0.8.42\n  Downloaded git2 v0.21.0\n  Downloaded windows_x86_64_gnullvm v0.52.6\n  Downloaded num-rational v0.4.2\n  Downloaded phf_shared v0.11.3\n  Downloaded dunce v1.0.5\n  Downloaded sem_safe v0.2.1\n  Downloaded crossterm_winapi v0.9.1\n  Downloaded anstyle-query v1.1.5\n  Downloaded android_system_properties v0.1.5\n  Downloaded tree-sitter-json v0.24.8\n  Downloaded rustc-demangle v0.1.27\n  Downloaded addr2line v0.25.1\n  Downloaded crossbeam-utils v0.8.21\n  Downloaded escargot v0.5.15\n  Downloaded humantime v2.3.0\n  Downloaded human-panic v2.0.6\n  Downloaded toml v0.9.12+spec-1.1.0\n  Downloaded toml_writer v1.0.7+spec-1.1.0\n  Downloaded toml_datetime v0.7.5+spec-1.1.0\n  Downloaded serde_spanned v1.0.4\n  Downloaded windows-numerics v0.2.0\n  Downloaded windows-link v0.1.3\n  Downloaded dyn-clone v1.0.20\n  Downloaded windows-strings v0.1.0\n  Downloaded windows-result v0.2.0\n  Downloaded windows-interface v0.58.0\n  Downloaded windows-implement v0.58.0\n  Downloaded sync-ptr v0.1.4\n  Downloaded ssh-encoding v0.2.0\n  Downloaded ssh-cipher v0.2.0\n  Downloaded vsimd v0.8.0\n  Downloaded zerovec-derive v0.11.2\n  Downloaded synstructure v0.13.2\n  Downloaded yoke v0.8.1\n  Downloaded writeable v0.6.2\n  Downloaded litemap v0.8.1\n  Downloaded bytecount v0.6.9\n  Downloaded phf v0.11.3\n  Downloaded signal-hook-registry v1.4.8\n  Downloaded convert_case v0.10.0\n  Downloaded web-time v1.1.0\n  Downloaded tree-sitter-toml-ng v0.6.0\n  Downloaded streaming-iterator v0.1.9\n  Downloaded tree-sitter-html v0.23.2\n  Downloaded tree-sitter-highlight v0.24.7\n  Downloaded test-log-macros v0.2.19\n  Downloaded env_filter v1.0.0\n  Downloaded crossbeam-channel v0.5.15\n  Downloaded regex-automata v0.4.14\n  Downloaded windows-core v0.58.0\n  Downloaded defer-heavy v0.1.0\n  Downloaded sha2 v0.10.9\n  Downloaded pem-rfc7468 v0.7.0\n  Downloaded base64ct v1.8.3\n  Downloaded poly1305 v0.8.0\n  Downloaded universal-hash v0.5.1\n  Downloaded opaque-debug v0.3.1\n  Downloaded cipher v0.4.4\n  Downloaded inout v0.1.4\n  Downloaded block-padding v0.3.3\n  Downloaded chacha20 v0.9.1\n  Downloaded ghash v0.5.1\n  Downloaded polyval v0.6.2\n  Downloaded aead v0.5.2\n  Downloaded sec1 v0.7.3\n  Downloaded rand_core v0.9.5\n  Downloaded referencing v0.30.0\n  Downloaded num-complex v0.4.6\n  Downloaded bytesize v2.3.1\n  Downloaded signals_receipts v0.2.5\n  Downloaded colored v2.2.0\n  Downloaded matchers v0.2.0\n  Downloaded anstyle v1.0.14\n  Downloaded utf8parse v0.2.2\n  Downloaded is_terminal_polyfill v1.70.2\n  Downloaded once_cell_polyfill v1.70.2\n  Downloaded itertools v0.14.0\n  Downloaded sysinfo v0.37.2\n  Downloaded cfg-if v1.0.4\n  Downloaded fastrand v2.3.0\n  Downloaded memoffset v0.9.1\n  Downloaded ssh-key v0.6.7\n  Downloaded ctr v0.9.2\n  Downloaded cbc v0.1.2\n  Downloaded signature v2.2.0\n  Downloaded pkcs8 v0.10.2\n  Downloaded spki v0.7.3\n  Downloaded der v0.7.10\n  Downloaded data-encoding-macro-internal v0.1.17\n  Downloaded nonempty v0.9.0\n  Downloaded fluent-uri v0.3.2\n  Downloaded ahash v0.8.12\n  Downloaded icu_properties v2.1.2\n  Downloaded signal-hook v0.3.18\n  Downloaded litrs v1.0.0\n  Downloaded console v0.16.3\n  Downloaded encode_unicode v1.0.0\n  Downloaded iana-time-zone v0.1.65\n  Downloaded core-foundation-sys v0.8.7\n  Downloaded nu-ansi-term v0.50.3\n  Downloaded env_logger v0.11.9\n  Downloaded colorchoice v1.0.5\n  Downloaded anstyle-wincon v3.0.11\n  Downloaded object v0.37.3\n  Downloaded gimli v0.32.3\n  Downloaded windows-link v0.2.1\n  Downloaded errno v0.3.14\n  Downloaded autocfg v1.5.0\n  Downloaded thiserror v2.0.18\n  Downloaded thiserror-impl v2.0.18\n  Downloaded sqlite v0.37.0\n  Downloaded sqlite3-sys v0.18.0\n  Downloaded sha1-checked v0.10.0\n  Downloaded windows_x86_64_msvc v0.52.6\n  Downloaded aes-gcm v0.10.3\n  Downloaded aes v0.8.4\n  Downloaded pretty_assertions v1.4.1\n  Downloaded uuid v1.22.0\n  Downloaded icu_locale_core v2.1.1\n  Downloaded icu_normalizer v2.1.1\n  Downloaded icu_normalizer_data v2.1.1\n  Downloaded indicatif v0.18.4\n  Downloaded thiserror v1.0.69\n  Downloaded thiserror-impl v1.0.69\n  Downloaded timeago v0.4.2\n  Downloaded rs-release v0.1.11\n  Downloaded form_urlencoded v1.2.2\n  Downloaded hex-literal v1.1.0\n  Downloaded simd-adler32 v0.3.8\n  Downloaded test-log v0.2.19\n  Downloaded tracing-log v0.2.0\n  Downloaded thread_local v1.1.9\n  Downloaded anstream v0.6.21\n  Downloaded anstyle-parse v0.2.7\n  Downloaded structured-logger v1.0.5\n  Downloaded snapbox-macros v1.1.0\n  Downloaded normalize-line-endings v0.3.0\n  Downloaded scrypt v0.11.0\n  Downloaded salsa20 v0.10.2\n  Downloaded gix-sec v0.14.0\n  Downloaded gix-quote v0.7.1\n  Downloaded gix-command v0.9.0\n  Downloaded shell-words v1.1.1\n  Downloaded nonempty v0.12.0\n  Downloaded bitflags v2.11.0\n  Downloaded once_cell v1.21.4\n  Downloaded getrandom v0.4.3\n  Downloaded pkg-config v0.3.32\n  Downloaded shlex v1.3.0\n  Downloaded jobserver v0.1.34\n  Downloaded libz-sys v1.1.25\n  Downloaded windows_aarch64_gnullvm v0.52.6\n  Downloaded fraction v0.15.3\n  Downloaded fancy-regex v0.14.0\n  Downloaded base64 v0.22.1\n  Downloaded base64 v0.21.7\n  Downloaded derive_more v2.1.1\n  Downloaded tree-sitter-go v0.23.4\n  Downloaded tree-sitter-css v0.23.2\n  Downloaded url v2.5.8\n  Downloaded flate2 v1.1.9\n  Downloaded miniz_oxide v0.8.9\n  Downloaded adler2 v2.0.1\n  Downloaded tracing-core v0.1.36\n  Downloaded valuable v0.1.1\n  Downloaded pin-project-lite v0.2.17\n  Downloaded sharded-slab v0.1.7\n  Downloaded socket2 v0.5.10\n  Downloaded anstream v1.0.0\n  Downloaded anstyle-parse v1.0.0\n  Downloaded systemd-journal-logger v2.2.2\n  Downloaded gix-url v0.36.0\n  Downloaded gix-error v0.2.3\n  Downloaded gix-packetline v0.21.5\n  Downloaded gix-shallow v0.12.0\n  Downloaded gix-hashtable v0.15.0\n  Downloaded jiff-tzdb-platform v0.1.3\n  Downloaded tempfile v3.27.0\n  Downloaded r-efi v6.0.0\n  Downloaded windows_i686_gnullvm v0.52.6\n  Downloaded base16ct v0.2.0\n  Downloaded rsa v0.9.10\n  Downloaded pkcs1 v0.7.5\n  Downloaded num-traits v0.2.19\n  Downloaded curve25519-dalek-derive v0.1.1\n  Downloaded bcrypt-pbkdf v0.10.0\n  Downloaded pbkdf2 v0.12.2\n  Downloaded data-encoding v2.10.0\n  Downloaded base256emoji v1.0.2\n  Downloaded match-lookup v0.1.2\n  Downloaded zerotrie v0.2.3\n  Downloaded icu_collections v2.1.1\n  Downloaded unicode-segmentation v1.12.0\n  Downloaded mio v1.1.1\n  Downloaded tree-sitter-c v0.23.4\n  Downloaded tracing-subscriber v0.3.23\n  Downloaded gix-protocol v0.61.0\n  Downloaded gix-lock v23.0.0\n  Downloaded gix-tempfile v23.0.0\n  Downloaded gix-fs v0.21.1\n  Downloaded gix-revwalk v0.31.0\n  Downloaded gix-date v0.15.3\n  Downloaded gix-config-value v0.18.0\n  Downloaded pastey v0.2.1\n  Downloaded siphasher v0.3.11\n  Downloaded thousands v0.2.0\n  Downloaded rustc-hash v1.1.0\n  Downloaded mintex v0.1.4\n  Downloaded libm v0.2.16\n  Downloaded p256 v0.13.2\n  Downloaded blowfish v0.9.1\n  Downloaded ssh-agent-lib v0.6.0\n  Downloaded secrecy v0.10.3\n  Downloaded multibase v0.9.2\n  Downloaded data-encoding-macro v0.1.19\n  Downloaded socks5-client v0.4.3\n  Downloaded keccak v0.1.6\n  Downloaded cyphergraphy v0.3.1\n  Downloaded num-bigint v0.4.6\n  Downloaded inquire v0.9.4\n  Downloaded derive_more-impl v2.1.1\n  Downloaded bytes v1.11.1\n  Downloaded snapbox v1.2.2\n  Downloaded gix-transport v0.57.0\n  Downloaded gix-object v0.60.0\n  Downloaded portable-atomic-util v0.2.6\n  Downloaded jiff-tzdb v0.1.6\n  Downloaded gix-traverse v0.57.0\n  Downloaded either v1.15.0\n  Downloaded lexopt v0.3.2\n  Downloaded dhat v0.3.3\n  Downloaded windows-core v0.61.2\n  Downloaded windows-strings v0.4.2\n  Downloaded windows-result v0.3.4\n  Downloaded windows-future v0.2.1\n  Downloaded windows-threading v0.1.0\n  Downloaded windows-collections v0.2.0\n  Downloaded clap_complete v4.6.0\n  Downloaded clap v4.6.0\n  Downloaded clap_derive v4.6.0\n  Downloaded equivalent v1.0.2\n  Downloaded ref-cast v1.0.25\n  Downloaded ref-cast-impl v1.0.25\n  Downloaded tinyvec_macros v0.1.1\n  Downloaded cc v1.2.57\n  Downloaded num-integer v0.1.46\n  Downloaded num-iter v0.1.45\n  Downloaded lazy_static v1.5.0\n  Downloaded spin v0.9.9\n  Downloaded primeorder v0.13.6\n  Downloaded const-str v0.4.3\n  Downloaded cypheraddr v0.4.1\n  Downloaded ec25519 v0.1.0\n  Downloaded emojis v0.6.4\n  Downloaded crossterm v0.29.0\n  Downloaded tree-sitter-bash v0.23.3\n  Downloaded ntapi v0.4.3\n  Downloaded anyhow v1.0.102\n  Downloaded itoa v1.0.17\n  Downloaded schemars_derive v1.2.1\n  Downloaded serde_derive_internals v0.29.1\n  Downloaded windows_x86_64_gnu v0.52.6\n  Downloaded windows_i686_msvc v0.52.6\n  Downloaded windows_aarch64_msvc v0.52.6\n  Downloaded num-bigint-dig v0.8.6\n  Downloaded p521 v0.13.3\n  Downloaded ed25519-dalek v2.2.0\n  Downloaded amplify v4.9.0\n  Downloaded ascii v1.1.0\n  Downloaded amplify_num v0.5.3\n  Downloaded amplify_derive v4.0.1\n  Downloaded amplify_syn v2.0.1\n  Downloaded base32 v0.4.0\n  Downloaded noise-framework v0.4.1\n  Downloaded unarray v0.1.4\n  Downloaded rusty-fork v0.3.1\n  Downloaded wait-timeout v0.2.1\n  Downloaded quick-error v1.2.3\n  Downloaded fnv v1.0.7\n  Downloaded rand_chacha v0.9.0\n  Downloaded bit-vec v0.8.0\n  Downloaded bit-set v0.8.0\n  Downloaded zerovec v0.11.5\n  Downloaded tracing v0.1.44\n  Downloaded similar v3.1.1\n  Downloaded gix-diff v0.63.0\n  Downloaded gix-odb v0.80.0\n  Downloaded objc2-core-foundation v0.3.2\n  Downloaded heck v0.5.0\n  Downloaded uds_windows v1.2.1\n  Downloaded windows_i686_gnu v0.52.6\n  Downloaded chacha20poly1305 v0.10.1\n  Downloaded idna v1.1.0\n  Downloaded tree-sitter-python v0.23.6\n  Downloaded jiff-static v0.2.23\n  Downloaded objc2-io-kit v0.3.2\n  Downloaded tinyvec v1.11.0\n  Downloaded elliptic-curve v0.13.8\n  Downloaded group v0.13.0\n  Downloaded ff v0.13.1\n  Downloaded crypto-bigint v0.5.5\n  Downloaded ecdsa v0.16.9\n  Downloaded rfc6979 v0.4.0\n  Downloaded hmac v0.12.1\n  Downloaded regex v1.12.3\n  Downloaded icu_properties_data v2.1.2\n  Downloaded arc-swap v1.9.1\n  Downloaded backtrace v0.3.76\n  Downloaded clap_builder v4.6.0\n  Downloaded strsim v0.11.1\n  Downloaded clap_lex v1.1.0\n  Downloaded unicode-normalization v0.1.25\n  Downloaded proptest v1.10.0\n  Downloaded portable-atomic v1.13.1\n  Downloaded tree-sitter v0.24.7\n  Downloaded maybe-async v0.2.10\n  Downloaded memchr v2.8.0\n  Downloaded schemars v1.2.1\n  Downloaded rustc_version v0.4.1\n  Downloaded gix-pack v0.70.0\n  Downloaded indexmap v2.13.0\n  Downloaded ed25519 v2.2.3\n  Downloaded semver v1.0.27\n  Downloaded gix-chunk v0.7.1\n  Downloaded gix-actor v0.41.0\n  Downloaded gix-commitgraph v0.37.0\n  Downloaded memmap2 v0.9.10\n  Downloaded gix-refspec v0.41.0\n  Downloaded gix-revision v0.45.0\n  Downloaded gix-glob v0.26.0\n  Downloaded gix-negotiate v0.31.0\n  Downloaded gix-credentials v0.38.0\n  Downloaded libgit2-sys v0.18.4+1.9.3\n  Downloaded base-x v0.2.11\n  Downloaded chrono v0.4.44\n  Downloaded gix-ref v0.63.0\n  Downloaded gix-prompt v0.15.0\n  Downloaded hashbrown v0.16.1\n  Downloaded p384 v0.13.1\n  Downloaded curve25519-dalek v4.1.3\n  Downloaded unicode-width v0.2.2\n  Downloaded cyphernet v0.5.4\n  Downloaded tree-sitter-md v0.3.2\n  Downloaded zmij v1.0.21\n  Downloaded serde_core v1.0.228\n  Downloaded unicode-ident v1.0.24\n  Downloaded quote v1.0.45\n  Downloaded proc-macro2 v1.0.106\n  Downloaded signature v1.6.4\n  Downloaded serde_derive v1.0.228\n  Downloaded ed25519 v1.5.3\n  Downloaded serde v1.0.228\n  Downloaded tree-sitter-rust v0.23.3\n  Downloaded serde_json v1.0.149\n  Downloaded bloomy v1.2.0\n  Downloaded syn v2.0.117\n  Downloaded rustix v1.1.4\n  Downloaded minicbor v0.13.2\n  Downloaded tree-sitter-ruby v0.23.1\n  Downloaded fiat-crypto v0.2.9\n  Downloaded libc v0.2.183\n  Downloaded jiff v0.2.23\n  Downloaded tree-sitter-typescript v0.23.2\n  Downloaded tokio v1.50.0\n  Downloaded sha3 v0.10.8\n  Downloaded windows-sys v0.61.2\n  Downloaded windows-sys v0.52.0\n  Downloaded winapi v0.3.9\n  Downloaded windows-sys v0.59.0\n  Downloaded sqlite3-src v0.7.0\n  Downloaded winapi-i686-pc-windows-gnu v0.4.0\n  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n  Downloaded linux-raw-sys v0.12.1\n  Downloaded windows v0.62.2\n  Downloaded windows v0.58.0\n  Downloaded windows v0.61.3\n","timestamp":{"secs_since_epoch":1788333934,"nanos_since_epoch":275726736}}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1788333934,"nanos_since_epoch":506816829}}
{"type":"trace","title":"Execute action","msg":"Rustup(\n    Rustup {\n        channel: \"1.98.0\",\n        target: None,\n        components: None,\n        profile: None,\n    },\n)","timestamp":{"secs_since_epoch":1788333934,"nanos_since_epoch":508724312}}
{"type":"debug","msg":"rustup Rustup { channel: \"1.98.0\", target: None, components: None, profile: None }","timestamp":{"secs_since_epoch":1788333934,"nanos_since_epoch":512502098}}
{"type":"trace","title":"Start program env","msg":"Command {\n    program: \"env\",\n    args: [\n        \"env\",\n        \"RUSTUP_HOME=/ci/deps/rustup\",\n        \"rustup\",\n        \"install\",\n        \"--no-self-update\",\n        \"--no-update\",\n        \"--force\",\n        \"1.98.0\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788333934,"nanos_since_epoch":515221169}}
{"type":"program_succeeded","program_name":"env","exit_code":0,"stdout":"\n  1.98.0-x86_64-unknown-linux-gnu installed - rustc 1.98.0 (88d9e12ae 2026-08-18)\n\n","stderr":"info: syncing channel updates for 1.98.0-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)\ninfo: downloading 6 components\ninfo: default toolchain set to 1.98.0-x86_64-unknown-linux-gnu\n","timestamp":{"secs_since_epoch":1788333948,"nanos_since_epoch":141656661}}
{"type":"action_succeeded","action":"rustup","channel":"1.98.0","target":null,"components":null,"profile":null,"timestamp":{"secs_since_epoch":1788333948,"nanos_since_epoch":149416802}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788333948,"nanos_since_epoch":152380336}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1788333961,"nanos_since_epoch":949812781}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788333961,"nanos_since_epoch":950421227}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1788333961,"nanos_since_epoch":961139781}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vdf\",\n        directory: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788333961,"nanos_since_epoch":961719730}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1788333977,"nanos_since_epoch":122737761}}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1788333977,"nanos_since_epoch":126810249}}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1788333977,"nanos_since_epoch":130575470}}
EXIT CODE: 0

Plan VM

Structured log: successful actions
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.18.0@5360d3f
  2. 8 ms: Trace: Set environment variable "HOME"
    "HOME"="/root"
  3. 9 ms: Runnable plan
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/secrets
    - action: mkdir
      pathname: /ci/deps
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    - action: shell
      shell: ln -sf /ci /workspace
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    - action: shell
      shell: |
        sed -i /components/d rust-toolchain.toml
    
        # Commit this to git so that the Debian package building doesn't
        # see changes outside the debian directory.
        git config set user.name "Ambient CI"
        git config set user.email "ambient@example.com"
        git commit -m "remove components from toolchain file" rust-toolchain.toml
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: shell
      shell: |
        # Because of a (temporary) limitation in Ambient, we need to set
        # these variables manually. Once Ambient manages environment
        # variables better, these can be deleted.
        export CARGO_TARGET_DIR=/workspace/cache
        export CARGO_HOME=/workspace/deps
        export HOME=/root
        export PATH="/root/.cargo/bin:$PATH"
        export RUSTDOCFLAGS='-D warnings'
    
        cargo doc --workspace --no-deps --all-features
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    secrets_drive: null
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    secrets_dir: null
    envs:
      RUSTUP_HOME:
      - 47
      - 99
      - 105
      - 47
      - 100
      - 101
      - 112
      - 115
      - 47
      - 114
      - 117
      - 115
      - 116
      - 117
      - 112
    
  4. 9 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  5. 9 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  6. 9 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  7. 9 ms: Trace: Set environment variable "RUSTUP_HOME"
    "RUSTUP_HOME"="/ci/deps/rustup"
  8. 9 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  9. 10 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  10. 10 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  11. 10 ms: Trace: Set environment variable "RUSTUP_HOME"
    "RUSTUP_HOME"="/ci/deps/rustup"
  12. 10 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  13. 76 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  14. 79 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  15. 84 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  16. 87 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/debian",
        },
    )
  17. 90 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  18. 92 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/rsync",
        },
    )
  19. 96 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  20. 98 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/secrets",
        },
    )
  21. 103 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  22. 107 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/deps",
        },
    )
  23. 110 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  24. 113 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  25. 274 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  26. 277 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  27. 7123 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  28. 7125 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  29. 19938 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  30. 19938 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  31. 19947 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  32. 19950 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdg",
            directory: "/ci/secrets",
        },
    )
  33. 19956 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  34. 19956 ms: Trace: Execute action
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  35. 19956 ms: Trace: Start program bash
    Command {
        program: "bash",
        args: [
            "bash",
            "-c",
            "set -xeuo pipefail\nln -sf /ci /workspace\n",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  36. 19979 ms: Program succeeded: bash
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  37. 19979 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  38. 19980 ms: Trace: Execute action
    CreateFile(
        CreateFile {
            filename: "/root/.ssh/config",
            content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ",
            overwrite: true,
        },
    )
  39. 19980 ms: Action succeeded: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  40. 19980 ms: Trace: Execute action
    Shell(
        Shell {
            shell: "sed -i /components/d rust-toolchain.toml\n\n# Commit this to git so that the Debian package building doesn't\n# see changes outside the debian directory.\ngit config set user.name \"Ambient CI\"\ngit config set user.email \"ambient@example.com\"\ngit commit -m \"remove components from toolchain file\" rust-toolchain.toml\n",
        },
    )
  41. 19981 ms: Trace: Start program bash
    Command {
        program: "bash",
        args: [
            "bash",
            "-c",
            "set -xeuo pipefail\nsed -i /components/d rust-toolchain.toml\n\n# Commit this to git so that the Debian package building doesn\'t\n# see changes outside the debian directory.\ngit config set user.name \"Ambient CI\"\ngit config set user.email \"ambient@example.com\"\ngit commit -m \"remove components from toolchain file\" rust-toolchain.toml\n\n",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  42. 20324 ms: Program succeeded: bash
    • Exit code: 0
    • Stdout
      [detached HEAD b769965ddd] remove components from toolchain file
       1 file changed, 1 deletion(-)
      
    • Stderr
      + sed -i /components/d rust-toolchain.toml
      + git config set user.name 'Ambient CI'
      + git config set user.email ambient@example.com
      + git commit -m 'remove components from toolchain file' rust-toolchain.toml
      
  43. 20332 ms: Action succeeded: shell: sed -i /components/d rust-toolchain.toml # Commit this to git so that the Debian package building doesn't # see changes outside the debian directory. git config set user.name "Ambient CI" git config set user.email "ambient@example.com" git commit -m "remove components from toolchain file" rust-toolchain.toml
    - action: shell
      shell: |
        sed -i /components/d rust-toolchain.toml
    
        # Commit this to git so that the Debian package building doesn't
        # see changes outside the debian directory.
        git config set user.name "Ambient CI"
        git config set user.email "ambient@example.com"
        git commit -m "remove components from toolchain file" rust-toolchain.toml
    
  44. 20340 ms: Trace: Execute action
    CargoFmt(
        CargoFmt,
    )
  45. 20343 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  46. 20386 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  47. 20389 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  48. 20452 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  49. 20456 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  50. 20508 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  51. 20511 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "fmt",
            "--check",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  52. 21684 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
  53. 21686 ms: Action succeeded: cargo_fmt
    - action: cargo_fmt
    
  54. 21688 ms: Trace: Execute action
    CargoClippy(
        CargoClippy,
    )
  55. 21690 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  56. 21710 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  57. 21713 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  58. 21751 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  59. 21754 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  60. 21777 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  61. 21780 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--offline",
            "--locked",
            "--workspace",
            "--all-targets",
            "--no-deps",
            "--",
            "--deny",
            "warnings",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  62. 112227 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
         Compiling libc v0.2.183
         Compiling proc-macro2 v1.0.106
         Compiling quote v1.0.45
         Compiling unicode-ident v1.0.24
         Compiling syn v2.0.117
         Compiling serde_core v1.0.228
          Checking cfg-if v1.0.4
         Compiling serde v1.0.228
         Compiling version_check v0.9.5
          Checking getrandom v0.2.17
          Checking rand_core v0.6.4
         Compiling generic-array v0.14.7
          Checking typenum v1.20.1
          Checking memchr v2.8.0
         Compiling jobserver v0.1.34
         Compiling serde_derive v1.0.228
         Compiling shlex v1.3.0
         Compiling find-msvc-tools v0.1.9
         Compiling cc v1.2.57
          Checking subtle v2.6.1
          Checking const-oid v0.9.6
          Checking smallvec v1.15.1
          Checking regex-syntax v0.8.10
          Checking zeroize v1.9.0
          Checking aho-corasick v1.1.4
          Checking crypto-common v0.1.7
          Checking block-buffer v0.10.4
          Checking digest v0.10.7
          Checking cpufeatures v0.2.17
         Compiling thiserror v2.0.18
          Checking regex-automata v0.4.14
         Compiling thiserror-impl v2.0.18
          Checking fastrand v2.3.0
         Compiling parking_lot_core v0.9.12
          Checking scopeguard v1.2.0
          Checking lock_api v0.4.14
          Checking bstr v1.12.1
          Checking parking_lot v0.12.5
          Checking bitflags v2.11.0
          Checking stable_deref_trait v1.2.1
         Compiling typeid v1.0.3
         Compiling erased-serde v0.4.10
          Checking tinyvec_macros v0.1.1
          Checking gix-trace v0.1.21
          Checking itoa v1.0.17
          Checking tinyvec v1.11.0
          Checking gix-validate v0.11.1
          Checking serde_fmt v1.1.0
          Checking hashbrown v0.16.1
          Checking value-bag-serde1 v1.12.0
          Checking gix-path v0.12.0
          Checking unicode-normalization v0.1.25
          Checking byteorder v1.5.0
          Checking gix-utils v0.3.2
          Checking value-bag v1.12.0
         Compiling crc32fast v1.5.0
          Checking log v0.4.29
          Checking same-file v1.0.6
          Checking walkdir v2.5.0
          Checking prodash v31.0.0
          Checking zlib-rs v0.6.5
         Compiling libm v0.2.16
         Compiling autocfg v1.5.0
         Compiling heapless v0.8.0
         Compiling pkg-config v0.3.32
          Checking gix-features v0.48.0
         Compiling getrandom v0.4.3
         Compiling num-traits v0.2.19
          Checking hash32 v0.3.1
         Compiling rustix v1.1.4
          Checking linux-raw-sys v0.12.1
          Checking faster-hex v0.10.0
         Compiling zerocopy v0.8.42
          Checking sha1 v0.10.6
         Compiling zmij v1.0.21
          Checking sha1-checked v0.10.0
         Compiling serde_json v1.0.149
          Checking equivalent v1.0.2
          Checking indexmap v2.13.0
          Checking gix-hash v0.25.0
         Compiling ref-cast v1.0.25
          Checking once_cell v1.21.4
          Checking block-padding v0.3.3
         Compiling ref-cast-impl v1.0.25
          Checking inout v0.1.4
          Checking sha2 v0.10.9
          Checking dyn-clone v1.0.20
         Compiling vcpkg v0.2.15
          Checking cipher v0.4.4
          Checking ppv-lite86 v0.2.21
          Checking tempfile v3.27.0
         Compiling serde_derive_internals v0.29.1
         Compiling libz-sys v1.1.25
         Compiling schemars_derive v1.2.1
         Compiling libgit2-sys v0.18.4+1.9.3
          Checking der v0.7.10
          Checking spin v0.9.9
          Checking lazy_static v1.5.0
          Checking schemars v1.2.1
          Checking rand_chacha v0.3.1
         Compiling syn v1.0.109
          Checking rand v0.8.5
         Compiling tree-sitter-language v0.1.7
          Checking num-integer v0.1.46
          Checking hmac v0.12.1
          Checking universal-hash v0.5.1
          Checking opaque-debug v0.3.1
          Checking spki v0.7.3
          Checking signature v2.2.0
          Checking ff v0.13.1
          Checking base16ct v0.2.0
          Checking sec1 v0.7.3
          Checking group v0.13.0
          Checking crypto-bigint v0.5.5
         Compiling data-encoding v2.10.0
         Compiling data-encoding-macro-internal v0.1.17
          Checking elliptic-curve v0.13.8
          Checking num-iter v0.1.45
         Compiling amplify_syn v2.0.1
          Checking aead v0.5.2
         Compiling match-lookup v0.1.2
          Checking signature v1.6.4
         Compiling semver v1.0.27
          Checking const-str v0.4.3
          Checking base256emoji v1.0.2
         Compiling rustc_version v0.4.1
          Checking ed25519 v1.5.3
          Checking data-encoding-macro v0.1.19
         Compiling amplify_derive v4.0.1
          Checking poly1305 v0.8.0
          Checking rfc6979 v0.4.0
          Checking qcheck v1.0.0
          Checking chacha20 v0.9.1
          Checking gix-error v0.2.3
          Checking base-x v0.2.11
          Checking ascii v1.1.0
          Checking amplify_num v0.5.3
          Checking amplify v4.9.0
          Checking multibase v0.9.2
          Checking ecdsa v0.16.9
          Checking ec25519 v0.1.0
         Compiling curve25519-dalek v4.1.3
          Checking primeorder v0.13.6
          Checking polyval v0.6.2
         Compiling num-bigint-dig v0.8.6
          Checking base64ct v1.8.3
          Checking pem-rfc7468 v0.7.0
          Checking ghash v0.5.1
          Checking cyphergraphy v0.3.1
          Checking pkcs8 v0.10.2
          Checking pbkdf2 v0.12.2
          Checking aes v0.8.4
          Checking ctr v0.9.2
         Compiling sqlite3-src v0.7.0
          Checking radicle-git-ref-format v0.2.0 (/ci/src/crates/radicle-git-ref-format)
         Compiling curve25519-dalek-derive v0.1.1
         Compiling synstructure v0.13.2
          Checking keccak v0.1.6
          Checking sha3 v0.10.8
          Checking git2 v0.21.0
          Checking aes-gcm v0.10.3
          Checking pkcs1 v0.7.5
          Checking ssh-encoding v0.2.0
          Checking ed25519 v2.2.3
          Checking blowfish v0.9.1
          Checking cbc v0.1.2
          Checking percent-encoding v2.3.2
          Checking base32 v0.4.0
          Checking ssh-cipher v0.2.0
          Checking cypheraddr v0.4.1
          Checking bcrypt-pbkdf v0.10.0
          Checking ed25519-dalek v2.2.0
          Checking rsa v0.9.10
          Checking radicle-oid v0.2.2 (/ci/src/crates/radicle-oid)
         Compiling zerofrom-derive v0.1.6
          Checking p256 v0.13.2
          Checking p521 v0.13.3
          Checking p384 v0.13.1
          Checking chacha20poly1305 v0.10.1
          Checking noise-framework v0.4.1
          Checking ssh-key v0.6.7
          Checking zerofrom v0.1.6
          Checking socks5-client v0.4.3
          Checking sqlite3-sys v0.18.0
         Compiling yoke-derive v0.8.1
          Checking secrecy v0.10.3
          Checking ssh-agent-lib v0.6.0
          Checking sqlite v0.37.0
          Checking cyphernet v0.5.4
          Checking radicle-git-metadata v0.2.1 (/ci/src/crates/radicle-git-metadata)
          Checking yoke v0.8.1
          Checking nonempty v0.9.0
          Checking utf8parse v0.2.2
          Checking jiff v0.2.23
          Checking anstyle-query v1.1.5
         Compiling zerovec-derive v0.11.2
          Checking zerovec v0.11.5
          Checking radicle-crypto v0.19.0 (/ci/src/crates/radicle-crypto)
          Checking radicle-localtime v0.1.0 (/ci/src/crates/radicle-localtime)
         Compiling displaydoc v0.2.5
          Checking errno v0.3.14
          Checking gix-date v0.15.3
          Checking is_terminal_polyfill v1.70.2
          Checking anstyle v1.0.14
          Checking base64 v0.21.7
          Checking colorchoice v1.0.5
          Checking gix-actor v0.41.0
          Checking gix-hashtable v0.15.0
          Checking siphasher v1.0.2
          Checking gix-object v0.60.0
          Checking radicle-dag v0.10.0 (/ci/src/crates/radicle-dag)
          Checking memmap2 v0.9.10
          Checking nonempty v0.12.0
          Checking tinystr v0.8.2
          Checking gix-chunk v0.7.1
         Compiling radicle v0.25.1 (/ci/src/crates/radicle)
          Checking litemap v0.8.1
          Checking writeable v0.6.2
          Checking icu_locale_core v2.1.1
          Checking gix-commitgraph v0.37.0
          Checking radicle-cob v0.21.1 (/ci/src/crates/radicle-cob)
          Checking zerotrie v0.2.3
          Checking radicle-core v0.4.1 (/ci/src/crates/radicle-core)
          Checking potential_utf v0.1.4
          Checking anstyle-parse v1.0.0
          Checking serde-untagged v0.1.9
          Checking bytesize v2.3.1
          Checking fast-glob v0.3.3
         Compiling icu_properties_data v2.1.2
          Checking dunce v1.0.5
         Compiling icu_normalizer_data v2.1.1
          Checking anstream v1.0.0
          Checking icu_collections v2.1.1
          Checking icu_provider v2.1.1
          Checking gix-revwalk v0.31.0
          Checking gix-fs v0.21.1
          Checking mio v1.1.1
          Checking sem_safe v0.2.1
          Checking simd-adler32 v0.3.8
          Checking adler2 v2.0.1
          Checking miniz_oxide v0.8.9
          Checking signals_receipts v0.2.5
          Checking gix-tempfile v23.0.0
          Checking gix-quote v0.7.1
          Checking icu_properties v2.1.2
          Checking icu_normalizer v2.1.1
          Checking shell-words v1.1.1
         Compiling unicode-segmentation v1.12.0
          Checking iana-time-zone v0.1.65
          Checking either v1.15.0
         Compiling signal-hook v0.3.18
          Checking chrono v0.4.44
         Compiling convert_case v0.10.0
          Checking gix-command v0.9.0
          Checking idna_adapter v1.2.1
          Checking radicle-signals v0.12.1 (/ci/src/crates/radicle-signals)
          Checking signal-hook-registry v1.4.8
          Checking colored v2.2.0
         Compiling object v0.37.3
          Checking utf8_iter v1.0.4
         Compiling rustversion v1.0.22
         Compiling getrandom v0.3.4
          Checking idna v1.1.0
         Compiling derive_more-impl v2.1.1
          Checking gix-lock v23.0.0
          Checking gix-url v0.36.0
          Checking gix-config-value v0.18.0
          Checking gix-sec v0.14.0
          Checking gimli v0.32.3
         Compiling thiserror v1.0.69
          Checking unicode-width v0.2.2
         Compiling litrs v1.0.0
         Compiling portable-atomic v1.13.1
         Compiling document-features v0.2.12
          Checking addr2line v0.25.1
          Checking gix-prompt v0.15.0
          Checking derive_more v2.1.1
          Checking signal-hook-mio v0.2.5
          Checking radicle-log v0.2.0 (/ci/src/crates/radicle-log)
          Checking gix-traverse v0.57.0
          Checking gix-revision v0.45.0
          Checking gix-diff v0.63.0
          Checking anstyle-parse v0.2.7
          Checking gix-packetline v0.21.5
          Checking gix-glob v0.26.0
         Compiling thiserror-impl v1.0.69
          Checking rustc-demangle v0.1.27
          Checking backtrace v0.3.76
          Checking gix-refspec v0.41.0
          Checking gix-transport v0.57.0
          Checking anstream v0.6.21
          Checking gix-pack v0.70.0
          Checking arc-swap v1.9.1
          Checking crossterm v0.29.0
          Checking gix-credentials v0.38.0
          Checking console v0.16.3
          Checking gix-ref v0.63.0
          Checking gix-shallow v0.12.0
          Checking gix-negotiate v0.31.0
          Checking form_urlencoded v1.2.2
          Checking regex v1.12.3
         Compiling tree-sitter v0.24.7
         Compiling maybe-async v0.2.10
          Checking unit-prefix v0.5.2
          Checking indicatif v0.18.4
          Checking gix-protocol v0.61.0
          Checking url v2.5.8
          Checking gix-odb v0.80.0
          Checking inquire v0.9.4
          Checking unicode-display-width v0.3.0
          Checking uuid v1.22.0
          Checking bytes v1.11.1
          Checking snapbox-macros v1.1.0
          Checking salsa20 v0.10.2
         Compiling heck v0.5.0
          Checking siphasher v0.3.11
          Checking strsim v0.11.1
          Checking similar v3.1.1
         Compiling crossbeam-utils v0.8.21
          Checking streaming-iterator v0.1.9
          Checking normalize-line-endings v0.3.0
          Checking clap_lex v1.1.0
          Checking snapbox v1.2.2
          Checking clap_builder v4.6.0
          Checking bloomy v1.2.0
         Compiling clap_derive v4.6.0
          Checking scrypt v0.11.0
          Checking radicle-term v0.19.1 (/ci/src/crates/radicle-term)
          Checking radicle-fetch v0.21.1 (/ci/src/crates/radicle-fetch)
          Checking radicle-surf v0.29.0 (/ci/src/crates/radicle-surf)
          Checking systemd-journal-logger v2.2.2
         Compiling tree-sitter-bash v0.23.3
         Compiling tree-sitter-json v0.24.8
         Compiling tree-sitter-toml-ng v0.6.0
         Compiling tree-sitter-ruby v0.23.1
         Compiling tree-sitter-go v0.23.4
         Compiling tree-sitter-c v0.23.4
         Compiling tree-sitter-md v0.3.2
         Compiling tree-sitter-html v0.23.2
         Compiling tree-sitter-python v0.23.6
         Compiling tree-sitter-rust v0.23.3
         Compiling tree-sitter-css v0.23.2
         Compiling tree-sitter-typescript v0.23.2
          Checking serde_spanned v1.0.4
          Checking toml_datetime v0.7.5+spec-1.1.0
          Checking pin-project-lite v0.2.17
          Checking toml_writer v1.0.7+spec-1.1.0
         Compiling anyhow v1.0.102
          Checking bit-vec v0.8.0
          Checking bit-set v0.8.0
          Checking toml v0.9.12+spec-1.1.0
          Checking tokio v1.50.0
          Checking clap v4.6.0
          Checking rand_core v0.9.5
          Checking sysinfo v0.37.2
          Checking yansi v1.0.1
          Checking diff v0.1.13
         Compiling radicle-node v0.21.1 (/ci/src/crates/radicle-node)
         Compiling radicle-cli v0.23.0 (/ci/src/crates/radicle-cli)
          Checking pretty_assertions v1.4.1
          Checking human-panic v2.0.6
          Checking crossbeam-channel v0.5.15
          Checking clap_complete v4.6.0
          Checking structured-logger v1.0.5
          Checking radicle-systemd v0.13.0 (/ci/src/crates/radicle-systemd)
          Checking radicle-protocol v0.9.1 (/ci/src/crates/radicle-protocol)
          Checking tree-sitter-highlight v0.24.7
          Checking itertools v0.14.0
          Checking socket2 v0.5.10
          Checking timeago v0.4.2
          Checking rs-release v0.1.11
          Checking lexopt v0.3.2
         Compiling escargot v0.5.15
          Checking humantime v2.3.0
          Checking wait-timeout v0.2.1
          Checking quick-error v1.2.3
          Checking fnv v1.0.7
          Checking rusty-fork v0.3.1
          Checking rand v0.9.2
          Checking rand_xorshift v0.4.0
          Checking rand_chacha v0.9.0
          Checking num-bigint v0.4.6
         Compiling qcheck-macros v1.0.0
         Compiling ahash v0.8.12
          Checking unarray v0.1.4
          Checking proptest v1.10.0
          Checking num-rational v0.4.2
          Checking num-complex v0.4.6
          Checking env_filter v1.0.0
          Checking borrow-or-share v0.2.4
          Checking env_logger v0.11.9
          Checking fluent-uri v0.3.2
          Checking num v0.4.3
          Checking radicle-cli-test v0.14.1 (/ci/src/crates/radicle-cli-test)
          Checking flate2 v1.1.9
          Checking phf_shared v0.11.3
         Compiling test-log-macros v0.2.19
          Checking outref v0.5.2
          Checking hex-literal v1.1.0
         Compiling radicle-remote-helper v0.18.1 (/ci/src/crates/radicle-remote-helper)
          Checking vsimd v0.8.0
          Checking test-log v0.2.19
          Checking phf v0.11.3
          Checking referencing v0.30.0
          Checking uuid-simd v0.8.0
          Checking fraction v0.15.3
          Checking fancy-regex v0.14.0
          Checking email_address v0.2.9
          Checking bytecount v0.6.9
          Checking num-cmp v0.1.0
          Checking base64 v0.22.1
          Checking emojis v0.6.4
          Checking jsonschema v0.30.0
         Compiling pastey v0.2.1
          Checking radicle-schemars v0.9.1 (/ci/src/crates/radicle-schemars)
          Checking radicle-windows v0.1.0 (/ci/src/crates/radicle-windows)
          Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
      
  63. 112379 ms: Action succeeded: cargo_clippy
    - action: cargo_clippy
    
  64. 112380 ms: Trace: Execute action
    CargoBuild(
        CargoBuild,
    )
  65. 112380 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  66. 112388 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  67. 112388 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  68. 112464 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  69. 112467 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  70. 112490 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  71. 112493 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "build",
            "--offline",
            "--locked",
            "--workspace",
            "--all-targets",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  72. 274757 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
         Compiling libc v0.2.183
         Compiling serde_core v1.0.228
         Compiling cfg-if v1.0.4
         Compiling getrandom v0.2.17
         Compiling rand_core v0.6.4
         Compiling typenum v1.20.1
         Compiling memchr v2.8.0
         Compiling serde v1.0.228
         Compiling zeroize v1.9.0
         Compiling jobserver v0.1.34
         Compiling generic-array v0.14.7
         Compiling shlex v1.3.0
         Compiling cc v1.2.57
         Compiling crypto-common v0.1.7
         Compiling subtle v2.6.1
         Compiling const-oid v0.9.6
         Compiling smallvec v1.15.1
         Compiling block-buffer v0.10.4
         Compiling regex-syntax v0.8.10
         Compiling digest v0.10.7
         Compiling aho-corasick v1.1.4
         Compiling regex-automata v0.4.14
         Compiling cpufeatures v0.2.17
         Compiling thiserror v2.0.18
         Compiling fastrand v2.3.0
         Compiling scopeguard v1.2.0
         Compiling lock_api v0.4.14
         Compiling parking_lot_core v0.9.12
         Compiling parking_lot v0.12.5
         Compiling stable_deref_trait v1.2.1
         Compiling bitflags v2.11.0
         Compiling typeid v1.0.3
         Compiling erased-serde v0.4.10
         Compiling tinyvec_macros v0.1.1
         Compiling gix-trace v0.1.21
         Compiling itoa v1.0.17
         Compiling tinyvec v1.11.0
         Compiling bstr v1.12.1
         Compiling gix-validate v0.11.1
         Compiling serde_fmt v1.1.0
         Compiling hashbrown v0.16.1
         Compiling value-bag-serde1 v1.12.0
         Compiling gix-path v0.12.0
         Compiling unicode-normalization v0.1.25
         Compiling byteorder v1.5.0
         Compiling gix-utils v0.3.2
         Compiling value-bag v1.12.0
         Compiling crc32fast v1.5.0
         Compiling same-file v1.0.6
         Compiling walkdir v2.5.0
         Compiling log v0.4.29
         Compiling prodash v31.0.0
         Compiling zlib-rs v0.6.5
         Compiling hash32 v0.3.1
         Compiling heapless v0.8.0
         Compiling libm v0.2.16
         Compiling getrandom v0.4.3
         Compiling linux-raw-sys v0.12.1
         Compiling gix-features v0.48.0
         Compiling rustix v1.1.4
         Compiling num-traits v0.2.19
         Compiling faster-hex v0.10.0
         Compiling sha1 v0.10.6
         Compiling sha1-checked v0.10.0
         Compiling zerocopy v0.8.42
         Compiling equivalent v1.0.2
         Compiling indexmap v2.13.0
         Compiling gix-hash v0.25.0
         Compiling zmij v1.0.21
         Compiling once_cell v1.21.4
         Compiling serde_json v1.0.149
         Compiling block-padding v0.3.3
         Compiling ref-cast v1.0.25
         Compiling inout v0.1.4
         Compiling sha2 v0.10.9
         Compiling dyn-clone v1.0.20
         Compiling libz-sys v1.1.25
         Compiling cipher v0.4.4
         Compiling ppv-lite86 v0.2.21
         Compiling tempfile v3.27.0
         Compiling libgit2-sys v0.18.4+1.9.3
         Compiling der v0.7.10
         Compiling spin v0.9.9
         Compiling lazy_static v1.5.0
         Compiling schemars v1.2.1
         Compiling rand_chacha v0.3.1
         Compiling rand v0.8.5
         Compiling num-integer v0.1.46
         Compiling hmac v0.12.1
         Compiling universal-hash v0.5.1
         Compiling opaque-debug v0.3.1
         Compiling spki v0.7.3
         Compiling signature v2.2.0
         Compiling ff v0.13.1
         Compiling base16ct v0.2.0
         Compiling sec1 v0.7.3
         Compiling group v0.13.0
         Compiling crypto-bigint v0.5.5
         Compiling elliptic-curve v0.13.8
         Compiling num-iter v0.1.45
         Compiling aead v0.5.2
         Compiling signature v1.6.4
         Compiling const-str v0.4.3
         Compiling data-encoding v2.10.0
         Compiling data-encoding-macro v0.1.19
         Compiling base256emoji v1.0.2
         Compiling ed25519 v1.5.3
         Compiling poly1305 v0.8.0
         Compiling rfc6979 v0.4.0
         Compiling qcheck v1.0.0
         Compiling chacha20 v0.9.1
         Compiling gix-error v0.2.3
         Compiling base-x v0.2.11
         Compiling amplify_num v0.5.3
         Compiling ascii v1.1.0
         Compiling amplify v4.9.0
         Compiling multibase v0.9.2
         Compiling ecdsa v0.16.9
         Compiling ec25519 v0.1.0
         Compiling primeorder v0.13.6
         Compiling polyval v0.6.2
         Compiling base64ct v1.8.3
         Compiling pem-rfc7468 v0.7.0
         Compiling ghash v0.5.1
         Compiling cyphergraphy v0.3.1
         Compiling pkcs8 v0.10.2
         Compiling pbkdf2 v0.12.2
         Compiling aes v0.8.4
         Compiling ctr v0.9.2
         Compiling sqlite3-src v0.7.0
         Compiling radicle-git-ref-format v0.2.0 (/ci/src/crates/radicle-git-ref-format)
         Compiling keccak v0.1.6
         Compiling sha3 v0.10.8
         Compiling curve25519-dalek v4.1.3
         Compiling git2 v0.21.0
         Compiling aes-gcm v0.10.3
         Compiling pkcs1 v0.7.5
         Compiling num-bigint-dig v0.8.6
         Compiling ssh-encoding v0.2.0
         Compiling ed25519 v2.2.3
         Compiling blowfish v0.9.1
         Compiling cbc v0.1.2
         Compiling percent-encoding v2.3.2
         Compiling base32 v0.4.0
         Compiling cypheraddr v0.4.1
         Compiling rsa v0.9.10
         Compiling ssh-cipher v0.2.0
         Compiling bcrypt-pbkdf v0.10.0
         Compiling ed25519-dalek v2.2.0
         Compiling radicle-oid v0.2.2 (/ci/src/crates/radicle-oid)
         Compiling p256 v0.13.2
         Compiling p384 v0.13.1
         Compiling p521 v0.13.3
         Compiling chacha20poly1305 v0.10.1
         Compiling noise-framework v0.4.1
         Compiling ssh-key v0.6.7
         Compiling zerofrom v0.1.6
         Compiling sqlite3-sys v0.18.0
         Compiling socks5-client v0.4.3
         Compiling secrecy v0.10.3
         Compiling yoke v0.8.1
         Compiling cyphernet v0.5.4
         Compiling sqlite v0.37.0
         Compiling ssh-agent-lib v0.6.0
         Compiling radicle-git-metadata v0.2.1 (/ci/src/crates/radicle-git-metadata)
         Compiling nonempty v0.9.0
         Compiling utf8parse v0.2.2
         Compiling anstyle-query v1.1.5
         Compiling jiff v0.2.23
         Compiling zerovec v0.11.5
         Compiling radicle-crypto v0.19.0 (/ci/src/crates/radicle-crypto)
         Compiling radicle-localtime v0.1.0 (/ci/src/crates/radicle-localtime)
         Compiling errno v0.3.14
         Compiling base64 v0.21.7
         Compiling is_terminal_polyfill v1.70.2
         Compiling anstyle v1.0.14
         Compiling gix-date v0.15.3
         Compiling colorchoice v1.0.5
         Compiling gix-actor v0.41.0
         Compiling gix-hashtable v0.15.0
         Compiling siphasher v1.0.2
         Compiling gix-object v0.60.0
         Compiling tree-sitter-language v0.1.7
         Compiling radicle-dag v0.10.0 (/ci/src/crates/radicle-dag)
         Compiling memmap2 v0.9.10
         Compiling nonempty v0.12.0
         Compiling tinystr v0.8.2
         Compiling gix-chunk v0.7.1
         Compiling litemap v0.8.1
         Compiling radicle v0.25.1 (/ci/src/crates/radicle)
         Compiling writeable v0.6.2
         Compiling icu_locale_core v2.1.1
         Compiling gix-commitgraph v0.37.0
         Compiling radicle-cob v0.21.1 (/ci/src/crates/radicle-cob)
         Compiling zerotrie v0.2.3
         Compiling radicle-core v0.4.1 (/ci/src/crates/radicle-core)
         Compiling potential_utf v0.1.4
         Compiling anstyle-parse v1.0.0
         Compiling serde-untagged v0.1.9
         Compiling bytesize v2.3.1
         Compiling dunce v1.0.5
         Compiling fast-glob v0.3.3
         Compiling anstream v1.0.0
         Compiling icu_collections v2.1.1
         Compiling icu_provider v2.1.1
         Compiling gix-revwalk v0.31.0
         Compiling gix-fs v0.21.1
         Compiling mio v1.1.1
         Compiling sem_safe v0.2.1
         Compiling simd-adler32 v0.3.8
         Compiling adler2 v2.0.1
         Compiling miniz_oxide v0.8.9
         Compiling signals_receipts v0.2.5
         Compiling gix-tempfile v23.0.0
         Compiling icu_normalizer_data v2.1.1
         Compiling icu_properties_data v2.1.2
         Compiling gix-quote v0.7.1
         Compiling unicode-segmentation v1.12.0
         Compiling icu_properties v2.1.2
         Compiling icu_normalizer v2.1.1
         Compiling either v1.15.0
         Compiling iana-time-zone v0.1.65
         Compiling shell-words v1.1.1
         Compiling gix-command v0.9.0
         Compiling chrono v0.4.44
         Compiling idna_adapter v1.2.1
         Compiling convert_case v0.10.0
         Compiling radicle-signals v0.12.1 (/ci/src/crates/radicle-signals)
         Compiling signal-hook-registry v1.4.8
         Compiling colored v2.2.0
         Compiling utf8_iter v1.0.4
         Compiling idna v1.1.0
         Compiling signal-hook v0.3.18
         Compiling derive_more-impl v2.1.1
         Compiling gix-lock v23.0.0
         Compiling gix-url v0.36.0
         Compiling gix-config-value v0.18.0
         Compiling gix-sec v0.14.0
         Compiling gimli v0.32.3
         Compiling unicode-width v0.2.2
         Compiling addr2line v0.25.1
         Compiling gix-prompt v0.15.0
         Compiling derive_more v2.1.1
         Compiling signal-hook-mio v0.2.5
         Compiling object v0.37.3
         Compiling getrandom v0.3.4
         Compiling radicle-log v0.2.0 (/ci/src/crates/radicle-log)
         Compiling gix-traverse v0.57.0
         Compiling gix-revision v0.45.0
         Compiling gix-diff v0.63.0
         Compiling anstyle-parse v0.2.7
         Compiling gix-packetline v0.21.5
         Compiling gix-glob v0.26.0
         Compiling rustc-demangle v0.1.27
         Compiling backtrace v0.3.76
         Compiling thiserror v1.0.69
         Compiling gix-refspec v0.41.0
         Compiling gix-transport v0.57.0
         Compiling anstream v0.6.21
         Compiling gix-pack v0.70.0
         Compiling arc-swap v1.9.1
         Compiling crossterm v0.29.0
         Compiling gix-credentials v0.38.0
         Compiling portable-atomic v1.13.1
         Compiling console v0.16.3
         Compiling gix-shallow v0.12.0
         Compiling gix-ref v0.63.0
         Compiling gix-negotiate v0.31.0
         Compiling form_urlencoded v1.2.2
         Compiling regex v1.12.3
         Compiling tree-sitter v0.24.7
         Compiling unit-prefix v0.5.2
         Compiling indicatif v0.18.4
         Compiling gix-protocol v0.61.0
         Compiling url v2.5.8
         Compiling inquire v0.9.4
         Compiling gix-odb v0.80.0
         Compiling unicode-display-width v0.3.0
         Compiling uuid v1.22.0
         Compiling bytes v1.11.1
         Compiling snapbox-macros v1.1.0
         Compiling salsa20 v0.10.2
         Compiling strsim v0.11.1
         Compiling similar v3.1.1
         Compiling streaming-iterator v0.1.9
         Compiling clap_lex v1.1.0
         Compiling normalize-line-endings v0.3.0
         Compiling siphasher v0.3.11
         Compiling bloomy v1.2.0
         Compiling snapbox v1.2.2
         Compiling clap_builder v4.6.0
         Compiling scrypt v0.11.0
         Compiling radicle-term v0.19.1 (/ci/src/crates/radicle-term)
         Compiling radicle-fetch v0.21.1 (/ci/src/crates/radicle-fetch)
         Compiling radicle-surf v0.29.0 (/ci/src/crates/radicle-surf)
         Compiling systemd-journal-logger v2.2.2
         Compiling tree-sitter-typescript v0.23.2
         Compiling tree-sitter-css v0.23.2
         Compiling tree-sitter-go v0.23.4
         Compiling tree-sitter-rust v0.23.3
         Compiling tree-sitter-python v0.23.6
         Compiling tree-sitter-c v0.23.4
         Compiling tree-sitter-html v0.23.2
         Compiling tree-sitter-ruby v0.23.1
         Compiling tree-sitter-bash v0.23.3
         Compiling tree-sitter-md v0.3.2
         Compiling tree-sitter-toml-ng v0.6.0
         Compiling tree-sitter-json v0.24.8
         Compiling serde_spanned v1.0.4
         Compiling toml_datetime v0.7.5+spec-1.1.0
         Compiling bit-vec v0.8.0
         Compiling pin-project-lite v0.2.17
         Compiling toml_writer v1.0.7+spec-1.1.0
         Compiling tokio v1.50.0
         Compiling toml v0.9.12+spec-1.1.0
         Compiling bit-set v0.8.0
         Compiling clap v4.6.0
         Compiling crossbeam-utils v0.8.21
         Compiling rand_core v0.9.5
         Compiling sysinfo v0.37.2
         Compiling radicle-cli v0.23.0 (/ci/src/crates/radicle-cli)
         Compiling diff v0.1.13
         Compiling yansi v1.0.1
         Compiling radicle-node v0.21.1 (/ci/src/crates/radicle-node)
         Compiling pretty_assertions v1.4.1
         Compiling human-panic v2.0.6
         Compiling crossbeam-channel v0.5.15
         Compiling clap_complete v4.6.0
         Compiling structured-logger v1.0.5
         Compiling anyhow v1.0.102
         Compiling radicle-systemd v0.13.0 (/ci/src/crates/radicle-systemd)
         Compiling radicle-protocol v0.9.1 (/ci/src/crates/radicle-protocol)
         Compiling tree-sitter-highlight v0.24.7
         Compiling itertools v0.14.0
         Compiling socket2 v0.5.10
         Compiling rs-release v0.1.11
         Compiling timeago v0.4.2
         Compiling humantime v2.3.0
         Compiling lexopt v0.3.2
         Compiling wait-timeout v0.2.1
         Compiling fnv v1.0.7
         Compiling quick-error v1.2.3
         Compiling rusty-fork v0.3.1
         Compiling escargot v0.5.15
         Compiling rand_chacha v0.9.0
         Compiling rand_xorshift v0.4.0
         Compiling rand v0.9.2
         Compiling num-bigint v0.4.6
         Compiling unarray v0.1.4
         Compiling proptest v1.10.0
         Compiling num-rational v0.4.2
         Compiling num-complex v0.4.6
         Compiling env_filter v1.0.0
         Compiling borrow-or-share v0.2.4
         Compiling fluent-uri v0.3.2
         Compiling num v0.4.3
         Compiling env_logger v0.11.9
         Compiling ahash v0.8.12
         Compiling radicle-cli-test v0.14.1 (/ci/src/crates/radicle-cli-test)
         Compiling flate2 v1.1.9
         Compiling phf_shared v0.11.3
         Compiling outref v0.5.2
         Compiling radicle-remote-helper v0.18.1 (/ci/src/crates/radicle-remote-helper)
         Compiling vsimd v0.8.0
         Compiling hex-literal v1.1.0
         Compiling test-log v0.2.19
         Compiling phf v0.11.3
         Compiling referencing v0.30.0
         Compiling uuid-simd v0.8.0
         Compiling fraction v0.15.3
         Compiling fancy-regex v0.14.0
         Compiling email_address v0.2.9
         Compiling num-cmp v0.1.0
         Compiling base64 v0.22.1
         Compiling bytecount v0.6.9
         Compiling jsonschema v0.30.0
         Compiling emojis v0.6.4
         Compiling radicle-schemars v0.9.1 (/ci/src/crates/radicle-schemars)
         Compiling radicle-windows v0.1.0 (/ci/src/crates/radicle-windows)
          Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
      
  73. 274914 ms: Action succeeded: cargo_build
    - action: cargo_build
    
  74. 274914 ms: Trace: Execute action
    CargoTest(
        CargoTest,
    )
  75. 274915 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  76. 274923 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  77. 274923 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  78. 274949 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  79. 274949 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  80. 274961 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  81. 274961 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "test",
            "--offline",
            "--locked",
            "--workspace",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
                "RUSTUP_HOME": Some(
                    "/ci/deps/rustup",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
FAILURE
  1. 390780 ms: Program failed: cargo
    • Exit code: 101
    • Stdout
      running 400 tests
      test canonical::formatter::test::ascii_control_characters ... ok
      test canonical::formatter::test::ordered_nested_object ... ok
      test canonical::formatter::test::securesystemslib_asserts ... ok
      test cob::cache::migrations::_2::tests::test_migration_2 ... ok
      test cob::cache::tests::test_check_version ... ok
      test cob::cache::migrations::_2::tests::test_patch_json_deserialization ... ok
      test cob::common::test::test_color ... ok
      test cob::cache::tests::test_migrate_to ... ok
      test cob::common::test::test_title ... ok
      test cob::common::test::test_emojis ... ok
      test cob::identity::test::accepted_sibling_causes_rejection ... ok
      test cob::identity::test::accept_rejects_sibling_accept ... ok
      test cob::identity::test::cannot_redact_previously_accepted_revision ... ok
      test cob::identity::test::authorization_based_on_parent_not_current ... ok
      test cob::identity::test::concurrent_accept_before_redact_converge ... ok
      test cob::identity::test::cascading_rejections ... ok
      test cob::identity::test::concurrent_redact_and_accept_converge ... ok
      test cob::identity::test::evaluates_queued_children ... ok
      test cob::identity::test::evaluates_queued_children_with_new_delegate ... ok
      test cob::identity::test::evaluation_skips_sibling_accept_in_old_history ... ok
      test cob::identity::test::evaluation_strips_author_accept_for_sibling_creation ... ok
      test cob::identity::test::prop_json_eq_str ... ok
      test cob::identity::test::has_accepted_active_sibling_returns_true_when_sibling_accepted ... ok
      test cob::identity::test::redact_parent_cascades ... ok
      test cob::identity::test::reject_concurrent ... ok
      test cob::identity::test::remove_delegate_concurrent ... ok
      test cob::identity::test::terminal_states_concurrent ... ok
      test cob::identity::test::test_identity_cannot_redact_terminal_states ... ok
      test cob::identity::test::test_identity_redact_revision ... ok
      test cob::identity::test::test_identity_update_rejected ... ok
      test cob::identity::test::test_identity_updates ... ok
      test cob::identity::test::test_identity_updates_concurrent ... ok
      test cob::identity::test::test_identity_updates_concurrent_outdated ... ok
      test cob::identity::test::test_valid_identity ... ok
      test cob::identity::test::update_rejects_second_sibling_proposal ... ok
      test cob::issue::cache::tests::test_counts ... ok
      test cob::issue::cache::tests::test_get ... ok
      test cob::issue::cache::tests::test_is_empty ... ok
      test cob::issue::cache::tests::test_list ... ok
      test cob::issue::cache::tests::test_list_by_status ... ok
      test cob::issue::cache::tests::test_remove ... ok
      test cob::issue::test::test_concurrency ... ok
      test cob::issue::test::test_embeds ... ok
      test cob::issue::test::test_embeds_edit ... ok
      test cob::issue::test::test_invalid_actions ... ok
      test cob::issue::test::test_invalid_cob ... ok
      test cob::issue::test::test_invalid_tx ... ok
      test cob::issue::test::test_invalid_tx_reference ... ok
      test cob::issue::test::test_issue_all ... ok
      test cob::issue::test::test_issue_comment ... ok
      test cob::issue::test::test_issue_comment_redact ... ok
      test cob::issue::test::test_issue_create_and_assign ... ok
      test cob::issue::test::test_issue_create_and_change_state ... ok
      test cob::issue::test::test_issue_create_and_get ... ok
      test cob::issue::test::test_issue_create_and_reassign ... ok
      test cob::issue::test::test_issue_create_and_unassign ... ok
      test cob::issue::test::test_issue_edit ... ok
      test cob::issue::test::test_issue_edit_description ... ok
      test cob::issue::test::test_issue_label ... ok
      test cob::issue::test::test_issue_multilines ... ok
      test cob::issue::test::test_issue_react ... ok
      test cob::issue::test::test_issue_reply ... ok
      test cob::issue::test::test_issue_state_serde ... ok
      test cob::issue::test::test_ordering ... ok
      test cob::patch::actions::test::test_review_edit ... ok
      test cob::patch::cache::tests::test_counts ... ok
      test cob::identity::test::property::prop_invariants ... ok
      test cob::patch::cache::tests::test_get ... ok
      test cob::patch::cache::tests::test_is_empty ... ok
      test cob::patch::cache::tests::test_list ... ok
      test cob::patch::cache::tests::test_list_by_status ... ok
      test cob::patch::cache::tests::test_remove ... ok
      test cob::patch::encoding::review::test::test_review_deserialize_summary_migration_null_summary ... ok
      test cob::patch::encoding::review::test::test_review_deserialize_summary_migration_with_summary ... ok
      test cob::patch::encoding::review::test::test_review_deserialize_summary_migration_without_summary ... ok
      test cob::patch::encoding::review::test::test_review_deserialize_summary_v2 ... ok
      test cob::patch::encoding::review::test::test_review_summary ... ok
      test cob::patch::test::test_json ... ok
      test cob::patch::test::test_json_serialisation_target ... ok
      test cob::patch::test::test_json_serialization ... ok
      test cob::patch::test::test_merge_target_resolution ... ok
      test cob::patch::test::test_patch_create_and_get ... ok
      test cob::patch::test::test_patch_discussion ... ok
      test cob::patch::test::test_patch_merge ... ok
      test cob::patch::test::test_patch_merge_authorization_ref_formats ... ok
      test cob::patch::test::test_patch_merge_custom_destination_authorized ... ok
      test cob::patch::test::test_patch_merge_custom_destination_unauthorized ... ok
      test cob::patch::test::test_patch_redact ... ok
      test cob::patch::test::test_patch_review ... ok
      test cob::patch::test::test_patch_review_comment ... ok
      test cob::patch::test::test_patch_review_duplicate ... ok
      test cob::patch::test::test_patch_review_edit ... ok
      test cob::patch::test::test_patch_review_edit_comment ... ok
      test cob::patch::test::test_patch_review_remove_summary ... ok
      test cob::patch::test::test_patch_review_revision_redact ... ok
      test cob::patch::test::test_patch_update ... ok
      test cob::patch::test::test_reactions_json_serialization ... ok
      test cob::patch::test::test_revision_edit_redact ... ok
      test cob::patch::test::test_revision_reaction ... ok
      test cob::patch::test::test_revision_review_merge_redacted ... ok
      test cob::patch::test::test_target_branch ... ok
      test cob::stream::tests::test_all_from ... ok
      test cob::stream::tests::test_all_from_until ... ok
      test cob::stream::tests::test_all_until ... ok
      test cob::stream::tests::test_from_until ... ok
      test cob::stream::tests::test_regression_from_until ... ok
      test cob::thread::tests::prop_ordering ... ok
      test cob::thread::tests::resolve_and_unresolve_multiple_comments_in_one_operation ... ok
      test cob::thread::tests::test_comment_edit_missing ... ok
      test cob::thread::tests::test_comment_edit_redacted ... ok
      test cob::thread::tests::test_comment_redact_missing ... ok
      test cob::thread::tests::test_duplicate_comments ... ok
      test cob::thread::tests::test_edit_comment ... ok
      test cob::thread::tests::test_redact_comment ... ok
      test cob::thread::tests::test_timeline ... ok
      test git::canonical::protect::tests::refs_rad ... ok
      test git::canonical::protect::tests::refs_rad_id ... ok
      test git::canonical::protect::tests::refs_radieschen ... ok
      test git::canonical::quorum::test::merge_base_commutative ... ok
      test git::canonical::quorum::test::test_merge_bases ... ok
      test git::canonical::rules::test::canonical ... ok
      test git::canonical::rules::test::deserialization ... ok
      test git::canonical::rules::test::deserialize_extensions ... ok
      test git::canonical::rules::test::matches_exactly_curly_braces ... ok
      test git::canonical::rules::test::matches_expands_globs_appropriately ... ok
      test git::canonical::rules::test::most_specific_match_ignores_lexicographic_order ... ok
      test git::canonical::rules::test::ordering ... ok
      test git::canonical::rules::test::property::identity ... ok
      test git::canonical::rules::test::property::prefix ... ok
      test git::canonical::rules::test::property::prefix_negative ... ok
      test git::canonical::rules::test::property::suffix ... ok
      test git::canonical::rules::test::property::suffix_negative ... ok
      test git::canonical::rules::test::property::trailing_asterisk_partial_component ... ok
      test git::canonical::rules::test::roundtrip ... ok
      test git::canonical::rules::test::rule_validate_failures ... ok
      test git::canonical::rules::test::rule_validate_success ... ok
      test git::canonical::rules::test::special_branches ... ok
      test git::canonical::symbolic::test::deserialize_infinite ... ok
      test git::canonical::symbolic::test::deserialize_order ... ok
      test git::canonical::symbolic::test::deserialize_valid ... ok
      test git::canonical::symbolic::test::infinite_extend ... ok
      test git::canonical::symbolic::test::infinite_multi ... ok
      test git::canonical::symbolic::test::infinite_single ... ok
      test git::canonical::symbolic::test::reclassification_combine ... ok
      test git::canonical::symbolic::test::reclassification_combine_reverse ... ok
      test git::canonical::symbolic::test::reclassification_diamond ... ok
      test git::canonical::symbolic::test::reclassification_order_invariant ... ok
      test git::canonical::symbolic::test::reclassification_reverse_chain ... ok
      test git::canonical::symbolic::test::resolve_two_hop_chain ... ok
      test git::canonical::symbolic::test::target_classification ... ok
      test git::canonical::symbolic::test::target_classification_symbolic ... ok
      test git::canonical::symbolic::test::target_reclassification ... ok
      test git::canonical::symbolic::test::target_reclassification_commutative ... ok
      test git::canonical::tests::test_commit_quorum_fork_of_a_fork ... ok
      test git::canonical::tests::test_commit_quorum_forked_merge_commits ... ok
      test git::canonical::tests::test_commit_quorum_groups ... ok
      test git::canonical::tests::test_commit_quorum_linear ... ok
      test git::canonical::tests::test_commit_quorum_merges ... ok
      test git::canonical::tests::test_commit_quorum_single ... ok
      test git::canonical::tests::test_commit_quorum_three_way_fork ... ok
      test git::canonical::tests::test_commit_quorum_two_way_fork ... ok
      test git::canonical::tests::test_quorum_different_types ... ok
      test git::canonical::tests::test_quorum_properties ... ok
      test git::canonical::tests::test_tag_quorum ... ok
      test identity::crefs::tests::invalid_clash ... ok
      test identity::crefs::tests::invalid_clash_asterisk_name ... ok
      test identity::crefs::tests::invalid_dangling ... ok
      test identity::crefs::tests::omit_symbolic ... ok
      test identity::crefs::tests::valid ... ok
      test identity::crefs::tests::valid_asterisk_target ... ok
      test identity::did::test::test_did_encode_decode ... ok
      test identity::did::test::test_did_vectors ... ok
      test identity::doc::test::default_branch_clash ... ok
      test identity::doc::test::default_branch_without_project ... ok
      test cob::patch::cache::tests::test_find_by_revision ... ok
      test identity::doc::test::prop_encode_decode ... ok
      test identity::doc::test::test_canonical_doc ... ok
      test identity::doc::test::test_duplicate_dids ... ok
      test identity::doc::test::test_future_version_error ... ok
      test identity::doc::test::test_is_valid_version ... ok
      test identity::doc::test::test_canonical_example ... ok
      test identity::doc::test::test_not_found ... ok
      test identity::doc::test::test_parse_version ... ok
      test identity::doc::test::test_visibility_json ... ok
      test identity::doc::update::test::test_can_update_crefs ... ok
      test identity::doc::update::test::test_cannot_include_default_branch_rule ... ok
      test identity::doc::update::test::test_default_branch_rule_exists_after_verification ... ok
      test identity::project::test::test_project_name ... ok
      test node::address::store::test::skip_invalid_address_type ... ok
      test node::address::store::test::skip_mismatched_address_type ... ok
      test node::address::store::test::test_alias ... ok
      test node::address::store::test::test_disconnected ... ok
      test identity::doc::test::test_max_delegates ... ok
      test node::address::store::test::test_disconnected_ban ... ok
      test node::address::store::test::test_empty ... ok
      test node::address::store::test::test_entries_skips_unparsable_address ... ok
      test node::address::store::test::test_entries ... ok
      test node::address::store::test::test_get_none ... ok
      test node::address::store::test::test_insert_and_get ... ok
      test node::address::store::test::test_insert_and_remove ... ok
      test node::address::store::test::test_insert_and_update ... ok
      test node::address::store::test::test_insert_duplicate ... ok
      test node::address::store::test::test_remove_nothing ... ok
      test node::command::test::command_result ... ok
      test node::address::store::test::test_node_aliases ... ok
      test node::config::test::deserialize_migrating_scope ... ok
      test node::config::test::fetch_level_min ... ok
      test node::config::test::onion_null ... ok
      test node::config::test::onion_absent ... ok
      test node::config::test::partial ... ok
      test node::config::test::regression_ipv6_address_brackets ... ok
      test node::config::test::regression_ipv6_address_no_brackets ... ok
      test node::config::test::serialize_migrating_scope ... ok
      test node::config::test::user_agent_custom ... ok
      test node::config::test::user_agent_default ... ok
      test node::config::test::user_agent_default_explicit ... ok
      test node::config::test::user_agent_opt_out ... ok
      test node::db::config::test::database_config_valid_combinations ... ok
      test node::db::config::test::invalid ... ok
      test node::db::test::migration_8::dns_address_starting_with_bracket_but_missing_closing_bracket_colon_is_unaffected ... ok
      test node::db::test::migration_8::all_ipv6_formatted_dns_addresses_are_retyped ... ok
      test node::db::test::migration_8::dns_address_with_bracket_not_at_start_is_unaffected ... ok
      test node::db::test::migration_8::ipv4_address_is_unaffected ... ok
      test node::db::test::migration_8::ipv6_formatted_dns_address_is_deleted_when_correct_ipv6_row_already_exists ... ok
      test node::db::test::migration_8::ipv6_formatted_dns_address_is_retyped_to_ipv6 ... ok
      test node::db::test::migration_8::migration_applies_to_all_nodes ... ok
      test node::db::test::migration_8::plain_dns_hostname_without_brackets_is_unaffected ... ok
      test node::db::test::migration_8::retype_preserves_address_metadata ... ok
      test node::db::test::migration_9::bracketed_non_ipv6_garbage_is_deleted ... ok
      test node::db::test::migration_9::dns_row_is_unaffected_even_when_inner_part_has_no_colon ... ok
      test node::db::test::migration_9::empty_brackets_ipv6_row_is_deleted ... ok
      test node::db::test::migration_9::full_ipv6_address_is_kept ... ok
      test node::db::test::migration_9::loopback_address_is_kept ... ok
      test node::db::test::migration_9::ipv4_row_is_unaffected ... ok
      test node::db::test::migration_9::unspecified_address_is_kept ... ok
      test node::db::test::test_version ... ok
      test node::features::test::test_operations ... ok
      test node::notifications::store::test::test_clear ... ok
      test node::notifications::store::test::test_branch_notifications ... ok
      test node::notifications::store::test::test_counts_by_repo ... ok
      test node::notifications::store::test::test_cob_notifications ... ok
      test node::notifications::store::test::test_duplicate_notifications ... ok
      test node::notifications::store::test::test_notification_status ... ok
      test node::policy::store::test::test_follow_and_unfollow_node ... ok
      test node::policy::store::test::test_node_policies ... ok
      test node::policy::store::test::test_node_aliases ... ok
      test node::policy::store::test::test_repo_policies ... ok
      test node::policy::store::test::test_node_policy ... ok
      test node::policy::store::test::test_repo_policy ... ok
      test node::policy::store::test::test_seed_and_unseed_repo ... ok
      test node::policy::store::test::test_update_scope ... ok
      test node::policy::store::test::test_update_alias ... ok
      test node::refs::store::test::test_count ... ok
      test node::refs::store::test::test_set_and_get ... ok
      test node::refs::store::test::test_set_and_delete ... ok
      test node::routing::test::test_count ... ok
      test node::routing::test::test_entries ... ok
      test node::routing::test::test_insert_and_get_resources ... ok
      test node::routing::test::test_insert_and_get ... ok
      test node::routing::test::test_insert_and_remove ... ok
      test node::routing::test::test_insert_duplicate ... ok
      test node::routing::test::test_insert_existing_updated_time ... ok
      test node::routing::test::test_len ... ok
      test node::routing::test::test_remove_many ... ok
      test node::routing::test::test_remove_redundant ... ok
      test node::routing::test::test_update_existing_multi ... ok
      test node::sync::announce::test::all_synced_nodes_are_preferred_seeds ... ok
      test node::sync::announce::test::announcer_adapts_target_to_reach ... ok
      test node::sync::announce::test::announcer_preferred_seeds_or_replica_factor ... ok
      test node::routing::test::test_prune ... ok
      test node::sync::announce::test::announcer_reached_max_replication_target ... ok
      test node::sync::announce::test::announcer_reached_min_replication_target ... ok
      test node::sync::announce::test::announcer_reached_preferred_seeds ... ok
      test node::sync::announce::test::announcer_synced_with_unknown_node ... ok
      test node::sync::announce::test::announcer_with_replication_factor_zero_and_preferred_seeds ... ok
      test node::sync::announce::test::announcer_timed_out ... ok
      test node::sync::announce::test::cannot_construct_announcer ... ok
      test node::sync::announce::test::construct_node_appears_in_multiple_input_sets ... ok
      test node::sync::announce::test::construct_only_preferred_seeds_provided ... ok
      test node::sync::announce::test::invariant_progress_should_match_state ... ok
      test node::sync::announce::test::local_node_in_multiple_sets ... ok
      test node::sync::announce::test::local_node_in_preferred_seeds ... ok
      test node::sync::announce::test::local_node_in_synced_set ... ok
      test node::sync::announce::test::local_node_in_unsynced_set ... ok
      test node::sync::announce::test::local_node_only_in_all_sets_results_in_no_seeds_error ... ok
      test node::sync::announce::test::preferred_seeds_already_synced ... ok
      test node::sync::announce::test::synced_with_local_node_is_ignored ... ok
      test node::sync::announce::test::synced_with_same_node_multiple_times ... ok
      test node::sync::announce::test::timed_out_after_reaching_success ... ok
      test node::sync::fetch::test::all_nodes_are_candidates ... ok
      test node::sync::fetch::test::all_nodes_are_fetchable ... ok
      test node::sync::fetch::test::ignores_duplicates_and_local_node ... ok
      test node::sync::fetch::test::could_not_reach_target ... ok
      test node::sync::fetch::test::preferred_seeds_target_returned_over_replicas ... ok
      test node::sync::fetch::test::reaches_target_of_max_replicas ... ok
      test node::sync::fetch::test::reaches_target_of_preferred_seeds ... ok
      test node::sync::test::ensure_replicas_construction ... ok
      test node::sync::test::replicas_constrain_to ... ok
      test node::test::test_address ... ok
      test node::test::test_alias ... ok
      test node::test::test_command_result ... ok
      test node::test::test_user_agent ... ok
      test node::timestamp::tests::test_timestamp_max ... ok
      test node::sync::fetch::test::reaches_target_of_replicas ... ok
      test profile::test::canonicalize_home ... ok
      test profile::test::test_config ... ok
      test rad::tests::test_checkout ... ok
      test rad::tests::test_fork ... ok
      test rad::tests::test_init ... ok
      test storage::git::tests::test_references_of ... ok
      test storage::git::tests::test_sign_refs ... ok
      test storage::git::transport::local::url::test::test_url_parse ... ok
      test storage::git::transport::local::url::test::test_url_to_string ... ok
      test storage::git::transport::remote::url::test::test_url_parse ... ok
      test profile::config::test::schema ... ok
      test storage::refs::sigrefs::git::properties::idempotent_write ... ok
      test storage::refs::sigrefs::git::properties::initial_commit_roundtrip ... ok
      test storage::refs::sigrefs::property::idempotent ... ok
      test storage::refs::sigrefs::git::properties::chain_roundtrip ... ok
      test storage::refs::sigrefs::read::test::commit_reader::identity_root_error ... ok
      test storage::refs::sigrefs::read::test::commit_reader::missing_commit ... ok
      test storage::refs::sigrefs::read::test::commit_reader::read_ok ... ok
      test storage::refs::sigrefs::read::test::commit_reader::too_many_parents ... ok
      test storage::refs::sigrefs::read::test::commit_reader::tree_error ... ok
      test storage::refs::sigrefs::read::test::identity_root_reader::doc_blob_error ... ok
      test storage::refs::sigrefs::read::test::identity_root_reader::missing_identity ... ok
      test storage::refs::sigrefs::read::test::identity_root_reader::read_ok_none ... ok
      test storage::refs::sigrefs::read::test::identity_root_reader::read_ok_some ... ok
      test storage::refs::sigrefs::read::test::resolve_tip::find_reference_error ... ok
      test storage::refs::sigrefs::read::test::resolve_tip::missing_sigrefs ... ok
      test storage::refs::sigrefs::read::test::resolve_tip::resolve_tip_ok ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::detect_parent::root_without_parent ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::detect_parent::root_without_root ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::parent ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::restore ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::root ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::root_with_parent ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::head_commit_error ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::head_verify_mismatched_identity_error ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::head_verify_signature_error ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::invalid_parent ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_no_parent ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_parent ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_root ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::replay::alternating ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::replay::chain ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::replay::multiple ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::replay::root_at_head ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::single_commit ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::two_commits ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::walk_commit_error ... ok
      test storage::refs::sigrefs::read::test::signed_refs_reader::walk_verify_error ... ok
      test storage::refs::sigrefs::read::test::tree_reader::missing_both ... ok
      test storage::refs::sigrefs::read::test::tree_reader::missing_refs ... ok
      test storage::refs::sigrefs::read::test::tree_reader::missing_signature ... ok
      test storage::refs::sigrefs::read::test::tree_reader::parse_refs_error ... ok
      test storage::refs::sigrefs::read::test::tree_reader::parse_signature_error ... ok
      test storage::refs::sigrefs::read::test::tree_reader::read_ok ... ok
      test storage::refs::sigrefs::read::test::tree_reader::read_refs_error ... ok
      test storage::refs::sigrefs::read::test::tree_reader::read_signature_error ... ok
      test storage::refs::sigrefs::write::test::commit_writer::tree_error ... ok
      test storage::refs::sigrefs::write::test::commit_writer::write_commit_error ... ok
      test storage::refs::sigrefs::write::test::commit_writer::write_empty_refs ... ok
      test storage::refs::sigrefs::write::test::commit_writer::write_root_ok ... ok
      test storage::refs::sigrefs::write::test::commit_writer::write_with_parent_ok ... ok
      test storage::refs::sigrefs::write::test::head_reader::no_head ... ok
      test storage::refs::sigrefs::write::test::head_reader::read_ok ... ok
      test storage::refs::sigrefs::write::test::head_reader::reference_error ... ok
      test storage::refs::sigrefs::write::test::head_reader::refs_blob_error ... ok
      test storage::refs::sigrefs::write::test::head_reader::refs_blob_missing ... ok
      test storage::refs::sigrefs::write::test::head_reader::refs_parse_error ... ok
      test storage::refs::sigrefs::write::test::head_reader::signature_blob_error ... ok
      test storage::refs::sigrefs::write::test::head_reader::signature_blob_missing ... ok
      test storage::refs::sigrefs::write::test::head_reader::signature_parse_error ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::commit_error ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::head_error ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::never_write_rad_sigrefs ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::reference_error ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::unchanged ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::unchanged_force_writes_new_commit ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::write_empty_refs ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::write_root_ok ... ok
      test storage::refs::sigrefs::write::test::signed_refs_writer::write_with_parent_ok ... ok
      test storage::refs::sigrefs::write::test::tree_writer::sign_error ... ok
      test storage::refs::sigrefs::write::test::tree_writer::write_ok ... ok
      test storage::refs::sigrefs::write::test::tree_writer::write_tree_error ... ok
      test storage::refs::tests::prop_canonical_roundtrip ... ok
      test storage::refs::tests::test_rid_verification ... ok
      test storage::tests::test_storage ... ok
      test test::assert::test::assert_with_message ... ok
      test test::assert::test::test_assert_no_move ... ok
      test test::assert::test::test_assert_panic_0 - should panic ... ok
      test test::assert::test::test_assert_panic_1 - should panic ... ok
      test test::assert::test::test_assert_panic_2 - should panic ... ok
      test test::assert::test::test_assert_succeed ... ok
      test test::assert::test::test_panic_message ... ok
      test version::test::test_version ... ok
      test web::test::description_only ... ok
      test web::test::pinned_empty ... ok
      test storage::refs::sigrefs::property::roundtrip ... ok
      
      test result: ok. 400 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.29s
      
      
      running 48 tests
      test commands::block::args::test::should_not_parse ... ok
      test commands::block::args::test::should_parse_nid ... ok
      test commands::block::args::test::should_parse_rid ... ok
      test commands::clone::args::test::should_parse_rid_non_urn ... ok
      test commands::clone::args::test::should_parse_rid_url ... ok
      test commands::clone::args::test::should_parse_rid_urn ... ok
      test commands::cob::args::test::should_allow_log_json_format ... ok
      test commands::cob::args::test::should_allow_show_json_format ... ok
      test commands::cob::args::test::should_allow_log_pretty_format ... ok
      test commands::cob::args::test::should_allow_update_json_format ... ok
      test commands::cob::args::test::should_not_allow_show_pretty_format ... ok
      test commands::fork::args::test::should_not_parse_rid_url ... ok
      test commands::cob::args::test::should_not_allow_update_pretty_format ... ok
      test commands::fork::args::test::should_parse_rid_non_urn ... ok
      test commands::fork::args::test::should_parse_rid_urn ... ok
      test commands::id::args::test::should_not_parse_into_payload - should panic ... ok
      test commands::id::args::test::should_not_clobber_payload_args ... ok
      test commands::id::args::test::should_not_parse_single_payload ... ok
      test commands::id::args::test::should_not_parse_single_payloads ... ok
      test commands::id::args::test::should_parse_into_payload ... ok
      test commands::id::args::test::should_parse_single_payload ... ok
      test commands::id::args::test::should_parse_multiple_payloads ... ok
      test commands::init::args::test::should_not_parse_rid_url ... ok
      test commands::init::args::test::should_parse_rid_non_urn ... ok
      test commands::inspect::test::test_tree ... ok
      test commands::init::args::test::should_parse_rid_urn ... ok
      test commands::patch::review::builder::tests::test_review_comments_basic ... ok
      test commands::patch::review::builder::tests::test_review_comments_before ... ok
      test commands::patch::review::builder::tests::test_review_comments_multiline ... ok
      test commands::patch::review::builder::tests::test_review_comments_split_hunk ... ok
      test commands::publish::args::test::should_not_parse_rid_url ... ok
      test commands::publish::args::test::should_parse_rid_non_urn ... ok
      test commands::publish::args::test::should_parse_rid_urn ... ok
      test git::ddiff::tests::diff_encode_decode_ddiff_hunk ... ok
      test git::pretty_diff::test::test_pretty ... ignored
      test commands::watch::args::test::should_parse_ref_str ... ok
      test git::test::test_version_from_str ... ok
      test git::test::test_version_ord ... ok
      test git::unified_diff::test::test_diff_content_encode_decode_content ... ok
      test terminal::args::test::should_not_parse ... ok
      test terminal::args::test::should_parse_nid ... ok
      test git::unified_diff::test::test_diff_encode_decode_diff ... ok
      test terminal::args::test::should_parse_rid ... ok
      test terminal::format::test::test_bytes ... ok
      test terminal::format::test::test_strip_comments ... ok
      test terminal::patch::test::test_edit_display_message ... ok
      test terminal::patch::test::test_create_display_message ... ok
      test terminal::patch::test::test_update_display_message ... ok
      
      test result: ok. 47 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
      
      
      running 0 tests
      
      test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
      
      
      running 126 tests
      test commands::clone::rad_clone ... ok
      test commands::checkout::rad_checkout ... ok
      test commands::clone::rad_clone_bare ... ok
      test commands::clone::rad_clone_connect ... ok
      test commands::clone::rad_clone_all ... ok
      test commands::clone::rad_clone_directory ... ok
      test commands::clone::rad_clone_partial_fail ... ok
      test commands::clone::rad_clone_unknown ... ok
      test commands::clone::test_clone_without_seeds ... ok
      test commands::cob::rad_cob_log ... ok
      test commands::clone::rad_clone_scope ... ok
      test commands::cob::rad_cob_migrate ... ok
      test commands::cob::rad_cob_multiset ... ok
      test commands::cob::rad_cob_operations ... ok
      test commands::cob::rad_cob_show ... ok
      test commands::cob::rad_cob_update_identity ... ok
      test commands::cob::rad_cob_update ... ok
      test commands::cob::test_cob_deletion ... ok
      test commands::cob::test_cob_replication ... ok
      test commands::git::git_push_amend ... ok
      test commands::git::git_push_and_fetch ... FAILED
      test commands::git::git_push_canonical_lightweight_tags ... ok
      test commands::git::git_push_canonical ... ok
      test commands::git::git_push_diverge ... ok
      test commands::git::git_push_converge ... ok
      test commands::git::git_push_force_with_lease ... ok
      test commands::git::git_tag ... ok
      test commands::git::git_push_rollback ... ok
      test commands::id::rad_id_collaboration ... ignored, slow
      test commands::id::rad_id ... ok
      test commands::id::rad_id_conflict ... ok
      test commands::id::rad_id_private ... ok
      test commands::id::rad_id_multi_delegate ... ok
      test commands::id::rad_id_threshold ... ok
      test commands::id::rad_id_threshold_soft_fork ... ok
      test commands::id::rad_id_unknown_field ... ok
      test commands::id::rad_id_unauthorized_delegate ... ok
      test commands::id::rad_id_update_delete_field ... ok
      test commands::init::rad_init ... ignored, part of many other tests
      test commands::init::rad_init_bare ... ok
      test commands::init::rad_init_detached_head ... ok
      test commands::init::rad_init_existing ... ok
      test commands::init::rad_init_existing_bare ... ok
      test commands::init::rad_init_no_git ... ok
      test commands::init::rad_init_no_seed ... ok
      test commands::init::rad_init_private ... ok
      test commands::inbox::rad_inbox ... ok
      test commands::init::rad_init_private_clone ... ok
      test commands::init::rad_init_private_no_seed ... ok
      test commands::init::rad_init_private_clone_seed ... ok
      test commands::init::rad_init_private_seed ... ok
      test commands::init::rad_init_sync_not_connected ... ok
      test commands::init::rad_init_sync_preferred ... ok
      test commands::init::rad_init_sync_and_clone ... ok
      test commands::init::rad_init_with_existing_remote ... ok
      test commands::init::rad_init_sync_timeout ... ok
      test commands::init::rad_publish ... ok
      test commands::issue::rad_issue ... ok
      test commands::jj::rad_jj_bare ... ignored, the bare repository does not have a `rad` remote, and so it cannot determine the RID of the repository
      test commands::jj::rad_jj_colocated_patch ... ok
      test commands::issue::rad_issue_list ... ok
      test commands::node::rad_node_connect ... ok
      test commands::node::rad_node_connect_without_address ... ok
      test commands::patch::rad_merge_after_update ... ok
      test commands::patch::rad_merge_no_ff ... ok
      test commands::node::rad_node ... ok
      test commands::patch::rad_merge_via_push ... ok
      test commands::patch::rad_patch_ahead_behind ... ok
      test commands::patch::rad_patch ... ok
      test commands::patch::rad_patch_checkout ... ok
      test commands::patch::rad_patch_change_base ... ok
      test commands::patch::rad_patch_checkout_revision ... ok
      test commands::patch::rad_patch_checkout_force ... ok
      test commands::patch::rad_patch_detached_head ... ok
      test commands::patch::rad_patch_diff ... ok
      test commands::patch::rad_patch_draft ... ok
      test commands::patch::rad_patch_delete ... ok
      test commands::patch::rad_patch_edit ... ok
      test commands::patch::rad_patch_fetch_2 ... ok
      test commands::patch::rad_patch_fetch_1 ... ok
      test commands::patch::rad_patch_magic_push ... ok
      test commands::patch::rad_patch_merge_draft ... ok
      test commands::patch::rad_patch_merge_into_canonical_ref_branch ... ok
      test commands::patch::rad_patch_merge_on_first_push ... ok
      test commands::patch::rad_patch_merge_unauthorized_branch ... ok
      test commands::patch::rad_patch_merge_wrong_branch ... ok
      test commands::patch::rad_patch_open_explore ... ok
      test commands::patch::rad_patch_revert_custom_branch ... ok
      test commands::patch::rad_patch_revert_merge ... ok
      test commands::patch::rad_patch_review_no_options ... ok
      test commands::patch::rad_patch_update ... ok
      test commands::patch::rad_patch_via_push ... ok
      test commands::patch::rad_push_and_pull_patches ... ok
      test commands::patch::rad_review_by_hunk ... ok
      test commands::policy::rad_block ... ok
      test commands::policy::rad_seed_and_follow ... ok
      test commands::patch::rad_patch_pull_update ... ok
      test commands::policy::rad_seed_policy_allow_no_scope ... ok
      test commands::policy::rad_seed_scope ... ok
      test commands::policy::rad_seed_many ... ok
      test commands::policy::rad_unseed ... ok
      test commands::policy::rad_unseed_many ... ok
      test commands::sigpipe::config ... ok
      test commands::sigpipe::help ... ok
      test commands::sigpipe::rad_self ... ok
      test commands::remote::rad_remote ... ok
      test commands::sync::rad_sync ... ok
      test commands::sync::rad_sync_without_node ... ok
      test commands::sync::rad_fetch ... ok
      test commands::utility::framework_home ... ok
      test commands::utility::rad_auth ... ok
      test commands::utility::rad_auth_errors ... ok
      test commands::utility::rad_clean ... ok
      test commands::utility::rad_config ... ok
      test commands::utility::rad_diff ... ok
      test commands::sync::test_replication_via_seed ... ok
      test commands::utility::rad_help ... ok
      test commands::utility::rad_inspect ... ok
      test commands::utility::rad_key_mismatch ... ok
      test commands::utility::rad_self ... ok
      test commands::utility::rad_warn_ipv6 ... ok
      test commands::utility::rad_warn_old_nodes ... ok
      test commands::watch::rad_watch ... ok
      test commands::workflow::rad_workflow ... ok
      test commands::utility::rad_fork ... ok
      test rad_remote ... ok
      
      failures:
      
      ---- commands::git::git_push_and_fetch stdout ----
      1788334333 test: rad-init:6: `rad init --name heartwood --description Radicle Heartwood Protocol & Stack --no-confirm --public -v` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: rad-init:28: `rad init` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: rad-init:35: `rad ls` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: rad-init:46: `rad node inventory` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 commands::git::git_push_and_fetch      node: Opening policy database..
      1788334333 commands::git::git_push_and_fetch      node: Default seeding policy set to 'block (all)'
      1788334333 commands::git::git_push_and_fetch      node: Initializing service (Test)..
      1788334333 commands::git::git_push_and_fetch      node: Opening node database..
      1788334333 commands::git::git_push_and_fetch      node: Address book is empty. Adding bootstrap nodes..
      1788334333 commands::git::git_push_and_fetch      node: 0 nodes added to address book
      1788334333 commands::git::git_push_and_fetch   service: Init @1788334333300
      1788334333 commands::git::git_push_and_fetch   service: Empty refs database, populating from storage..
      1788334333 commands::git::git_push_and_fetch radicle_protocol::service: Migrating `rad/sigrefs` of rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to force feature level parent.
      1788334333 commands::git::git_push_and_fetch   service: Saved local sync status for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji..
      1788334333 commands::git::git_push_and_fetch   service: Adding refs announcement for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to historical gossip messages..
      1788334333 commands::git::git_push_and_fetch   service: Not enough available peers to connect to (available=0, wanted=8)
      1788334333 commands::git::git_push_and_fetch reactor-controller: Initializing reactor thread…
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        reactor: Entering reactor event loop
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           node: Listening on 127.0.0.1:37651..
      1788334333 commands::git::git_push_and_fetch      node: Binding control socket /tmp/.tmpS1ItVM/alice/.radicle/node/control.sock..
      1788334333 commands::git::git_push_and_fetch      node: Opening policy database..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <runtime>           node: Running node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi in /tmp/.tmpS1ItVM/alice/.radicle..
      1788334333 commands::git::git_push_and_fetch      node: Default seeding policy set to 'block (all)'
      1788334333 commands::git::git_push_and_fetch      node: Initializing service (Test)..
      1788334333 commands::git::git_push_and_fetch      node: Opening node database..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Control thread listening on socket..
      1788334333 commands::git::git_push_and_fetch      node: Address book is empty. Adding bootstrap nodes..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received command QueryState(..)
      1788334333 commands::git::git_push_and_fetch      node: 0 nodes added to address book
      1788334333 commands::git::git_push_and_fetch   service: Init @1788334333311
      1788334333 commands::git::git_push_and_fetch   service: Empty refs database, populating from storage..
      1788334333 commands::git::git_push_and_fetch   service: Not enough available peers to connect to (available=0, wanted=8)
      1788334333 commands::git::git_push_and_fetch reactor-controller: Initializing reactor thread…
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        reactor: Entering reactor event loop
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           node: Listening on 127.0.0.1:44183..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <signals>           node: Signal notifications channel error: receiving on a closed channel
      1788334333 commands::git::git_push_and_fetch      node: Binding control socket /tmp/.tmpS1ItVM/bob/.radicle/node/control.sock..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <runtime>           node: Running node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk in /tmp/.tmpS1ItVM/bob/.radicle..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Control thread listening on socket..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command QueryState(..)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <signals>           node: Signal notifications channel error: receiving on a closed channel
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command QueryState(..)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Connect(z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi, 127.0.0.1:37651, ConnectOptions { persistent: false, timeout: 30s })
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Connecting to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (127.0.0.1:37651)..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Attempted connection to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (127.0.0.1:37651)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Registering outbound transport for z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        reactor: Registering transport
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Outbound peer resource registered for z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Inbound connection from 127.0.0.1:46454..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Accepted inbound connection from 127.0.0.1:46454..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        reactor: Registering transport
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Inbound peer resource registered
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>      transport: Handshake with ProtocolArtifact { session: "<omitted>", state: "<omitted>" } is complete
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Session established with z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Connected to z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (127.0.0.1:46454) (Inbound)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Subscribing to messages since timestamp 1788247933326..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>      transport: Handshake with ProtocolArtifact { session: "<omitted>", state: "<omitted>" } is complete
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Session established with z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Connected to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (127.0.0.1:37651) (Outbound)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Subscribing to messages since timestamp 1788247933327..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received node announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi with 0 address(es) from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333300)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Stored announcement from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi to be broadcast in 0 millisecond(s) (t=1788334333300)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Address store entry for node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi updated at 1788334333300
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received inventory announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi with 1 item(s) from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333302)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Stored announcement from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi to be broadcast in 0 millisecond(s) (t=1788334333302)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Routing table updated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with seed z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received subscription filter from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 test: Node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi has converged
      1788334333 test: Node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk has converged
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received node announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 0 address(es) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333311)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333311)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Address store entry for node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk updated at 1788334333311
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received inventory announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 0 item(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333312)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333312)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received subscription filter from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 test: rad-clone:5: `rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji` @ /tmp/.tmpS1ItVM/bob/work
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{"command":"status"}` on control socket
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{"command":"seed","rid":"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji","scope":"followed"}` on control socket
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Seed(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, followed)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending subscription filter to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{"command":"seedsFor","rid":"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji","namespaces":["z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk"]}` on control socket
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received subscription filter from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Seeds(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Found 1 connected seed(s) and 0 disconnected seed(s) for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{"command":"session","nid":"z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi"}` on control socket
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command QueryState(..)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{"command":"fetch","rid":"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji","nid":"z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi","timeout":{"secs":9,"nanos":0},"signedReferencesMinimumFeatureLevel":null}` on control socket
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Fetch(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Starting fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetch initiated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi [outbound connected] (all remotes)..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Opened new stream with id 12 for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji and remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `open` command for stream 12 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Worker processing incoming fetch for z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk on stream 12..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>        worker: Worker processing outgoing fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>        worker: z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk cloning from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Spawning upload-pack process for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji on stream 12..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Fetched rad/id (14ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Fetched data for 1 remote(s) (31ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Fetched data refs for 0 remotes (39ms)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `end-of-file` on stream 12 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <upload-pack>     worker: Exiting upload-pack reader thread for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Sent done signal to remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Validated 1 remote(s) (40ms)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Upload pack finished (52ms)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Upload process on stream 12 exited with result Ok(())
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Stream 12 of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk closing with 0 byte(s) sent and 0 byte(s) received
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Peer z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from us successfully
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Received `close` command for stream 12 from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Stream 12 of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi closed with 0 byte(s) sent and 0 byte(s) received
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Applied updates (40ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch: Finished clone of rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (55ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>       storage: Obtained identity COB root commit '0656c217f917c3e06234771e9ecae53aba5e173e' via reference 'refs/rad/root' in namespace of founder 'did:key:z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi' of identity document 'rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji'.
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>       storage: Setting ref: refs/rad/id -> 0656c217f917c3e06234771e9ecae53aba5e173e
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi successfully
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..0656c21 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/id for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..55be805 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/sigrefs for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..0656c21 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/cobs/xyz.radicle.id/0656c217f917c3e06234771e9ecae53aba5e173e for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..f2de534 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/heads/master for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..0656c21 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/root for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Updating and announcing inventory for cloned repository rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending inventory announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 1 item(s) to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333521)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333522)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received inventory announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 1 item(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333521)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333521)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Routing table updated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with seed z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333522)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333522)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji contains our own remote at 55be80540a7e9f10478fbc846913f2a6a19abe1d (t=1788334333522)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Updating sync status of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to 55be80540a7e9f10478fbc846913f2a6a19abe1d
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Skipping fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, all refs are already in storage
      1788334333 test: rad-clone:25: `cd /tmp/.tmpS1ItVM/bob/work/heartwood`..
      1788334333 test: rad-clone:26: `ls ` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334333 test: rad-clone:28: `cat README` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334333 test: rad-clone:30: `git status` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334333 test: rad-clone:40: `git branch --remotes` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334333 test: rad-clone:49: `git remote -v` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334333 test: rad-clone:59: `git log -n 1` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334333 test: rad-clone:69: `rad ls --seeded` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334333 test: git-push:2: `git checkout -b alice/1` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:3: `git commit -m Alice's commit --allow-empty -s` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:8: `git push rad HEAD:alice/1` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:16: `git commit --amend -m Alice's amended commit --allow-empty -s` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:19: `git push rad HEAD:alice/1` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:32: `git push -o no-sync rad +HEAD:alice/1` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:40: `git branch -r -vv` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:48: `git ls-remote rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi refs/heads/*` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:56: `git ls-remote rad` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 test: git-push:62: `rad sync --announce` @ /tmp/.tmpS1ItVM/alice/work
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{"command":"status"}` on control socket
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{"command":"seedsFor","rid":"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji","namespaces":["z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi"]}` on control socket
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received command Seeds(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Found 1 connected seed(s) and 1 disconnected seed(s) for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{"command":"subscribe"}` on control socket
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{"command":"announceRefsFor","rid":"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji","namespaces":["z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi"]}` on control socket
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received command AnnounceRefs(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Announcing refs rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi @ 16651be0b4e2f69fdafb27d29c12844578159d61 to peers (t=1788334333844)..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Saved local sync status for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji..
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Sending refs announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) to z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333844)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received refs announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333844)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Stored announcement from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi to be broadcast in 0 millisecond(s) (t=1788334333844)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Starting fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetch initiated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi [outbound connected] (1 remote(s))..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Opened new stream with id 20 for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji and remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>        worker: Worker processing outgoing fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `open` command for stream 20 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Worker processing incoming fetch for z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk on stream 20..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>        worker: z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk pulling from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Spawning upload-pack process for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji on stream 20..
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Fetched rad/id (1ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Fetched data for 1 remote(s) (7ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Fetched data refs for 0 remotes (11ms)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `end-of-file` on stream 20 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <upload-pack>     worker: Exiting upload-pack reader thread for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Sent done signal to remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Upload pack finished (15ms)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Upload process on stream 20 exited with result Ok(())
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Stream 20 of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk closing with 0 byte(s) sent and 0 byte(s) received
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Peer z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from us successfully
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Received `close` command for stream 20 from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Stream 20 of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi closed with 0 byte(s) sent and 0 byte(s) received
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Validated 1 remote(s) (12ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Applied updates (12ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch: Finished pull of rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji (17ms)
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>       storage: Obtained identity COB root commit '0656c217f917c3e06234771e9ecae53aba5e173e' via reference 'refs/rad/root' in namespace of founder 'did:key:z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi' of identity document 'rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji'.
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>       storage: Setting ref: refs/rad/id -> 0656c217f917c3e06234771e9ecae53aba5e173e
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi successfully
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: ~ 55be805..16651be refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/sigrefs for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..145e1e6 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/heads/alice/1 for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
      1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333870)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333870)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333870)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji contains our own remote at 16651be0b4e2f69fdafb27d29c12844578159d61 (t=1788334333870)
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Updating sync status of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to 16651be0b4e2f69fdafb27d29c12844578159d61
      1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Skipping fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, all refs are already in storage
      1788334333 test: git-push:69: `git push rad :master` @ /tmp/.tmpS1ItVM/alice/work
      1788334334 test: git-push:77: `git push -o alien rad HEAD:alice/2` @ /tmp/.tmpS1ItVM/alice/work
      1788334334 test: git-push:84: `git commit -m Something good --allow-empty -s` @ /tmp/.tmpS1ItVM/alice/work
      1788334334 test: git-push:88: `git push -o no-sync rad ddcc1f164eacfd7dba41da9bff3261da3ee79fd3:refs/heads/alice/2` @ /tmp/.tmpS1ItVM/alice/work
      1788334334 test: git-fetch:2: `cd /tmp/.tmpS1ItVM/bob/work/heartwood`..
      1788334334 test: git-fetch:3: `git branch -r` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334334 test: git-fetch:9: `git ls-remote alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi refs/heads/*` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334334 test: git-fetch:15: `git fetch alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      1788334334 test: git-fetch:21: `git branch -r` @ /tmp/.tmpS1ItVM/bob/work/heartwood
      
      thread 'commands::git::git_push_and_fetch' (24046) panicked at crates/radicle-cli-test/src/lib.rs:504:36:
      
      --- Expected
      ++++ actual:   stdout
         1      -   alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/HEAD -> alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/master
         2    1 |   alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/alice/1
         3    2 |   alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/master
         4    3 |   rad/master
      
      
      
      note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
      1788334334 test: Node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk shutting down..
      1788334334 commands::git::git_push_and_fetch reactor::controller: Initiating reactor shutdown…
      1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        reactor: Shutdown
      1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{"command":"shutdown"}` on control socket
      1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Shutdown requested..
      1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <runtime>           pool: Worker pool shutting down..
      1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <runtime>           node: Node shutdown completed for z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
      1788334334 test: Node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi shutting down..
      1788334334 commands::git::git_push_and_fetch reactor::controller: Initiating reactor shutdown…
      1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{"command":"shutdown"}` on control socket
      1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Shutdown requested..
      1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        reactor: Shutdown
      1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <runtime>           pool: Worker pool shutting down..
      1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <runtime>           node: Node shutdown completed for z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
      
      
      failures:
          commands::git::git_push_and_fetch
      
      test result: FAILED. 122 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out; finished in 107.94s
      
      
    • Stderr
          Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
           Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle-e47768bfcd5fead6)
           Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_cli-e8faa9d4df84ef8e)
           Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/rad-e1560454338e8751)
           Running tests/commands.rs (/ci/cache/cargo-target/debug/deps/commands-c25c35cfc2429612)
      error: test failed, to rerun pass `-p radicle-cli --test commands`
      
  2. 391687 ms: Action failed: cargo_test
    - action: cargo_test
    
  3. 391688 ms: Executor ends in failure
    • Exit code: 1
Console log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
  Booting `Debian GNU/Linux'

Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 13 (trixie)!

[  OK  ] Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[  OK  ] Created slice user.slice - User and Session Slice.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
         Expecting device dev-ttyS0.device - /dev/ttyS0...
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target remote-fs.target - Remote File Systems.
[  OK  ] Reached target slices.target - Slice Units.
[  OK  ] Reached target swap.target - Swaps.
[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[  OK  ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald.socket - Journal Sockets.
[  OK  ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
         Mounting dev-hugepages.mount - Huge Pages File System...
         Mounting dev-mqueue.mount - POSIX Message Queue File System...
         Mounting run-lock.mount - Legacy Locks Directory /run/lock...
         Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting tmp.mount - Temporary Directory /tmp...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...
         Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting modprobe@drm.service - Load Kernel Module drm...
         Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
         Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting systemd-journald.service - Journal Service...
         Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-network-generator…k Units from Kernel Command Line...
         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
         Starting systemd-udev-load-credent…Load udev Rules from Credentials...
         Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[  OK  ] Started systemd-journald.service - Journal Service.
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[  OK  ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@drm.service - Load Kernel Module drm.
[  OK  ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-sysusers.service - Create System Users.
         Starting systemd-resolved.service - Network Name Resolution...
         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Set up automount efi.automount - EFI System Partition Automount.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.
         Starting systemd-binfmt.service - Set Up Additional Binary Formats...
         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  OK  ] Started systemd-resolved.service - Network Name Resolution.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
         Starting ldconfig.service - Rebuild Dynamic Linker Cache...
         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
         Starting systemd-networkd.service - Network Configuration...
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-networkd.service - Network Configuration.
[  OK  ] Reached target network.target - Network.
         Starting ssh.service - OpenBSD Secure Shell server...
         Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Started getty@tty1.service - Getty on tty1.
[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Reached target getty.target - Login Prompts.
[  OK  ] Started ssh.service - OpenBSD Secure Shell server.

Debian GNU/Linux 13 ambient-dev ttyS0

ambient-dev login: [  OK  ] Stopped ambient.service - Run build job for Ambient CI.
[  OK  ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Stopped target getty.target - Login Prompts.
[  OK  ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Stopped target timers.target - Timer Units.
[  OK  ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Stopped apt-daily.timer - Daily apt download activities.
[  OK  ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Stopped man-db.timer - Daily man-db regeneration.
[  OK  ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
         Stopping dbus.service - D-Bus System Message Bus...
         Stopping getty@tty1.service - Getty on tty1...
         Stopping serial-getty@ttyS0.service - Serial Getty on ttyS0...
         Stopping ssh.service - OpenBSD Secure Shell server...
         Stopping systemd-logind.service - User Login Management...
         Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
         Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[  OK  ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[  OK  ] Stopped ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Stopped dbus.service - D-Bus System Message Bus.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Removed slice system-getty.slice - Slice /system/getty.
[  OK  ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
         Stopping systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Stopped systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Stopped target basic.target - Basic System.
[  OK  ] Stopped target network.target - Network.
[  OK  ] Stopped target paths.target - Path Units.
[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Stopped target remote-fs.target - Remote File Systems.
[  OK  ] Stopped target slices.target - Slice Units.
[  OK  ] Removed slice user.slice - User and Session Slice.
[  OK  ] Stopped target sockets.target - Socket Units.
[  OK  ] Closed dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Stopped target sysinit.target - System Initialization.
         Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
         Stopping systemd-networkd.service - Network Configuration...
         Stopping systemd-resolved.service - Network Name Resolution...
[  OK  ] Stopped systemd-update-done.service - Update is Completed.
[  OK  ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[  OK  ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[  OK  ] Stopped target local-fs.target - Local File Systems.
[  OK  ] Unset automount efi.automount - EFI System Partition Automount.
[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[  400.943427] reboot: Power down
Raw run log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sr0     11:0    1   372K  0 rom  
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   5.2M  1 disk 
vdc    254:32   0  75.7M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0   100G  1 disk 
vdg    254:96   0    10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x ci/ci             0 2026-09-02 07:24 ./
-rw-r--r-- ci/ci          2228 2026-09-02 07:26 ./plan.yaml
-rwxr-xr-x ci/ci       5460288 2026-09-02 07:26 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Sep  2 07:24 .
       10   5336 -rwxr-xr-x   1 1000     1000      5460288 Sep  2 07:26 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         2228 Sep  2 07:26 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.18.0@5360d3f","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":94572343}}
{"type":"trace","title":"Set environment variable \"HOME\"","msg":"\"HOME\"=\"/root\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":103285616}}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src"},{"action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true},{"action":"shell","shell":"sed -i /components/d rust-toolchain.toml\n\n# Commit this to git so that the Debian package building doesn't\n# see changes outside the debian directory.\ngit config set user.name \"Ambient CI\"\ngit config set user.email \"ambient@example.com\"\ngit commit -m \"remove components from toolchain file\" rust-toolchain.toml\n"},{"action":"cargo_fmt"},{"action":"cargo_clippy"},{"action":"cargo_build"},{"action":"cargo_test"},{"action":"shell","shell":"# Because of a (temporary) limitation in Ambient, we need to set\n# these variables manually. Once Ambient manages environment\n# variables better, these can be deleted.\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport RUSTDOCFLAGS='-D warnings'\n\ncargo doc --workspace --no-deps --all-features\n"},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{"RUSTUP_HOME":[47,99,105,47,100,101,112,115,47,114,117,115,116,117,112]},"timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":103787212}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":103928582}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104163369}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104170912}}
{"type":"trace","title":"Set environment variable \"RUSTUP_HOME\"","msg":"\"RUSTUP_HOME\"=\"/ci/deps/rustup\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104410947}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104417384}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104658269}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104665139}}
{"type":"trace","title":"Set environment variable \"RUSTUP_HOME\"","msg":"\"RUSTUP_HOME\"=\"/ci/deps/rustup\"","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104951932}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":104959793}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":171092686}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":173804641}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":179279359}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/debian\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":181908786}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":185102977}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/rsync\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":187461174}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":190589999}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":193074020}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":198080881}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":201576212}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":204659692}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdc\",\n        directory: \"/ci/src\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":207951153}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":369223647}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdf\",\n        directory: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788333992,"nanos_since_epoch":371652456}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1788333999,"nanos_since_epoch":217880335}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788333999,"nanos_since_epoch":220249668}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":33441990}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":33497955}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":42058875}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdg\",\n        directory: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":45197295}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":50905681}}
{"type":"trace","title":"Execute action","msg":"Shell(\n    Shell {\n        shell: \"ln -sf /ci /workspace\",\n    },\n)","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":50937001}}
{"type":"trace","title":"Start program bash","msg":"Command {\n    program: \"bash\",\n    args: [\n        \"bash\",\n        \"-c\",\n        \"set -xeuo pipefail\\nln -sf /ci /workspace\\n\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":51200758}}
{"type":"program_succeeded","program_name":"bash","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":74450122}}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":74488892}}
{"type":"trace","title":"Execute action","msg":"CreateFile(\n    CreateFile {\n        filename: \"/root/.ssh/config\",\n        content: \"Host *\\nStrictHostKeyChecking accept-new\\nIdentityFile /ci/secrets/ssh_key\\n                \",\n        overwrite: true,\n    },\n)","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":74743472}}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":75338175}}
{"type":"trace","title":"Execute action","msg":"Shell(\n    Shell {\n        shell: \"sed -i /components/d rust-toolchain.toml\\n\\n# Commit this to git so that the Debian package building doesn't\\n# see changes outside the debian directory.\\ngit config set user.name \\\"Ambient CI\\\"\\ngit config set user.email \\\"ambient@example.com\\\"\\ngit commit -m \\\"remove components from toolchain file\\\" rust-toolchain.toml\\n\",\n    },\n)","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":75423136}}
{"type":"trace","title":"Start program bash","msg":"Command {\n    program: \"bash\",\n    args: [\n        \"bash\",\n        \"-c\",\n        \"set -xeuo pipefail\\nsed -i /components/d rust-toolchain.toml\\n\\n# Commit this to git so that the Debian package building doesn\\'t\\n# see changes outside the debian directory.\\ngit config set user.name \\\"Ambient CI\\\"\\ngit config set user.email \\\"ambient@example.com\\\"\\ngit commit -m \\\"remove components from toolchain file\\\" rust-toolchain.toml\\n\\n\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":75704499}}
{"type":"program_succeeded","program_name":"bash","exit_code":0,"stdout":"[detached HEAD b769965ddd] remove components from toolchain file\n 1 file changed, 1 deletion(-)\n","stderr":"+ sed -i /components/d rust-toolchain.toml\n+ git config set user.name 'Ambient CI'\n+ git config set user.email ambient@example.com\n+ git commit -m 'remove components from toolchain file' rust-toolchain.toml\n","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":418836508}}
{"type":"action_succeeded","action":"shell","shell":"sed -i /components/d rust-toolchain.toml\n\n# Commit this to git so that the Debian package building doesn't\n# see changes outside the debian directory.\ngit config set user.name \"Ambient CI\"\ngit config set user.email \"ambient@example.com\"\ngit commit -m \"remove components from toolchain file\" rust-toolchain.toml\n","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":426896640}}
{"type":"trace","title":"Execute action","msg":"CargoFmt(\n    CargoFmt,\n)","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":434858914}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":437726228}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":480669110}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":484030593}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":547260466}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":550631667}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":603107130}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"fmt\",\n        \"--check\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334012,"nanos_since_epoch":606485239}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":778905712}}
{"type":"action_succeeded","action":"cargo_fmt","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":781156258}}
{"type":"trace","title":"Execute action","msg":"CargoClippy(\n    CargoClippy,\n)","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":782874059}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":784992287}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":804894074}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":807682823}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":845851640}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":848616621}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":872252540}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--offline\",\n        \"--locked\",\n        \"--workspace\",\n        \"--all-targets\",\n        \"--no-deps\",\n        \"--\",\n        \"--deny\",\n        \"warnings\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334013,"nanos_since_epoch":875075468}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"   Compiling libc v0.2.183\n   Compiling proc-macro2 v1.0.106\n   Compiling quote v1.0.45\n   Compiling unicode-ident v1.0.24\n   Compiling syn v2.0.117\n   Compiling serde_core v1.0.228\n    Checking cfg-if v1.0.4\n   Compiling serde v1.0.228\n   Compiling version_check v0.9.5\n    Checking getrandom v0.2.17\n    Checking rand_core v0.6.4\n   Compiling generic-array v0.14.7\n    Checking typenum v1.20.1\n    Checking memchr v2.8.0\n   Compiling jobserver v0.1.34\n   Compiling serde_derive v1.0.228\n   Compiling shlex v1.3.0\n   Compiling find-msvc-tools v0.1.9\n   Compiling cc v1.2.57\n    Checking subtle v2.6.1\n    Checking const-oid v0.9.6\n    Checking smallvec v1.15.1\n    Checking regex-syntax v0.8.10\n    Checking zeroize v1.9.0\n    Checking aho-corasick v1.1.4\n    Checking crypto-common v0.1.7\n    Checking block-buffer v0.10.4\n    Checking digest v0.10.7\n    Checking cpufeatures v0.2.17\n   Compiling thiserror v2.0.18\n    Checking regex-automata v0.4.14\n   Compiling thiserror-impl v2.0.18\n    Checking fastrand v2.3.0\n   Compiling parking_lot_core v0.9.12\n    Checking scopeguard v1.2.0\n    Checking lock_api v0.4.14\n    Checking bstr v1.12.1\n    Checking parking_lot v0.12.5\n    Checking bitflags v2.11.0\n    Checking stable_deref_trait v1.2.1\n   Compiling typeid v1.0.3\n   Compiling erased-serde v0.4.10\n    Checking tinyvec_macros v0.1.1\n    Checking gix-trace v0.1.21\n    Checking itoa v1.0.17\n    Checking tinyvec v1.11.0\n    Checking gix-validate v0.11.1\n    Checking serde_fmt v1.1.0\n    Checking hashbrown v0.16.1\n    Checking value-bag-serde1 v1.12.0\n    Checking gix-path v0.12.0\n    Checking unicode-normalization v0.1.25\n    Checking byteorder v1.5.0\n    Checking gix-utils v0.3.2\n    Checking value-bag v1.12.0\n   Compiling crc32fast v1.5.0\n    Checking log v0.4.29\n    Checking same-file v1.0.6\n    Checking walkdir v2.5.0\n    Checking prodash v31.0.0\n    Checking zlib-rs v0.6.5\n   Compiling libm v0.2.16\n   Compiling autocfg v1.5.0\n   Compiling heapless v0.8.0\n   Compiling pkg-config v0.3.32\n    Checking gix-features v0.48.0\n   Compiling getrandom v0.4.3\n   Compiling num-traits v0.2.19\n    Checking hash32 v0.3.1\n   Compiling rustix v1.1.4\n    Checking linux-raw-sys v0.12.1\n    Checking faster-hex v0.10.0\n   Compiling zerocopy v0.8.42\n    Checking sha1 v0.10.6\n   Compiling zmij v1.0.21\n    Checking sha1-checked v0.10.0\n   Compiling serde_json v1.0.149\n    Checking equivalent v1.0.2\n    Checking indexmap v2.13.0\n    Checking gix-hash v0.25.0\n   Compiling ref-cast v1.0.25\n    Checking once_cell v1.21.4\n    Checking block-padding v0.3.3\n   Compiling ref-cast-impl v1.0.25\n    Checking inout v0.1.4\n    Checking sha2 v0.10.9\n    Checking dyn-clone v1.0.20\n   Compiling vcpkg v0.2.15\n    Checking cipher v0.4.4\n    Checking ppv-lite86 v0.2.21\n    Checking tempfile v3.27.0\n   Compiling serde_derive_internals v0.29.1\n   Compiling libz-sys v1.1.25\n   Compiling schemars_derive v1.2.1\n   Compiling libgit2-sys v0.18.4+1.9.3\n    Checking der v0.7.10\n    Checking spin v0.9.9\n    Checking lazy_static v1.5.0\n    Checking schemars v1.2.1\n    Checking rand_chacha v0.3.1\n   Compiling syn v1.0.109\n    Checking rand v0.8.5\n   Compiling tree-sitter-language v0.1.7\n    Checking num-integer v0.1.46\n    Checking hmac v0.12.1\n    Checking universal-hash v0.5.1\n    Checking opaque-debug v0.3.1\n    Checking spki v0.7.3\n    Checking signature v2.2.0\n    Checking ff v0.13.1\n    Checking base16ct v0.2.0\n    Checking sec1 v0.7.3\n    Checking group v0.13.0\n    Checking crypto-bigint v0.5.5\n   Compiling data-encoding v2.10.0\n   Compiling data-encoding-macro-internal v0.1.17\n    Checking elliptic-curve v0.13.8\n    Checking num-iter v0.1.45\n   Compiling amplify_syn v2.0.1\n    Checking aead v0.5.2\n   Compiling match-lookup v0.1.2\n    Checking signature v1.6.4\n   Compiling semver v1.0.27\n    Checking const-str v0.4.3\n    Checking base256emoji v1.0.2\n   Compiling rustc_version v0.4.1\n    Checking ed25519 v1.5.3\n    Checking data-encoding-macro v0.1.19\n   Compiling amplify_derive v4.0.1\n    Checking poly1305 v0.8.0\n    Checking rfc6979 v0.4.0\n    Checking qcheck v1.0.0\n    Checking chacha20 v0.9.1\n    Checking gix-error v0.2.3\n    Checking base-x v0.2.11\n    Checking ascii v1.1.0\n    Checking amplify_num v0.5.3\n    Checking amplify v4.9.0\n    Checking multibase v0.9.2\n    Checking ecdsa v0.16.9\n    Checking ec25519 v0.1.0\n   Compiling curve25519-dalek v4.1.3\n    Checking primeorder v0.13.6\n    Checking polyval v0.6.2\n   Compiling num-bigint-dig v0.8.6\n    Checking base64ct v1.8.3\n    Checking pem-rfc7468 v0.7.0\n    Checking ghash v0.5.1\n    Checking cyphergraphy v0.3.1\n    Checking pkcs8 v0.10.2\n    Checking pbkdf2 v0.12.2\n    Checking aes v0.8.4\n    Checking ctr v0.9.2\n   Compiling sqlite3-src v0.7.0\n    Checking radicle-git-ref-format v0.2.0 (/ci/src/crates/radicle-git-ref-format)\n   Compiling curve25519-dalek-derive v0.1.1\n   Compiling synstructure v0.13.2\n    Checking keccak v0.1.6\n    Checking sha3 v0.10.8\n    Checking git2 v0.21.0\n    Checking aes-gcm v0.10.3\n    Checking pkcs1 v0.7.5\n    Checking ssh-encoding v0.2.0\n    Checking ed25519 v2.2.3\n    Checking blowfish v0.9.1\n    Checking cbc v0.1.2\n    Checking percent-encoding v2.3.2\n    Checking base32 v0.4.0\n    Checking ssh-cipher v0.2.0\n    Checking cypheraddr v0.4.1\n    Checking bcrypt-pbkdf v0.10.0\n    Checking ed25519-dalek v2.2.0\n    Checking rsa v0.9.10\n    Checking radicle-oid v0.2.2 (/ci/src/crates/radicle-oid)\n   Compiling zerofrom-derive v0.1.6\n    Checking p256 v0.13.2\n    Checking p521 v0.13.3\n    Checking p384 v0.13.1\n    Checking chacha20poly1305 v0.10.1\n    Checking noise-framework v0.4.1\n    Checking ssh-key v0.6.7\n    Checking zerofrom v0.1.6\n    Checking socks5-client v0.4.3\n    Checking sqlite3-sys v0.18.0\n   Compiling yoke-derive v0.8.1\n    Checking secrecy v0.10.3\n    Checking ssh-agent-lib v0.6.0\n    Checking sqlite v0.37.0\n    Checking cyphernet v0.5.4\n    Checking radicle-git-metadata v0.2.1 (/ci/src/crates/radicle-git-metadata)\n    Checking yoke v0.8.1\n    Checking nonempty v0.9.0\n    Checking utf8parse v0.2.2\n    Checking jiff v0.2.23\n    Checking anstyle-query v1.1.5\n   Compiling zerovec-derive v0.11.2\n    Checking zerovec v0.11.5\n    Checking radicle-crypto v0.19.0 (/ci/src/crates/radicle-crypto)\n    Checking radicle-localtime v0.1.0 (/ci/src/crates/radicle-localtime)\n   Compiling displaydoc v0.2.5\n    Checking errno v0.3.14\n    Checking gix-date v0.15.3\n    Checking is_terminal_polyfill v1.70.2\n    Checking anstyle v1.0.14\n    Checking base64 v0.21.7\n    Checking colorchoice v1.0.5\n    Checking gix-actor v0.41.0\n    Checking gix-hashtable v0.15.0\n    Checking siphasher v1.0.2\n    Checking gix-object v0.60.0\n    Checking radicle-dag v0.10.0 (/ci/src/crates/radicle-dag)\n    Checking memmap2 v0.9.10\n    Checking nonempty v0.12.0\n    Checking tinystr v0.8.2\n    Checking gix-chunk v0.7.1\n   Compiling radicle v0.25.1 (/ci/src/crates/radicle)\n    Checking litemap v0.8.1\n    Checking writeable v0.6.2\n    Checking icu_locale_core v2.1.1\n    Checking gix-commitgraph v0.37.0\n    Checking radicle-cob v0.21.1 (/ci/src/crates/radicle-cob)\n    Checking zerotrie v0.2.3\n    Checking radicle-core v0.4.1 (/ci/src/crates/radicle-core)\n    Checking potential_utf v0.1.4\n    Checking anstyle-parse v1.0.0\n    Checking serde-untagged v0.1.9\n    Checking bytesize v2.3.1\n    Checking fast-glob v0.3.3\n   Compiling icu_properties_data v2.1.2\n    Checking dunce v1.0.5\n   Compiling icu_normalizer_data v2.1.1\n    Checking anstream v1.0.0\n    Checking icu_collections v2.1.1\n    Checking icu_provider v2.1.1\n    Checking gix-revwalk v0.31.0\n    Checking gix-fs v0.21.1\n    Checking mio v1.1.1\n    Checking sem_safe v0.2.1\n    Checking simd-adler32 v0.3.8\n    Checking adler2 v2.0.1\n    Checking miniz_oxide v0.8.9\n    Checking signals_receipts v0.2.5\n    Checking gix-tempfile v23.0.0\n    Checking gix-quote v0.7.1\n    Checking icu_properties v2.1.2\n    Checking icu_normalizer v2.1.1\n    Checking shell-words v1.1.1\n   Compiling unicode-segmentation v1.12.0\n    Checking iana-time-zone v0.1.65\n    Checking either v1.15.0\n   Compiling signal-hook v0.3.18\n    Checking chrono v0.4.44\n   Compiling convert_case v0.10.0\n    Checking gix-command v0.9.0\n    Checking idna_adapter v1.2.1\n    Checking radicle-signals v0.12.1 (/ci/src/crates/radicle-signals)\n    Checking signal-hook-registry v1.4.8\n    Checking colored v2.2.0\n   Compiling object v0.37.3\n    Checking utf8_iter v1.0.4\n   Compiling rustversion v1.0.22\n   Compiling getrandom v0.3.4\n    Checking idna v1.1.0\n   Compiling derive_more-impl v2.1.1\n    Checking gix-lock v23.0.0\n    Checking gix-url v0.36.0\n    Checking gix-config-value v0.18.0\n    Checking gix-sec v0.14.0\n    Checking gimli v0.32.3\n   Compiling thiserror v1.0.69\n    Checking unicode-width v0.2.2\n   Compiling litrs v1.0.0\n   Compiling portable-atomic v1.13.1\n   Compiling document-features v0.2.12\n    Checking addr2line v0.25.1\n    Checking gix-prompt v0.15.0\n    Checking derive_more v2.1.1\n    Checking signal-hook-mio v0.2.5\n    Checking radicle-log v0.2.0 (/ci/src/crates/radicle-log)\n    Checking gix-traverse v0.57.0\n    Checking gix-revision v0.45.0\n    Checking gix-diff v0.63.0\n    Checking anstyle-parse v0.2.7\n    Checking gix-packetline v0.21.5\n    Checking gix-glob v0.26.0\n   Compiling thiserror-impl v1.0.69\n    Checking rustc-demangle v0.1.27\n    Checking backtrace v0.3.76\n    Checking gix-refspec v0.41.0\n    Checking gix-transport v0.57.0\n    Checking anstream v0.6.21\n    Checking gix-pack v0.70.0\n    Checking arc-swap v1.9.1\n    Checking crossterm v0.29.0\n    Checking gix-credentials v0.38.0\n    Checking console v0.16.3\n    Checking gix-ref v0.63.0\n    Checking gix-shallow v0.12.0\n    Checking gix-negotiate v0.31.0\n    Checking form_urlencoded v1.2.2\n    Checking regex v1.12.3\n   Compiling tree-sitter v0.24.7\n   Compiling maybe-async v0.2.10\n    Checking unit-prefix v0.5.2\n    Checking indicatif v0.18.4\n    Checking gix-protocol v0.61.0\n    Checking url v2.5.8\n    Checking gix-odb v0.80.0\n    Checking inquire v0.9.4\n    Checking unicode-display-width v0.3.0\n    Checking uuid v1.22.0\n    Checking bytes v1.11.1\n    Checking snapbox-macros v1.1.0\n    Checking salsa20 v0.10.2\n   Compiling heck v0.5.0\n    Checking siphasher v0.3.11\n    Checking strsim v0.11.1\n    Checking similar v3.1.1\n   Compiling crossbeam-utils v0.8.21\n    Checking streaming-iterator v0.1.9\n    Checking normalize-line-endings v0.3.0\n    Checking clap_lex v1.1.0\n    Checking snapbox v1.2.2\n    Checking clap_builder v4.6.0\n    Checking bloomy v1.2.0\n   Compiling clap_derive v4.6.0\n    Checking scrypt v0.11.0\n    Checking radicle-term v0.19.1 (/ci/src/crates/radicle-term)\n    Checking radicle-fetch v0.21.1 (/ci/src/crates/radicle-fetch)\n    Checking radicle-surf v0.29.0 (/ci/src/crates/radicle-surf)\n    Checking systemd-journal-logger v2.2.2\n   Compiling tree-sitter-bash v0.23.3\n   Compiling tree-sitter-json v0.24.8\n   Compiling tree-sitter-toml-ng v0.6.0\n   Compiling tree-sitter-ruby v0.23.1\n   Compiling tree-sitter-go v0.23.4\n   Compiling tree-sitter-c v0.23.4\n   Compiling tree-sitter-md v0.3.2\n   Compiling tree-sitter-html v0.23.2\n   Compiling tree-sitter-python v0.23.6\n   Compiling tree-sitter-rust v0.23.3\n   Compiling tree-sitter-css v0.23.2\n   Compiling tree-sitter-typescript v0.23.2\n    Checking serde_spanned v1.0.4\n    Checking toml_datetime v0.7.5+spec-1.1.0\n    Checking pin-project-lite v0.2.17\n    Checking toml_writer v1.0.7+spec-1.1.0\n   Compiling anyhow v1.0.102\n    Checking bit-vec v0.8.0\n    Checking bit-set v0.8.0\n    Checking toml v0.9.12+spec-1.1.0\n    Checking tokio v1.50.0\n    Checking clap v4.6.0\n    Checking rand_core v0.9.5\n    Checking sysinfo v0.37.2\n    Checking yansi v1.0.1\n    Checking diff v0.1.13\n   Compiling radicle-node v0.21.1 (/ci/src/crates/radicle-node)\n   Compiling radicle-cli v0.23.0 (/ci/src/crates/radicle-cli)\n    Checking pretty_assertions v1.4.1\n    Checking human-panic v2.0.6\n    Checking crossbeam-channel v0.5.15\n    Checking clap_complete v4.6.0\n    Checking structured-logger v1.0.5\n    Checking radicle-systemd v0.13.0 (/ci/src/crates/radicle-systemd)\n    Checking radicle-protocol v0.9.1 (/ci/src/crates/radicle-protocol)\n    Checking tree-sitter-highlight v0.24.7\n    Checking itertools v0.14.0\n    Checking socket2 v0.5.10\n    Checking timeago v0.4.2\n    Checking rs-release v0.1.11\n    Checking lexopt v0.3.2\n   Compiling escargot v0.5.15\n    Checking humantime v2.3.0\n    Checking wait-timeout v0.2.1\n    Checking quick-error v1.2.3\n    Checking fnv v1.0.7\n    Checking rusty-fork v0.3.1\n    Checking rand v0.9.2\n    Checking rand_xorshift v0.4.0\n    Checking rand_chacha v0.9.0\n    Checking num-bigint v0.4.6\n   Compiling qcheck-macros v1.0.0\n   Compiling ahash v0.8.12\n    Checking unarray v0.1.4\n    Checking proptest v1.10.0\n    Checking num-rational v0.4.2\n    Checking num-complex v0.4.6\n    Checking env_filter v1.0.0\n    Checking borrow-or-share v0.2.4\n    Checking env_logger v0.11.9\n    Checking fluent-uri v0.3.2\n    Checking num v0.4.3\n    Checking radicle-cli-test v0.14.1 (/ci/src/crates/radicle-cli-test)\n    Checking flate2 v1.1.9\n    Checking phf_shared v0.11.3\n   Compiling test-log-macros v0.2.19\n    Checking outref v0.5.2\n    Checking hex-literal v1.1.0\n   Compiling radicle-remote-helper v0.18.1 (/ci/src/crates/radicle-remote-helper)\n    Checking vsimd v0.8.0\n    Checking test-log v0.2.19\n    Checking phf v0.11.3\n    Checking referencing v0.30.0\n    Checking uuid-simd v0.8.0\n    Checking fraction v0.15.3\n    Checking fancy-regex v0.14.0\n    Checking email_address v0.2.9\n    Checking bytecount v0.6.9\n    Checking num-cmp v0.1.0\n    Checking base64 v0.22.1\n    Checking emojis v0.6.4\n    Checking jsonschema v0.30.0\n   Compiling pastey v0.2.1\n    Checking radicle-schemars v0.9.1 (/ci/src/crates/radicle-schemars)\n    Checking radicle-windows v0.1.0 (/ci/src/crates/radicle-windows)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s\n","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":321580096}}
{"type":"action_succeeded","action":"cargo_clippy","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":474372702}}
{"type":"trace","title":"Execute action","msg":"CargoBuild(\n    CargoBuild,\n)","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":474575548}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":474796749}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":482906766}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":483130706}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":559052296}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":561818027}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":585157045}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"build\",\n        \"--offline\",\n        \"--locked\",\n        \"--workspace\",\n        \"--all-targets\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334104,"nanos_since_epoch":588042180}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"   Compiling libc v0.2.183\n   Compiling serde_core v1.0.228\n   Compiling cfg-if v1.0.4\n   Compiling getrandom v0.2.17\n   Compiling rand_core v0.6.4\n   Compiling typenum v1.20.1\n   Compiling memchr v2.8.0\n   Compiling serde v1.0.228\n   Compiling zeroize v1.9.0\n   Compiling jobserver v0.1.34\n   Compiling generic-array v0.14.7\n   Compiling shlex v1.3.0\n   Compiling cc v1.2.57\n   Compiling crypto-common v0.1.7\n   Compiling subtle v2.6.1\n   Compiling const-oid v0.9.6\n   Compiling smallvec v1.15.1\n   Compiling block-buffer v0.10.4\n   Compiling regex-syntax v0.8.10\n   Compiling digest v0.10.7\n   Compiling aho-corasick v1.1.4\n   Compiling regex-automata v0.4.14\n   Compiling cpufeatures v0.2.17\n   Compiling thiserror v2.0.18\n   Compiling fastrand v2.3.0\n   Compiling scopeguard v1.2.0\n   Compiling lock_api v0.4.14\n   Compiling parking_lot_core v0.9.12\n   Compiling parking_lot v0.12.5\n   Compiling stable_deref_trait v1.2.1\n   Compiling bitflags v2.11.0\n   Compiling typeid v1.0.3\n   Compiling erased-serde v0.4.10\n   Compiling tinyvec_macros v0.1.1\n   Compiling gix-trace v0.1.21\n   Compiling itoa v1.0.17\n   Compiling tinyvec v1.11.0\n   Compiling bstr v1.12.1\n   Compiling gix-validate v0.11.1\n   Compiling serde_fmt v1.1.0\n   Compiling hashbrown v0.16.1\n   Compiling value-bag-serde1 v1.12.0\n   Compiling gix-path v0.12.0\n   Compiling unicode-normalization v0.1.25\n   Compiling byteorder v1.5.0\n   Compiling gix-utils v0.3.2\n   Compiling value-bag v1.12.0\n   Compiling crc32fast v1.5.0\n   Compiling same-file v1.0.6\n   Compiling walkdir v2.5.0\n   Compiling log v0.4.29\n   Compiling prodash v31.0.0\n   Compiling zlib-rs v0.6.5\n   Compiling hash32 v0.3.1\n   Compiling heapless v0.8.0\n   Compiling libm v0.2.16\n   Compiling getrandom v0.4.3\n   Compiling linux-raw-sys v0.12.1\n   Compiling gix-features v0.48.0\n   Compiling rustix v1.1.4\n   Compiling num-traits v0.2.19\n   Compiling faster-hex v0.10.0\n   Compiling sha1 v0.10.6\n   Compiling sha1-checked v0.10.0\n   Compiling zerocopy v0.8.42\n   Compiling equivalent v1.0.2\n   Compiling indexmap v2.13.0\n   Compiling gix-hash v0.25.0\n   Compiling zmij v1.0.21\n   Compiling once_cell v1.21.4\n   Compiling serde_json v1.0.149\n   Compiling block-padding v0.3.3\n   Compiling ref-cast v1.0.25\n   Compiling inout v0.1.4\n   Compiling sha2 v0.10.9\n   Compiling dyn-clone v1.0.20\n   Compiling libz-sys v1.1.25\n   Compiling cipher v0.4.4\n   Compiling ppv-lite86 v0.2.21\n   Compiling tempfile v3.27.0\n   Compiling libgit2-sys v0.18.4+1.9.3\n   Compiling der v0.7.10\n   Compiling spin v0.9.9\n   Compiling lazy_static v1.5.0\n   Compiling schemars v1.2.1\n   Compiling rand_chacha v0.3.1\n   Compiling rand v0.8.5\n   Compiling num-integer v0.1.46\n   Compiling hmac v0.12.1\n   Compiling universal-hash v0.5.1\n   Compiling opaque-debug v0.3.1\n   Compiling spki v0.7.3\n   Compiling signature v2.2.0\n   Compiling ff v0.13.1\n   Compiling base16ct v0.2.0\n   Compiling sec1 v0.7.3\n   Compiling group v0.13.0\n   Compiling crypto-bigint v0.5.5\n   Compiling elliptic-curve v0.13.8\n   Compiling num-iter v0.1.45\n   Compiling aead v0.5.2\n   Compiling signature v1.6.4\n   Compiling const-str v0.4.3\n   Compiling data-encoding v2.10.0\n   Compiling data-encoding-macro v0.1.19\n   Compiling base256emoji v1.0.2\n   Compiling ed25519 v1.5.3\n   Compiling poly1305 v0.8.0\n   Compiling rfc6979 v0.4.0\n   Compiling qcheck v1.0.0\n   Compiling chacha20 v0.9.1\n   Compiling gix-error v0.2.3\n   Compiling base-x v0.2.11\n   Compiling amplify_num v0.5.3\n   Compiling ascii v1.1.0\n   Compiling amplify v4.9.0\n   Compiling multibase v0.9.2\n   Compiling ecdsa v0.16.9\n   Compiling ec25519 v0.1.0\n   Compiling primeorder v0.13.6\n   Compiling polyval v0.6.2\n   Compiling base64ct v1.8.3\n   Compiling pem-rfc7468 v0.7.0\n   Compiling ghash v0.5.1\n   Compiling cyphergraphy v0.3.1\n   Compiling pkcs8 v0.10.2\n   Compiling pbkdf2 v0.12.2\n   Compiling aes v0.8.4\n   Compiling ctr v0.9.2\n   Compiling sqlite3-src v0.7.0\n   Compiling radicle-git-ref-format v0.2.0 (/ci/src/crates/radicle-git-ref-format)\n   Compiling keccak v0.1.6\n   Compiling sha3 v0.10.8\n   Compiling curve25519-dalek v4.1.3\n   Compiling git2 v0.21.0\n   Compiling aes-gcm v0.10.3\n   Compiling pkcs1 v0.7.5\n   Compiling num-bigint-dig v0.8.6\n   Compiling ssh-encoding v0.2.0\n   Compiling ed25519 v2.2.3\n   Compiling blowfish v0.9.1\n   Compiling cbc v0.1.2\n   Compiling percent-encoding v2.3.2\n   Compiling base32 v0.4.0\n   Compiling cypheraddr v0.4.1\n   Compiling rsa v0.9.10\n   Compiling ssh-cipher v0.2.0\n   Compiling bcrypt-pbkdf v0.10.0\n   Compiling ed25519-dalek v2.2.0\n   Compiling radicle-oid v0.2.2 (/ci/src/crates/radicle-oid)\n   Compiling p256 v0.13.2\n   Compiling p384 v0.13.1\n   Compiling p521 v0.13.3\n   Compiling chacha20poly1305 v0.10.1\n   Compiling noise-framework v0.4.1\n   Compiling ssh-key v0.6.7\n   Compiling zerofrom v0.1.6\n   Compiling sqlite3-sys v0.18.0\n   Compiling socks5-client v0.4.3\n   Compiling secrecy v0.10.3\n   Compiling yoke v0.8.1\n   Compiling cyphernet v0.5.4\n   Compiling sqlite v0.37.0\n   Compiling ssh-agent-lib v0.6.0\n   Compiling radicle-git-metadata v0.2.1 (/ci/src/crates/radicle-git-metadata)\n   Compiling nonempty v0.9.0\n   Compiling utf8parse v0.2.2\n   Compiling anstyle-query v1.1.5\n   Compiling jiff v0.2.23\n   Compiling zerovec v0.11.5\n   Compiling radicle-crypto v0.19.0 (/ci/src/crates/radicle-crypto)\n   Compiling radicle-localtime v0.1.0 (/ci/src/crates/radicle-localtime)\n   Compiling errno v0.3.14\n   Compiling base64 v0.21.7\n   Compiling is_terminal_polyfill v1.70.2\n   Compiling anstyle v1.0.14\n   Compiling gix-date v0.15.3\n   Compiling colorchoice v1.0.5\n   Compiling gix-actor v0.41.0\n   Compiling gix-hashtable v0.15.0\n   Compiling siphasher v1.0.2\n   Compiling gix-object v0.60.0\n   Compiling tree-sitter-language v0.1.7\n   Compiling radicle-dag v0.10.0 (/ci/src/crates/radicle-dag)\n   Compiling memmap2 v0.9.10\n   Compiling nonempty v0.12.0\n   Compiling tinystr v0.8.2\n   Compiling gix-chunk v0.7.1\n   Compiling litemap v0.8.1\n   Compiling radicle v0.25.1 (/ci/src/crates/radicle)\n   Compiling writeable v0.6.2\n   Compiling icu_locale_core v2.1.1\n   Compiling gix-commitgraph v0.37.0\n   Compiling radicle-cob v0.21.1 (/ci/src/crates/radicle-cob)\n   Compiling zerotrie v0.2.3\n   Compiling radicle-core v0.4.1 (/ci/src/crates/radicle-core)\n   Compiling potential_utf v0.1.4\n   Compiling anstyle-parse v1.0.0\n   Compiling serde-untagged v0.1.9\n   Compiling bytesize v2.3.1\n   Compiling dunce v1.0.5\n   Compiling fast-glob v0.3.3\n   Compiling anstream v1.0.0\n   Compiling icu_collections v2.1.1\n   Compiling icu_provider v2.1.1\n   Compiling gix-revwalk v0.31.0\n   Compiling gix-fs v0.21.1\n   Compiling mio v1.1.1\n   Compiling sem_safe v0.2.1\n   Compiling simd-adler32 v0.3.8\n   Compiling adler2 v2.0.1\n   Compiling miniz_oxide v0.8.9\n   Compiling signals_receipts v0.2.5\n   Compiling gix-tempfile v23.0.0\n   Compiling icu_normalizer_data v2.1.1\n   Compiling icu_properties_data v2.1.2\n   Compiling gix-quote v0.7.1\n   Compiling unicode-segmentation v1.12.0\n   Compiling icu_properties v2.1.2\n   Compiling icu_normalizer v2.1.1\n   Compiling either v1.15.0\n   Compiling iana-time-zone v0.1.65\n   Compiling shell-words v1.1.1\n   Compiling gix-command v0.9.0\n   Compiling chrono v0.4.44\n   Compiling idna_adapter v1.2.1\n   Compiling convert_case v0.10.0\n   Compiling radicle-signals v0.12.1 (/ci/src/crates/radicle-signals)\n   Compiling signal-hook-registry v1.4.8\n   Compiling colored v2.2.0\n   Compiling utf8_iter v1.0.4\n   Compiling idna v1.1.0\n   Compiling signal-hook v0.3.18\n   Compiling derive_more-impl v2.1.1\n   Compiling gix-lock v23.0.0\n   Compiling gix-url v0.36.0\n   Compiling gix-config-value v0.18.0\n   Compiling gix-sec v0.14.0\n   Compiling gimli v0.32.3\n   Compiling unicode-width v0.2.2\n   Compiling addr2line v0.25.1\n   Compiling gix-prompt v0.15.0\n   Compiling derive_more v2.1.1\n   Compiling signal-hook-mio v0.2.5\n   Compiling object v0.37.3\n   Compiling getrandom v0.3.4\n   Compiling radicle-log v0.2.0 (/ci/src/crates/radicle-log)\n   Compiling gix-traverse v0.57.0\n   Compiling gix-revision v0.45.0\n   Compiling gix-diff v0.63.0\n   Compiling anstyle-parse v0.2.7\n   Compiling gix-packetline v0.21.5\n   Compiling gix-glob v0.26.0\n   Compiling rustc-demangle v0.1.27\n   Compiling backtrace v0.3.76\n   Compiling thiserror v1.0.69\n   Compiling gix-refspec v0.41.0\n   Compiling gix-transport v0.57.0\n   Compiling anstream v0.6.21\n   Compiling gix-pack v0.70.0\n   Compiling arc-swap v1.9.1\n   Compiling crossterm v0.29.0\n   Compiling gix-credentials v0.38.0\n   Compiling portable-atomic v1.13.1\n   Compiling console v0.16.3\n   Compiling gix-shallow v0.12.0\n   Compiling gix-ref v0.63.0\n   Compiling gix-negotiate v0.31.0\n   Compiling form_urlencoded v1.2.2\n   Compiling regex v1.12.3\n   Compiling tree-sitter v0.24.7\n   Compiling unit-prefix v0.5.2\n   Compiling indicatif v0.18.4\n   Compiling gix-protocol v0.61.0\n   Compiling url v2.5.8\n   Compiling inquire v0.9.4\n   Compiling gix-odb v0.80.0\n   Compiling unicode-display-width v0.3.0\n   Compiling uuid v1.22.0\n   Compiling bytes v1.11.1\n   Compiling snapbox-macros v1.1.0\n   Compiling salsa20 v0.10.2\n   Compiling strsim v0.11.1\n   Compiling similar v3.1.1\n   Compiling streaming-iterator v0.1.9\n   Compiling clap_lex v1.1.0\n   Compiling normalize-line-endings v0.3.0\n   Compiling siphasher v0.3.11\n   Compiling bloomy v1.2.0\n   Compiling snapbox v1.2.2\n   Compiling clap_builder v4.6.0\n   Compiling scrypt v0.11.0\n   Compiling radicle-term v0.19.1 (/ci/src/crates/radicle-term)\n   Compiling radicle-fetch v0.21.1 (/ci/src/crates/radicle-fetch)\n   Compiling radicle-surf v0.29.0 (/ci/src/crates/radicle-surf)\n   Compiling systemd-journal-logger v2.2.2\n   Compiling tree-sitter-typescript v0.23.2\n   Compiling tree-sitter-css v0.23.2\n   Compiling tree-sitter-go v0.23.4\n   Compiling tree-sitter-rust v0.23.3\n   Compiling tree-sitter-python v0.23.6\n   Compiling tree-sitter-c v0.23.4\n   Compiling tree-sitter-html v0.23.2\n   Compiling tree-sitter-ruby v0.23.1\n   Compiling tree-sitter-bash v0.23.3\n   Compiling tree-sitter-md v0.3.2\n   Compiling tree-sitter-toml-ng v0.6.0\n   Compiling tree-sitter-json v0.24.8\n   Compiling serde_spanned v1.0.4\n   Compiling toml_datetime v0.7.5+spec-1.1.0\n   Compiling bit-vec v0.8.0\n   Compiling pin-project-lite v0.2.17\n   Compiling toml_writer v1.0.7+spec-1.1.0\n   Compiling tokio v1.50.0\n   Compiling toml v0.9.12+spec-1.1.0\n   Compiling bit-set v0.8.0\n   Compiling clap v4.6.0\n   Compiling crossbeam-utils v0.8.21\n   Compiling rand_core v0.9.5\n   Compiling sysinfo v0.37.2\n   Compiling radicle-cli v0.23.0 (/ci/src/crates/radicle-cli)\n   Compiling diff v0.1.13\n   Compiling yansi v1.0.1\n   Compiling radicle-node v0.21.1 (/ci/src/crates/radicle-node)\n   Compiling pretty_assertions v1.4.1\n   Compiling human-panic v2.0.6\n   Compiling crossbeam-channel v0.5.15\n   Compiling clap_complete v4.6.0\n   Compiling structured-logger v1.0.5\n   Compiling anyhow v1.0.102\n   Compiling radicle-systemd v0.13.0 (/ci/src/crates/radicle-systemd)\n   Compiling radicle-protocol v0.9.1 (/ci/src/crates/radicle-protocol)\n   Compiling tree-sitter-highlight v0.24.7\n   Compiling itertools v0.14.0\n   Compiling socket2 v0.5.10\n   Compiling rs-release v0.1.11\n   Compiling timeago v0.4.2\n   Compiling humantime v2.3.0\n   Compiling lexopt v0.3.2\n   Compiling wait-timeout v0.2.1\n   Compiling fnv v1.0.7\n   Compiling quick-error v1.2.3\n   Compiling rusty-fork v0.3.1\n   Compiling escargot v0.5.15\n   Compiling rand_chacha v0.9.0\n   Compiling rand_xorshift v0.4.0\n   Compiling rand v0.9.2\n   Compiling num-bigint v0.4.6\n   Compiling unarray v0.1.4\n   Compiling proptest v1.10.0\n   Compiling num-rational v0.4.2\n   Compiling num-complex v0.4.6\n   Compiling env_filter v1.0.0\n   Compiling borrow-or-share v0.2.4\n   Compiling fluent-uri v0.3.2\n   Compiling num v0.4.3\n   Compiling env_logger v0.11.9\n   Compiling ahash v0.8.12\n   Compiling radicle-cli-test v0.14.1 (/ci/src/crates/radicle-cli-test)\n   Compiling flate2 v1.1.9\n   Compiling phf_shared v0.11.3\n   Compiling outref v0.5.2\n   Compiling radicle-remote-helper v0.18.1 (/ci/src/crates/radicle-remote-helper)\n   Compiling vsimd v0.8.0\n   Compiling hex-literal v1.1.0\n   Compiling test-log v0.2.19\n   Compiling phf v0.11.3\n   Compiling referencing v0.30.0\n   Compiling uuid-simd v0.8.0\n   Compiling fraction v0.15.3\n   Compiling fancy-regex v0.14.0\n   Compiling email_address v0.2.9\n   Compiling num-cmp v0.1.0\n   Compiling base64 v0.22.1\n   Compiling bytecount v0.6.9\n   Compiling jsonschema v0.30.0\n   Compiling emojis v0.6.4\n   Compiling radicle-schemars v0.9.1 (/ci/src/crates/radicle-schemars)\n   Compiling radicle-windows v0.1.0 (/ci/src/crates/radicle-windows)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s\n","timestamp":{"secs_since_epoch":1788334266,"nanos_since_epoch":852017328}}
{"type":"action_succeeded","action":"cargo_build","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":9275501}}
{"type":"trace","title":"Execute action","msg":"CargoTest(\n    CargoTest,\n)","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":9443267}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":9665808}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":18067390}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":18292002}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":43768738}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":43830812}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":55894728}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"test\",\n        \"--offline\",\n        \"--locked\",\n        \"--workspace\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n            \"RUSTUP_HOME\": Some(\n                \"/ci/deps/rustup\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788334267,"nanos_since_epoch":56013029}}
{"type":"program_failed","program_name":"cargo","exit_code":101,"stdout":"\nrunning 400 tests\ntest canonical::formatter::test::ascii_control_characters ... ok\ntest canonical::formatter::test::ordered_nested_object ... ok\ntest canonical::formatter::test::securesystemslib_asserts ... ok\ntest cob::cache::migrations::_2::tests::test_migration_2 ... ok\ntest cob::cache::tests::test_check_version ... ok\ntest cob::cache::migrations::_2::tests::test_patch_json_deserialization ... ok\ntest cob::common::test::test_color ... ok\ntest cob::cache::tests::test_migrate_to ... ok\ntest cob::common::test::test_title ... ok\ntest cob::common::test::test_emojis ... ok\ntest cob::identity::test::accepted_sibling_causes_rejection ... ok\ntest cob::identity::test::accept_rejects_sibling_accept ... ok\ntest cob::identity::test::cannot_redact_previously_accepted_revision ... ok\ntest cob::identity::test::authorization_based_on_parent_not_current ... ok\ntest cob::identity::test::concurrent_accept_before_redact_converge ... ok\ntest cob::identity::test::cascading_rejections ... ok\ntest cob::identity::test::concurrent_redact_and_accept_converge ... ok\ntest cob::identity::test::evaluates_queued_children ... ok\ntest cob::identity::test::evaluates_queued_children_with_new_delegate ... ok\ntest cob::identity::test::evaluation_skips_sibling_accept_in_old_history ... ok\ntest cob::identity::test::evaluation_strips_author_accept_for_sibling_creation ... ok\ntest cob::identity::test::prop_json_eq_str ... ok\ntest cob::identity::test::has_accepted_active_sibling_returns_true_when_sibling_accepted ... ok\ntest cob::identity::test::redact_parent_cascades ... ok\ntest cob::identity::test::reject_concurrent ... ok\ntest cob::identity::test::remove_delegate_concurrent ... ok\ntest cob::identity::test::terminal_states_concurrent ... ok\ntest cob::identity::test::test_identity_cannot_redact_terminal_states ... ok\ntest cob::identity::test::test_identity_redact_revision ... ok\ntest cob::identity::test::test_identity_update_rejected ... ok\ntest cob::identity::test::test_identity_updates ... ok\ntest cob::identity::test::test_identity_updates_concurrent ... ok\ntest cob::identity::test::test_identity_updates_concurrent_outdated ... ok\ntest cob::identity::test::test_valid_identity ... ok\ntest cob::identity::test::update_rejects_second_sibling_proposal ... ok\ntest cob::issue::cache::tests::test_counts ... ok\ntest cob::issue::cache::tests::test_get ... ok\ntest cob::issue::cache::tests::test_is_empty ... ok\ntest cob::issue::cache::tests::test_list ... ok\ntest cob::issue::cache::tests::test_list_by_status ... ok\ntest cob::issue::cache::tests::test_remove ... ok\ntest cob::issue::test::test_concurrency ... ok\ntest cob::issue::test::test_embeds ... ok\ntest cob::issue::test::test_embeds_edit ... ok\ntest cob::issue::test::test_invalid_actions ... ok\ntest cob::issue::test::test_invalid_cob ... ok\ntest cob::issue::test::test_invalid_tx ... ok\ntest cob::issue::test::test_invalid_tx_reference ... ok\ntest cob::issue::test::test_issue_all ... ok\ntest cob::issue::test::test_issue_comment ... ok\ntest cob::issue::test::test_issue_comment_redact ... ok\ntest cob::issue::test::test_issue_create_and_assign ... ok\ntest cob::issue::test::test_issue_create_and_change_state ... ok\ntest cob::issue::test::test_issue_create_and_get ... ok\ntest cob::issue::test::test_issue_create_and_reassign ... ok\ntest cob::issue::test::test_issue_create_and_unassign ... ok\ntest cob::issue::test::test_issue_edit ... ok\ntest cob::issue::test::test_issue_edit_description ... ok\ntest cob::issue::test::test_issue_label ... ok\ntest cob::issue::test::test_issue_multilines ... ok\ntest cob::issue::test::test_issue_react ... ok\ntest cob::issue::test::test_issue_reply ... ok\ntest cob::issue::test::test_issue_state_serde ... ok\ntest cob::issue::test::test_ordering ... ok\ntest cob::patch::actions::test::test_review_edit ... ok\ntest cob::patch::cache::tests::test_counts ... ok\ntest cob::identity::test::property::prop_invariants ... ok\ntest cob::patch::cache::tests::test_get ... ok\ntest cob::patch::cache::tests::test_is_empty ... ok\ntest cob::patch::cache::tests::test_list ... ok\ntest cob::patch::cache::tests::test_list_by_status ... ok\ntest cob::patch::cache::tests::test_remove ... ok\ntest cob::patch::encoding::review::test::test_review_deserialize_summary_migration_null_summary ... ok\ntest cob::patch::encoding::review::test::test_review_deserialize_summary_migration_with_summary ... ok\ntest cob::patch::encoding::review::test::test_review_deserialize_summary_migration_without_summary ... ok\ntest cob::patch::encoding::review::test::test_review_deserialize_summary_v2 ... ok\ntest cob::patch::encoding::review::test::test_review_summary ... ok\ntest cob::patch::test::test_json ... ok\ntest cob::patch::test::test_json_serialisation_target ... ok\ntest cob::patch::test::test_json_serialization ... ok\ntest cob::patch::test::test_merge_target_resolution ... ok\ntest cob::patch::test::test_patch_create_and_get ... ok\ntest cob::patch::test::test_patch_discussion ... ok\ntest cob::patch::test::test_patch_merge ... ok\ntest cob::patch::test::test_patch_merge_authorization_ref_formats ... ok\ntest cob::patch::test::test_patch_merge_custom_destination_authorized ... ok\ntest cob::patch::test::test_patch_merge_custom_destination_unauthorized ... ok\ntest cob::patch::test::test_patch_redact ... ok\ntest cob::patch::test::test_patch_review ... ok\ntest cob::patch::test::test_patch_review_comment ... ok\ntest cob::patch::test::test_patch_review_duplicate ... ok\ntest cob::patch::test::test_patch_review_edit ... ok\ntest cob::patch::test::test_patch_review_edit_comment ... ok\ntest cob::patch::test::test_patch_review_remove_summary ... ok\ntest cob::patch::test::test_patch_review_revision_redact ... ok\ntest cob::patch::test::test_patch_update ... ok\ntest cob::patch::test::test_reactions_json_serialization ... ok\ntest cob::patch::test::test_revision_edit_redact ... ok\ntest cob::patch::test::test_revision_reaction ... ok\ntest cob::patch::test::test_revision_review_merge_redacted ... ok\ntest cob::patch::test::test_target_branch ... ok\ntest cob::stream::tests::test_all_from ... ok\ntest cob::stream::tests::test_all_from_until ... ok\ntest cob::stream::tests::test_all_until ... ok\ntest cob::stream::tests::test_from_until ... ok\ntest cob::stream::tests::test_regression_from_until ... ok\ntest cob::thread::tests::prop_ordering ... ok\ntest cob::thread::tests::resolve_and_unresolve_multiple_comments_in_one_operation ... ok\ntest cob::thread::tests::test_comment_edit_missing ... ok\ntest cob::thread::tests::test_comment_edit_redacted ... ok\ntest cob::thread::tests::test_comment_redact_missing ... ok\ntest cob::thread::tests::test_duplicate_comments ... ok\ntest cob::thread::tests::test_edit_comment ... ok\ntest cob::thread::tests::test_redact_comment ... ok\ntest cob::thread::tests::test_timeline ... ok\ntest git::canonical::protect::tests::refs_rad ... ok\ntest git::canonical::protect::tests::refs_rad_id ... ok\ntest git::canonical::protect::tests::refs_radieschen ... ok\ntest git::canonical::quorum::test::merge_base_commutative ... ok\ntest git::canonical::quorum::test::test_merge_bases ... ok\ntest git::canonical::rules::test::canonical ... ok\ntest git::canonical::rules::test::deserialization ... ok\ntest git::canonical::rules::test::deserialize_extensions ... ok\ntest git::canonical::rules::test::matches_exactly_curly_braces ... ok\ntest git::canonical::rules::test::matches_expands_globs_appropriately ... ok\ntest git::canonical::rules::test::most_specific_match_ignores_lexicographic_order ... ok\ntest git::canonical::rules::test::ordering ... ok\ntest git::canonical::rules::test::property::identity ... ok\ntest git::canonical::rules::test::property::prefix ... ok\ntest git::canonical::rules::test::property::prefix_negative ... ok\ntest git::canonical::rules::test::property::suffix ... ok\ntest git::canonical::rules::test::property::suffix_negative ... ok\ntest git::canonical::rules::test::property::trailing_asterisk_partial_component ... ok\ntest git::canonical::rules::test::roundtrip ... ok\ntest git::canonical::rules::test::rule_validate_failures ... ok\ntest git::canonical::rules::test::rule_validate_success ... ok\ntest git::canonical::rules::test::special_branches ... ok\ntest git::canonical::symbolic::test::deserialize_infinite ... ok\ntest git::canonical::symbolic::test::deserialize_order ... ok\ntest git::canonical::symbolic::test::deserialize_valid ... ok\ntest git::canonical::symbolic::test::infinite_extend ... ok\ntest git::canonical::symbolic::test::infinite_multi ... ok\ntest git::canonical::symbolic::test::infinite_single ... ok\ntest git::canonical::symbolic::test::reclassification_combine ... ok\ntest git::canonical::symbolic::test::reclassification_combine_reverse ... ok\ntest git::canonical::symbolic::test::reclassification_diamond ... ok\ntest git::canonical::symbolic::test::reclassification_order_invariant ... ok\ntest git::canonical::symbolic::test::reclassification_reverse_chain ... ok\ntest git::canonical::symbolic::test::resolve_two_hop_chain ... ok\ntest git::canonical::symbolic::test::target_classification ... ok\ntest git::canonical::symbolic::test::target_classification_symbolic ... ok\ntest git::canonical::symbolic::test::target_reclassification ... ok\ntest git::canonical::symbolic::test::target_reclassification_commutative ... ok\ntest git::canonical::tests::test_commit_quorum_fork_of_a_fork ... ok\ntest git::canonical::tests::test_commit_quorum_forked_merge_commits ... ok\ntest git::canonical::tests::test_commit_quorum_groups ... ok\ntest git::canonical::tests::test_commit_quorum_linear ... ok\ntest git::canonical::tests::test_commit_quorum_merges ... ok\ntest git::canonical::tests::test_commit_quorum_single ... ok\ntest git::canonical::tests::test_commit_quorum_three_way_fork ... ok\ntest git::canonical::tests::test_commit_quorum_two_way_fork ... ok\ntest git::canonical::tests::test_quorum_different_types ... ok\ntest git::canonical::tests::test_quorum_properties ... ok\ntest git::canonical::tests::test_tag_quorum ... ok\ntest identity::crefs::tests::invalid_clash ... ok\ntest identity::crefs::tests::invalid_clash_asterisk_name ... ok\ntest identity::crefs::tests::invalid_dangling ... ok\ntest identity::crefs::tests::omit_symbolic ... ok\ntest identity::crefs::tests::valid ... ok\ntest identity::crefs::tests::valid_asterisk_target ... ok\ntest identity::did::test::test_did_encode_decode ... ok\ntest identity::did::test::test_did_vectors ... ok\ntest identity::doc::test::default_branch_clash ... ok\ntest identity::doc::test::default_branch_without_project ... ok\ntest cob::patch::cache::tests::test_find_by_revision ... ok\ntest identity::doc::test::prop_encode_decode ... ok\ntest identity::doc::test::test_canonical_doc ... ok\ntest identity::doc::test::test_duplicate_dids ... ok\ntest identity::doc::test::test_future_version_error ... ok\ntest identity::doc::test::test_is_valid_version ... ok\ntest identity::doc::test::test_canonical_example ... ok\ntest identity::doc::test::test_not_found ... ok\ntest identity::doc::test::test_parse_version ... ok\ntest identity::doc::test::test_visibility_json ... ok\ntest identity::doc::update::test::test_can_update_crefs ... ok\ntest identity::doc::update::test::test_cannot_include_default_branch_rule ... ok\ntest identity::doc::update::test::test_default_branch_rule_exists_after_verification ... ok\ntest identity::project::test::test_project_name ... ok\ntest node::address::store::test::skip_invalid_address_type ... ok\ntest node::address::store::test::skip_mismatched_address_type ... ok\ntest node::address::store::test::test_alias ... ok\ntest node::address::store::test::test_disconnected ... ok\ntest identity::doc::test::test_max_delegates ... ok\ntest node::address::store::test::test_disconnected_ban ... ok\ntest node::address::store::test::test_empty ... ok\ntest node::address::store::test::test_entries_skips_unparsable_address ... ok\ntest node::address::store::test::test_entries ... ok\ntest node::address::store::test::test_get_none ... ok\ntest node::address::store::test::test_insert_and_get ... ok\ntest node::address::store::test::test_insert_and_remove ... ok\ntest node::address::store::test::test_insert_and_update ... ok\ntest node::address::store::test::test_insert_duplicate ... ok\ntest node::address::store::test::test_remove_nothing ... ok\ntest node::command::test::command_result ... ok\ntest node::address::store::test::test_node_aliases ... ok\ntest node::config::test::deserialize_migrating_scope ... ok\ntest node::config::test::fetch_level_min ... ok\ntest node::config::test::onion_null ... ok\ntest node::config::test::onion_absent ... ok\ntest node::config::test::partial ... ok\ntest node::config::test::regression_ipv6_address_brackets ... ok\ntest node::config::test::regression_ipv6_address_no_brackets ... ok\ntest node::config::test::serialize_migrating_scope ... ok\ntest node::config::test::user_agent_custom ... ok\ntest node::config::test::user_agent_default ... ok\ntest node::config::test::user_agent_default_explicit ... ok\ntest node::config::test::user_agent_opt_out ... ok\ntest node::db::config::test::database_config_valid_combinations ... ok\ntest node::db::config::test::invalid ... ok\ntest node::db::test::migration_8::dns_address_starting_with_bracket_but_missing_closing_bracket_colon_is_unaffected ... ok\ntest node::db::test::migration_8::all_ipv6_formatted_dns_addresses_are_retyped ... ok\ntest node::db::test::migration_8::dns_address_with_bracket_not_at_start_is_unaffected ... ok\ntest node::db::test::migration_8::ipv4_address_is_unaffected ... ok\ntest node::db::test::migration_8::ipv6_formatted_dns_address_is_deleted_when_correct_ipv6_row_already_exists ... ok\ntest node::db::test::migration_8::ipv6_formatted_dns_address_is_retyped_to_ipv6 ... ok\ntest node::db::test::migration_8::migration_applies_to_all_nodes ... ok\ntest node::db::test::migration_8::plain_dns_hostname_without_brackets_is_unaffected ... ok\ntest node::db::test::migration_8::retype_preserves_address_metadata ... ok\ntest node::db::test::migration_9::bracketed_non_ipv6_garbage_is_deleted ... ok\ntest node::db::test::migration_9::dns_row_is_unaffected_even_when_inner_part_has_no_colon ... ok\ntest node::db::test::migration_9::empty_brackets_ipv6_row_is_deleted ... ok\ntest node::db::test::migration_9::full_ipv6_address_is_kept ... ok\ntest node::db::test::migration_9::loopback_address_is_kept ... ok\ntest node::db::test::migration_9::ipv4_row_is_unaffected ... ok\ntest node::db::test::migration_9::unspecified_address_is_kept ... ok\ntest node::db::test::test_version ... ok\ntest node::features::test::test_operations ... ok\ntest node::notifications::store::test::test_clear ... ok\ntest node::notifications::store::test::test_branch_notifications ... ok\ntest node::notifications::store::test::test_counts_by_repo ... ok\ntest node::notifications::store::test::test_cob_notifications ... ok\ntest node::notifications::store::test::test_duplicate_notifications ... ok\ntest node::notifications::store::test::test_notification_status ... ok\ntest node::policy::store::test::test_follow_and_unfollow_node ... ok\ntest node::policy::store::test::test_node_policies ... ok\ntest node::policy::store::test::test_node_aliases ... ok\ntest node::policy::store::test::test_repo_policies ... ok\ntest node::policy::store::test::test_node_policy ... ok\ntest node::policy::store::test::test_repo_policy ... ok\ntest node::policy::store::test::test_seed_and_unseed_repo ... ok\ntest node::policy::store::test::test_update_scope ... ok\ntest node::policy::store::test::test_update_alias ... ok\ntest node::refs::store::test::test_count ... ok\ntest node::refs::store::test::test_set_and_get ... ok\ntest node::refs::store::test::test_set_and_delete ... ok\ntest node::routing::test::test_count ... ok\ntest node::routing::test::test_entries ... ok\ntest node::routing::test::test_insert_and_get_resources ... ok\ntest node::routing::test::test_insert_and_get ... ok\ntest node::routing::test::test_insert_and_remove ... ok\ntest node::routing::test::test_insert_duplicate ... ok\ntest node::routing::test::test_insert_existing_updated_time ... ok\ntest node::routing::test::test_len ... ok\ntest node::routing::test::test_remove_many ... ok\ntest node::routing::test::test_remove_redundant ... ok\ntest node::routing::test::test_update_existing_multi ... ok\ntest node::sync::announce::test::all_synced_nodes_are_preferred_seeds ... ok\ntest node::sync::announce::test::announcer_adapts_target_to_reach ... ok\ntest node::sync::announce::test::announcer_preferred_seeds_or_replica_factor ... ok\ntest node::routing::test::test_prune ... ok\ntest node::sync::announce::test::announcer_reached_max_replication_target ... ok\ntest node::sync::announce::test::announcer_reached_min_replication_target ... ok\ntest node::sync::announce::test::announcer_reached_preferred_seeds ... ok\ntest node::sync::announce::test::announcer_synced_with_unknown_node ... ok\ntest node::sync::announce::test::announcer_with_replication_factor_zero_and_preferred_seeds ... ok\ntest node::sync::announce::test::announcer_timed_out ... ok\ntest node::sync::announce::test::cannot_construct_announcer ... ok\ntest node::sync::announce::test::construct_node_appears_in_multiple_input_sets ... ok\ntest node::sync::announce::test::construct_only_preferred_seeds_provided ... ok\ntest node::sync::announce::test::invariant_progress_should_match_state ... ok\ntest node::sync::announce::test::local_node_in_multiple_sets ... ok\ntest node::sync::announce::test::local_node_in_preferred_seeds ... ok\ntest node::sync::announce::test::local_node_in_synced_set ... ok\ntest node::sync::announce::test::local_node_in_unsynced_set ... ok\ntest node::sync::announce::test::local_node_only_in_all_sets_results_in_no_seeds_error ... ok\ntest node::sync::announce::test::preferred_seeds_already_synced ... ok\ntest node::sync::announce::test::synced_with_local_node_is_ignored ... ok\ntest node::sync::announce::test::synced_with_same_node_multiple_times ... ok\ntest node::sync::announce::test::timed_out_after_reaching_success ... ok\ntest node::sync::fetch::test::all_nodes_are_candidates ... ok\ntest node::sync::fetch::test::all_nodes_are_fetchable ... ok\ntest node::sync::fetch::test::ignores_duplicates_and_local_node ... ok\ntest node::sync::fetch::test::could_not_reach_target ... ok\ntest node::sync::fetch::test::preferred_seeds_target_returned_over_replicas ... ok\ntest node::sync::fetch::test::reaches_target_of_max_replicas ... ok\ntest node::sync::fetch::test::reaches_target_of_preferred_seeds ... ok\ntest node::sync::test::ensure_replicas_construction ... ok\ntest node::sync::test::replicas_constrain_to ... ok\ntest node::test::test_address ... ok\ntest node::test::test_alias ... ok\ntest node::test::test_command_result ... ok\ntest node::test::test_user_agent ... ok\ntest node::timestamp::tests::test_timestamp_max ... ok\ntest node::sync::fetch::test::reaches_target_of_replicas ... ok\ntest profile::test::canonicalize_home ... ok\ntest profile::test::test_config ... ok\ntest rad::tests::test_checkout ... ok\ntest rad::tests::test_fork ... ok\ntest rad::tests::test_init ... ok\ntest storage::git::tests::test_references_of ... ok\ntest storage::git::tests::test_sign_refs ... ok\ntest storage::git::transport::local::url::test::test_url_parse ... ok\ntest storage::git::transport::local::url::test::test_url_to_string ... ok\ntest storage::git::transport::remote::url::test::test_url_parse ... ok\ntest profile::config::test::schema ... ok\ntest storage::refs::sigrefs::git::properties::idempotent_write ... ok\ntest storage::refs::sigrefs::git::properties::initial_commit_roundtrip ... ok\ntest storage::refs::sigrefs::property::idempotent ... ok\ntest storage::refs::sigrefs::git::properties::chain_roundtrip ... ok\ntest storage::refs::sigrefs::read::test::commit_reader::identity_root_error ... ok\ntest storage::refs::sigrefs::read::test::commit_reader::missing_commit ... ok\ntest storage::refs::sigrefs::read::test::commit_reader::read_ok ... ok\ntest storage::refs::sigrefs::read::test::commit_reader::too_many_parents ... ok\ntest storage::refs::sigrefs::read::test::commit_reader::tree_error ... ok\ntest storage::refs::sigrefs::read::test::identity_root_reader::doc_blob_error ... ok\ntest storage::refs::sigrefs::read::test::identity_root_reader::missing_identity ... ok\ntest storage::refs::sigrefs::read::test::identity_root_reader::read_ok_none ... ok\ntest storage::refs::sigrefs::read::test::identity_root_reader::read_ok_some ... ok\ntest storage::refs::sigrefs::read::test::resolve_tip::find_reference_error ... ok\ntest storage::refs::sigrefs::read::test::resolve_tip::missing_sigrefs ... ok\ntest storage::refs::sigrefs::read::test::resolve_tip::resolve_tip_ok ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::detect_parent::root_without_parent ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::detect_parent::root_without_root ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::parent ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::restore ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::root ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::root_with_parent ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::head_commit_error ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::head_verify_mismatched_identity_error ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::head_verify_signature_error ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::invalid_parent ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_no_parent ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_parent ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_root ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::replay::alternating ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::replay::chain ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::replay::multiple ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::replay::root_at_head ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::single_commit ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::two_commits ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::walk_commit_error ... ok\ntest storage::refs::sigrefs::read::test::signed_refs_reader::walk_verify_error ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::missing_both ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::missing_refs ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::missing_signature ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::parse_refs_error ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::parse_signature_error ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::read_ok ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::read_refs_error ... ok\ntest storage::refs::sigrefs::read::test::tree_reader::read_signature_error ... ok\ntest storage::refs::sigrefs::write::test::commit_writer::tree_error ... ok\ntest storage::refs::sigrefs::write::test::commit_writer::write_commit_error ... ok\ntest storage::refs::sigrefs::write::test::commit_writer::write_empty_refs ... ok\ntest storage::refs::sigrefs::write::test::commit_writer::write_root_ok ... ok\ntest storage::refs::sigrefs::write::test::commit_writer::write_with_parent_ok ... ok\ntest storage::refs::sigrefs::write::test::head_reader::no_head ... ok\ntest storage::refs::sigrefs::write::test::head_reader::read_ok ... ok\ntest storage::refs::sigrefs::write::test::head_reader::reference_error ... ok\ntest storage::refs::sigrefs::write::test::head_reader::refs_blob_error ... ok\ntest storage::refs::sigrefs::write::test::head_reader::refs_blob_missing ... ok\ntest storage::refs::sigrefs::write::test::head_reader::refs_parse_error ... ok\ntest storage::refs::sigrefs::write::test::head_reader::signature_blob_error ... ok\ntest storage::refs::sigrefs::write::test::head_reader::signature_blob_missing ... ok\ntest storage::refs::sigrefs::write::test::head_reader::signature_parse_error ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::commit_error ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::head_error ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::never_write_rad_sigrefs ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::reference_error ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::unchanged ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::unchanged_force_writes_new_commit ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::write_empty_refs ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::write_root_ok ... ok\ntest storage::refs::sigrefs::write::test::signed_refs_writer::write_with_parent_ok ... ok\ntest storage::refs::sigrefs::write::test::tree_writer::sign_error ... ok\ntest storage::refs::sigrefs::write::test::tree_writer::write_ok ... ok\ntest storage::refs::sigrefs::write::test::tree_writer::write_tree_error ... ok\ntest storage::refs::tests::prop_canonical_roundtrip ... ok\ntest storage::refs::tests::test_rid_verification ... ok\ntest storage::tests::test_storage ... ok\ntest test::assert::test::assert_with_message ... ok\ntest test::assert::test::test_assert_no_move ... ok\ntest test::assert::test::test_assert_panic_0 - should panic ... ok\ntest test::assert::test::test_assert_panic_1 - should panic ... ok\ntest test::assert::test::test_assert_panic_2 - should panic ... ok\ntest test::assert::test::test_assert_succeed ... ok\ntest test::assert::test::test_panic_message ... ok\ntest version::test::test_version ... ok\ntest web::test::description_only ... ok\ntest web::test::pinned_empty ... ok\ntest storage::refs::sigrefs::property::roundtrip ... ok\n\ntest result: ok. 400 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.29s\n\n\nrunning 48 tests\ntest commands::block::args::test::should_not_parse ... ok\ntest commands::block::args::test::should_parse_nid ... ok\ntest commands::block::args::test::should_parse_rid ... ok\ntest commands::clone::args::test::should_parse_rid_non_urn ... ok\ntest commands::clone::args::test::should_parse_rid_url ... ok\ntest commands::clone::args::test::should_parse_rid_urn ... ok\ntest commands::cob::args::test::should_allow_log_json_format ... ok\ntest commands::cob::args::test::should_allow_show_json_format ... ok\ntest commands::cob::args::test::should_allow_log_pretty_format ... ok\ntest commands::cob::args::test::should_allow_update_json_format ... ok\ntest commands::cob::args::test::should_not_allow_show_pretty_format ... ok\ntest commands::fork::args::test::should_not_parse_rid_url ... ok\ntest commands::cob::args::test::should_not_allow_update_pretty_format ... ok\ntest commands::fork::args::test::should_parse_rid_non_urn ... ok\ntest commands::fork::args::test::should_parse_rid_urn ... ok\ntest commands::id::args::test::should_not_parse_into_payload - should panic ... ok\ntest commands::id::args::test::should_not_clobber_payload_args ... ok\ntest commands::id::args::test::should_not_parse_single_payload ... ok\ntest commands::id::args::test::should_not_parse_single_payloads ... ok\ntest commands::id::args::test::should_parse_into_payload ... ok\ntest commands::id::args::test::should_parse_single_payload ... ok\ntest commands::id::args::test::should_parse_multiple_payloads ... ok\ntest commands::init::args::test::should_not_parse_rid_url ... ok\ntest commands::init::args::test::should_parse_rid_non_urn ... ok\ntest commands::inspect::test::test_tree ... ok\ntest commands::init::args::test::should_parse_rid_urn ... ok\ntest commands::patch::review::builder::tests::test_review_comments_basic ... ok\ntest commands::patch::review::builder::tests::test_review_comments_before ... ok\ntest commands::patch::review::builder::tests::test_review_comments_multiline ... ok\ntest commands::patch::review::builder::tests::test_review_comments_split_hunk ... ok\ntest commands::publish::args::test::should_not_parse_rid_url ... ok\ntest commands::publish::args::test::should_parse_rid_non_urn ... ok\ntest commands::publish::args::test::should_parse_rid_urn ... ok\ntest git::ddiff::tests::diff_encode_decode_ddiff_hunk ... ok\ntest git::pretty_diff::test::test_pretty ... ignored\ntest commands::watch::args::test::should_parse_ref_str ... ok\ntest git::test::test_version_from_str ... ok\ntest git::test::test_version_ord ... ok\ntest git::unified_diff::test::test_diff_content_encode_decode_content ... ok\ntest terminal::args::test::should_not_parse ... ok\ntest terminal::args::test::should_parse_nid ... ok\ntest git::unified_diff::test::test_diff_encode_decode_diff ... ok\ntest terminal::args::test::should_parse_rid ... ok\ntest terminal::format::test::test_bytes ... ok\ntest terminal::format::test::test_strip_comments ... ok\ntest terminal::patch::test::test_edit_display_message ... ok\ntest terminal::patch::test::test_create_display_message ... ok\ntest terminal::patch::test::test_update_display_message ... ok\n\ntest result: ok. 47 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 126 tests\ntest commands::clone::rad_clone ... ok\ntest commands::checkout::rad_checkout ... ok\ntest commands::clone::rad_clone_bare ... ok\ntest commands::clone::rad_clone_connect ... ok\ntest commands::clone::rad_clone_all ... ok\ntest commands::clone::rad_clone_directory ... ok\ntest commands::clone::rad_clone_partial_fail ... ok\ntest commands::clone::rad_clone_unknown ... ok\ntest commands::clone::test_clone_without_seeds ... ok\ntest commands::cob::rad_cob_log ... ok\ntest commands::clone::rad_clone_scope ... ok\ntest commands::cob::rad_cob_migrate ... ok\ntest commands::cob::rad_cob_multiset ... ok\ntest commands::cob::rad_cob_operations ... ok\ntest commands::cob::rad_cob_show ... ok\ntest commands::cob::rad_cob_update_identity ... ok\ntest commands::cob::rad_cob_update ... ok\ntest commands::cob::test_cob_deletion ... ok\ntest commands::cob::test_cob_replication ... ok\ntest commands::git::git_push_amend ... ok\ntest commands::git::git_push_and_fetch ... FAILED\ntest commands::git::git_push_canonical_lightweight_tags ... ok\ntest commands::git::git_push_canonical ... ok\ntest commands::git::git_push_diverge ... ok\ntest commands::git::git_push_converge ... ok\ntest commands::git::git_push_force_with_lease ... ok\ntest commands::git::git_tag ... ok\ntest commands::git::git_push_rollback ... ok\ntest commands::id::rad_id_collaboration ... ignored, slow\ntest commands::id::rad_id ... ok\ntest commands::id::rad_id_conflict ... ok\ntest commands::id::rad_id_private ... ok\ntest commands::id::rad_id_multi_delegate ... ok\ntest commands::id::rad_id_threshold ... ok\ntest commands::id::rad_id_threshold_soft_fork ... ok\ntest commands::id::rad_id_unknown_field ... ok\ntest commands::id::rad_id_unauthorized_delegate ... ok\ntest commands::id::rad_id_update_delete_field ... ok\ntest commands::init::rad_init ... ignored, part of many other tests\ntest commands::init::rad_init_bare ... ok\ntest commands::init::rad_init_detached_head ... ok\ntest commands::init::rad_init_existing ... ok\ntest commands::init::rad_init_existing_bare ... ok\ntest commands::init::rad_init_no_git ... ok\ntest commands::init::rad_init_no_seed ... ok\ntest commands::init::rad_init_private ... ok\ntest commands::inbox::rad_inbox ... ok\ntest commands::init::rad_init_private_clone ... ok\ntest commands::init::rad_init_private_no_seed ... ok\ntest commands::init::rad_init_private_clone_seed ... ok\ntest commands::init::rad_init_private_seed ... ok\ntest commands::init::rad_init_sync_not_connected ... ok\ntest commands::init::rad_init_sync_preferred ... ok\ntest commands::init::rad_init_sync_and_clone ... ok\ntest commands::init::rad_init_with_existing_remote ... ok\ntest commands::init::rad_init_sync_timeout ... ok\ntest commands::init::rad_publish ... ok\ntest commands::issue::rad_issue ... ok\ntest commands::jj::rad_jj_bare ... ignored, the bare repository does not have a `rad` remote, and so it cannot determine the RID of the repository\ntest commands::jj::rad_jj_colocated_patch ... ok\ntest commands::issue::rad_issue_list ... ok\ntest commands::node::rad_node_connect ... ok\ntest commands::node::rad_node_connect_without_address ... ok\ntest commands::patch::rad_merge_after_update ... ok\ntest commands::patch::rad_merge_no_ff ... ok\ntest commands::node::rad_node ... ok\ntest commands::patch::rad_merge_via_push ... ok\ntest commands::patch::rad_patch_ahead_behind ... ok\ntest commands::patch::rad_patch ... ok\ntest commands::patch::rad_patch_checkout ... ok\ntest commands::patch::rad_patch_change_base ... ok\ntest commands::patch::rad_patch_checkout_revision ... ok\ntest commands::patch::rad_patch_checkout_force ... ok\ntest commands::patch::rad_patch_detached_head ... ok\ntest commands::patch::rad_patch_diff ... ok\ntest commands::patch::rad_patch_draft ... ok\ntest commands::patch::rad_patch_delete ... ok\ntest commands::patch::rad_patch_edit ... ok\ntest commands::patch::rad_patch_fetch_2 ... ok\ntest commands::patch::rad_patch_fetch_1 ... ok\ntest commands::patch::rad_patch_magic_push ... ok\ntest commands::patch::rad_patch_merge_draft ... ok\ntest commands::patch::rad_patch_merge_into_canonical_ref_branch ... ok\ntest commands::patch::rad_patch_merge_on_first_push ... ok\ntest commands::patch::rad_patch_merge_unauthorized_branch ... ok\ntest commands::patch::rad_patch_merge_wrong_branch ... ok\ntest commands::patch::rad_patch_open_explore ... ok\ntest commands::patch::rad_patch_revert_custom_branch ... ok\ntest commands::patch::rad_patch_revert_merge ... ok\ntest commands::patch::rad_patch_review_no_options ... ok\ntest commands::patch::rad_patch_update ... ok\ntest commands::patch::rad_patch_via_push ... ok\ntest commands::patch::rad_push_and_pull_patches ... ok\ntest commands::patch::rad_review_by_hunk ... ok\ntest commands::policy::rad_block ... ok\ntest commands::policy::rad_seed_and_follow ... ok\ntest commands::patch::rad_patch_pull_update ... ok\ntest commands::policy::rad_seed_policy_allow_no_scope ... ok\ntest commands::policy::rad_seed_scope ... ok\ntest commands::policy::rad_seed_many ... ok\ntest commands::policy::rad_unseed ... ok\ntest commands::policy::rad_unseed_many ... ok\ntest commands::sigpipe::config ... ok\ntest commands::sigpipe::help ... ok\ntest commands::sigpipe::rad_self ... ok\ntest commands::remote::rad_remote ... ok\ntest commands::sync::rad_sync ... ok\ntest commands::sync::rad_sync_without_node ... ok\ntest commands::sync::rad_fetch ... ok\ntest commands::utility::framework_home ... ok\ntest commands::utility::rad_auth ... ok\ntest commands::utility::rad_auth_errors ... ok\ntest commands::utility::rad_clean ... ok\ntest commands::utility::rad_config ... ok\ntest commands::utility::rad_diff ... ok\ntest commands::sync::test_replication_via_seed ... ok\ntest commands::utility::rad_help ... ok\ntest commands::utility::rad_inspect ... ok\ntest commands::utility::rad_key_mismatch ... ok\ntest commands::utility::rad_self ... ok\ntest commands::utility::rad_warn_ipv6 ... ok\ntest commands::utility::rad_warn_old_nodes ... ok\ntest commands::watch::rad_watch ... ok\ntest commands::workflow::rad_workflow ... ok\ntest commands::utility::rad_fork ... ok\ntest rad_remote ... ok\n\nfailures:\n\n---- commands::git::git_push_and_fetch stdout ----\n1788334333 test: rad-init:6: `rad init --name heartwood --description Radicle Heartwood Protocol & Stack --no-confirm --public -v` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: rad-init:28: `rad init` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: rad-init:35: `rad ls` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: rad-init:46: `rad node inventory` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 commands::git::git_push_and_fetch      node: Opening policy database..\n1788334333 commands::git::git_push_and_fetch      node: Default seeding policy set to 'block (all)'\n1788334333 commands::git::git_push_and_fetch      node: Initializing service (Test)..\n1788334333 commands::git::git_push_and_fetch      node: Opening node database..\n1788334333 commands::git::git_push_and_fetch      node: Address book is empty. Adding bootstrap nodes..\n1788334333 commands::git::git_push_and_fetch      node: 0 nodes added to address book\n1788334333 commands::git::git_push_and_fetch   service: Init @1788334333300\n1788334333 commands::git::git_push_and_fetch   service: Empty refs database, populating from storage..\n1788334333 commands::git::git_push_and_fetch radicle_protocol::service: Migrating `rad/sigrefs` of rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to force feature level parent.\n1788334333 commands::git::git_push_and_fetch   service: Saved local sync status for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji..\n1788334333 commands::git::git_push_and_fetch   service: Adding refs announcement for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to historical gossip messages..\n1788334333 commands::git::git_push_and_fetch   service: Not enough available peers to connect to (available=0, wanted=8)\n1788334333 commands::git::git_push_and_fetch reactor-controller: Initializing reactor thread…\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        reactor: Entering reactor event loop\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           node: Listening on 127.0.0.1:37651..\n1788334333 commands::git::git_push_and_fetch      node: Binding control socket /tmp/.tmpS1ItVM/alice/.radicle/node/control.sock..\n1788334333 commands::git::git_push_and_fetch      node: Opening policy database..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <runtime>           node: Running node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi in /tmp/.tmpS1ItVM/alice/.radicle..\n1788334333 commands::git::git_push_and_fetch      node: Default seeding policy set to 'block (all)'\n1788334333 commands::git::git_push_and_fetch      node: Initializing service (Test)..\n1788334333 commands::git::git_push_and_fetch      node: Opening node database..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Control thread listening on socket..\n1788334333 commands::git::git_push_and_fetch      node: Address book is empty. Adding bootstrap nodes..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received command QueryState(..)\n1788334333 commands::git::git_push_and_fetch      node: 0 nodes added to address book\n1788334333 commands::git::git_push_and_fetch   service: Init @1788334333311\n1788334333 commands::git::git_push_and_fetch   service: Empty refs database, populating from storage..\n1788334333 commands::git::git_push_and_fetch   service: Not enough available peers to connect to (available=0, wanted=8)\n1788334333 commands::git::git_push_and_fetch reactor-controller: Initializing reactor thread…\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        reactor: Entering reactor event loop\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           node: Listening on 127.0.0.1:44183..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <signals>           node: Signal notifications channel error: receiving on a closed channel\n1788334333 commands::git::git_push_and_fetch      node: Binding control socket /tmp/.tmpS1ItVM/bob/.radicle/node/control.sock..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <runtime>           node: Running node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk in /tmp/.tmpS1ItVM/bob/.radicle..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Control thread listening on socket..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command QueryState(..)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <signals>           node: Signal notifications channel error: receiving on a closed channel\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command QueryState(..)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Connect(z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi, 127.0.0.1:37651, ConnectOptions { persistent: false, timeout: 30s })\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Connecting to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (127.0.0.1:37651)..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Attempted connection to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (127.0.0.1:37651)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Registering outbound transport for z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        reactor: Registering transport\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Outbound peer resource registered for z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Inbound connection from 127.0.0.1:46454..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Accepted inbound connection from 127.0.0.1:46454..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        reactor: Registering transport\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Inbound peer resource registered\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>      transport: Handshake with ProtocolArtifact { session: \"<omitted>\", state: \"<omitted>\" } is complete\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Session established with z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Connected to z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (127.0.0.1:46454) (Inbound)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Subscribing to messages since timestamp 1788247933326..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>      transport: Handshake with ProtocolArtifact { session: \"<omitted>\", state: \"<omitted>\" } is complete\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Session established with z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Connected to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (127.0.0.1:37651) (Outbound)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Subscribing to messages since timestamp 1788247933327..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received node announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi with 0 address(es) from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333300)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Stored announcement from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi to be broadcast in 0 millisecond(s) (t=1788334333300)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Address store entry for node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi updated at 1788334333300\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received inventory announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi with 1 item(s) from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333302)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Stored announcement from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi to be broadcast in 0 millisecond(s) (t=1788334333302)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Routing table updated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with seed z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received subscription filter from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 test: Node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi has converged\n1788334333 test: Node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk has converged\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received node announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 0 address(es) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333311)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333311)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Address store entry for node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk updated at 1788334333311\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received inventory announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 0 item(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333312)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333312)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received subscription filter from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 test: rad-clone:5: `rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji` @ /tmp/.tmpS1ItVM/bob/work\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{\"command\":\"status\"}` on control socket\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{\"command\":\"seed\",\"rid\":\"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\",\"scope\":\"followed\"}` on control socket\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Seed(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, followed)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending subscription filter to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{\"command\":\"seedsFor\",\"rid\":\"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\",\"namespaces\":[\"z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\"]}` on control socket\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received subscription filter from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Seeds(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Found 1 connected seed(s) and 0 disconnected seed(s) for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{\"command\":\"session\",\"nid\":\"z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\"}` on control socket\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command QueryState(..)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{\"command\":\"fetch\",\"rid\":\"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\",\"nid\":\"z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\",\"timeout\":{\"secs\":9,\"nanos\":0},\"signedReferencesMinimumFeatureLevel\":null}` on control socket\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received command Fetch(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Starting fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetch initiated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi [outbound connected] (all remotes)..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Opened new stream with id 12 for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji and remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `open` command for stream 12 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Worker processing incoming fetch for z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk on stream 12..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>        worker: Worker processing outgoing fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>        worker: z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk cloning from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Spawning upload-pack process for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji on stream 12..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Fetched rad/id (14ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Fetched data for 1 remote(s) (31ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Fetched data refs for 0 remotes (39ms)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `end-of-file` on stream 12 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <upload-pack>     worker: Exiting upload-pack reader thread for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Sent done signal to remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Validated 1 remote(s) (40ms)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Upload pack finished (52ms)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#0>        worker: Upload process on stream 12 exited with result Ok(())\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Stream 12 of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk closing with 0 byte(s) sent and 0 byte(s) received\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Peer z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from us successfully\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Received `close` command for stream 12 from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Stream 12 of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi closed with 0 byte(s) sent and 0 byte(s) received\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch::state: Applied updates (40ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>     radicle_fetch: Finished clone of rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (55ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>       storage: Obtained identity COB root commit '0656c217f917c3e06234771e9ecae53aba5e173e' via reference 'refs/rad/root' in namespace of founder 'did:key:z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi' of identity document 'rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji'.\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>       storage: Setting ref: refs/rad/id -> 0656c217f917c3e06234771e9ecae53aba5e173e\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#0>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi successfully\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..0656c21 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/id for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..55be805 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/sigrefs for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..0656c21 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/cobs/xyz.radicle.id/0656c217f917c3e06234771e9ecae53aba5e173e for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..f2de534 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/heads/master for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..0656c21 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/root for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Updating and announcing inventory for cloned repository rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending inventory announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 1 item(s) to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333521)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333522)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received inventory announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk with 1 item(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333521)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333521)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Routing table updated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with seed z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333522)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333522)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji contains our own remote at 55be80540a7e9f10478fbc846913f2a6a19abe1d (t=1788334333522)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Updating sync status of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to 55be80540a7e9f10478fbc846913f2a6a19abe1d\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Skipping fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, all refs are already in storage\n1788334333 test: rad-clone:25: `cd /tmp/.tmpS1ItVM/bob/work/heartwood`..\n1788334333 test: rad-clone:26: `ls ` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334333 test: rad-clone:28: `cat README` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334333 test: rad-clone:30: `git status` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334333 test: rad-clone:40: `git branch --remotes` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334333 test: rad-clone:49: `git remote -v` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334333 test: rad-clone:59: `git log -n 1` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334333 test: rad-clone:69: `rad ls --seeded` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334333 test: git-push:2: `git checkout -b alice/1` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:3: `git commit -m Alice's commit --allow-empty -s` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:8: `git push rad HEAD:alice/1` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:16: `git commit --amend -m Alice's amended commit --allow-empty -s` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:19: `git push rad HEAD:alice/1` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:32: `git push -o no-sync rad +HEAD:alice/1` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:40: `git branch -r -vv` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:48: `git ls-remote rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi refs/heads/*` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:56: `git ls-remote rad` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 test: git-push:62: `rad sync --announce` @ /tmp/.tmpS1ItVM/alice/work\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{\"command\":\"status\"}` on control socket\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{\"command\":\"seedsFor\",\"rid\":\"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\",\"namespaces\":[\"z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\"]}` on control socket\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received command Seeds(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Found 1 connected seed(s) and 1 disconnected seed(s) for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{\"command\":\"subscribe\"}` on control socket\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{\"command\":\"announceRefsFor\",\"rid\":\"rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\",\"namespaces\":[\"z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\"]}` on control socket\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received command AnnounceRefs(rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Announcing refs rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi @ 16651be0b4e2f69fdafb27d29c12844578159d61 to peers (t=1788334333844)..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Saved local sync status for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji..\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Sending refs announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) to z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333844)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Received refs announcement of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333844)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Stored announcement from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi to be broadcast in 0 millisecond(s) (t=1788334333844)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Starting fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetch initiated for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi [outbound connected] (1 remote(s))..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Opened new stream with id 20 for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji and remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>        worker: Worker processing outgoing fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `open` command for stream 20 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Worker processing incoming fetch for z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk on stream 20..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>        worker: z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk pulling from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Spawning upload-pack process for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji on stream 20..\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Fetched rad/id (1ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Fetched data for 1 remote(s) (7ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Fetched data refs for 0 remotes (11ms)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Received `end-of-file` on stream 20 from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <upload-pack>     worker: Exiting upload-pack reader thread for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Sent done signal to remote z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Upload pack finished (15ms)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <worker#1>        worker: Upload process on stream 20 exited with result Ok(())\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Stream 20 of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk closing with 0 byte(s) sent and 0 byte(s) received\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>           wire: Peer z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from us successfully\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Received `close` command for stream 20 from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>           wire: Stream 20 of z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi closed with 0 byte(s) sent and 0 byte(s) received\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Validated 1 remote(s) (12ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch::state: Applied updates (12ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>     radicle_fetch: Finished pull of rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji (17ms)\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>       storage: Obtained identity COB root commit '0656c217f917c3e06234771e9ecae53aba5e173e' via reference 'refs/rad/root' in namespace of founder 'did:key:z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi' of identity document 'rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji'.\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>       storage: Setting ref: refs/rad/id -> 0656c217f917c3e06234771e9ecae53aba5e173e\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <worker#1>           cob: Loading object of type xyz.radicle.id at 0656c217f917c3e06234771e9ecae53aba5e173e.\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Fetched rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi successfully\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: ~ 55be805..16651be refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/rad/sigrefs for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Ref updated: * 0000000..145e1e6 refs/namespaces/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/refs/heads/alice/1 for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji\n1788334333 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        service: Sending refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (t=1788334333870)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Received refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with 1 remote(s) from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (t=1788334333870)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Stored announcement from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk to be broadcast in 0 millisecond(s) (t=1788334333870)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Refs announcement of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji contains our own remote at 16651be0b4e2f69fdafb27d29c12844578159d61 (t=1788334333870)\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Updating sync status of z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji to 16651be0b4e2f69fdafb27d29c12844578159d61\n1788334333 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        service: Skipping fetch for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji, all refs are already in storage\n1788334333 test: git-push:69: `git push rad :master` @ /tmp/.tmpS1ItVM/alice/work\n1788334334 test: git-push:77: `git push -o alien rad HEAD:alice/2` @ /tmp/.tmpS1ItVM/alice/work\n1788334334 test: git-push:84: `git commit -m Something good --allow-empty -s` @ /tmp/.tmpS1ItVM/alice/work\n1788334334 test: git-push:88: `git push -o no-sync rad ddcc1f164eacfd7dba41da9bff3261da3ee79fd3:refs/heads/alice/2` @ /tmp/.tmpS1ItVM/alice/work\n1788334334 test: git-fetch:2: `cd /tmp/.tmpS1ItVM/bob/work/heartwood`..\n1788334334 test: git-fetch:3: `git branch -r` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334334 test: git-fetch:9: `git ls-remote alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi refs/heads/*` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334334 test: git-fetch:15: `git fetch alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n1788334334 test: git-fetch:21: `git branch -r` @ /tmp/.tmpS1ItVM/bob/work/heartwood\n\nthread 'commands::git::git_push_and_fetch' (24046) panicked at crates/radicle-cli-test/src/lib.rs:504:36:\n\n\u001b[31m--- Expected\u001b[0m\n\u001b[32m++++ actual:   stdout\u001b[0m\n\u001b[2m   1\u001b[0m      \u001b[31m-\u001b[0m \u001b[31m  alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/HEAD -> alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/master\n\u001b[0m\u001b[2m   2\u001b[0m \u001b[2m   1\u001b[0m \u001b[2m|\u001b[0m \u001b[2m  alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/alice/1\n\u001b[0m\u001b[2m   3\u001b[0m \u001b[2m   2\u001b[0m \u001b[2m|\u001b[0m \u001b[2m  alice@z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi/master\n\u001b[0m\u001b[2m   4\u001b[0m \u001b[2m   3\u001b[0m \u001b[2m|\u001b[0m \u001b[2m  rad/master\n\u001b[0m\n\n\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n1788334334 test: Node z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk shutting down..\n1788334334 commands::git::git_push_and_fetch reactor::controller: Initiating reactor shutdown…\n1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <service>        reactor: Shutdown\n1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Received `{\"command\":\"shutdown\"}` on control socket\n1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <control>        control: Shutdown requested..\n1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <runtime>           pool: Worker pool shutting down..\n1788334334 z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk <runtime>           node: Node shutdown completed for z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n1788334334 test: Node z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi shutting down..\n1788334334 commands::git::git_push_and_fetch reactor::controller: Initiating reactor shutdown…\n1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Received `{\"command\":\"shutdown\"}` on control socket\n1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <control>        control: Shutdown requested..\n1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <service>        reactor: Shutdown\n1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <runtime>           pool: Worker pool shutting down..\n1788334334 z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi <runtime>           node: Node shutdown completed for z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n\n\nfailures:\n    commands::git::git_push_and_fetch\n\ntest result: FAILED. 122 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out; finished in 107.94s\n\n","stderr":"    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle-e47768bfcd5fead6)\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_cli-e8faa9d4df84ef8e)\n     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/rad-e1560454338e8751)\n     Running tests/commands.rs (/ci/cache/cargo-target/debug/deps/commands-c25c35cfc2429612)\nerror: test failed, to rerun pass `-p radicle-cli --test commands`\n","timestamp":{"secs_since_epoch":1788334382,"nanos_since_epoch":875100806}}
{"type":"action_failed","action":"cargo_test","timestamp":{"secs_since_epoch":1788334383,"nanos_since_epoch":782481867}}
ERROR: failed to execute cargo
caused by: command failed: "cargo"
{"type":"executor_ends_in_failure","exit_code":1,"timestamp":{"secs_since_epoch":1788334383,"nanos_since_epoch":783263953}}
EXIT CODE: 1

Post-plan VM

No log