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:z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW",
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "cd1f40e147b25083c08dae7275175a8515e2bd0a",
    "author": {
      "id": "did:key:z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C",
      "alias": "nolan"
    },
    "title": "node: Probe and remove stale control socket before binding",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "6ba619f9a636fecfe5f30b36ebb6b8c06774d5cb",
    "after": "f9d4ce787e31331f1c961ef80f8746490f3aba47",
    "commits": [
      "f9d4ce787e31331f1c961ef80f8746490f3aba47"
    ],
    "target": "71f39fb195068d598d75f7cd606d41a4f8ad4b10",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "cd1f40e147b25083c08dae7275175a8515e2bd0a",
        "author": {
          "id": "did:key:z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C",
          "alias": "nolan"
        },
        "description": "First-time patch contributor, hope I got the workflow right.\n\nI noticed my node refusing to come back up after a laptop hard-crash. Removing the lingering control socket brought it back up.\n\nThis patch removes a stale control socket, but probes it with a connection attempt before doing so. If the connection attempt succeeds, the start attempt aborts, otherwise the socket is removed and the node is started again.\n\nUnit tests added as well, though I haven't yet tested with a power failure. I've actually switched my node to socket activation as a temporary workaround so I can stay on 1.10, but see no reason this wouldn't fix the issue. If it's generally safe to run heartwood main and you'd rather I do a live test, let me know and I'll revert my systemd changes and try killing the node to see if it comes back.",
        "base": "6ba619f9a636fecfe5f30b36ebb6b8c06774d5cb",
        "oid": "f9d4ce787e31331f1c961ef80f8746490f3aba47",
        "timestamp": 1786565245
      }
    ]
  }
}
Ambient stdout
Project {
    source: TildePathBuf {
        path: "src",
    },
    expanded_source: "/tmp/.tmpiTxBJb/src",
    image: TildePathBuf {
        path: "/home/_rad/ambient.qcow2",
    },
    expanded_image: "/home/_rad/ambient.qcow2",
    pre_plan: Some(
        [
            CargoFetch,
            Rustup {
                channel: Some(
                    "1.95.0",
                ),
                target: None,
                components: None,
                profile: None,
            },
            Rustup {
                channel: Some(
                    "1.95",
                ),
                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",
            },
            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\"\n\n# These are based on debian/control.\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n\n# Clean up after tests and documentation building. The Debian\n# package building tools do not want changes outside the\n# `debian` directory, compared to what is committed to Git, from\n# which the \"upstream tarball\" is created.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n# Update debian/changelog with a new version so that every run\n# creates a newer version. This avoids us having to update the\n# file manually for every CI run.\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
            },
            Deb,
        ],
    ),
    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: successful actions
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.17.0@af4a4f3
  2. 4 ms: Trace: Set environment variable "HOME"
    "HOME"="/root"
  3. 7 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.95.0
      target: null
      components: null
      profile: null
    - action: rustup
      channel: '1.95'
      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: {}
    
  4. 46 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  5. 51 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  6. 53 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  7. 59 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  8. 62 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  9. 65 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  10. 68 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  11. 71 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  12. 73 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  13. 75 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  14. 78 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/debian",
        },
    )
  15. 82 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  16. 85 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/rsync",
        },
    )
  17. 87 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  18. 90 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/secrets",
        },
    )
  19. 93 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  20. 98 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/deps",
        },
    )
  21. 101 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  22. 103 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  23. 236 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  24. 237 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  25. 243 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  26. 244 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  27. 250 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  28. 250 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  29. 256 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  30. 257 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdg",
            directory: "/ci/secrets",
        },
    )
  31. 263 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  32. 263 ms: Trace: Execute action
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  33. 263 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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  34. 281 ms: Program succeeded: bash
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  35. 281 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  36. 281 ms: Trace: Execute action
    CreateFile(
        CreateFile {
            filename: "/root/.ssh/config",
            content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ",
            overwrite: true,
        },
    )
  37. 282 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
    
  38. 282 ms: Trace: Execute action
    WaitOnline(
        WaitOnline,
    )
  39. 282 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "start",
            "systemd-networkd-wait-online",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  40. 2101 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
    • Stderr
  41. 2101 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd-wait-online",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  42. 2118 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-08-12 20:08:07 UTC; 19ms ago
       Invocation: d55f9d36257f4734afced04ffb10e650
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 425 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 425 (code=exited, status=0/SUCCESS)
         Mem peak: 1.8M
              CPU: 8ms
      
      Aug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Aug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  43. 2133 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  44. 2154 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-08-12 20:08:05 UTC; 2s ago
       Invocation: ea726e7dd0fa431d87b5ba4f5f89d11d
      TriggeredBy: ● systemd-networkd.socket
             Docs: man:systemd-networkd.service(8)
                   man:org.freedesktop.network1(5)
         Main PID: 328 (systemd-network)
           Status: "Processing requests..."
            Tasks: 1 (limit: 13288)
         FD Store: 0 (limit: 512)
           Memory: 3.8M (peak: 13.5M)
              CPU: 52ms
           CGroup: /system.slice/systemd-networkd.service
                   └─328 /usr/lib/systemd/systemd-networkd
      
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Link UP
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Gained carrier
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Aug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL
      
    • Stderr
  45. 2154 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd-wait-online",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  46. 2197 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-08-12 20:08:07 UTC; 97ms ago
       Invocation: d55f9d36257f4734afced04ffb10e650
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 425 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 425 (code=exited, status=0/SUCCESS)
         Mem peak: 1.8M
              CPU: 8ms
      
      Aug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Aug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  47. 2197 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "show",
            "systemd-networkd-wait-online",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  48. 2228 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-08-12 20:08:06 UTC
      ExecMainStartTimestampMonotonic=8221216
      ExecMainExitTimestamp=Wed 2026-08-12 20:08:07 UTC
      ExecMainExitTimestampMonotonic=10006090
      ExecMainHandoffTimestamp=Wed 2026-08-12 20:08:06 UTC
      ExecMainHandoffTimestampMonotonic=8256407
      ExecMainPID=425
      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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; 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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; code=exited ; status=0 }
      Slice=system.slice
      ControlGroupId=2153
      MemoryCurrent=[not set]
      MemoryPeak=1933312
      MemorySwapCurrent=[not set]
      MemorySwapPeak=0
      MemoryZSwapCurrent=[not set]
      MemoryAvailable=11218345984
      EffectiveMemoryMax=11670536192
      EffectiveMemoryHigh=11670536192
      CPUUsageNSec=8643000
      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 systemd-networkd.service system.slice
      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-08-12 20:08:07 UTC
      StateChangeTimestampMonotonic=10006295
      InactiveExitTimestamp=Wed 2026-08-12 20:08:06 UTC
      InactiveExitTimestampMonotonic=8221715
      ActiveEnterTimestamp=Wed 2026-08-12 20:08:07 UTC
      ActiveEnterTimestampMonotonic=10006295
      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-08-12 20:08:06 UTC
      ConditionTimestampMonotonic=8220641
      AssertTimestamp=Wed 2026-08-12 20:08:06 UTC
      AssertTimestampMonotonic=8220722
      Transient=no
      Perpetual=no
      StartLimitIntervalUSec=10s
      StartLimitBurst=5
      StartLimitAction=none
      FailureAction=none
      SuccessAction=none
      InvocationID=d55f9d36257f4734afced04ffb10e650
      CollectMode=inactive
      DebugInvocation=no
      
    • Stderr
  49. 2330 ms: Trace: Start program ip
    Command {
        program: "ip",
        args: [
            "ip",
            "address",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  50. 2335 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 86398sec preferred_lft 86398sec
          inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll 
             valid_lft forever preferred_lft forever
      
    • Stderr
  51. 2335 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "list",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  52. 2342 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
  53. 2343 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "status",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  54. 2353 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      ● Interfaces: 1, 2
             State: routable
      Online state: online
           Address: 10.0.2.15 on eth0
                    fe80::5054:ff:fe12:3456 on eth0
           Gateway: 10.0.2.2 on eth0
               DNS: 10.0.2.3
      
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Aug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Aug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL
      Aug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  55. 2407 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "8.8.8.8",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  56. 2426 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=17.1 ms
      
      --- 8.8.8.8 ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 17.057/17.057/17.057/0.000 ms
      
    • Stderr
  57. 2426 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "www.google.com",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  58. 2473 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.24 ms
      
      --- www.google.com ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.244/1.244/1.244/0.000 ms
      
    • Stderr
  59. 2478 ms: Action succeeded: wait_online
    - action: wait_online
    
  60. 2480 ms: Trace: Execute action
    NetworkDiagnostics(
        NetworkdDiagnostics,
    )
  61. 2482 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  62. 2501 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-08-12 20:08:05 UTC; 2s ago
       Invocation: ea726e7dd0fa431d87b5ba4f5f89d11d
      TriggeredBy: ● systemd-networkd.socket
             Docs: man:systemd-networkd.service(8)
                   man:org.freedesktop.network1(5)
         Main PID: 328 (systemd-network)
           Status: "Processing requests..."
            Tasks: 1 (limit: 13288)
         FD Store: 0 (limit: 512)
           Memory: 3.8M (peak: 13.5M)
              CPU: 53ms
           CGroup: /system.slice/systemd-networkd.service
                   └─328 /usr/lib/systemd/systemd-networkd
      
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Link UP
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Gained carrier
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Aug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL
      
    • Stderr
  63. 2502 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd-wait-online",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  64. 2541 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-08-12 20:08:07 UTC; 442ms ago
       Invocation: d55f9d36257f4734afced04ffb10e650
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 425 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 425 (code=exited, status=0/SUCCESS)
         Mem peak: 1.8M
              CPU: 8ms
      
      Aug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Aug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  65. 2541 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "show",
            "systemd-networkd-wait-online",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  66. 2569 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-08-12 20:08:06 UTC
      ExecMainStartTimestampMonotonic=8221216
      ExecMainExitTimestamp=Wed 2026-08-12 20:08:07 UTC
      ExecMainExitTimestampMonotonic=10006090
      ExecMainHandoffTimestamp=Wed 2026-08-12 20:08:06 UTC
      ExecMainHandoffTimestampMonotonic=8256407
      ExecMainPID=425
      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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; 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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; code=exited ; status=0 }
      Slice=system.slice
      ControlGroupId=2153
      MemoryCurrent=[not set]
      MemoryPeak=1933312
      MemorySwapCurrent=[not set]
      MemorySwapPeak=0
      MemoryZSwapCurrent=[not set]
      MemoryAvailable=11219570688
      EffectiveMemoryMax=11670536192
      EffectiveMemoryHigh=11670536192
      CPUUsageNSec=8643000
      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 systemd-networkd.service system.slice
      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-08-12 20:08:07 UTC
      StateChangeTimestampMonotonic=10006295
      InactiveExitTimestamp=Wed 2026-08-12 20:08:06 UTC
      InactiveExitTimestampMonotonic=8221715
      ActiveEnterTimestamp=Wed 2026-08-12 20:08:07 UTC
      ActiveEnterTimestampMonotonic=10006295
      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-08-12 20:08:06 UTC
      ConditionTimestampMonotonic=8220641
      AssertTimestamp=Wed 2026-08-12 20:08:06 UTC
      AssertTimestampMonotonic=8220722
      Transient=no
      Perpetual=no
      StartLimitIntervalUSec=10s
      StartLimitBurst=5
      StartLimitAction=none
      FailureAction=none
      SuccessAction=none
      InvocationID=d55f9d36257f4734afced04ffb10e650
      CollectMode=inactive
      DebugInvocation=no
      
    • Stderr
  67. 2669 ms: Trace: Start program ip
    Command {
        program: "ip",
        args: [
            "ip",
            "address",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  68. 2670 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 86398sec preferred_lft 86398sec
          inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll 
             valid_lft forever preferred_lft forever
      
    • Stderr
  69. 2670 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "list",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  70. 2674 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
  71. 2674 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "status",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  72. 2730 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      ● Interfaces: 1, 2
             State: routable
      Online state: online
           Address: 10.0.2.15 on eth0
                    fe80::5054:ff:fe12:3456 on eth0
           Gateway: 10.0.2.2 on eth0
               DNS: 10.0.2.3
      
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier
      Aug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Aug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Aug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Aug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL
      Aug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  73. 2730 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "8.8.8.8",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  74. 2762 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.10 ms
      
      --- 8.8.8.8 ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.099/1.099/1.099/0.000 ms
      
    • Stderr
  75. 2762 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "www.google.com",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  76. 2799 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING www.google.com (142.251.153.119) 56(84) bytes of data.
      64 bytes from 142.251.153.119: icmp_seq=1 ttl=255 time=1.31 ms
      
      --- www.google.com ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.305/1.305/1.305/0.000 ms
      
    • Stderr
  77. 2805 ms: Action succeeded: network_diagnostics
    - action: network_diagnostics
    
  78. 2807 ms: Trace: Execute action
    CargoFetch(
        CargoFetch,
    )
  79. 2809 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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  80. 15463 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.97.1 (c980f4866 2026-06-30)
      
    • Stderr
      info: syncing channel updates for 1.97.1-x86_64-unknown-linux-gnu
      info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
      info: downloading 7 components
      
  81. 15471 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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  82. 15550 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.97 (8bab26f4f6 2026-07-14)
      
    • Stderr
  83. 15553 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",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  84. 15591 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.97.1 (8bab26f4f 2026-07-14)
      
    • Stderr
  85. 15591 ms: Trace: copy cargo files to temporary place to run cargo securely
    copying relevant files to /tmp/.tmpkhcOcP
  86. 15608 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "fetch",
            "--locked",
        ],
        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",
                ),
            },
        },
        cwd: Some(
            "/tmp/.tmpkhcOcP",
        ),
        create_pidfd: false,
    }
  87. 23250 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
          Updating crates.io index
       Downloading crates ...
        Downloaded wasm-bindgen-macro v0.2.114
        Downloaded wasm-bindgen-shared v0.2.114
        Downloaded rustversion v1.0.22
        Downloaded version_check v0.9.5
        Downloaded gix-trace v0.1.19
        Downloaded wit-bindgen v0.51.0
        Downloaded walkdir v2.5.0
        Downloaded windows-interface v0.58.0
        Downloaded wasm-bindgen v0.2.114
        Downloaded wasm-bindgen-macro-support v0.2.114
        Downloaded bumpalo v3.20.2
        Downloaded qcheck v1.0.0
        Downloaded gix-hash v0.25.0
        Downloaded typenum v1.20.1
        Downloaded gix-path v0.12.0
        Downloaded crc32fast v1.5.0
        Downloaded sval_buffer v2.17.0
        Downloaded sval_fmt v2.17.0
        Downloaded windows-strings v0.1.0
        Downloaded outref v0.5.2
        Downloaded borrow-or-share v0.2.4
        Downloaded num-cmp v0.1.0
        Downloaded zerofrom-derive v0.1.6
        Downloaded windows-numerics v0.3.1
        Downloaded signal-hook-mio v0.2.5
        Downloaded document-features v0.2.12
        Downloaded serde_json v1.0.149
        Downloaded wasip2 v1.0.2+wasi-0.2.9
        Downloaded siphasher v1.0.2
        Downloaded typeid v1.0.3
        Downloaded erased-serde v0.4.10
        Downloaded percent-encoding v2.3.2
        Downloaded minicbor v0.13.2
        Downloaded syn v1.0.109
        Downloaded rand v0.8.5
        Downloaded zerocopy v0.8.42
        Downloaded generic-array v0.14.7
        Downloaded cpufeatures v0.2.17
        Downloaded same-file v1.0.6
        Downloaded parking_lot v0.12.5
        Downloaded redox_syscall v0.5.18
        Downloaded lock_api v0.4.14
        Downloaded gix-utils v0.3.2
        Downloaded gix-validate v0.11.1
        Downloaded faster-hex v0.10.0
        Downloaded heapless v0.8.0
        Downloaded stable_deref_trait v1.2.1
        Downloaded hash32 v0.3.1
        Downloaded value-bag-sval2 v1.12.0
        Downloaded sval_serde v2.17.0
        Downloaded sval_json v2.17.0
        Downloaded ryu v1.0.23
        Downloaded sval_dynamic v2.17.0
        Downloaded value-bag-serde1 v1.12.0
        Downloaded serde_fmt v1.1.0
        Downloaded winpipe v0.1.1
        Downloaded windows-core v0.58.0
        Downloaded referencing v0.30.0
        Downloaded fluent-uri v0.3.2
        Downloaded ahash v0.8.12
        Downloaded unicode-segmentation v1.12.0
        Downloaded windows-core v0.62.2
        Downloaded windows-strings v0.5.1
        Downloaded mio v1.1.1
        Downloaded derive_more-impl v2.1.1
        Downloaded convert_case v0.10.0
        Downloaded crossterm_winapi v0.9.1
        Downloaded portable-atomic v1.13.1
        Downloaded rustc-hash v1.1.0
        Downloaded find-msvc-tools v0.1.9
        Downloaded serde-untagged v0.1.9
        Downloaded qcheck-macros v1.0.0
        Downloaded rand_core v0.6.4
        Downloaded rand_chacha v0.3.1
        Downloaded sha1 v0.10.6
        Downloaded digest v0.10.7
        Downloaded subtle v2.6.1
        Downloaded crypto-common v0.1.7
        Downloaded block-buffer v0.10.4
        Downloaded winapi-util v0.1.11
        Downloaded scopeguard v1.2.0
        Downloaded byteorder v1.5.0
        Downloaded git2 v0.21.0
        Downloaded sval_nested v2.17.0
        Downloaded sval_ref v2.17.0
        Downloaded windows-targets v0.52.6
        Downloaded windows-result v0.2.0
        Downloaded regex v1.12.3
        Downloaded idna v1.1.0
        Downloaded synstructure v0.13.2
        Downloaded icu_locale_core v2.1.1
        Downloaded num-rational v0.4.2
        Downloaded bytecount v0.6.9
        Downloaded fast-glob v0.3.3
        Downloaded unicode-display-width v0.3.0
        Downloaded windows-result v0.4.1
        Downloaded windows-interface v0.59.3
        Downloaded windows-implement v0.60.2
        Downloaded windows-threading v0.2.1
        Downloaded windows-collections v0.3.2
        Downloaded signal-hook-registry v1.4.8
        Downloaded anstyle-query v1.1.5
        Downloaded iana-time-zone v0.1.65
        Downloaded iana-time-zone-haiku v0.1.2
        Downloaded core-foundation-sys v0.8.7
        Downloaded android_system_properties v0.1.5
        Downloaded tree-sitter-language v0.1.7
        Downloaded streaming-iterator v0.1.9
        Downloaded mintex v0.1.4
        Downloaded crossbeam-utils v0.8.21
        Downloaded human-panic v2.0.6
        Downloaded serde_spanned v1.0.4
        Downloaded strsim v0.11.1
        Downloaded r-efi v5.3.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 zeroize v1.9.0
        Downloaded const-oid v0.9.6
        Downloaded prodash v31.0.0
        Downloaded parking_lot_core v0.9.12
        Downloaded smallvec v1.15.1
        Downloaded log v0.4.29
        Downloaded value-bag v1.12.0
        Downloaded sval v2.17.0
        Downloaded utf8_iter v1.0.4
        Downloaded zerofrom v0.1.6
        Downloaded num v0.4.3
        Downloaded num-bigint v0.4.6
        Downloaded phf_shared v0.11.3
        Downloaded dunce v1.0.5
        Downloaded bytesize v2.3.1
        Downloaded winsplit v0.1.0
        Downloaded unit-prefix v0.5.2
        Downloaded encode_unicode v1.0.0
        Downloaded tree-sitter-toml-ng v0.6.0
        Downloaded windows-future v0.2.1
        Downloaded clap v4.6.0
        Downloaded clap_derive v4.6.0
        Downloaded heck v0.5.0
        Downloaded clap_lex v1.1.0
        Downloaded anyhow v1.0.102
        Downloaded zmij v1.0.21
        Downloaded quote v1.0.45
        Downloaded js-sys v0.3.91
        Downloaded poly1305 v0.8.0
        Downloaded jsonschema v0.30.0
        Downloaded idna_adapter v1.2.1
        Downloaded zerovec-derive v0.11.2
        Downloaded yoke v0.8.1
        Downloaded yoke-derive v0.8.1
        Downloaded displaydoc v0.2.5
        Downloaded icu_provider v2.1.1
        Downloaded writeable v0.6.2
        Downloaded tinystr v0.8.2
        Downloaded litemap v0.8.1
        Downloaded potential_utf v0.1.4
        Downloaded num-complex v0.4.6
        Downloaded fancy-regex v0.14.0
        Downloaded email_address v0.2.9
        Downloaded phf v0.11.3
        Downloaded windows-future v0.3.2
        Downloaded signals_receipts v0.2.5
        Downloaded sem_safe v0.2.1
        Downloaded inquire v0.9.4
        Downloaded litrs v1.0.0
        Downloaded derive_more v2.1.1
        Downloaded web-time v1.1.0
        Downloaded console v0.16.3
        Downloaded colored v2.2.0
        Downloaded tree-sitter-highlight v0.24.7
        Downloaded sysinfo v0.37.2
        Downloaded ntapi v0.4.3
        Downloaded clap_complete v4.6.0
        Downloaded serde_core v1.0.228
        Downloaded serde_derive v1.0.228
        Downloaded unicode-ident v1.0.24
        Downloaded proc-macro2 v1.0.106
        Downloaded aho-corasick v1.1.4
        Downloaded zlib-rs v0.6.5
        Downloaded vcpkg v0.2.15
        Downloaded windows-implement v0.58.0
        Downloaded sync-ptr v0.1.4
        Downloaded ssh-encoding v0.2.0
        Downloaded pem-rfc7468 v0.7.0
        Downloaded base64ct v1.8.3
        Downloaded ssh-cipher v0.2.0
        Downloaded universal-hash v0.5.1
        Downloaded opaque-debug v0.3.1
        Downloaded ctr v0.9.2
        Downloaded cipher v0.4.4
        Downloaded block-padding v0.3.3
        Downloaded cbc v0.1.2
        Downloaded ghash v0.5.1
        Downloaded polyval v0.6.2
        Downloaded aead v0.5.2
        Downloaded pkcs8 v0.10.2
        Downloaded spki v0.7.3
        Downloaded base16ct v0.2.0
        Downloaded icu_properties v2.1.2
        Downloaded zerotrie v0.2.3
        Downloaded icu_collections v2.1.1
        Downloaded icu_normalizer v2.1.1
        Downloaded icu_normalizer_data v2.1.1
        Downloaded fraction v0.15.3
        Downloaded base64 v0.22.1
        Downloaded base64 v0.21.7
        Downloaded signal-hook v0.3.18
        Downloaded indicatif v0.18.4
        Downloaded tree-sitter-json v0.24.8
        Downloaded tree-sitter-html v0.23.2
        Downloaded thiserror v1.0.69
        Downloaded thiserror-impl v1.0.69
        Downloaded tree-sitter-css v0.23.2
        Downloaded timeago v0.4.2
        Downloaded gix-url v0.36.0
        Downloaded gix-sec v0.14.0
        Downloaded gix-quote v0.7.1
        Downloaded gix-error v0.2.3
        Downloaded gix-packetline v0.21.3
        Downloaded gix-command v0.9.0
        Downloaded shell-words v1.1.1
        Downloaded nonempty v0.12.0
        Downloaded maybe-async v0.2.10
        Downloaded gix-shallow v0.12.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-hashtable v0.15.0
        Downloaded gix-date v0.15.3
        Downloaded windows-threading v0.1.0
        Downloaded objc2-core-foundation v0.3.2
        Downloaded clap_builder v4.6.0
        Downloaded serde v1.0.228
        Downloaded getrandom v0.3.4
        Downloaded regex-syntax v0.8.10
        Downloaded defer-heavy v0.1.0
        Downloaded ssh-key v0.6.7
        Downloaded sha2 v0.10.9
        Downloaded inout v0.1.4
        Downloaded chacha20 v0.9.1
        Downloaded signature v2.2.0
        Downloaded sec1 v0.7.3
        Downloaded zerovec v0.11.5
        Downloaded icu_properties_data v2.1.2
        Downloaded emojis v0.6.4
        Downloaded crossterm v0.29.0
        Downloaded tree-sitter v0.24.7
        Downloaded tree-sitter-go v0.23.4
        Downloaded form_urlencoded v1.2.2
        Downloaded hex-literal v1.1.0
        Downloaded simd-adler32 v0.3.8
        Downloaded adler2 v2.0.1
        Downloaded test-log v0.2.19
        Downloaded tracing-log v0.2.0
        Downloaded tracing-core v0.1.36
        Downloaded colorchoice v1.0.5
        Downloaded anstyle-wincon v3.0.11
        Downloaded once_cell_polyfill v1.70.2
        Downloaded anstyle-parse v0.2.7
        Downloaded structured-logger v1.0.5
        Downloaded snapbox-macros v1.1.0
        Downloaded anstream v1.0.0
        Downloaded anstyle-parse v1.0.0
        Downloaded normalize-line-endings v0.3.0
        Downloaded scrypt v0.11.0
        Downloaded salsa20 v0.10.2
        Downloaded gix-transport v0.57.0
        Downloaded gix-protocol v0.61.0
        Downloaded gix-object v0.60.0
        Downloaded portable-atomic-util v0.2.6
        Downloaded objc2-io-kit v0.3.2
        Downloaded serde_derive_internals v0.29.1
        Downloaded bstr v1.12.1
        Downloaded aes-gcm v0.10.3
        Downloaded aes v0.8.4
        Downloaded der v0.7.10
        Downloaded rsa v0.9.10
        Downloaded num-iter v0.1.45
        Downloaded lazy_static v1.5.0
        Downloaded primeorder v0.13.6
        Downloaded group v0.13.0
        Downloaded ff v0.13.1
        Downloaded tree-sitter-python v0.23.6
        Downloaded url v2.5.8
        Downloaded flate2 v1.1.9
        Downloaded miniz_oxide v0.8.9
        Downloaded pin-project-lite v0.2.17
        Downloaded thread_local v1.1.9
        Downloaded nu-ansi-term v0.50.3
        Downloaded matchers v0.2.0
        Downloaded test-log-macros v0.2.19
        Downloaded env_logger v0.11.9
        Downloaded env_filter v1.0.0
        Downloaded anstyle v1.0.14
        Downloaded utf8parse v0.2.2
        Downloaded is_terminal_polyfill v1.70.2
        Downloaded bytes v1.11.1
        Downloaded socket2 v0.5.10
        Downloaded snapbox v1.2.2
        Downloaded similar v3.1.1
        Downloaded jiff-tzdb-platform v0.1.3
        Downloaded gix-actor v0.41.0
        Downloaded gix-commitgraph v0.37.0
        Downloaded gix-chunk v0.7.1
        Downloaded gix-revision v0.45.0
        Downloaded gix-glob v0.26.0
        Downloaded backtrace v0.3.76
        Downloaded escargot v0.5.15
        Downloaded toml v0.9.12+spec-1.1.0
        Downloaded memchr v2.8.0
        Downloaded dyn-clone v1.0.20
        Downloaded tinyvec_macros v0.1.1
        Downloaded windows_x86_64_gnullvm v0.52.6
        Downloaded windows_aarch64_gnullvm v0.52.6
        Downloaded pkcs1 v0.7.5
        Downloaded num-traits v0.2.19
        Downloaded num-integer v0.1.46
        Downloaded spin v0.9.8
        Downloaded elliptic-curve v0.13.8
        Downloaded chrono v0.4.44
        Downloaded sharded-slab v0.1.7
        Downloaded anstream v0.6.21
        Downloaded jiff-tzdb v0.1.6
        Downloaded memmap2 v0.9.10
        Downloaded gix-refspec v0.41.0
        Downloaded gix-negotiate v0.31.0
        Downloaded gix-prompt v0.15.0
        Downloaded pastey v0.2.1
        Downloaded siphasher v0.3.11
        Downloaded windows-link v0.1.3
        Downloaded windows-result v0.3.4
        Downloaded windows-collections v0.2.0
        Downloaded itoa v1.0.17
        Downloaded equivalent v1.0.2
        Downloaded schemars_derive v1.2.1
        Downloaded tinyvec v1.11.0
        Downloaded windows_i686_gnullvm v0.52.6
        Downloaded libm v0.2.16
        Downloaded num-bigint-dig v0.8.6
        Downloaded p521 v0.13.3
        Downloaded ecdsa v0.16.9
        Downloaded unicode-width v0.2.2
        Downloaded tree-sitter-c v0.23.4
        Downloaded valuable v0.1.1
        Downloaded jiff-static v0.2.23
        Downloaded gix-ref v0.63.0
        Downloaded gix-credentials v0.38.0
        Downloaded gix-config-value v0.18.0
        Downloaded gix-traverse v0.57.0
        Downloaded either v1.15.0
        Downloaded lexopt v0.3.2
        Downloaded dhat v0.3.3
        Downloaded thousands v0.2.0
        Downloaded rustc-demangle v0.1.27
        Downloaded humantime v2.3.0
        Downloaded toml_writer v1.0.7+spec-1.1.0
        Downloaded toml_datetime v0.7.5+spec-1.1.0
        Downloaded windows-numerics v0.2.0
        Downloaded windows-core v0.61.2
        Downloaded windows-strings v0.4.2
        Downloaded syn v2.0.117
        Downloaded indexmap v2.13.0
        Downloaded hashbrown v0.16.1
        Downloaded schemars v1.2.1
        Downloaded ref-cast v1.0.25
        Downloaded ref-cast-impl v1.0.25
        Downloaded windows-link v0.2.1
        Downloaded crypto-bigint v0.5.5
        Downloaded rfc6979 v0.4.0
        Downloaded ed25519 v2.2.3
        Downloaded rustc_version v0.4.1
        Downloaded semver v1.0.27
        Downloaded curve25519-dalek-derive v0.1.1
        Downloaded bcrypt-pbkdf v0.10.0
        Downloaded pbkdf2 v0.12.2
        Downloaded blowfish v0.9.1
        Downloaded secrecy v0.10.3
        Downloaded multibase v0.9.2
        Downloaded data-encoding-macro v0.1.19
        Downloaded data-encoding-macro-internal v0.1.17
        Downloaded data-encoding v2.10.0
        Downloaded base256emoji v1.0.2
        Downloaded gix-diff v0.63.0
        Downloaded gix-odb v0.80.0
        Downloaded arc-swap v1.9.1
        Downloaded addr2line v0.25.1
        Downloaded unicode-normalization v0.1.25
        Downloaded tempfile v3.27.0
        Downloaded sqlite v0.37.0
        Downloaded sqlite3-sys v0.18.0
        Downloaded pkg-config v0.3.32
        Downloaded jobserver v0.1.34
        Downloaded regex-automata v0.4.14
        Downloaded windows_i686_msvc v0.52.6
        Downloaded hmac v0.12.1
        Downloaded p256 v0.13.2
        Downloaded ed25519-dalek v2.2.0
        Downloaded ssh-agent-lib v0.6.0
        Downloaded wait-timeout v0.2.1
        Downloaded tree-sitter-rust v0.23.3
        Downloaded tracing-subscriber v0.3.23
        Downloaded uds_windows v1.2.1
        Downloaded shlex v1.3.0
        Downloaded match-lookup v0.1.2
        Downloaded const-str v0.4.3
        Downloaded base-x v0.2.11
        Downloaded socks5-client v0.4.3
        Downloaded cypheraddr v0.4.1
        Downloaded keccak v0.1.6
        Downloaded cyphergraphy v0.3.1
        Downloaded unarray v0.1.4
        Downloaded quick-error v1.2.3
        Downloaded fnv v1.0.7
        Downloaded rand_xorshift v0.4.0
        Downloaded gix-pack v0.70.0
        Downloaded errno v0.3.14
        Downloaded cfg-if v1.0.4
        Downloaded cc v1.2.57
        Downloaded p384 v0.13.1
        Downloaded rusty-fork v0.3.1
        Downloaded rand_core v0.9.5
        Downloaded rand_chacha v0.9.0
        Downloaded crossbeam-channel v0.5.15
        Downloaded fastrand v2.3.0
        Downloaded memoffset v0.9.1
        Downloaded autocfg v1.5.0
        Downloaded thiserror v2.0.18
        Downloaded thiserror-impl v2.0.18
        Downloaded windows_x86_64_msvc v0.52.6
        Downloaded ed25519 v1.5.3
        Downloaded signature v1.6.4
        Downloaded amplify_syn v2.0.1
        Downloaded base32 v0.4.0
        Downloaded noise-framework v0.4.1
        Downloaded chacha20poly1305 v0.10.1
        Downloaded tree-sitter-md v0.3.2
        Downloaded bitflags v2.11.0
        Downloaded once_cell v1.21.4
        Downloaded getrandom v0.4.3
        Downloaded r-efi v6.0.0
        Downloaded windows_x86_64_gnu v0.52.6
        Downloaded windows_aarch64_msvc v0.52.6
        Downloaded ec25519 v0.1.0
        Downloaded amplify v4.9.0
        Downloaded ascii v1.1.0
        Downloaded amplify_num v0.5.3
        Downloaded amplify_derive v4.0.1
        Downloaded sha1-checked v0.10.0
        Downloaded libz-sys v1.1.25
        Downloaded windows_i686_gnu v0.52.6
        Downloaded curve25519-dalek v4.1.3
        Downloaded rand v0.9.2
        Downloaded nonempty v0.9.0
        Downloaded itertools v0.14.0
        Downloaded bit-vec v0.8.0
        Downloaded bit-set v0.8.0
        Downloaded uuid-simd v0.8.0
        Downloaded diff v0.1.13
        Downloaded tree-sitter-ruby v0.23.1
        Downloaded vsimd v0.8.0
        Downloaded uuid v1.22.0
        Downloaded tree-sitter-bash v0.23.3
        Downloaded yansi v1.0.1
        Downloaded pretty_assertions v1.4.1
        Downloaded gimli v0.32.3
        Downloaded proptest v1.10.0
        Downloaded bloomy v1.2.0
        Downloaded fiat-crypto v0.2.9
        Downloaded tracing v0.1.44
        Downloaded tokio v1.50.0
        Downloaded object v0.37.3
        Downloaded rustix v1.1.4
        Downloaded tree-sitter-typescript v0.23.2
        Downloaded jiff v0.2.23
        Downloaded libc v0.2.183
        Downloaded sha3 v0.10.8
        Downloaded winapi v0.3.9
        Downloaded libgit2-sys v0.18.4+1.9.3
        Downloaded windows-sys v0.52.0
        Downloaded windows-sys v0.61.2
        Downloaded windows-sys v0.59.0
        Downloaded gix-features v0.48.0
        Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
        Downloaded winapi-i686-pc-windows-gnu v0.4.0
        Downloaded linux-raw-sys v0.12.1
        Downloaded systemd-journal-logger v2.2.2
        Downloaded windows v0.58.0
        Downloaded windows v0.61.3
        Downloaded cyphernet v0.5.4
        Downloaded windows v0.62.2
        Downloaded sqlite3-src v0.7.0
      
  88. 23474 ms: Action succeeded: cargo_fetch
    - action: cargo_fetch
    
  89. 23476 ms: Trace: Execute action
    Rustup(
        Rustup {
            channel: "1.95.0",
            target: None,
            components: None,
            profile: None,
        },
    )
  90. 23480 ms: Debug
    rustup Rustup { channel: "1.95.0", target: None, components: None, profile: None }
  91. 23482 ms: Start program: rustup
    • rustup
    • install
    • 1.95.0
FAILURE
  1. 23485 ms: Program failed: rustup
    • Exit code: killed by signal
    • Stdout
    • Stderr
      command does not exist: "rustup"
  2. 23488 ms: Action failed: rustup
    - action: rustup
      channel: 1.95.0
      target: null
      components: null
      profile: null
    
  3. 23492 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(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  ] 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  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  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-journal-flush.ser…lush Journal to Persistent Storage.
[  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-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  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-logind.service - User Login Management.
[  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-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  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Started ssh.service - OpenBSD Secure Shell server.
         Starting systemd-networkd-wait-onl…ait for Network to be Configured...
[  OK  ] Finished systemd-networkd-wait-onl… Wait for Network to be Configured.

Debian GNU/Linux 13 ambient-dev ttyS0

ambient-dev login: [  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...
[  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 systemd-logind.service - User Login Management.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Stopped ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped ambient.service - Run build job for Ambient CI.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  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-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-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  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  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.
[   32.647253] 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
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  70.9M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  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 _rad/_rad         0 2026-08-12 20:07 ./
-rw-r--r-- _rad/_rad      1516 2026-08-12 20:07 ./plan.yaml
-rwxr-xr-x _rad/_rad   5460288 2026-08-12 20:07 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Aug 12 20:07 .
       10   5336 -rwxr-xr-x   1 1000     1000      5460288 Aug 12 20:07 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1516 Aug 12 20:07 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.17.0@af4a4f3","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":901398158}}
{"type":"trace","title":"Set environment variable \"HOME\"","msg":"\"HOME\"=\"/root\"","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":905637223}}
{"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.95.0","target":null,"components":null,"profile":null},{"action":"rustup","channel":"1.95","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":1786565285,"nanos_since_epoch":909098215}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":947947809}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":952697907}}
{"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":1786565285,"nanos_since_epoch":955356747}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":960678114}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":964305889}}
{"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":1786565285,"nanos_since_epoch":966703847}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci\",\n    },\n)","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":969757867}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":972675459}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":974542087}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":977173200}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/debian\",\n    },\n)","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":979602103}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":983509966}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/rsync\",\n    },\n)","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":986403277}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":989199487}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":992022800}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1786565285,"nanos_since_epoch":994722331}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":53098}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":3064730}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdc\",\n        directory: \"/ci/src\",\n    },\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":5253757}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":138204963}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdf\",\n        directory: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":138663448}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":145002148}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":145439051}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":151617766}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":152045372}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":158238572}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdg\",\n        directory: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":158669018}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":164679721}}
{"type":"trace","title":"Execute action","msg":"Shell(\n    Shell {\n        shell: \"ln -sf /ci /workspace\",\n    },\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":165106455}}
{"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":1786565286,"nanos_since_epoch":165335281}}
{"type":"program_succeeded","program_name":"bash","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":182616329}}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":183111313}}
{"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":1786565286,"nanos_since_epoch":183121247}}
{"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":1786565286,"nanos_since_epoch":183726375}}
{"type":"trace","title":"Execute action","msg":"WaitOnline(\n    WaitOnline,\n)","timestamp":{"secs_since_epoch":1786565286,"nanos_since_epoch":183797844}}
{"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":1786565286,"nanos_since_epoch":183821796}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":2420720}}
{"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":1786565288,"nanos_since_epoch":2927625}}
{"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-08-12 20:08:07 UTC; 19ms ago\n Invocation: d55f9d36257f4734afced04ffb10e650\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 425 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 425 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.8M\n        CPU: 8ms\n\nAug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nAug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":20318027}}
{"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":1786565288,"nanos_since_epoch":34410746}}
{"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-08-12 20:08:05 UTC; 2s ago\n Invocation: ea726e7dd0fa431d87b5ba4f5f89d11d\nTriggeredBy: ● systemd-networkd.socket\n       Docs: man:systemd-networkd.service(8)\n             man:org.freedesktop.network1(5)\n   Main PID: 328 (systemd-network)\n     Status: \"Processing requests...\"\n      Tasks: 1 (limit: 13288)\n   FD Store: 0 (limit: 512)\n     Memory: 3.8M (peak: 13.5M)\n        CPU: 52ms\n     CGroup: /system.slice/systemd-networkd.service\n             └─328 /usr/lib/systemd/systemd-networkd\n\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Link UP\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Gained carrier\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nAug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":55490898}}
{"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":1786565288,"nanos_since_epoch":56051280}}
{"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-08-12 20:08:07 UTC; 97ms ago\n Invocation: d55f9d36257f4734afced04ffb10e650\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 425 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 425 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.8M\n        CPU: 8ms\n\nAug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nAug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":98635520}}
{"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":1786565288,"nanos_since_epoch":99165667}}
{"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-08-12 20:08:06 UTC\nExecMainStartTimestampMonotonic=8221216\nExecMainExitTimestamp=Wed 2026-08-12 20:08:07 UTC\nExecMainExitTimestampMonotonic=10006090\nExecMainHandoffTimestamp=Wed 2026-08-12 20:08:06 UTC\nExecMainHandoffTimestampMonotonic=8256407\nExecMainPID=425\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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; 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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; code=exited ; status=0 }\nSlice=system.slice\nControlGroupId=2153\nMemoryCurrent=[not set]\nMemoryPeak=1933312\nMemorySwapCurrent=[not set]\nMemorySwapPeak=0\nMemoryZSwapCurrent=[not set]\nMemoryAvailable=11218345984\nEffectiveMemoryMax=11670536192\nEffectiveMemoryHigh=11670536192\nCPUUsageNSec=8643000\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 systemd-networkd.service system.slice\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-08-12 20:08:07 UTC\nStateChangeTimestampMonotonic=10006295\nInactiveExitTimestamp=Wed 2026-08-12 20:08:06 UTC\nInactiveExitTimestampMonotonic=8221715\nActiveEnterTimestamp=Wed 2026-08-12 20:08:07 UTC\nActiveEnterTimestampMonotonic=10006295\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-08-12 20:08:06 UTC\nConditionTimestampMonotonic=8220641\nAssertTimestamp=Wed 2026-08-12 20:08:06 UTC\nAssertTimestampMonotonic=8220722\nTransient=no\nPerpetual=no\nStartLimitIntervalUSec=10s\nStartLimitBurst=5\nStartLimitAction=none\nFailureAction=none\nSuccessAction=none\nInvocationID=d55f9d36257f4734afced04ffb10e650\nCollectMode=inactive\nDebugInvocation=no\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":129899000}}
{"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":1786565288,"nanos_since_epoch":231864639}}
{"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 86398sec preferred_lft 86398sec\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":1786565288,"nanos_since_epoch":236728980}}
{"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":1786565288,"nanos_since_epoch":236950129}}
{"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":1786565288,"nanos_since_epoch":244370141}}
{"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":1786565288,"nanos_since_epoch":244610162}}
{"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              fe80::5054:ff:fe12:3456 on eth0\n     Gateway: 10.0.2.2 on eth0\n         DNS: 10.0.2.3\n\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nAug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nAug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL\nAug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":254435770}}
{"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":1786565288,"nanos_since_epoch":308659735}}
{"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=17.1 ms\n\n--- 8.8.8.8 ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 17.057/17.057/17.057/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":327565951}}
{"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":1786565288,"nanos_since_epoch":328014257}}
{"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.24 ms\n\n--- www.google.com ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.244/1.244/1.244/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":374646003}}
{"type":"action_succeeded","action":"wait_online","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":380368924}}
{"type":"trace","title":"Execute action","msg":"NetworkDiagnostics(\n    NetworkdDiagnostics,\n)","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":382056557}}
{"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":1786565288,"nanos_since_epoch":384343037}}
{"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-08-12 20:08:05 UTC; 2s ago\n Invocation: ea726e7dd0fa431d87b5ba4f5f89d11d\nTriggeredBy: ● systemd-networkd.socket\n       Docs: man:systemd-networkd.service(8)\n             man:org.freedesktop.network1(5)\n   Main PID: 328 (systemd-network)\n     Status: \"Processing requests...\"\n      Tasks: 1 (limit: 13288)\n   FD Store: 0 (limit: 512)\n     Memory: 3.8M (peak: 13.5M)\n        CPU: 53ms\n     CGroup: /system.slice/systemd-networkd.service\n             └─328 /usr/lib/systemd/systemd-networkd\n\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Link UP\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: lo: Gained carrier\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nAug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":403186458}}
{"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":1786565288,"nanos_since_epoch":403645664}}
{"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-08-12 20:08:07 UTC; 442ms ago\n Invocation: d55f9d36257f4734afced04ffb10e650\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 425 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 425 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.8M\n        CPU: 8ms\n\nAug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nAug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":442876031}}
{"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":1786565288,"nanos_since_epoch":443356395}}
{"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-08-12 20:08:06 UTC\nExecMainStartTimestampMonotonic=8221216\nExecMainExitTimestamp=Wed 2026-08-12 20:08:07 UTC\nExecMainExitTimestampMonotonic=10006090\nExecMainHandoffTimestamp=Wed 2026-08-12 20:08:06 UTC\nExecMainHandoffTimestampMonotonic=8256407\nExecMainPID=425\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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; 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-08-12 20:08:06 UTC] ; stop_time=[Wed 2026-08-12 20:08:07 UTC] ; pid=425 ; code=exited ; status=0 }\nSlice=system.slice\nControlGroupId=2153\nMemoryCurrent=[not set]\nMemoryPeak=1933312\nMemorySwapCurrent=[not set]\nMemorySwapPeak=0\nMemoryZSwapCurrent=[not set]\nMemoryAvailable=11219570688\nEffectiveMemoryMax=11670536192\nEffectiveMemoryHigh=11670536192\nCPUUsageNSec=8643000\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 systemd-networkd.service system.slice\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-08-12 20:08:07 UTC\nStateChangeTimestampMonotonic=10006295\nInactiveExitTimestamp=Wed 2026-08-12 20:08:06 UTC\nInactiveExitTimestampMonotonic=8221715\nActiveEnterTimestamp=Wed 2026-08-12 20:08:07 UTC\nActiveEnterTimestampMonotonic=10006295\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-08-12 20:08:06 UTC\nConditionTimestampMonotonic=8220641\nAssertTimestamp=Wed 2026-08-12 20:08:06 UTC\nAssertTimestampMonotonic=8220722\nTransient=no\nPerpetual=no\nStartLimitIntervalUSec=10s\nStartLimitBurst=5\nStartLimitAction=none\nFailureAction=none\nSuccessAction=none\nInvocationID=d55f9d36257f4734afced04ffb10e650\nCollectMode=inactive\nDebugInvocation=no\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":470771597}}
{"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":1786565288,"nanos_since_epoch":570867592}}
{"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 86398sec preferred_lft 86398sec\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":1786565288,"nanos_since_epoch":572274327}}
{"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":1786565288,"nanos_since_epoch":572299430}}
{"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":1786565288,"nanos_since_epoch":575939987}}
{"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":1786565288,"nanos_since_epoch":576009932}}
{"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              fe80::5054:ff:fe12:3456 on eth0\n     Gateway: 10.0.2.2 on eth0\n         DNS: 10.0.2.3\n\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:05 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Configuring with /etc/systemd/network/external.network.\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Link UP\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Gained carrier\nAug 12 20:08:05 ambient-dev systemd-networkd[328]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nAug 12 20:08:06 ambient-dev systemd-networkd[328]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nAug 12 20:08:06 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nAug 12 20:08:07 ambient-dev systemd-networkd[328]: eth0: Gained IPv6LL\nAug 12 20:08:07 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":631503653}}
{"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":1786565288,"nanos_since_epoch":631974224}}
{"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.10 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.099/1.099/1.099/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":663807777}}
{"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":1786565288,"nanos_since_epoch":664250351}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING www.google.com (142.251.153.119) 56(84) bytes of data.\n64 bytes from 142.251.153.119: icmp_seq=1 ttl=255 time=1.31 ms\n\n--- www.google.com ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.305/1.305/1.305/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":700967172}}
{"type":"action_succeeded","action":"network_diagnostics","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":706787332}}
{"type":"trace","title":"Execute action","msg":"CargoFetch(\n    CargoFetch,\n)","timestamp":{"secs_since_epoch":1786565288,"nanos_since_epoch":708597751}}
{"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":1786565288,"nanos_since_epoch":710705797}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"info: syncing channel updates for 1.97.1-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)\ninfo: downloading 7 components\n","timestamp":{"secs_since_epoch":1786565301,"nanos_since_epoch":365339981}}
{"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":1786565301,"nanos_since_epoch":373281260}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1786565301,"nanos_since_epoch":452350941}}
{"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":1786565301,"nanos_since_epoch":455092553}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1786565301,"nanos_since_epoch":492480871}}
{"type":"trace","title":"copy cargo files to temporary place to run cargo securely","msg":"copying relevant files to /tmp/.tmpkhcOcP","timestamp":{"secs_since_epoch":1786565301,"nanos_since_epoch":492960123}}
{"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/.tmpkhcOcP\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1786565301,"nanos_since_epoch":509777772}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"    Updating crates.io index\n Downloading crates ...\n  Downloaded wasm-bindgen-macro v0.2.114\n  Downloaded wasm-bindgen-shared v0.2.114\n  Downloaded rustversion v1.0.22\n  Downloaded version_check v0.9.5\n  Downloaded gix-trace v0.1.19\n  Downloaded wit-bindgen v0.51.0\n  Downloaded walkdir v2.5.0\n  Downloaded windows-interface v0.58.0\n  Downloaded wasm-bindgen v0.2.114\n  Downloaded wasm-bindgen-macro-support v0.2.114\n  Downloaded bumpalo v3.20.2\n  Downloaded qcheck v1.0.0\n  Downloaded gix-hash v0.25.0\n  Downloaded typenum v1.20.1\n  Downloaded gix-path v0.12.0\n  Downloaded crc32fast v1.5.0\n  Downloaded sval_buffer v2.17.0\n  Downloaded sval_fmt v2.17.0\n  Downloaded windows-strings v0.1.0\n  Downloaded outref v0.5.2\n  Downloaded borrow-or-share v0.2.4\n  Downloaded num-cmp v0.1.0\n  Downloaded zerofrom-derive v0.1.6\n  Downloaded windows-numerics v0.3.1\n  Downloaded signal-hook-mio v0.2.5\n  Downloaded document-features v0.2.12\n  Downloaded serde_json v1.0.149\n  Downloaded wasip2 v1.0.2+wasi-0.2.9\n  Downloaded siphasher v1.0.2\n  Downloaded typeid v1.0.3\n  Downloaded erased-serde v0.4.10\n  Downloaded percent-encoding v2.3.2\n  Downloaded minicbor v0.13.2\n  Downloaded syn v1.0.109\n  Downloaded rand v0.8.5\n  Downloaded zerocopy v0.8.42\n  Downloaded generic-array v0.14.7\n  Downloaded cpufeatures v0.2.17\n  Downloaded same-file v1.0.6\n  Downloaded parking_lot v0.12.5\n  Downloaded redox_syscall v0.5.18\n  Downloaded lock_api v0.4.14\n  Downloaded gix-utils v0.3.2\n  Downloaded gix-validate v0.11.1\n  Downloaded faster-hex v0.10.0\n  Downloaded heapless v0.8.0\n  Downloaded stable_deref_trait v1.2.1\n  Downloaded hash32 v0.3.1\n  Downloaded value-bag-sval2 v1.12.0\n  Downloaded sval_serde v2.17.0\n  Downloaded sval_json v2.17.0\n  Downloaded ryu v1.0.23\n  Downloaded sval_dynamic v2.17.0\n  Downloaded value-bag-serde1 v1.12.0\n  Downloaded serde_fmt v1.1.0\n  Downloaded winpipe v0.1.1\n  Downloaded windows-core v0.58.0\n  Downloaded referencing v0.30.0\n  Downloaded fluent-uri v0.3.2\n  Downloaded ahash v0.8.12\n  Downloaded unicode-segmentation v1.12.0\n  Downloaded windows-core v0.62.2\n  Downloaded windows-strings v0.5.1\n  Downloaded mio v1.1.1\n  Downloaded derive_more-impl v2.1.1\n  Downloaded convert_case v0.10.0\n  Downloaded crossterm_winapi v0.9.1\n  Downloaded portable-atomic v1.13.1\n  Downloaded rustc-hash v1.1.0\n  Downloaded find-msvc-tools v0.1.9\n  Downloaded serde-untagged v0.1.9\n  Downloaded qcheck-macros v1.0.0\n  Downloaded rand_core v0.6.4\n  Downloaded rand_chacha v0.3.1\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 block-buffer v0.10.4\n  Downloaded winapi-util v0.1.11\n  Downloaded scopeguard v1.2.0\n  Downloaded byteorder v1.5.0\n  Downloaded git2 v0.21.0\n  Downloaded sval_nested v2.17.0\n  Downloaded sval_ref v2.17.0\n  Downloaded windows-targets v0.52.6\n  Downloaded windows-result v0.2.0\n  Downloaded regex v1.12.3\n  Downloaded idna v1.1.0\n  Downloaded synstructure v0.13.2\n  Downloaded icu_locale_core v2.1.1\n  Downloaded num-rational v0.4.2\n  Downloaded bytecount v0.6.9\n  Downloaded fast-glob v0.3.3\n  Downloaded unicode-display-width v0.3.0\n  Downloaded windows-result v0.4.1\n  Downloaded windows-interface v0.59.3\n  Downloaded windows-implement v0.60.2\n  Downloaded windows-threading v0.2.1\n  Downloaded windows-collections v0.3.2\n  Downloaded signal-hook-registry v1.4.8\n  Downloaded anstyle-query v1.1.5\n  Downloaded iana-time-zone v0.1.65\n  Downloaded iana-time-zone-haiku v0.1.2\n  Downloaded core-foundation-sys v0.8.7\n  Downloaded android_system_properties v0.1.5\n  Downloaded tree-sitter-language v0.1.7\n  Downloaded streaming-iterator v0.1.9\n  Downloaded mintex v0.1.4\n  Downloaded crossbeam-utils v0.8.21\n  Downloaded human-panic v2.0.6\n  Downloaded serde_spanned v1.0.4\n  Downloaded strsim v0.11.1\n  Downloaded r-efi v5.3.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 zeroize v1.9.0\n  Downloaded const-oid v0.9.6\n  Downloaded prodash v31.0.0\n  Downloaded parking_lot_core v0.9.12\n  Downloaded smallvec v1.15.1\n  Downloaded log v0.4.29\n  Downloaded value-bag v1.12.0\n  Downloaded sval v2.17.0\n  Downloaded utf8_iter v1.0.4\n  Downloaded zerofrom v0.1.6\n  Downloaded num v0.4.3\n  Downloaded num-bigint v0.4.6\n  Downloaded phf_shared v0.11.3\n  Downloaded dunce v1.0.5\n  Downloaded bytesize v2.3.1\n  Downloaded winsplit v0.1.0\n  Downloaded unit-prefix v0.5.2\n  Downloaded encode_unicode v1.0.0\n  Downloaded tree-sitter-toml-ng v0.6.0\n  Downloaded windows-future v0.2.1\n  Downloaded clap v4.6.0\n  Downloaded clap_derive v4.6.0\n  Downloaded heck v0.5.0\n  Downloaded clap_lex v1.1.0\n  Downloaded anyhow v1.0.102\n  Downloaded zmij v1.0.21\n  Downloaded quote v1.0.45\n  Downloaded js-sys v0.3.91\n  Downloaded poly1305 v0.8.0\n  Downloaded jsonschema v0.30.0\n  Downloaded idna_adapter v1.2.1\n  Downloaded zerovec-derive v0.11.2\n  Downloaded yoke v0.8.1\n  Downloaded yoke-derive v0.8.1\n  Downloaded displaydoc v0.2.5\n  Downloaded icu_provider v2.1.1\n  Downloaded writeable v0.6.2\n  Downloaded tinystr v0.8.2\n  Downloaded litemap v0.8.1\n  Downloaded potential_utf v0.1.4\n  Downloaded num-complex v0.4.6\n  Downloaded fancy-regex v0.14.0\n  Downloaded email_address v0.2.9\n  Downloaded phf v0.11.3\n  Downloaded windows-future v0.3.2\n  Downloaded signals_receipts v0.2.5\n  Downloaded sem_safe v0.2.1\n  Downloaded inquire v0.9.4\n  Downloaded litrs v1.0.0\n  Downloaded derive_more v2.1.1\n  Downloaded web-time v1.1.0\n  Downloaded console v0.16.3\n  Downloaded colored v2.2.0\n  Downloaded tree-sitter-highlight v0.24.7\n  Downloaded sysinfo v0.37.2\n  Downloaded ntapi v0.4.3\n  Downloaded clap_complete v4.6.0\n  Downloaded serde_core v1.0.228\n  Downloaded serde_derive v1.0.228\n  Downloaded unicode-ident v1.0.24\n  Downloaded proc-macro2 v1.0.106\n  Downloaded aho-corasick v1.1.4\n  Downloaded zlib-rs v0.6.5\n  Downloaded vcpkg v0.2.15\n  Downloaded windows-implement v0.58.0\n  Downloaded sync-ptr v0.1.4\n  Downloaded ssh-encoding v0.2.0\n  Downloaded pem-rfc7468 v0.7.0\n  Downloaded base64ct v1.8.3\n  Downloaded ssh-cipher v0.2.0\n  Downloaded universal-hash v0.5.1\n  Downloaded opaque-debug v0.3.1\n  Downloaded ctr v0.9.2\n  Downloaded cipher v0.4.4\n  Downloaded block-padding v0.3.3\n  Downloaded cbc v0.1.2\n  Downloaded ghash v0.5.1\n  Downloaded polyval v0.6.2\n  Downloaded aead v0.5.2\n  Downloaded pkcs8 v0.10.2\n  Downloaded spki v0.7.3\n  Downloaded base16ct v0.2.0\n  Downloaded icu_properties v2.1.2\n  Downloaded zerotrie v0.2.3\n  Downloaded icu_collections v2.1.1\n  Downloaded icu_normalizer v2.1.1\n  Downloaded icu_normalizer_data v2.1.1\n  Downloaded fraction v0.15.3\n  Downloaded base64 v0.22.1\n  Downloaded base64 v0.21.7\n  Downloaded signal-hook v0.3.18\n  Downloaded indicatif v0.18.4\n  Downloaded tree-sitter-json v0.24.8\n  Downloaded tree-sitter-html v0.23.2\n  Downloaded thiserror v1.0.69\n  Downloaded thiserror-impl v1.0.69\n  Downloaded tree-sitter-css v0.23.2\n  Downloaded timeago v0.4.2\n  Downloaded gix-url v0.36.0\n  Downloaded gix-sec v0.14.0\n  Downloaded gix-quote v0.7.1\n  Downloaded gix-error v0.2.3\n  Downloaded gix-packetline v0.21.3\n  Downloaded gix-command v0.9.0\n  Downloaded shell-words v1.1.1\n  Downloaded nonempty v0.12.0\n  Downloaded maybe-async v0.2.10\n  Downloaded gix-shallow v0.12.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-hashtable v0.15.0\n  Downloaded gix-date v0.15.3\n  Downloaded windows-threading v0.1.0\n  Downloaded objc2-core-foundation v0.3.2\n  Downloaded clap_builder v4.6.0\n  Downloaded serde v1.0.228\n  Downloaded getrandom v0.3.4\n  Downloaded regex-syntax v0.8.10\n  Downloaded defer-heavy v0.1.0\n  Downloaded ssh-key v0.6.7\n  Downloaded sha2 v0.10.9\n  Downloaded inout v0.1.4\n  Downloaded chacha20 v0.9.1\n  Downloaded signature v2.2.0\n  Downloaded sec1 v0.7.3\n  Downloaded zerovec v0.11.5\n  Downloaded icu_properties_data v2.1.2\n  Downloaded emojis v0.6.4\n  Downloaded crossterm v0.29.0\n  Downloaded tree-sitter v0.24.7\n  Downloaded tree-sitter-go v0.23.4\n  Downloaded form_urlencoded v1.2.2\n  Downloaded hex-literal v1.1.0\n  Downloaded simd-adler32 v0.3.8\n  Downloaded adler2 v2.0.1\n  Downloaded test-log v0.2.19\n  Downloaded tracing-log v0.2.0\n  Downloaded tracing-core v0.1.36\n  Downloaded colorchoice v1.0.5\n  Downloaded anstyle-wincon v3.0.11\n  Downloaded once_cell_polyfill v1.70.2\n  Downloaded anstyle-parse v0.2.7\n  Downloaded structured-logger v1.0.5\n  Downloaded snapbox-macros v1.1.0\n  Downloaded anstream v1.0.0\n  Downloaded anstyle-parse v1.0.0\n  Downloaded normalize-line-endings v0.3.0\n  Downloaded scrypt v0.11.0\n  Downloaded salsa20 v0.10.2\n  Downloaded gix-transport v0.57.0\n  Downloaded gix-protocol v0.61.0\n  Downloaded gix-object v0.60.0\n  Downloaded portable-atomic-util v0.2.6\n  Downloaded objc2-io-kit v0.3.2\n  Downloaded serde_derive_internals v0.29.1\n  Downloaded bstr v1.12.1\n  Downloaded aes-gcm v0.10.3\n  Downloaded aes v0.8.4\n  Downloaded der v0.7.10\n  Downloaded rsa v0.9.10\n  Downloaded num-iter v0.1.45\n  Downloaded lazy_static v1.5.0\n  Downloaded primeorder v0.13.6\n  Downloaded group v0.13.0\n  Downloaded ff v0.13.1\n  Downloaded tree-sitter-python v0.23.6\n  Downloaded url v2.5.8\n  Downloaded flate2 v1.1.9\n  Downloaded miniz_oxide v0.8.9\n  Downloaded pin-project-lite v0.2.17\n  Downloaded thread_local v1.1.9\n  Downloaded nu-ansi-term v0.50.3\n  Downloaded matchers v0.2.0\n  Downloaded test-log-macros v0.2.19\n  Downloaded env_logger v0.11.9\n  Downloaded env_filter v1.0.0\n  Downloaded anstyle v1.0.14\n  Downloaded utf8parse v0.2.2\n  Downloaded is_terminal_polyfill v1.70.2\n  Downloaded bytes v1.11.1\n  Downloaded socket2 v0.5.10\n  Downloaded snapbox v1.2.2\n  Downloaded similar v3.1.1\n  Downloaded jiff-tzdb-platform v0.1.3\n  Downloaded gix-actor v0.41.0\n  Downloaded gix-commitgraph v0.37.0\n  Downloaded gix-chunk v0.7.1\n  Downloaded gix-revision v0.45.0\n  Downloaded gix-glob v0.26.0\n  Downloaded backtrace v0.3.76\n  Downloaded escargot v0.5.15\n  Downloaded toml v0.9.12+spec-1.1.0\n  Downloaded memchr v2.8.0\n  Downloaded dyn-clone v1.0.20\n  Downloaded tinyvec_macros v0.1.1\n  Downloaded windows_x86_64_gnullvm v0.52.6\n  Downloaded windows_aarch64_gnullvm v0.52.6\n  Downloaded pkcs1 v0.7.5\n  Downloaded num-traits v0.2.19\n  Downloaded num-integer v0.1.46\n  Downloaded spin v0.9.8\n  Downloaded elliptic-curve v0.13.8\n  Downloaded chrono v0.4.44\n  Downloaded sharded-slab v0.1.7\n  Downloaded anstream v0.6.21\n  Downloaded jiff-tzdb v0.1.6\n  Downloaded memmap2 v0.9.10\n  Downloaded gix-refspec v0.41.0\n  Downloaded gix-negotiate v0.31.0\n  Downloaded gix-prompt v0.15.0\n  Downloaded pastey v0.2.1\n  Downloaded siphasher v0.3.11\n  Downloaded windows-link v0.1.3\n  Downloaded windows-result v0.3.4\n  Downloaded windows-collections v0.2.0\n  Downloaded itoa v1.0.17\n  Downloaded equivalent v1.0.2\n  Downloaded schemars_derive v1.2.1\n  Downloaded tinyvec v1.11.0\n  Downloaded windows_i686_gnullvm v0.52.6\n  Downloaded libm v0.2.16\n  Downloaded num-bigint-dig v0.8.6\n  Downloaded p521 v0.13.3\n  Downloaded ecdsa v0.16.9\n  Downloaded unicode-width v0.2.2\n  Downloaded tree-sitter-c v0.23.4\n  Downloaded valuable v0.1.1\n  Downloaded jiff-static v0.2.23\n  Downloaded gix-ref v0.63.0\n  Downloaded gix-credentials v0.38.0\n  Downloaded gix-config-value v0.18.0\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 thousands v0.2.0\n  Downloaded rustc-demangle v0.1.27\n  Downloaded humantime v2.3.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 windows-numerics v0.2.0\n  Downloaded windows-core v0.61.2\n  Downloaded windows-strings v0.4.2\n  Downloaded syn v2.0.117\n  Downloaded indexmap v2.13.0\n  Downloaded hashbrown v0.16.1\n  Downloaded schemars v1.2.1\n  Downloaded ref-cast v1.0.25\n  Downloaded ref-cast-impl v1.0.25\n  Downloaded windows-link v0.2.1\n  Downloaded crypto-bigint v0.5.5\n  Downloaded rfc6979 v0.4.0\n  Downloaded ed25519 v2.2.3\n  Downloaded rustc_version v0.4.1\n  Downloaded semver v1.0.27\n  Downloaded curve25519-dalek-derive v0.1.1\n  Downloaded bcrypt-pbkdf v0.10.0\n  Downloaded pbkdf2 v0.12.2\n  Downloaded blowfish v0.9.1\n  Downloaded secrecy v0.10.3\n  Downloaded multibase v0.9.2\n  Downloaded data-encoding-macro v0.1.19\n  Downloaded data-encoding-macro-internal v0.1.17\n  Downloaded data-encoding v2.10.0\n  Downloaded base256emoji v1.0.2\n  Downloaded gix-diff v0.63.0\n  Downloaded gix-odb v0.80.0\n  Downloaded arc-swap v1.9.1\n  Downloaded addr2line v0.25.1\n  Downloaded unicode-normalization v0.1.25\n  Downloaded tempfile v3.27.0\n  Downloaded sqlite v0.37.0\n  Downloaded sqlite3-sys v0.18.0\n  Downloaded pkg-config v0.3.32\n  Downloaded jobserver v0.1.34\n  Downloaded regex-automata v0.4.14\n  Downloaded windows_i686_msvc v0.52.6\n  Downloaded hmac v0.12.1\n  Downloaded p256 v0.13.2\n  Downloaded ed25519-dalek v2.2.0\n  Downloaded ssh-agent-lib v0.6.0\n  Downloaded wait-timeout v0.2.1\n  Downloaded tree-sitter-rust v0.23.3\n  Downloaded tracing-subscriber v0.3.23\n  Downloaded uds_windows v1.2.1\n  Downloaded shlex v1.3.0\n  Downloaded match-lookup v0.1.2\n  Downloaded const-str v0.4.3\n  Downloaded base-x v0.2.11\n  Downloaded socks5-client v0.4.3\n  Downloaded cypheraddr v0.4.1\n  Downloaded keccak v0.1.6\n  Downloaded cyphergraphy v0.3.1\n  Downloaded unarray v0.1.4\n  Downloaded quick-error v1.2.3\n  Downloaded fnv v1.0.7\n  Downloaded rand_xorshift v0.4.0\n  Downloaded gix-pack v0.70.0\n  Downloaded errno v0.3.14\n  Downloaded cfg-if v1.0.4\n  Downloaded cc v1.2.57\n  Downloaded p384 v0.13.1\n  Downloaded rusty-fork v0.3.1\n  Downloaded rand_core v0.9.5\n  Downloaded rand_chacha v0.9.0\n  Downloaded crossbeam-channel v0.5.15\n  Downloaded fastrand v2.3.0\n  Downloaded memoffset v0.9.1\n  Downloaded autocfg v1.5.0\n  Downloaded thiserror v2.0.18\n  Downloaded thiserror-impl v2.0.18\n  Downloaded windows_x86_64_msvc v0.52.6\n  Downloaded ed25519 v1.5.3\n  Downloaded signature v1.6.4\n  Downloaded amplify_syn v2.0.1\n  Downloaded base32 v0.4.0\n  Downloaded noise-framework v0.4.1\n  Downloaded chacha20poly1305 v0.10.1\n  Downloaded tree-sitter-md v0.3.2\n  Downloaded bitflags v2.11.0\n  Downloaded once_cell v1.21.4\n  Downloaded getrandom v0.4.3\n  Downloaded r-efi v6.0.0\n  Downloaded windows_x86_64_gnu v0.52.6\n  Downloaded windows_aarch64_msvc v0.52.6\n  Downloaded ec25519 v0.1.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 sha1-checked v0.10.0\n  Downloaded libz-sys v1.1.25\n  Downloaded windows_i686_gnu v0.52.6\n  Downloaded curve25519-dalek v4.1.3\n  Downloaded rand v0.9.2\n  Downloaded nonempty v0.9.0\n  Downloaded itertools v0.14.0\n  Downloaded bit-vec v0.8.0\n  Downloaded bit-set v0.8.0\n  Downloaded uuid-simd v0.8.0\n  Downloaded diff v0.1.13\n  Downloaded tree-sitter-ruby v0.23.1\n  Downloaded vsimd v0.8.0\n  Downloaded uuid v1.22.0\n  Downloaded tree-sitter-bash v0.23.3\n  Downloaded yansi v1.0.1\n  Downloaded pretty_assertions v1.4.1\n  Downloaded gimli v0.32.3\n  Downloaded proptest v1.10.0\n  Downloaded bloomy v1.2.0\n  Downloaded fiat-crypto v0.2.9\n  Downloaded tracing v0.1.44\n  Downloaded tokio v1.50.0\n  Downloaded object v0.37.3\n  Downloaded rustix v1.1.4\n  Downloaded tree-sitter-typescript v0.23.2\n  Downloaded jiff v0.2.23\n  Downloaded libc v0.2.183\n  Downloaded sha3 v0.10.8\n  Downloaded winapi v0.3.9\n  Downloaded libgit2-sys v0.18.4+1.9.3\n  Downloaded windows-sys v0.52.0\n  Downloaded windows-sys v0.61.2\n  Downloaded windows-sys v0.59.0\n  Downloaded gix-features v0.48.0\n  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n  Downloaded winapi-i686-pc-windows-gnu v0.4.0\n  Downloaded linux-raw-sys v0.12.1\n  Downloaded systemd-journal-logger v2.2.2\n  Downloaded windows v0.58.0\n  Downloaded windows v0.61.3\n  Downloaded cyphernet v0.5.4\n  Downloaded windows v0.62.2\n  Downloaded sqlite3-src v0.7.0\n","timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":151904829}}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":376373054}}
{"type":"trace","title":"Execute action","msg":"Rustup(\n    Rustup {\n        channel: \"1.95.0\",\n        target: None,\n        components: None,\n        profile: None,\n    },\n)","timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":378084491}}
{"type":"debug","msg":"rustup Rustup { channel: \"1.95.0\", target: None, components: None, profile: None }","timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":381440210}}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,117,112]},{"Unix":[105,110,115,116,97,108,108]},{"Unix":[49,46,57,53,46,48]}],"timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":384039617}}
{"type":"program_failed","program_name":"rustup","exit_code":null,"stdout":"","stderr":"command does not exist: \"rustup\"","timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":386988079}}
{"type":"action_failed","action":"rustup","channel":"1.95.0","target":null,"components":null,"profile":null,"timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":389586173}}
ERROR: rustup action failed
caused by: failed to run rustup
caused by: command does not exist: "rustup"
{"type":"executor_ends_in_failure","exit_code":1,"timestamp":{"secs_since_epoch":1786565309,"nanos_since_epoch":393851006}}
EXIT CODE: 1

Plan VM

No log

Post-plan VM

No log