CI run for rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Triggered by

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
    "name": "radicle-ci-broker",
    "description": "Radicle CI broker",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "8f0c6903daed459c6d8d626b0a817fc9b1c74e22",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Add Nix Flake",
    "state": {
      "status": "merged",
      "conflicts": []
    },
    "before": "25a8d24d303f86cec672c792bb702edbd533df34",
    "after": "da7971ada31b9684abe6182429eb3f7488d5d13c",
    "commits": [
      "da7971ada31b9684abe6182429eb3f7488d5d13c",
      "8d67442766386b1ff17457de3a118a602433506a",
      "ddac7386c9cf5340ce120223ad3a120497d4b9b4",
      "8cbc1fe3130345479c7719ea45b71558c6c2520e"
    ],
    "target": "4f981273229c641a43817aa6534585b0e2fec686",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "8f0c6903daed459c6d8d626b0a817fc9b1c74e22",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The aim of this patch is to add a Nix Flake to the project to allow nix users\nand developers to build and work on the project.\n\nThis required some bash related code to get tests passing. See the commits for\nfurther details.",
        "base": "30fcabba09b6812274c61e4eb2940faa7cb6da00",
        "oid": "e03beacef56f60efcb5c6a51ff6fef84341602d2",
        "timestamp": 1737453763
      },
      {
        "id": "738b70cc21698843021df0208a418f8050b43f37",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Updated Nix flake description\n- Split out deny and audit into two separate commits",
        "base": "30fcabba09b6812274c61e4eb2940faa7cb6da00",
        "oid": "a4b9f71602db541ad580a6e8ce70cac4d05c5615",
        "timestamp": 1737714166
      },
      {
        "id": "4e5cc8f4f30848873bcb0e139313a064fe525839",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebased",
        "base": "25a8d24d303f86cec672c792bb702edbd533df34",
        "oid": "da7971ada31b9684abe6182429eb3f7488d5d13c",
        "timestamp": 1737715139
      }
    ]
  }
}

Run log

[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00003 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Secondary,Master,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Extracting tar archive from /dev/vdb
./
./plan.yaml
./run-ci

INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
ambient-execute-plan starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: spawn
  argv:
  - find
  - /workspace
  - '-maxdepth'
  - '2'
  - '-ls'
- action: cargo_fmt
- action: cargo_clippy
- action: shell
  shell: |
    export DEBEMAIL=liw@liw.fi
    export DEBFULLNAME="Lars Wirzenius"
    export CARGO_TARGET_DIR=/workspace/cache
    export CARGO_HOME=/workspace/deps
    export HOME=/root
    export PATH="/root/.cargo/bin:$PATH"

    cargo doc --workspace

    # FIXME: We can't run upgrade tests from older versions because
    # Ambient only fetches dependencies for the current version.
    # Thus, we can't build the old versions. This is an Ambient
    # problem that we can't fix here. So we skip the upgrade tests.
    cargo test --workspace --no-fail-fast -- --skip upgrade

    subplot docgen ci-broker.subplot -o doc/ci-broker.html
    subplot docgen doc/userguide.subplot -o doc/userguide.html
    make -C doc

    # Clean up after tests and documentation building.
    git reset --hard
    git clean -fdx
    git status --ignored

    V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
    T="$(date -u "+%Y%m%dT%H%M%S")"
    version="$V.ci$T-1"
    dch -v "$version" "CI build under Ambient."
    dch -r ''
- action: deb
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


RUN: Mkdir {
    pathname: "/workspace",
}
RUN: Mkdir {
    pathname: "/workspace/artifacts",
}
RUN: TarExtract {
    archive: "/dev/vdc",
    directory: "/workspace/src",
}
RUN: TarExtract {
    archive: "/dev/vdf",
    directory: "/workspace/deps",
}
RUN: TarExtract {
    archive: "/dev/vde",
    directory: "/workspace/cache",
}
RUN: Spawn {
    argv: [
        "find",
        "/workspace",
        "-maxdepth",
        "2",
        "-ls",
    ],
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
       extra_env=[]
  5898241      4 drwxr-xr-x   6 root     root         4096 Mar 13 16:40 /workspace
  5898243      4 drwxr-xr-x   9 root     root         4096 Mar 13 16:39 /workspace/src
  5898251      4 -rw-r--r--   1 root     root         1527 Mar 13 16:39 /workspace/src/Cargo.toml
  5898246     24 -rw-r--r--   1 root     root        21960 Mar 13 16:39 /workspace/src/NEWS.md
  5898356     68 -rw-r--r--   1 root     root        67148 Mar 13 16:39 /workspace/src/ci-broker.md
  5898315      4 drwxr-xr-x   3 root     root         4096 Mar 13 16:39 /workspace/src/src
  5898359     12 -rw-r--r--   1 root     root         9723 Mar 13 16:39 /workspace/src/LICENSE-APACHE
  5898248      4 drwxr-xr-x   2 root     root         4096 Mar 13 16:39 /workspace/src/.radicle
  5898361      4 -rw-r--r--   1 root     root          870 Mar 13 16:39 /workspace/src/build.rs
  5898252      4 drwxr-xr-x   8 root     root         4096 Mar 13 16:39 /workspace/src/.git
  5898352      4 drwxr-xr-x   2 root     root         4096 Mar 13 16:39 /workspace/src/.cargo
  5898245      4 -rw-r--r--   1 root     root          257 Mar 13 16:39 /workspace/src/ci-broker.subplot
  5898304      4 drwxr-xr-x   3 root     root         4096 Mar 13 16:39 /workspace/src/debian
  5898301      4 -rw-r--r--   1 root     root            5 Mar 13 16:39 /workspace/src/rust-toolchain
  5898357      4 -rw-r--r--   1 root     root           10 Mar 13 16:39 /workspace/src/.envrc
  5898358      8 -rw-r--r--   1 root     root         5951 Mar 13 16:39 /workspace/src/flake.nix
  5898247      8 -rw-r--r--   1 root     root         5428 Mar 13 16:39 /workspace/src/deny.toml
  5898303      4 -rw-r--r--   1 root     root          732 Mar 13 16:39 /workspace/src/ci-broker.yaml
  5898299      4 drwxr-xr-x   2 root     root         4096 Mar 13 16:39 /workspace/src/tests
  5898360     88 -rw-r--r--   1 root     root        86455 Mar 13 16:39 /workspace/src/Cargo.lock
  5898354      8 -rw-r--r--   1 root     root         5148 Mar 13 16:39 /workspace/src/README.md
  5898244      4 -rw-r--r--   1 root     root           44 Mar 13 16:39 /workspace/src/.gitignore
  5898362      4 drwxr-xr-x   2 root     root         4096 Mar 13 16:39 /workspace/src/doc
  5898302      8 -rw-r--r--   1 root     root         6528 Mar 13 16:39 /workspace/src/flake.lock
  5898355      4 -rw-r--r--   1 root     root         1079 Mar 13 16:39 /workspace/src/LICENSE-MIT
  5920183      4 drwxr-xr-x   6 root     root         4096 Feb  3 11:43 /workspace/cache
  6069469      4 drwxr-xr-x   7 root     root         4096 Mar 13 16:39 /workspace/cache/release
  6200665      4 drwxr-xr-x   7 root     root         4096 Mar 13 16:38 /workspace/cache/debug
  6200664      4 drwxr-xr-x   2 root     root         4096 Feb  3 11:37 /workspace/cache/tmp
  5938465      4 -rw-r--r--   1 root     root         1177 Mar 13 16:33 /workspace/cache/.rustc_info.json
  5920184     12 drwxr-xr-x 272 root     root        12288 Mar 13 16:33 /workspace/cache/doc
  5938466      4 -rw-r--r--   1 root     root          218 Feb  3 11:38 /workspace/cache/.rustdoc_fingerprint.json
  5898372      4 drwxr-xr-x   3 root     root         4096 Mar 13 16:39 /workspace/deps
  5898375      4 drwxr-xr-x   5 root     root         4096 Mar  5 14:47 /workspace/deps/registry
  5898374      0 -rw-r--r--   1 root     root            0 Feb  3 10:19 /workspace/deps/.package-cache
  5898373    108 -rw-r--r--   1 root     root       110592 Mar 13 16:39 /workspace/deps/.global-cache
  5898242      4 drwxr-xr-x   2 root     root         4096 Mar 13 16:40 /workspace/artifacts
RUN: CargoFmt
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/workspace/src (exists? true)
       extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
RUN: CargoClippy
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "-vvv", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
       extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
       Fresh unicode-ident v1.0.14
       Fresh version_check v0.9.5
       Fresh proc-macro2 v1.0.92
       Fresh quote v1.0.38
warning: unexpected `cfg` condition value: `trusty`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs:155:21
    |
155 |     } else if #[cfg(target_os = "trusty")] {
    |                     ^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `ohos`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `switch`, `teeos`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `xtensa`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs:69:17
   |
69 |                 target_arch = "xtensa",
   |                 ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, and `x86_64`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: `libc` (lib) generated 2 warnings
       Fresh syn v2.0.95
       Fresh typenum v1.17.0
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs:51:5
   |
51 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs:61:13
   |
61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tests`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/bit.rs:187:7
    |
187 | #[cfg(tests)]
    |       ^^^^^ help: there is a config with a similar name: `test`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tests`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/uint.rs:1656:7
     |
1656 | #[cfg(tests)]
     |       ^^^^^ help: there is a config with a similar name: `test`
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/uint.rs:1709:16
     |
1709 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unused import: `*`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs:104:25
    |
104 |     N1, N2, Z0, P1, P2, *,
    |                         ^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: `typenum` (lib) generated 6 warnings
       Fresh generic-array v0.14.7
warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/impls.rs:136:19
    |
136 |               #[cfg(relaxed_coherence)]
    |                     ^^^^^^^^^^^^^^^^^
...
183 | / impl_from! {
184 | |     1  => ::typenum::U1,
185 | |     2  => ::typenum::U2,
186 | |     3  => ::typenum::U3,
...   |
215 | |     32 => ::typenum::U32
216 | | }
    | |_- in this macro invocation
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/impls.rs:158:23
    |
158 |               #[cfg(not(relaxed_coherence))]
    |                         ^^^^^^^^^^^^^^^^^
...
183 | / impl_from! {
184 | |     1  => ::typenum::U1,
185 | |     2  => ::typenum::U2,
186 | |     3  => ::typenum::U3,
...   |
215 | |     32 => ::typenum::U32
216 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/impls.rs:136:19
    |
136 |               #[cfg(relaxed_coherence)]
    |                     ^^^^^^^^^^^^^^^^^
...
219 | / impl_from! {
220 | |     33 => ::typenum::U33,
221 | |     34 => ::typenum::U34,
222 | |     35 => ::typenum::U35,
...   |
268 | |     1024 => ::typenum::U1024
269 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/impls.rs:158:23
    |
158 |               #[cfg(not(relaxed_coherence))]
    |                         ^^^^^^^^^^^^^^^^^
...
219 | / impl_from! {
220 | |     33 => ::typenum::U33,
221 | |     34 => ::typenum::U34,
222 | |     35 => ::typenum::U35,
...   |
268 | |     1024 => ::typenum::U1024
269 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh serde_derive v1.0.217
warning: `generic-array` (lib) generated 4 warnings
       Fresh libc v0.2.169
       Fresh jobserver v0.1.32
       Fresh shlex v1.3.0
warning: unexpected `cfg` condition name: `manual_codegen_check`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/bytes.rs:353:12
    |
353 | #[cfg_attr(manual_codegen_check, inline(never))]
    |            ^^^^^^^^^^^^^^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `libc` (lib) generated 2 warnings (2 duplicates)
warning: `shlex` (lib) generated 1 warning
       Fresh cc v1.2.7
       Fresh crypto-common v0.1.6
       Fresh cfg-if v1.0.0
       Fresh synstructure v0.13.1
       Fresh syn v1.0.109
       Fresh zerofrom-derive v0.1.5
       Fresh subtle v2.6.1
       Fresh yoke-derive v0.7.5
       Fresh zerofrom v0.1.5
       Fresh stable_deref_trait v1.2.0
       Fresh zerocopy-derive v0.7.35
       Fresh zerovec-derive v0.10.3
       Fresh yoke v0.7.5
       Fresh pkg-config v0.3.31
       Fresh zerovec v0.10.4
       Fresh zerocopy v0.7.35
       Fresh displaydoc v0.2.5
       Fresh thiserror-impl v2.0.10
       Fresh bitflags v2.6.0
       Fresh tinystr v0.7.6
       Fresh block-buffer v0.10.4
       Fresh block-padding v0.3.3
       Fresh litemap v0.7.4
       Fresh writeable v0.5.5
       Fresh cpufeatures v0.2.16
       Fresh inout v0.1.3
       Fresh icu_locid v1.5.0
       Fresh digest v0.10.7
       Fresh icu_provider_macros v1.5.0
       Fresh icu_provider v1.5.0
warning: unexpected `cfg` condition value: `compiled_data`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-1.5.0/src/constructors.rs:275:15
    |
275 |           #[cfg(feature = "compiled_data")]
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-1.5.0/src/hello_world.rs:270:5
    |
270 | /     icu_provider::gen_any_buffer_data_constructors!(locale: include, options: skip, error: DataError,
271 | |         #[cfg(skip)]
272 | |         functions: [
273 | |             try_new,
...   |
277 | |             Self,
278 | |     ]);
    | |______- in this macro invocation
    |
    = note: expected values for `feature` are: `bench`, `datagen`, `deserialize_bincode_1`, `deserialize_json`, `deserialize_postcard_1`, `experimental`, `log_error_context`, `logging`, `macros`, `serde`, `std`, and `sync`
    = help: consider adding `compiled_data` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default
    = note: this warning originates in the macro `icu_provider::gen_any_buffer_data_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh cipher v0.4.4
warning: `icu_provider` (lib) generated 1 warning
       Fresh getrandom v0.2.15
       Fresh thiserror-impl v1.0.69
       Fresh icu_locid_transform_data v1.5.0
warning: unexpected `cfg` condition name: `icu4x_custom_data`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-1.5.0/src/lib.rs:14:7
   |
14 | #[cfg(icu4x_custom_data)]
   |       ^^^^^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `icu4x_custom_data`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-1.5.0/src/lib.rs:16:11
   |
16 | #[cfg(not(icu4x_custom_data))]
   |           ^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh same-file v1.0.6
warning: `icu_locid_transform_data` (lib) generated 2 warnings
       Fresh memchr v2.7.4
       Fresh icu_locid_transform v1.5.0
warning: unexpected `cfg` condition name: `skip`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-1.5.0/src/expander.rs:292:15
    |
292 |         #[cfg(skip)]
    |               ^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `skip`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-1.5.0/src/fallback/mod.rs:129:15
    |
129 |         #[cfg(skip)]
    |               ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh walkdir v2.5.0
warning: `icu_locid_transform` (lib) generated 2 warnings
       Fresh ahash v0.8.11
warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:100:13
    |
100 | #![cfg_attr(feature = "specialize", feature(min_specialization))]
    |             ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:202:7
    |
202 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:209:7
    |
209 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:253:7
    |
253 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:257:7
    |
257 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:300:7
    |
300 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:305:7
    |
305 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:118:11
    |
118 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `128`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/fallback_hash.rs:164:11
    |
164 |     #[cfg(target_pointer_width = "128")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `folded_multiply`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/operations.rs:16:7
   |
16 | #[cfg(feature = "folded_multiply")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `folded_multiply` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `folded_multiply`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/operations.rs:23:11
   |
23 | #[cfg(not(feature = "folded_multiply"))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `folded_multiply` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/random_state.rs:468:7
    |
468 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/random_state.rs:14:14
   |
14 |     if #[cfg(feature = "specialize")]{
   |              ^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/random_state.rs:53:58
   |
53 |     if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] {
   |                                                          ^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/random_state.rs:73:54
   |
73 |     } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] {
   |                                                      ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/random_state.rs:461:11
    |
461 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:10:7
   |
10 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:12:7
   |
12 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:14:7
   |
14 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:24:11
   |
24 | #[cfg(not(feature = "specialize"))]
   |           ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:37:7
   |
37 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:70:7
   |
70 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:78:7
   |
78 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:86:7
   |
86 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:94:7
   |
94 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:102:7
    |
102 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:110:7
    |
110 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:118:7
    |
118 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:126:11
    |
126 | #[cfg(all(feature = "specialize"))]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
61 | call_hasher_impl!(u8);
   | --------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
62 | call_hasher_impl!(u16);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
63 | call_hasher_impl!(u32);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
64 | call_hasher_impl!(u64);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
65 | call_hasher_impl!(i8);
   | --------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
66 | call_hasher_impl!(i16);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
67 | call_hasher_impl!(i32);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
68 | call_hasher_impl!(i64);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:265:11
    |
265 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:272:15
    |
272 |     #[cfg(not(feature = "specialize"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:279:11
    |
279 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:286:15
    |
286 |     #[cfg(not(feature = "specialize"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:293:11
    |
293 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:300:15
    |
300 |     #[cfg(not(feature = "specialize"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: trait `BuildHasherExt` is never used
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs:252:18
    |
252 | pub(crate) trait BuildHasherExt: BuildHasher {
    |                  ^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/convert.rs:80:8
   |
75 | pub(crate) trait ReadFromSlice {
   |                  ------------- methods in this trait
...
80 |     fn read_u128x2(&self) -> ([u128; 2], &[u8]);
   |        ^^^^^^^^^^^
81 |     fn read_u128x4(&self) -> ([u128; 4], &[u8]);
   |        ^^^^^^^^^^^
82 |     fn read_last_u16(&self) -> u16;
   |        ^^^^^^^^^^^^^
...
86 |     fn read_last_u128x2(&self) -> [u128; 2];
   |        ^^^^^^^^^^^^^^^^
87 |     fn read_last_u128x4(&self) -> [u128; 4];
   |        ^^^^^^^^^^^^^^^^

       Fresh icu_collections v1.5.0
warning: `ahash` (lib) generated 45 warnings
       Fresh serde v1.0.217
       Fresh icu_properties_data v1.5.0
warning: unexpected `cfg` condition name: `icu4x_custom_data`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-1.5.0/src/lib.rs:14:7
   |
14 | #[cfg(icu4x_custom_data)]
   |       ^^^^^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `icu4x_custom_data`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-1.5.0/src/lib.rs:16:11
   |
16 | #[cfg(not(icu4x_custom_data))]
   |           ^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh ucd-trie v0.1.7
warning: `icu_properties_data` (lib) generated 2 warnings
       Fresh vcpkg v0.2.15
       Fresh smallvec v1.13.2
       Fresh pest v2.7.15
       Fresh icu_properties v1.5.1
warning: unexpected `cfg` condition name: `skip`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/bidi_data.rs:202:11
    |
202 |     #[cfg(skip)]
    |           ^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `skip`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/script.rs:633:11
    |
633 |     #[cfg(skip)]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `skip`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/sets.rs:2115:11
     |
2115 |     #[cfg(skip)]
     |           ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: `icu_properties` (lib) generated 3 warnings
       Fresh hashbrown v0.14.5
       Fresh crossbeam-epoch v0.9.18
warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs:66:7
   |
66 | #[cfg(crossbeam_loom)]
   |       ^^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs:69:7
   |
69 | #[cfg(crossbeam_loom)]
   |       ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs:91:11
   |
91 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21
     |
1675 | #[cfg(all(test, not(crossbeam_loom)))]
     |                     ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/atomic.rs:350:15
    |
350 |     #[cfg(not(crossbeam_loom))]
    |               ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/atomic.rs:358:11
    |
358 |     #[cfg(crossbeam_loom)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/collector.rs:112:21
    |
112 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/deferred.rs:90:21
   |
90 | #[cfg(all(test, not(crossbeam_loom)))]
   |                     ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/internal.rs:56:15
   |
56 | #[cfg(not(any(crossbeam_sanitize, miri)))]
   |               ^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/internal.rs:59:11
   |
59 | #[cfg(any(crossbeam_sanitize, miri))]
   |           ^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/internal.rs:300:15
    |
300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local`
    |               ^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/internal.rs:557:21
    |
557 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/internal.rs:202:29
    |
202 |         let steps = if cfg!(crossbeam_sanitize) {
    |                             ^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11
  |
5 | #[cfg(not(crossbeam_loom))]
  |           ^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21
    |
298 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21
    |
217 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/default.rs:10:11
   |
10 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/default.rs:64:21
   |
64 | #[cfg(all(test, not(crossbeam_loom)))]
   |                     ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/default.rs:14:15
   |
14 |     #[cfg(not(crossbeam_loom))]
   |               ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/default.rs:22:11
   |
22 |     #[cfg(crossbeam_loom)]
   |           ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh bstr v1.11.3
warning: `crossbeam-epoch` (lib) generated 20 warnings
       Fresh utf16_iter v1.0.5
       Fresh utf8_iter v1.0.4
       Fresh unic-char-range v0.9.0
       Fresh once_cell v1.20.2
       Fresh icu_normalizer_data v1.5.0
warning: unexpected `cfg` condition name: `icu4x_custom_data`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-1.5.0/src/lib.rs:14:7
   |
14 | #[cfg(icu4x_custom_data)]
   |       ^^^^^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `icu4x_custom_data`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-1.5.0/src/lib.rs:16:11
   |
16 | #[cfg(not(icu4x_custom_data))]
   |           ^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: `icu_normalizer_data` (lib) generated 2 warnings
       Fresh write16 v1.0.0
       Fresh unic-common v0.9.0
       Fresh unicode-width v0.1.14
       Fresh unic-ucd-version v0.9.0
       Fresh icu_normalizer v1.5.0
warning: unexpected `cfg` condition name: `skip`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/properties.rs:102:15
    |
102 |         #[cfg(skip)]
    |               ^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `skip`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/properties.rs:394:15
    |
394 |         #[cfg(skip)]
    |               ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `skip`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/properties.rs:502:15
    |
502 |         #[cfg(skip)]
    |               ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `skip`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs:1615:15
     |
1615 |         #[cfg(skip)]
     |               ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `skip`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs:1721:15
     |
1721 |         #[cfg(skip)]
     |               ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `skip`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs:2217:15
     |
2217 |         #[cfg(skip)]
     |               ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `skip`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs:2265:15
     |
2265 |         #[cfg(skip)]
     |               ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh unic-char-property v0.9.0
warning: `icu_normalizer` (lib) generated 7 warnings
       Fresh globset v0.4.15
       Fresh crossbeam-deque v0.8.6
       Fresh hashlink v0.9.1
       Fresh pest_meta v2.7.15
warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs:38:13
   |
38 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/error.rs:50:16
   |
50 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/error.rs:64:16
   |
64 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/error.rs:75:16
   |
75 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/os.rs:46:12
   |
46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs:411:16
    |
411 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: libz-sys@1.1.21: Could not find zlib include paths via pkg-config:
warning: `rand_core` (lib) generated 6 warnings
       Fresh ppv-lite86 v0.2.20
       Fresh amplify_syn v2.0.1
       Fresh universal-hash v0.5.1
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/lib.rs:42:5
   |
42 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/macros.rs:689:16
    |
689 |       #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/euc_jp.rs:77:5
    |
77  | /     euc_jp_decoder_functions!(
78  | |         {
79  | |             let trail_minus_offset = byte.wrapping_sub(0xA1);
80  | |             // Fast-track Hiragana (60% according to Lunde)
...   |
220 | |         handle
221 | |     );
    | |_____- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `euc_jp_decoder_function` which comes from the expansion of the macro `euc_jp_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/macros.rs:364:16
    |
364 |       #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/gb18030.rs:112:5
    |
112 | /     gb18030_decoder_functions!(
113 | |         {
114 | |             // If first is between 0x81 and 0xFE, inclusive,
115 | |             // subtract offset 0x81.
...   |
295 | |         handle,
296 | |         'outermost);
    | |___________________- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `gb18030_decoder_function` which comes from the expansion of the macro `gb18030_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/iso_2022_jp.rs:377:5
    |
377 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/iso_2022_jp.rs:398:5
    |
398 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/utf_8.rs:229:12
    |
229 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cyclomatic_complexity))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/utf_8.rs:606:12
    |
606 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `disabled`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/ascii.rs:1508:68
     |
1508 |     if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] {
     |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, and `x86_64`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/ascii.rs:1725:20
     |
1725 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/ascii.rs:227:13
     |
227  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1856 |         basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu);
     |         -------------------------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `basic_latin_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/ascii.rs:227:13
     |
227  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1857 |         basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu);
     |         -------------------------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `basic_latin_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/ascii.rs:349:13
     |
349  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1858 |         latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu);
     |         ------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `latin1_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/ascii.rs:349:13
     |
349  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1859 |         latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu);
     |         --------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `latin1_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/ascii.rs:105:20
     |
105  |         #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
1861 |         ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride);
     |         --------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `ascii_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/data.rs:456:12
    |
456 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/handles.rs:1183:16
     |
1183 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/handles.rs:1217:16
     |
1217 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:336:12
    |
336 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:710:12
    |
710 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if, cyclomatic_complexity))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:1140:12
     |
1140 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |            ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
322 |         by_unit_check_alu!(is_ascii_impl, u8, 0x80, ASCII_MASK);
    |         ------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
323 |         by_unit_check_alu!(is_basic_latin_impl, u16, 0x80, BASIC_LATIN_MASK);
    |         -------------------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
324 |         by_unit_check_alu!(is_utf16_latin1_impl, u16, 0x100, LATIN1_MASK);
    |         ----------------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:591:20
    |
591 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.35/src/mem.rs:44:32
     |
44   |     ($($arg:tt)*) => (if !cfg!(fuzzing) { debug_assert!($($arg)*); })
     |                                ^^^^^^^
...
1933 |     non_fuzz_debug_assert!(is_utf8_latin1(src));
     |     ------------------------------------------- in this macro invocation
     |
     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `non_fuzz_debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `encoding_rs` (lib) generated 27 warnings (2 duplicates)
       Fresh tracing-attributes v0.1.28
       Fresh arraydeque v0.5.1
       Fresh signature v1.6.4
       Fresh log v0.4.22
       Fresh opaque-debug v0.3.1
       Fresh autocfg v1.4.0
       Fresh ed25519 v1.5.3
       Fresh yaml-rust2 v0.9.0
       Fresh rand_chacha v0.3.1
       Fresh amplify_derive v4.0.1
       Fresh pest_generator v2.7.15
       Fresh proc-macro-error-attr v1.0.4
warning: unexpected `cfg` condition name: `always_assert_unwind`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs:86:11
   |
86 | #[cfg(not(always_assert_unwind))]
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(always_assert_unwind)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(always_assert_unwind)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `always_assert_unwind`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs:102:7
    |
102 | #[cfg(always_assert_unwind)]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(always_assert_unwind)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(always_assert_unwind)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh ignore v0.4.23
       Fresh doc-comment v0.3.3
       Fresh unic-ucd-segment v0.9.0
warning: `proc-macro-error-attr` (lib) generated 2 warnings
       Fresh idna_adapter v1.2.0
       Fresh libm v0.2.11
       Fresh serde_path_to_error v0.1.16
       Fresh thiserror v1.0.69
       Fresh smawk v0.3.2
       Fresh deunicode v1.6.0
       Fresh fnv v1.0.7
       Fresh itoa v1.0.14
       Fresh ct-codecs v1.1.3
       Fresh ident_case v1.0.1
warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs:25:17
   |
25 | use std::ascii::AsciiExt;
   |                 ^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: unused import: `std::ascii::AsciiExt`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs:25:5
   |
25 | use std::ascii::AsciiExt;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

       Fresh unicode-linebreak v0.1.5
warning: `ident_case` (lib) generated 2 warnings
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs:466:35
    |
466 |                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
    |
466 |                     debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
    |                                   ++++++++++++++++++        ~                       +
help: use explicit `std::ptr::eq` method to compare metadata and addresses
    |
466 |                     debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
    |                                   +++++++++++++        ~                       +

       Fresh ascii v1.1.0
warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `ascii_char::AsciiChar`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/ascii_char.rs:759:21
    |
759 |             fn from(a: AsciiChar) -> $wider {
    |                     ^
...
789 | impl_into_partial_eq_ord! {u8, AsciiChar::as_byte}
    | -------------------------------------------------- in this macro invocation
    |
    = note: `#[warn(bindings_with_variant_name)]` on by default
    = note: this warning originates in the macro `impl_into_partial_eq_ord` (in Nightly builds, run with -Z macro-backtrace for more info)

warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `ascii_char::AsciiChar`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/ascii_char.rs:759:21
    |
759 |             fn from(a: AsciiChar) -> $wider {
    |                     ^
...
790 | impl_into_partial_eq_ord! {char, AsciiChar::as_char}
    | ---------------------------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `impl_into_partial_eq_ord` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0170`.
warning: `percent-encoding` (lib) generated 1 warning
warning: `ascii` (lib) generated 2 warnings
       Fresh amplify_num v0.5.3
       Fresh form_urlencoded v1.2.1
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs:414:35
    |
414 |                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
    |
414 |                     debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
    |                                   ++++++++++++++++++        ~                       +
help: use explicit `std::ptr::eq` method to compare metadata and addresses
    |
414 |                     debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
    |                                   +++++++++++++        ~                       +

warning: `form_urlencoded` (lib) generated 1 warning
       Fresh amplify v4.8.0
       Fresh darling_core v0.20.10
       Fresh ec25519 v0.1.0
warning: unnecessary parentheses around index expression
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ec25519-0.1.0/src/edwards25519.rs:410:16
    |
410 |             pc[(i - 1)].add(base_cached).to_p3()
    |                ^     ^
    |
    = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
    |
410 -             pc[(i - 1)].add(base_cached).to_p3()
410 +             pc[i - 1].add(base_cached).to_p3()
    |

warning: unused import: `from_ed25519::*`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/ec25519-0.1.0/src/x25519.rs:312:9
    |
312 | pub use from_ed25519::*;
    |         ^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: `ec25519` (lib) generated 2 warnings
       Fresh textwrap v0.16.1
warning: unexpected `cfg` condition name: `fuzzing`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs:208:7
    |
208 | #[cfg(fuzzing)]
    |       ^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh slug v0.1.6
warning: `textwrap` (lib) generated 1 warning
       Fresh marked-yaml v0.7.2
       Fresh humansize v2.1.3
warning: multiple fields are never read
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/humansize-2.1.3/src/options/mod.rs:62:9
   |
60 | pub struct FormatSizeOptionsBuilder {
   |            ------------------------ fields in this struct
61 |     /// Whether the value being formatted represents an amount of bits or bytes.
62 |     pub base_unit: BaseUnit,
   |         ^^^^^^^^^
...
65 |     pub kilo: Kilo,
   |         ^^^^
...
68 |     pub units: Kilo,
   |         ^^^^^
...
71 |     pub decimal_places: usize,
   |         ^^^^^^^^^^^^^^
...
74 |     pub decimal_zeroes: usize,
   |         ^^^^^^^^^^^^^^
...
77 |     pub fixed_at: Option<FixedAt>,
   |         ^^^^^^^^
...
80 |     pub long_units: bool,
   |         ^^^^^^^^^^
...
83 |     pub space_after_value: bool,
   |         ^^^^^^^^^^^^^^^^^
...
86 |     pub suffix: &'static str,
   |         ^^^^^^
   |
   = note: `FormatSizeOptionsBuilder` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

warning: pikchr@0.1.3: pikchr.y: In function 'pik_error_context':
warning: pikchr@0.1.3: pikchr.y:2534:40: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
warning: pikchr@0.1.3: pikchr.y:2534:5: note: 'snprintf' output between 13 and 20 bytes into a destination of size 19
warning: `humansize` (lib) generated 1 warning
       Fresh idna v1.0.3
       Fresh proc-macro-error v1.0.4
       Fresh globwalk v0.9.1
       Fresh unic-segment v0.9.0
warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/unic-segment-0.9.0/src/grapheme.rs:276:16
    |
276 |     #[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/unic-segment-0.9.0/src/grapheme.rs:536:16
    |
536 |     #[cfg_attr(feature = "cargo-clippy", allow(wrong_self_convention))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/unic-segment-0.9.0/src/word.rs:171:16
    |
171 |     #[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/unic-segment-0.9.0/src/word.rs:404:16
    |
404 |     #[cfg_attr(feature = "cargo-clippy", allow(cyclomatic_complexity))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:53:13
   |
53 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:181:12
    |
181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/mod.rs:116:12
    |
116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `features`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/distribution.rs:162:7
    |
162 | #[cfg(features = "nightly")]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
162 | #[cfg(feature = "nightly")]
    |       ~~~~~~~

warning: unexpected `cfg` condition name: `std`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/utils.rs:235:11
    |
235 | #[cfg(not(std))]
    |           ^^^ help: found config with similar value: `feature = "std"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `std`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/utils.rs:291:19
    |
291 |         #[cfg(not(std))]
    |                   ^^^ help: found config with similar value: `feature = "std"`
...
359 | scalar_float_impl!(f32, u32);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `std`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/utils.rs:291:19
    |
291 |         #[cfg(not(std))]
    |                   ^^^ help: found config with similar value: `feature = "std"`
...
360 | scalar_float_impl!(f64, u64);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/weighted_index.rs:80:12
   |
80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/weighted_index.rs:429:12
    |
429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:395:12
    |
395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/mod.rs:99:12
   |
99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/mod.rs:118:12
    |
118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/std.rs:32:12
   |
32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/thread.rs:60:12
   |
60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/thread.rs:87:12
   |
87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rs:623:12
    |
623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/index.rs:276:12
    |
276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rs:114:16
    |
114 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rs:142:16
    |
142 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rs:170:16
    |
170 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rs:219:16
    |
219 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rs:465:16
    |
465 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: trait `Float` is never used
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/utils.rs:238:18
    |
238 | pub(crate) trait Float: Sized {
    |                  ^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: associated items `lanes`, `extract`, and `replace` are never used
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/utils.rs:247:8
    |
245 | pub(crate) trait FloatAsSIMD: Sized {
    |                  ----------- associated items in this trait
246 |     #[inline(always)]
247 |     fn lanes() -> usize {
    |        ^^^^^
...
255 |     fn extract(self, index: usize) -> Self {
    |        ^^^^^^^
...
260 |     fn replace(self, index: usize, new_value: Self) -> Self {
    |        ^^^^^^^

warning: method `all` is never used
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/utils.rs:268:8
    |
266 | pub(crate) trait BoolAsSIMD: Sized {
    |                  ---------- method in this trait
267 |     fn any(self) -> bool;
268 |     fn all(self) -> bool;
    |        ^^^

       Fresh pest_derive v2.7.15
warning: `unic-segment` (lib) generated 4 warnings
warning: `rand` (lib) generated 26 warnings
       Fresh polyval v0.6.2
warning: unexpected `cfg` condition name: `polyval_armv8`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/backend.rs:10:43
   |
10 |     if #[cfg(all(target_arch = "aarch64", polyval_armv8, not(polyval_force_soft)))] {
   |                                           ^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(polyval_armv8)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(polyval_armv8)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `polyval_force_soft`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/backend.rs:10:62
   |
10 |     if #[cfg(all(target_arch = "aarch64", polyval_armv8, not(polyval_force_soft)))] {
   |                                                              ^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(polyval_force_soft)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(polyval_force_soft)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `polyval_force_soft`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/backend.rs:16:13
   |
16 |         not(polyval_force_soft)
   |             ^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(polyval_force_soft)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(polyval_force_soft)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `polyval_armv8`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/backend/autodetect.rs:12:36
   |
12 | #[cfg(all(target_arch = "aarch64", polyval_armv8))]
   |                                    ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(polyval_armv8)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(polyval_armv8)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `polyval_armv8`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/backend/autodetect.rs:18:36
   |
18 | #[cfg(all(target_arch = "aarch64", polyval_armv8))]
   |                                    ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(polyval_armv8)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(polyval_armv8)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh libz-sys v1.1.21
       Fresh getopts v0.2.21
warning: `polyval` (lib) generated 5 warnings
       Fresh sha2 v0.10.8
       Fresh byteorder v1.5.0
       Fresh unicase v2.8.1
       Fresh percent-encoding v2.3.1
       Fresh linux-raw-sys v0.4.15
       Fresh pulldown-cmark-escape v0.11.0
       Fresh base64ct v1.6.0
warning: `percent-encoding` (lib) generated 1 warning (1 duplicate)
       Fresh keccak v0.1.5
       Fresh pulldown-cmark v0.12.2
warning: unexpected `cfg` condition name: `rustbuild`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/pulldown-cmark-0.12.2/src/lib.rs:74:13
   |
74 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
   |             ^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `rustbuild`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/pulldown-cmark-0.12.2/src/lib.rs:75:13
   |
75 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
   |             ^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh rustix v0.38.43
warning: `pulldown-cmark` (lib) generated 2 warnings
       Fresh tera v1.20.0
       Fresh sha3 v0.10.8
       Fresh pem-rfc7468 v0.7.0
       Fresh ghash v0.5.1
warning: sqlite3-src@0.5.1: source/sqlite3.c: In function 'jsonParseValue':
warning: sqlite3-src@0.5.1: source/sqlite3.c:201197:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
warning: sqlite3-src@0.5.1: 201197 |     if( strncmp(z+i,"null",4)==0 && !sqlite3Isalnum(z[i+4]) ){
warning: sqlite3-src@0.5.1:        |       ^
warning: sqlite3-src@0.5.1: source/sqlite3.c:201203:3: note: here
warning: sqlite3-src@0.5.1: 201203 |   default: {
warning: sqlite3-src@0.5.1:        |   ^~~~~~~
       Fresh libgit2-sys v0.17.0+1.8.1
warning: unexpected `cfg` condition name: `libgit2_vendored`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs:4347:10
     |
4347 |     cfg!(libgit2_vendored)
     |          ^^^^^^^^^^^^^^^^
     |
     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libgit2_vendored)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libgit2_vendored)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh num-traits v0.2.19
       Fresh url v2.5.4
       Fresh git-ref-format-macro v0.3.1
warning: `libgit2-sys` (lib) generated 1 warning
       Fresh pikchr v0.1.3
       Fresh roadmap v0.7.0
       Fresh cyphergraphy v0.3.0
       Fresh darling_macro v0.20.10
       Fresh git-ref-format-core v0.3.1
       Fresh ctr v0.9.2
       Fresh aes v0.8.4
warning: unexpected `cfg` condition name: `aes_armv8`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs:134:43
    |
134 |     if #[cfg(all(target_arch = "aarch64", aes_armv8, not(aes_force_soft)))] {
    |                                           ^^^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_armv8)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_armv8)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `aes_force_soft`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs:134:58
    |
134 |     if #[cfg(all(target_arch = "aarch64", aes_armv8, not(aes_force_soft)))] {
    |                                                          ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_force_soft)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_force_soft)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_force_soft`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs:140:13
    |
140 |         not(aes_force_soft)
    |             ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_force_soft)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_force_soft)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:1098:11
     |
1098 | #[cfg(not(aes_compact))]
     |           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:1106:11
     |
1106 | #[cfg(not(aes_compact))]
     |           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:1128:15
     |
1128 | #[cfg(any(not(aes_compact), feature = "hazmat"))]
     |               ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:1167:11
     |
1167 | #[cfg(not(aes_compact))]
     |           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:1401:11
     |
1401 | #[cfg(not(aes_compact))]
     |           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:1409:11
     |
1409 | #[cfg(not(aes_compact))]
     |           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:65:11
   |
65 |     #[cfg(aes_compact)]
   |           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:71:15
   |
71 |     #[cfg(not(aes_compact))]
   |               ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:171:11
    |
171 |     #[cfg(aes_compact)]
    |           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:177:15
    |
177 |     #[cfg(not(aes_compact))]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:241:11
    |
241 |     #[cfg(aes_compact)]
    |           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:247:15
    |
247 |     #[cfg(not(aes_compact))]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:276:15
    |
276 |     #[cfg(not(aes_compact))]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:283:15
    |
283 |         #[cfg(aes_compact)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:302:19
    |
302 |         #[cfg(not(aes_compact))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:366:15
    |
366 |     #[cfg(not(aes_compact))]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:338:15
    |
338 |         #[cfg(aes_compact)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:347:19
    |
347 |         #[cfg(not(aes_compact))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:390:15
    |
390 |         #[cfg(aes_compact)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:394:19
    |
394 |         #[cfg(not(aes_compact))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:444:15
    |
444 |         #[cfg(aes_compact)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:448:19
    |
448 |         #[cfg(not(aes_compact))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:488:15
    |
488 |     #[cfg(not(aes_compact))]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:495:15
    |
495 |         #[cfg(aes_compact)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:514:19
    |
514 |         #[cfg(not(aes_compact))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:578:15
    |
578 |     #[cfg(not(aes_compact))]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:550:15
    |
550 |         #[cfg(aes_compact)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_compact`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/soft/fixslice64.rs:559:19
    |
559 |         #[cfg(not(aes_compact))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_compact)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_compact)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `aes_armv8`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/autodetect.rs:13:36
   |
13 | #[cfg(all(target_arch = "aarch64", aes_armv8))]
   |                                    ^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(aes_armv8)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(aes_armv8)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh rand_core v0.6.4
warning: `aes` (lib) generated 32 warnings
warning: `rand_core` (lib) generated 3 warnings (3 duplicates)
       Fresh aead v0.5.2
       Fresh base32 v0.4.0
       Fresh equivalent v1.0.1
warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs:223:13
    |
223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, and `std`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `base64` (lib) generated 1 warning
       Fresh fastrand v2.3.0
       Fresh cfg_aliases v0.2.1
       Fresh hashbrown v0.15.2
       Fresh line-col v0.2.1
       Fresh descape v2.0.3
       Fresh indexmap v2.7.0
       Fresh subplot v0.12.0
       Fresh data-encoding-macro-internal v0.1.13
       Fresh cypheraddr v0.4.0
       Fresh aes-gcm v0.10.3
       Fresh git-ref-format v0.3.1
       Fresh darling v0.20.10
       Fresh git2 v0.19.0
       Fresh sqlite3-src v0.5.1
       Fresh ssh-encoding v0.2.0
       Fresh blowfish v0.9.1
       Fresh poly1305 v0.8.0
warning: unexpected `cfg` condition name: `poly1305_force_soft`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs:67:9
   |
67 |     not(poly1305_force_soft),
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(poly1305_force_soft)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(poly1305_force_soft)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `fuzzing`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs:69:9
   |
69 |     any(fuzzing, test)
   |         ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `poly1305_force_soft`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs:75:9
   |
75 |     not(poly1305_force_soft)
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(poly1305_force_soft)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(poly1305_force_soft)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `poly1305_force_soft`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs:81:9
   |
81 |     not(poly1305_force_soft)
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(poly1305_force_soft)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(poly1305_force_soft)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `poly1305_force_soft`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs:167:9
    |
167 |     not(poly1305_force_soft),
    |         ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(poly1305_force_soft)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(poly1305_force_soft)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs:169:9
    |
169 |     any(fuzzing, test)
    |         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `poly1305_force_soft`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/backend.rs:5:9
  |
5 |     not(poly1305_force_soft)
  |         ^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(poly1305_force_soft)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(poly1305_force_soft)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `poly1305_force_soft`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/backend.rs:11:9
   |
11 |     not(poly1305_force_soft)
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(poly1305_force_soft)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(poly1305_force_soft)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh cbc v0.1.2
warning: `poly1305` (lib) generated 8 warnings
       Fresh chacha20 v0.9.1
warning: unexpected `cfg` condition name: `chacha20_force_soft`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:158:14
    |
158 |     if #[cfg(chacha20_force_soft)] {
    |              ^^^^^^^^^^^^^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_soft)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_soft)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `chacha20_force_avx2`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:162:22
    |
162 |             if #[cfg(chacha20_force_avx2)] {
    |                      ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_avx2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_avx2)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_sse2`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:167:29
    |
167 |             } else if #[cfg(chacha20_force_sse2)] {
    |                             ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_sse2)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_soft`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/backends.rs:4:14
  |
4 |     if #[cfg(chacha20_force_soft)] {
  |              ^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_soft)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_soft)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_avx2`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/backends.rs:8:22
  |
8 |             if #[cfg(chacha20_force_avx2)] {
  |                      ^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_avx2)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_avx2)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_sse2`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/backends.rs:10:29
   |
10 |             } else if #[cfg(chacha20_force_sse2)] {
   |                             ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_sse2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_sse2)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_neon`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/backends.rs:18:25
   |
18 |     } else if #[cfg(all(chacha20_force_neon, target_arch = "aarch64", target_feature = "neon"))] {
   |                         ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_neon)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_neon)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_soft`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:221:22
    |
221 |             if #[cfg(chacha20_force_soft)] {
    |                      ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_soft)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_soft)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_avx2`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:225:30
    |
225 |                     if #[cfg(chacha20_force_avx2)] {
    |                              ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_avx2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_avx2)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_sse2`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:227:37
    |
227 |                     } else if #[cfg(chacha20_force_sse2)] {
    |                                     ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_sse2)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_soft`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:255:22
    |
255 |             if #[cfg(chacha20_force_soft)] {
    |                      ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_soft)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_soft)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_avx2`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:259:30
    |
259 |                     if #[cfg(chacha20_force_avx2)] {
    |                              ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_avx2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_avx2)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_sse2`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:263:37
    |
263 |                     } else if #[cfg(chacha20_force_sse2)] {
    |                                     ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_sse2)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `chacha20_force_neon`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs:282:33
    |
282 |             } else if #[cfg(all(chacha20_force_neon, target_arch = "aarch64", target_feature = "neon"))] {
    |                                 ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(chacha20_force_neon)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(chacha20_force_neon)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh pbkdf2 v0.12.2
       Fresh zeroize v1.8.1
warning: unnecessary qualification
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs:415:63
    |
415 |             volatile_set((self as *mut Self).cast::<u8>(), 0, mem::size_of::<Self>());
    |                                                               ^^^^^^^^^^^^^^^^^^^^
    |
note: the lint level is defined here
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs:7:41
    |
7   | #![warn(missing_docs, rust_2018_idioms, unused_qualifications)]
    |                                         ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
    |
415 -             volatile_set((self as *mut Self).cast::<u8>(), 0, mem::size_of::<Self>());
415 +             volatile_set((self as *mut Self).cast::<u8>(), 0, size_of::<Self>());
    |

warning: unnecessary qualification
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs:460:43
    |
460 |         let size = self.len().checked_mul(mem::size_of::<Z>()).unwrap();
    |                                           ^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
460 -         let size = self.len().checked_mul(mem::size_of::<Z>()).unwrap();
460 +         let size = self.len().checked_mul(size_of::<Z>()).unwrap();
    |

warning: unnecessary qualification
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs:840:16
    |
840 |     let size = mem::size_of::<F>();
    |                ^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
840 -     let size = mem::size_of::<F>();
840 +     let size = size_of::<F>();
    |

warning: `chacha20` (lib) generated 14 warnings
warning: `zeroize` (lib) generated 3 warnings
       Fresh adler2 v2.0.0
       Fresh ryu v1.0.18
       Fresh radicle-std-ext v0.1.0
       Fresh data-encoding v2.6.0
       Fresh miniz_oxide v0.8.2
       Fresh data-encoding-macro v0.1.15
       Fresh radicle-git-ext v0.8.1
       Fresh bcrypt-pbkdf v0.10.0
       Fresh ssh-cipher v0.2.0
       Fresh sqlite3-sys v0.15.2
       Fresh derive_builder_core v0.20.2
       Fresh socks5-client v0.4.1
       Fresh rand v0.8.5
warning: unexpected `cfg` condition name: `doc_cfg`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/small.rs:79:12
   |
79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh chrono v0.4.39
warning: `rand` (lib) generated 12 warnings (11 duplicates)
       Fresh tracing-core v0.1.33
       Fresh aho-corasick v1.1.3
       Fresh xattr v1.4.0
warning: unexpected `cfg` condition value: `bitrig`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.25/src/unix/mod.rs:88:11
   |
88 |     #[cfg(target_os = "bitrig")]
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, `vxworks`, `wasi`, `watchos`, and `windows` and 2 more
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `bitrig`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.25/src/unix/mod.rs:97:15
   |
97 |     #[cfg(not(target_os = "bitrig"))]
   |               ^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, `vxworks`, `wasi`, `watchos`, and `windows` and 2 more
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `emulate_second_only_system`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.25/src/lib.rs:82:17
   |
82 |         if cfg!(emulate_second_only_system) {
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(emulate_second_only_system)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: `filetime` (lib) generated 3 warnings
       Fresh crc32fast v1.4.2
       Fresh culpa-macros v1.0.2
       Fresh utf8parse v0.2.2
       Fresh base-x v0.2.11
warning: unused import: `core as std`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/base-x-0.2.11/src/bigint.rs:5:5
  |
5 | use core as std;
  |     ^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

       Fresh regex-syntax v0.8.5
       Fresh signature v2.2.0
warning: `base-x` (lib) generated 1 warning
       Fresh powerfmt v0.2.0
warning: unexpected `cfg` condition name: `__powerfmt_docs`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs:6:13
  |
6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))]
  |             ^^^^^^^^^^^^^^^
  |
  = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `__powerfmt_docs`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs:7:13
  |
7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))]
  |             ^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `__powerfmt_docs`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/smart_display.rs:629:12
    |
629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))]
    |            ^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh time-macros v0.2.19
warning[E0602]: unknown lint: `dangling_pointers_from_temporaries`
  |
  = note: requested on the command line with `-D dangling_pointers_from_temporaries`
  = note: `#[warn(unknown_lints)]` on by default

For more information about this error, try `rustc --explain E0602`.
       Fresh regex-automata v0.4.9
       Fresh ssh-key v0.6.7
warning: `powerfmt` (lib) generated 3 warnings
warning: `time-macros` (lib) generated 1 warning
       Fresh deranged v0.3.11
warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs:9:5
  |
9 |     illegal_floating_point_literal_pattern,
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: unexpected `cfg` condition name: `docs_rs`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs:1:13
  |
1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))]
  |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh multibase v0.9.1
       Fresh anstyle-parse v0.2.6
       Fresh flate2 v1.0.35
warning: `deranged` (lib) generated 2 warnings
       Fresh tar v0.4.43
       Fresh cyphernet v0.5.2
       Fresh nix v0.29.0
       Fresh qcheck v1.0.0
warning: trait `AShow` is never used
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/qcheck-1.0.0/src/tester.rs:420:7
    |
420 | trait AShow: Arbitrary + Debug {}
    |       ^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: `qcheck` (lib) generated 1 warning
       Fresh derive_builder_macro v0.20.2
       Fresh serde_json v1.0.135
       Fresh sqlite v0.32.0
       Fresh radicle-ssh v0.9.0
       Fresh nonempty v0.9.0
       Fresh encoding_rs v0.8.35
       Fresh cvt v0.1.2
warning: `encoding_rs` (lib) generated 27 warnings (27 duplicates)
       Fresh anstyle v1.0.10
       Fresh lazy_static v1.5.0
       Fresh anstyle-query v1.1.2
       Fresh is_terminal_polyfill v1.70.1
       Fresh num-conv v0.1.0
       Fresh regex-syntax v0.6.29
warning: method `symmetric_difference` is never used
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/hir/interval.rs:423:8
    |
335 | pub trait Interval:
    |           -------- method in this trait
...
423 |     fn symmetric_difference(
    |        ^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: call to `.borrow()` on a reference in this situation does nothing
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/ast/parse.rs:379:21
    |
379 |         self.pattern.borrow()
    |                     ^^^^^^^^^ help: remove this redundant call
    |
    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
    = note: `#[warn(noop_method_call)]` on by default

       Fresh tinyvec_macros v0.1.1
       Fresh time-core v0.1.2
warning: `regex-syntax` (lib) generated 2 warnings
       Fresh colorchoice v1.0.3
       Fresh tinyvec v1.8.1
       Fresh regex-automata v0.1.10
       Fresh time v0.3.37
warning: `time` (lib) generated 1 warning (1 duplicate)
       Fresh anstream v0.6.18
       Fresh quick-xml v0.37.2
       Fresh fs_at v0.2.1
       Fresh derive_builder v0.20.2
       Fresh radicle-crypto v0.11.0
       Fresh regex v1.11.1
       Fresh diligent-date-parser v0.1.5
       Fresh subplot-build v0.12.0
       Fresh radicle-dag v0.10.0
       Fresh tempfile v3.15.0
       Fresh terminal_size v0.4.1
       Fresh crossbeam-utils v0.8.21
       Fresh anyhow v1.0.95
       Fresh heck v0.5.0
       Fresh base64 v0.21.7
warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs:223:13
    |
223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, and `std`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
note: the lint level is defined here
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs:232:5
    |
232 |     warnings
    |     ^^^^^^^^
    = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`

warning: `base64` (lib) generated 1 warning
       Fresh clap_lex v0.7.4
       Fresh normpath v1.3.0
warning: unexpected `cfg` condition name: `normpath_docs_rs`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/normpath-1.3.0/src/lib.rs:100:13
    |
100 | #![cfg_attr(normpath_docs_rs, feature(doc_cfg))]
    |             ^^^^^^^^^^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(normpath_docs_rs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(normpath_docs_rs)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh pin-project-lite v0.2.16
       Fresh never v0.1.0
warning: `normpath` (lib) generated 1 warning
       Fresh utf8-width v0.1.7
       Fresh overload v0.1.1
       Fresh arrayvec v0.7.6
       Fresh strsim v0.11.1
       Fresh rust_decimal v1.36.0
       Fresh clap_builder v4.5.25
       Fresh nu-ansi-term v0.46.0
warning: unused import: `windows::*`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/src/lib.rs:261:9
    |
261 | pub use windows::*;
    |         ^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: `nu-ansi-term` (lib) generated 1 warning
       Fresh html-escape v0.2.13
       Fresh atom_syndication v0.12.6
       Fresh tracing v0.1.41
       Fresh remove_dir_all v1.0.0
       Fresh clap_derive v4.5.24
       Fresh libyml v0.0.5
       Fresh crossbeam-channel v0.5.14
   Compiling radicle-ci-broker v0.11.1 (/workspace/src)
       Fresh radicle-cob v0.13.0
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9efb11731e7732c3 -C extra-filename=-9efb11731e7732c3 --out-dir /workspace/cache/debug/build/radicle-ci-broker-9efb11731e7732c3 -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern subplot_build=/workspace/cache/debug/deps/libsubplot_build-59ee393114d5f021.rlib -L native=/workspace/cache/debug/build/pikchr-71004b2054c40f5a/out`
       Fresh subplotlib-derive v0.12.0
       Fresh matchers v0.1.0
       Fresh unicode-normalization v0.1.24
       Fresh sharded-slab v0.1.7
warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:15:17
   |
15 | #[cfg(all(test, loom))]
   |                 ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:453:9
    |
453 |         test_println!("pool: create {:?}", tid);
    |         --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:621:9
    |
621 |         test_println!("pool: create_owned {:?}", tid);
    |         --------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:655:9
    |
655 |         test_println!("pool: create_with");
    |         ---------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:678:9
    |
678 |         test_println!("pool: get{:?}; current={:?}", tid, Tid::<C>::current());
    |         ---------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:769:9
    |
769 |         test_println!("pool: get{:?}; current={:?}", tid, Tid::<C>::current());
    |         ---------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:914:9
    |
914 |         test_println!("drop Ref: try clearing data");
    |         -------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
     |
3    |         if cfg!(test) && cfg!(slab_print) {
     |                               ^^^^^^^^^^
     |
    ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:1049:9
     |
1049 |         test_println!(" -> drop RefMut: try clearing data");
     |         --------------------------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
     |
3    |         if cfg!(test) && cfg!(slab_print) {
     |                               ^^^^^^^^^^
     |
    ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:1124:9
     |
1124 |         test_println!("drop OwnedRef: try clearing data");
     |         ------------------------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
     |
3    |         if cfg!(test) && cfg!(slab_print) {
     |                               ^^^^^^^^^^
     |
    ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:1135:13
     |
1135 |             test_println!("-> shard={:?}", shard_idx);
     |             ----------------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
     |
3    |         if cfg!(test) && cfg!(slab_print) {
     |                               ^^^^^^^^^^
     |
    ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:1139:17
     |
1139 |                 test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx);
     |                 ----------------------------------------------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
     |
3    |         if cfg!(test) && cfg!(slab_print) {
     |                               ^^^^^^^^^^
     |
    ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:1238:9
     |
1238 |         test_println!("-> shard={:?}", shard_idx);
     |         ----------------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
     |
3    |         if cfg!(test) && cfg!(slab_print) {
     |                               ^^^^^^^^^^
     |
    ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:1290:9
     |
1290 |         test_println!("drop OwnedRefMut: try clearing data");
     |         ---------------------------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
    --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
     |
3    |         if cfg!(test) && cfg!(slab_print) {
     |                               ^^^^^^^^^^
     |
    ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/pool.rs:1303:17
     |
1303 |                 test_println!("-> shard does not exist! THIS IS A BUG");
     |                 ------------------------------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
     = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/sync.rs:3:11
  |
3 | #[cfg(all(loom, any(test, feature = "loom")))]
  |           ^^^^ help: found config with similar value: `feature = "loom"`
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/sync.rs:63:15
   |
63 | #[cfg(not(all(loom, any(feature = "loom", test))))]
   |               ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/clear.rs:95:11
   |
95 | #[cfg(all(loom, test))]
   |           ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:18:9
   |
18 |         test_println!("UniqueIter::next");
   |         --------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:20:13
   |
20 |             test_println!("-> try next slot");
   |             --------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:22:17
   |
22 |                 test_println!("-> found an item!");
   |                 ---------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:26:13
   |
26 |             test_println!("-> try next page");
   |             --------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:28:17
   |
28 |                 test_println!("-> found another page");
   |                 -------------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:33:13
   |
33 |             test_println!("-> try next shard");
   |             ---------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:35:17
   |
35 |                 test_println!("-> found another shard");
   |                 --------------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/iter.rs:38:17
   |
38 |                 test_println!("-> all done!");
   |                 ----------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:115:13
    |
115 | /             test_println!(
116 | |                 "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};",
117 | |                 gen,
118 | |                 current_gen,
...   |
121 | |                 refs,
122 | |             );
    | |_____________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:129:17
    |
129 |                 test_println!("-> get: no longer exists!");
    |                 ------------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:142:21
    |
142 |                     test_println!("-> {:?}", new_refs);
    |                     ---------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:154:21
    |
154 |                     test_println!("-> get: retrying; lifecycle={:#x};", actual);
    |                     ----------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:175:13
    |
175 | /             test_println!(
176 | |                 "-> mark_release; gen={:?}; current_gen={:?};",
177 | |                 gen,
178 | |                 curr_gen
179 | |             );
    | |_____________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:187:13
    |
187 |             test_println!("-> mark_release; state={:?};", state);
    |             ---------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:190:21
    |
190 |                     test_println!("--> mark_release; cannot release (already removed!)");
    |                     -------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:194:21
    |
194 |                     test_println!("--> mark_release; already marked;");
    |                     -------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:202:13
    |
202 | /             test_println!(
203 | |                 "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};",
204 | |                 lifecycle,
205 | |                 new_lifecycle
206 | |             );
    | |_____________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:216:21
    |
216 |                     test_println!("-> mark_release; retrying");
    |                     ------------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:224:9
    |
224 |         test_println!("-> mark_release: marked; refs={:?};", refs);
    |         ---------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:246:13
    |
246 | /             test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};",
247 | |                 lifecycle,
248 | |                 gen,
249 | |                 current_gen,
250 | |                 next_gen
251 | |             );
    | |_____________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:258:17
    |
258 |                 test_println!("-> already removed!");
    |                 ------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:275:21
    |
275 |                     test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs);
    |                     --------------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:277:25
    |
277 |                         test_println!("-> ok to remove!");
    |                         --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:290:21
    |
290 |                     test_println!("-> refs={:?}; spin...", refs);
    |                     -------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:296:21
    |
296 |                     test_println!("-> retrying; lifecycle={:#x};", actual);
    |                     ------------------------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:316:9
    |
316 | /         test_println!(
317 | |             "-> initialize_state; state={:?}; gen={:?}; refs={:?};",
318 | |             Lifecycle::<C>::from_packed(lifecycle),
319 | |             gen,
320 | |             refs,
321 | |         );
    | |_________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:324:13
    |
324 |             test_println!("-> initialize while referenced! cancelling");
    |             ----------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:363:9
    |
363 |         test_println!("-> inserted at {:?}", gen);
    |         ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:389:17
    |
389 | /                 test_println!(
390 | |                     "-> try_remove_value; nothing exists at generation={:?}",
391 | |                     gen
392 | |                 );
    | |_________________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:397:9
    |
397 |         test_println!("-> try_remove_value; marked!");
    |         --------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:401:13
    |
401 |             test_println!("-> try_remove_value; can remove now");
    |             ---------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:453:17
    |
453 | /                 test_println!(
454 | |                     "-> try_clear_storage; nothing exists at generation={:?}",
455 | |                     gen
456 | |                 );
    | |_________________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:461:9
    |
461 |         test_println!("-> try_clear_storage; marked!");
    |         ---------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:465:13
    |
465 |             test_println!("-> try_remove_value; can clear now");
    |             --------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:485:13
    |
485 |             test_println!("-> cleared: {}", cleared);
    |             ---------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:510:13
    |
510 | /             test_println!(
511 | |                 "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}",
512 | |                 state,
513 | |                 gen,
...   |
517 | |                 dropping
518 | |             );
    | |_____________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:526:21
    |
526 |                     test_println!("-> drop guard: done;  dropping={:?}", dropping);
    |                     -------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:530:21
    |
530 |                     test_println!("-> drop guard; retry, actual={:#x}", actual);
    |                     ----------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:710:13
    |
710 |             test_println!("-> get: {}; MAX={}", self.value, RefCount::<C>::MAX);
    |             ------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:830:9
    |
830 | /         test_println!(
831 | |             "InitGuard::release; curr_lifecycle={:?}; downgrading={}",
832 | |             Lifecycle::<C>::from_packed(self.curr_lifecycle),
833 | |             new_refs != 0,
834 | |         );
    | |_________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:836:13
    |
836 |             test_println!("-> already released!");
    |             ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:852:17
    |
852 |                 test_println!("--> advanced to PRESENT; done");
    |                 ---------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:856:17
    |
856 | /                 test_println!(
857 | |                     "--> lifecycle changed; actual={:?}",
858 | |                     Lifecycle::<C>::from_packed(actual)
859 | |                 );
    | |_________________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:870:13
    |
870 | /             test_println!(
871 | |                 "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};",
872 | |                 curr_lifecycle,
873 | |                 state,
874 | |                 refs,
875 | |             );
    | |_____________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:889:21
    |
889 |                     test_println!("-> InitGuard::RELEASE: done!");
    |                     --------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/slot.rs:894:21
    |
894 |                     test_println!("-> InitGuard::release; retry, actual={:#x}", actual);
    |                     ------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/stack.rs:72:11
   |
72 | #[cfg(all(loom, test))]
   |           ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/stack.rs:20:9
   |
20 |         test_println!("-> pop {:#x}", val);
   |         ---------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/stack.rs:34:13
   |
34 |             test_println!("-> next {:#x}", next);
   |             ------------------------------------ in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/stack.rs:43:21
   |
43 |                     test_println!("-> retry!");
   |                     -------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/stack.rs:47:21
   |
47 |                     test_println!("-> successful; next={:#x}", next);
   |                     ------------------------------------------------ in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:146:9
    |
146 |         test_println!("-> local head {:?}", head);
    |         ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:156:13
    |
156 |             test_println!("-> remote head {:?}", head);
    |             ------------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:163:13
    |
163 |             test_println!("-> NULL! {:?}", head);
    |             ------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:185:9
    |
185 |         test_println!("-> offset {:?}", poff);
    |         ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:214:9
    |
214 |         test_println!("-> take: offset {:?}", offset);
    |         --------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:231:9
    |
231 |         test_println!("-> offset {:?}", offset);
    |         --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:287:9
    |
287 |         test_println!("-> init_with: insert at offset: {}", index);
    |         ---------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:294:9
    |
294 |         test_println!("-> alloc new page ({})", self.size);
    |         -------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:318:9
    |
318 |         test_println!("-> offset {:?}", offset);
    |         --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/page/mod.rs:338:9
    |
338 |         test_println!("-> offset {:?}", offset);
    |         --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
   |
3  |         if cfg!(test) && cfg!(slab_print) {
   |                               ^^^^^^^^^^
   |
  ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:79:9
   |
79 |         test_println!("-> {:?}", addr);
   |         ------------------------------ in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:111:9
    |
111 |         test_println!("-> remove_local {:?}", addr);
    |         ------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:125:9
    |
125 |         test_println!("-> take_remote {:?}; page {:?}", addr, page_index);
    |         ----------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:172:13
    |
172 |             test_println!("-> page {}; {:?}; {:?}", page_idx, local, page);
    |             -------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |           if cfg!(test) && cfg!(slab_print) {
    |                                 ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:208:9
    |
208 | /         test_println!(
209 | |             "-> clear_after_release; self.tid={:?}; current.tid={:?};",
210 | |             tid,
211 | |             self.tid
212 | |         );
    | |_________- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:286:9
    |
286 |         test_println!("-> get shard={}", idx);
    |         ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:293:9
    |
293 |         test_println!("current: {:?}", tid);
    |         ----------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:306:13
    |
306 |             test_println!("-> allocated new shard for index {} at {:p}", idx, ptr);
    |             ---------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:315:13
    |
315 |             test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max);
    |             --------------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:326:9
    |
326 |         test_println!("Array::iter_mut");
    |         -------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:328:9
    |
328 |         test_println!("-> highest index={}", max);
    |         ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:381:9
    |
381 |         test_println!("---> loaded={:p} (order={:?})", ptr, order);
    |         ---------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:383:13
    |
383 |             test_println!("---> null");
    |             -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:418:9
    |
418 |         test_println!("IterMut::next");
    |         ------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:425:13
    |
425 |             test_println!("-> next.is_some={}", next.is_some());
    |             --------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/shard.rs:427:17
    |
427 |                 test_println!("-> done");
    |                 ------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/tid.rs:185:15
    |
185 | #[cfg(not(all(loom, any(feature = "loom", test))))]
    |               ^^^^ help: found config with similar value: `feature = "loom"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/tid.rs:197:21
    |
197 | #[cfg(all(test, not(loom)))]
    |                     ^^^^ help: found config with similar value: `feature = "loom"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:422:9
    |
422 |         test_println!("insert {:?}", tid);
    |         --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:457:9
    |
457 |         test_println!("vacant_entry {:?}", tid);
    |         --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:518:9
    |
518 |         test_println!("rm_deferred {:?}", tid);
    |         -------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:584:9
    |
584 |         test_println!("rm {:?}", tid);
    |         ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:611:9
    |
611 |         test_println!("get {:?}; current={:?}", tid, Tid::<C>::current());
    |         ----------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:709:9
    |
709 |         test_println!("get_owned {:?}; current={:?}", tid, Tid::<C>::current());
    |         ----------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:960:9
    |
960 |         test_println!("drop OwnedEntry: try clearing data");
    |         --------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:971:13
    |
971 |             test_println!("-> shard={:?}", shard_idx);
    |             ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `slab_print`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/macros.rs:3:31
    |
3   |         if cfg!(test) && cfg!(slab_print) {
    |                               ^^^^^^^^^^
    |
   ::: /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs:975:17
    |
975 |                 test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx);
    |                 ----------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh culpa v1.0.2
warning: `sharded-slab` (lib) generated 105 warnings
       Fresh tracing-log v0.2.0
warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.2.0/src/lib.rs:115:5
    |
115 |     private_in_public,
    |     ^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

       Fresh tracing-serde v0.2.0
       Fresh thread_local v1.1.8
warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/unreachable.rs:13:15
   |
11 | pub trait UncheckedOptionExt<T> {
   |           ------------------ methods in this trait
12 |     /// Get the value out of this Option without checking for None.
13 |     unsafe fn unchecked_unwrap(self) -> T;
   |               ^^^^^^^^^^^^^^^^
...
16 |     unsafe fn unchecked_unwrap_none(self);
   |               ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: method `unchecked_unwrap_err` is never used
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/unreachable.rs:25:15
   |
20 | pub trait UncheckedResultExt<T, E> {
   |           ------------------ method in this trait
...
25 |     unsafe fn unchecked_unwrap_err(self) -> E;
   |               ^^^^^^^^^^^^^^^^^^^^

       Fresh thiserror v2.0.10
warning: `tracing-log` (lib) generated 1 warning
warning: `thread_local` (lib) generated 2 warnings
       Fresh localtime v1.3.1
       Fresh valuable-derive v0.1.0
       Fresh filetime v0.2.25
       Fresh fs2 v0.4.3
warning: unexpected `cfg` condition value: `nacl`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/unix.rs:101:11
    |
101 |           target_os = "nacl"))]
    |           ^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, `vxworks`, `wasi`, `watchos`, and `windows` and 2 more
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `filetime` (lib) generated 3 warnings (3 duplicates)
warning: `fs2` (lib) generated 1 warning
       Fresh winnow v0.6.22
       Fresh state v0.6.0
warning: unexpected `cfg` condition name: `loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/lib.rs:264:7
    |
264 | #[cfg(loom)]
    |       ^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/cell.rs:71:15
   |
71 |     #[cfg(not(loom))]
   |               ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/cell.rs:80:11
   |
80 |     #[cfg(loom)]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/init.rs:12:15
   |
12 |     #[cfg(not(loom))]
   |               ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/init.rs:21:11
   |
21 |     #[cfg(loom)]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:1:11
  |
1 | #[cfg(not(loom))] pub use std::sync;
  |           ^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:2:7
  |
2 | #[cfg(loom)] pub use loom::sync;
  |       ^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:60:7
   |
60 | #[cfg(loom)] pub use loom::thread_local;
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:61:11
   |
61 | #[cfg(not(loom))] pub use std::thread_local;
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:63:7
   |
63 | #[cfg(loom)] pub use loom::thread;
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:64:11
   |
64 | #[cfg(not(loom))] pub use std::thread;
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:5:15
  |
5 |     #[cfg(not(loom))] type Inner<T> = std::cell::UnsafeCell<T>;
  |               ^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:6:11
  |
6 |     #[cfg(loom)] type Inner<T> = loom::cell::UnsafeCell<T>;
  |           ^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:12:19
   |
12 |         #[cfg(not(loom))]
   |                   ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:18:15
   |
18 |         #[cfg(loom)]
   |               ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom_nightly`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:25:20
   |
25 |         #[cfg_attr(loom_nightly, track_caller)]
   |                    ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom_nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom_nightly)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom_nightly`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:32:20
   |
32 |         #[cfg_attr(loom_nightly, track_caller)]
   |                    ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom_nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom_nightly)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom_nightly`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:39:20
   |
39 |         #[cfg_attr(loom_nightly, track_caller)]
   |                    ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom_nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom_nightly)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom_nightly`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:48:20
   |
48 |         #[cfg_attr(loom_nightly, track_caller)]
   |                    ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom_nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom_nightly)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:27:23
   |
27 |             #[cfg(not(loom))] { f(self.0.get()) }
   |                       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:28:19
   |
28 |             #[cfg(loom)] { self.0.with(f) }
   |                   ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:34:23
   |
34 |             #[cfg(not(loom))] { f(self.0.get()) }
   |                       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:35:19
   |
35 |             #[cfg(loom)] { self.0.with_mut(f) }
   |                   ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:43:23
   |
43 |             #[cfg(not(loom))] unsafe { &mut *self.0.get() }
   |                       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:44:19
   |
44 |             #[cfg(loom)] { self.with_mut(|ptr| unsafe { &mut *ptr }) }
   |                   ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:50:23
   |
50 |             #[cfg(not(loom))] { self.0.into_inner() }
   |                       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:51:19
   |
51 |             #[cfg(loom)] {
   |                   ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unused import: `std::thread_local`
  --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/shim.rs:61:27
   |
61 | #[cfg(not(loom))] pub use std::thread_local;
   |                           ^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: unexpected `cfg` condition name: `loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/type_map.rs:205:15
    |
205 |     #[cfg(not(loom))]
    |               ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/state-0.6.0/src/type_map.rs:210:11
    |
210 |     #[cfg(loom)]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

       Fresh siphasher v1.0.1
       Fresh base64 v0.22.1
warning: `state` (lib) generated 30 warnings
warning: `base64` (lib) generated 1 warning (1 duplicate)
       Fresh shell-words v1.1.0
       Fresh radicle v0.14.0
       Fresh duration-str v0.12.0
       Fresh valuable v0.1.0
       Fresh subplotlib v0.12.0
       Fresh tracing-subscriber v0.3.19
       Fresh radicle-surf v0.22.1
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_CLIPPY='' CARGO_CFG_FEATURE=cargo-clippy CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/workspace/cache/debug/deps:/workspace/cache/debug:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib:/workspace/cache/debug/build/pikchr-71004b2054c40f5a/out' NUM_JOBS=4 OPT_LEVEL=0 OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out PROFILE=debug RUSTC=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc RUSTC_WORKSPACE_WRAPPER=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver RUSTDOC=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /workspace/cache/debug/build/radicle-ci-broker-9efb11731e7732c3/build-script-build`
       Fresh serde_yml v0.0.12
       Fresh clap v4.5.25
       Fresh rss v2.0.11
[radicle-ci-broker 0.11.1] cargo:rustc-env=GIT_HEAD=da7971a
[radicle-ci-broker 0.11.1] 
[radicle-ci-broker 0.11.1] cargo:rustc-rerun-if-changed=.git/HEAD
       Fresh html-page v0.4.0
       Fresh uuid v1.11.0
       Fresh ctor v0.2.9
[radicle-ci-broker 0.11.1] cargo:rerun-if-changed=ci-broker.md
[radicle-ci-broker 0.11.1] cargo:rerun-if-changed=ci-broker.yaml
[radicle-ci-broker 0.11.1] cargo:rerun-if-changed=src/subplot.rs
[radicle-ci-broker 0.11.1] cargo:rerun-if-changed=ci-broker.subplot
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=radicle_ci_broker CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name radicle_ci_broker --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b86aa9726692e30c -C extra-filename=-b86aa9726692e30c --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=radicle_ci_broker CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name radicle_ci_broker --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13700703538e677d -C extra-filename=-13700703538e677d --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern ctor=/workspace/cache/debug/deps/libctor-98aba6b0d73e61b8.so --extern culpa=/workspace/cache/debug/deps/libculpa-660efbf0506410d0.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=synthetic-events CARGO_CRATE_NAME=synthetic_events CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name synthetic_events --edition=2021 src/bin/synthetic-events.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4126ef52d330f3f8 -C extra-filename=-4126ef52d330f3f8 --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_ci_broker=/workspace/cache/debug/deps/libradicle_ci_broker-b86aa9726692e30c.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_EXE_cib=/workspace/cache/debug/cib CARGO_BIN_EXE_cibtool=/workspace/cache/debug/cibtool CARGO_BIN_EXE_synthetic-events=/workspace/cache/debug/synthetic-events CARGO_CRATE_NAME=subplot CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/workspace/cache/tmp GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name subplot --edition=2021 tests/subplot.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6515e116538a6190 -C extra-filename=-6515e116538a6190 --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern ctor=/workspace/cache/debug/deps/libctor-98aba6b0d73e61b8.so --extern culpa=/workspace/cache/debug/deps/libculpa-660efbf0506410d0.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_ci_broker=/workspace/cache/debug/deps/libradicle_ci_broker-b86aa9726692e30c.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=cibtool CARGO_CRATE_NAME=cibtool CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name cibtool --edition=2021 src/bin/cibtool.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=562921c2a80fb546 -C extra-filename=-562921c2a80fb546 --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_ci_broker=/workspace/cache/debug/deps/libradicle_ci_broker-b86aa9726692e30c.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=cibtool CARGO_CRATE_NAME=cibtool CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name cibtool --edition=2021 src/bin/cibtool.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f890e97248c55466 -C extra-filename=-f890e97248c55466 --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern ctor=/workspace/cache/debug/deps/libctor-98aba6b0d73e61b8.so --extern culpa=/workspace/cache/debug/deps/libculpa-660efbf0506410d0.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_ci_broker=/workspace/cache/debug/deps/libradicle_ci_broker-b86aa9726692e30c.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=cib CARGO_CRATE_NAME=cib CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name cib --edition=2021 src/bin/cib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b465f5d0a92c0a0 -C extra-filename=-0b465f5d0a92c0a0 --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_ci_broker=/workspace/cache/debug/deps/libradicle_ci_broker-b86aa9726692e30c.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=cib CARGO_CRATE_NAME=cib CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name cib --edition=2021 src/bin/cib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d42ff2f06393f20 -C extra-filename=-2d42ff2f06393f20 --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern ctor=/workspace/cache/debug/deps/libctor-98aba6b0d73e61b8.so --extern culpa=/workspace/cache/debug/deps/libculpa-660efbf0506410d0.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_ci_broker=/workspace/cache/debug/deps/libradicle_ci_broker-b86aa9726692e30c.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
     Running `CARGO=/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=synthetic-events CARGO_CRATE_NAME=synthetic_events CARGO_MANIFEST_DIR=/workspace/src CARGO_PKG_AUTHORS='Lars Wirzenius <liw@liw.fi:cloudhead <cloudhead@radicle.xyz>' CARGO_PKG_DESCRIPTION='add integration to CI engins or systems to a Radicle node' CARGO_PKG_HOMEPAGE='https://radicle.xyz' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radicle-ci-broker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8' CARGO_PKG_RUST_VERSION=1.80 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 GIT_HEAD=da7971a LD_LIBRARY_PATH='/workspace/cache/debug/deps:/root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/lib' OUT_DIR=/workspace/cache/debug/build/radicle-ci-broker-b665dd42b03f9f46/out /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/1.80-x86_64-unknown-linux-gnu/bin/rustc --crate-name synthetic_events --edition=2021 src/bin/synthetic-events.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebd0bf6349646856 -C extra-filename=-ebd0bf6349646856 --out-dir /workspace/cache/debug/deps -C incremental=/workspace/cache/debug/incremental -L dependency=/workspace/cache/debug/deps --extern anyhow=/workspace/cache/debug/deps/libanyhow-db55fffc0d016da9.rmeta --extern clap=/workspace/cache/debug/deps/libclap-a43e97179fd95c0f.rmeta --extern ctor=/workspace/cache/debug/deps/libctor-98aba6b0d73e61b8.so --extern culpa=/workspace/cache/debug/deps/libculpa-660efbf0506410d0.rmeta --extern duration_str=/workspace/cache/debug/deps/libduration_str-3e5cfeb5bf5a5124.rmeta --extern html_page=/workspace/cache/debug/deps/libhtml_page-49ee7acd56d8e587.rmeta --extern radicle=/workspace/cache/debug/deps/libradicle-c8ef96a5324311fc.rmeta --extern radicle_ci_broker=/workspace/cache/debug/deps/libradicle_ci_broker-b86aa9726692e30c.rmeta --extern radicle_crypto=/workspace/cache/debug/deps/libradicle_crypto-4330a1c6f186174c.rmeta --extern radicle_git_ext=/workspace/cache/debug/deps/libradicle_git_ext-5da4746c2564e7cc.rmeta --extern radicle_surf=/workspace/cache/debug/deps/libradicle_surf-e51af22989cb2e1b.rmeta --extern regex=/workspace/cache/debug/deps/libregex-fc9bf4d13c560671.rmeta --extern rss=/workspace/cache/debug/deps/librss-c1e3886bbe780f8f.rmeta --extern serde=/workspace/cache/debug/deps/libserde-25c3ae94af401558.rmeta --extern serde_json=/workspace/cache/debug/deps/libserde_json-f941a8da42208eda.rmeta --extern serde_yml=/workspace/cache/debug/deps/libserde_yml-55b3d3f24d45c13b.rmeta --extern sqlite=/workspace/cache/debug/deps/libsqlite-48b8670c17748753.rmeta --extern sqlite3_sys=/workspace/cache/debug/deps/libsqlite3_sys-2af27a7bea90eb93.rmeta --extern subplotlib=/workspace/cache/debug/deps/libsubplotlib-fde18e1610aefb91.rmeta --extern tempfile=/workspace/cache/debug/deps/libtempfile-6e50db7dd51829c0.rmeta --extern thiserror=/workspace/cache/debug/deps/libthiserror-f1aafac1088e83db.rmeta --extern time=/workspace/cache/debug/deps/libtime-1c2e6533fc3a16b3.rmeta --extern tracing=/workspace/cache/debug/deps/libtracing-64b464c23179f172.rmeta --extern tracing_subscriber=/workspace/cache/debug/deps/libtracing_subscriber-1c7987094b01db36.rmeta --extern uuid=/workspace/cache/debug/deps/libuuid-21691adf80f9d621.rmeta --extern valuable=/workspace/cache/debug/deps/libvaluable-f97872b046ceb950.rmeta -L native=/workspace/cache/debug/build/libgit2-sys-5ed0e7d8afec65df/out/build -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/libz-sys-07a352db24b455f0/out/lib -L native=/workspace/cache/debug/build/sqlite3-src-0f0509c67b6b755e/out`
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.56s
RUN: Shell {
    shell: "export DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\ncargo test --workspace --no-fail-fast -- --skip upgrade\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\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",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\ncargo test --workspace --no-fail-fast -- --skip upgrade\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\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\n"]
       cwd=/workspace/src (exists? true)
       extra_env=[]
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cargo doc --workspace
   Compiling radicle-ci-broker v0.11.1 (/workspace/src)
 Documenting radicle-ci-broker v0.11.1 (/workspace/src)
warning: unresolved link to `RunningProcess`
   --> src/adapter.rs:276:44
    |
276 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].
    |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default

warning: `radicle-ci-broker` (lib doc) generated 1 warning
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
   Generated /workspace/cache/doc/radicle_ci_broker/index.html and 3 other files
+ cargo test --workspace --no-fail-fast -- --skip upgrade
   Compiling radicle-ci-broker v0.11.1 (/workspace/src)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 10.62s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-5f29451ee0456d36)

running 76 tests
test adapter::test::adapter_does_not_exist ... ok
test adapter::test::adapter_has_bad_interpreter ... ok
test adapter::test::adapter_ends_ok_before_second_message ... ok
test adapter::test::adapter_exits_nonzero ... ok
test adapter::test::adapter_first_message_isnt_triggered ... ok
test adapter::test::adapter_is_not_executable ... ok
test adapter::test::adapter_is_killed_after_second_message ... ok
test adapter::test::adapter_is_killed_after_first_message ... ok
test adapter::test::adapter_is_killed_before_any_messages ... ok
test adapter::test::adapter_outputs_too_many_messages ... ok
test adapter::test::adapter_produces_as_bad_message ... ok
test adapter::test::adapter_reports_failure ... ok
test ci_event::test::branch_created ... ok
test ci_event::test::branch_deleted ... ok
test ci_event::test::branch_updated ... ok
test ci_event::test::nothing_updated ... ok
test ci_event::test::patch_created ... ok
test ci_event::test::patch_updated ... ok
test ci_event::test::skipped ... ok
test ci_event::test_namespaced_branch::empty ... ok
test ci_event::test_namespaced_branch::has_namespace ... ok
test ci_event::test_namespaced_branch::has_namespace_with_path ... ok
test ci_event::test_namespaced_branch::lacks_namespace ... ok
test ci_event::test_patch_id::empty ... ok
test ci_event::test_patch_id::has_namespace ... ok
test ci_event::test_patch_id::has_namespace_with_path ... ok
test ci_event::test_patch_id::lacks_namespace ... ok
test config::test::parse_config_yaml ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test filter::test::allows_any_event ... ok
test filter::test::allows_branch_creation ... ok
test filter::test::allows_branch_deletion ... ok
test filter::test::allows_branch_update ... ok
test filter::test::allows_if_all_allow ... ok
test filter::test::allows_if_any_allows ... ok
test filter::test::allows_no_event ... ok
test filter::test::allows_none_for_wrong_node ... ok
test filter::test::allows_opposite ... ok
test filter::test::allows_patch_creation ... ok
test filter::test::allows_patch_update ... ok
test filter::test::allows_shutdown ... ok
test filter::test::allows_specific_patch ... ok
test filter::test::doesnt_allow_any_for_other_branch ... ok
test filter::test::doesnt_allow_any_for_other_repository ... ok
test filter::test::doesnt_allows_other_patch ... ok
test filter::test::only_allows_branch_creation ... ok
test filter::test::only_allows_branch_deletion ... ok
test filter::test::only_allows_branch_update ... ok
test filter::test::only_allows_patch_creation ... ok
test filter::test::only_allows_patch_update ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
test run::test::serialize_run_state ... ok
test sensitive::test_sensitive::debugged ... ok
test sensitive::test_sensitive::deser ... ok
test sensitive::test_sensitive::displayed ... ok
test sensitive::test_sensitive::ser ... ok
test adapter::test::adapter_reports_success ... ok
test timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::bin_true ... ok
test broker::test::adapter_fails ... ok
test timeoutcmd::tests::hello_world ... ok
test timeoutcmd::tests::hello_world_to_stderr ... ok
test broker::test::executes_adapter ... ok
test timeoutcmd::tests::pipe_through_cat ... ok
test timeoutcmd::tests::sleep_1 ... ok
test timeoutcmd::tests::sleep_for_too_long ... ok
test timeoutcmd::tests::kill ... ok
test timeoutcmd::tests::yes_to_stderr ... ok
test timeoutcmd::tests::kill_stderr ... ok
test timeoutcmd::tests::yes_to_stdout ... ok

test result: ok. 76 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.77s

     Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-6f487c5a494fe705)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/cibtool.rs (/workspace/cache/debug/deps/cibtool-1487f2baa8efe31d)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/synthetic-events.rs (/workspace/cache/debug/deps/synthetic_events-20ad62fd1de62341)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/subplot.rs (/workspace/cache/debug/deps/subplot-d246471cfb356e61)

running 48 tests
test adapter_with_url_runs_successfully ... FAILED
test add_information_about_run_that_s_running_to_database ... ok
test add_information_about_run_that_s_finished_in_failure_to_database ... ok
test add_information_about_run_that_s_finished_successfully_to_database ... ok
test adapter_can_provide_url_for_info_on_run ... ok
test allows_setting_minimum_log_level ... ok
test can_add_a_branch_creation_event_to_queue ... ok
test add_information_about_triggered_run_to_database ... ok
test can_add_a_branch_deletion_event_to_queue ... ok
test can_add_a_branch_update_event_to_queue ... ok
test can_add_shutdown_event_to_queue ... ok
test can_add_a_patch_creation_event_to_queue ... ok
test can_add_a_patch_update_event_to_queue ... ok
test convert_recorded_node_events_into_ci_events ... ok
test can_trigger_a_ci_run ... ok
test can_remove_all_queued_events ... ok
test create_a_repository ... ok
test dummy_adapter_runs_successfully ... FAILED
test don_t_insert_event_for_non_existent_repository ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test extract_cib_log_from_journald_and_pretty_print ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test filter_recorded_ci_events ... ok
test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
test gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
test gives_helpful_error_message_if_node_socket_can_t_be_found ... ok
test insert_events_into_queue ... ok
test logs_adapter_stderr_output ... FAILED
test logs_start_and_successful_end ... ok
test logs_termination_due_to_error ... ok
test process_queued_events ... FAILED
test produces_a_json_status_file ... ok
test produces_a_report_page_upon_request ... ok
test queue_a_node_event_for_processing ... ok
test record_node_events ... ok
test reports_it_version ... ok
test runs_adapter_on_each_type_of_event ... ok
test runs_adapters_for_all_matching_triggers ... FAILED
test set_up_a_node ... ok
test shows_config_as_json ... ok
test shuts_down_when_requested ... ok
test smoke_test__runs_adapter ... FAILED
test stops_if_the_node_connection_breaks ... ok
test count_in_a_single_process has been running for over 60 seconds
test update_and_show_information_about_run_to_running ... ok
test count_in_concurrent_processes has been running for over 60 seconds
test we_can_run_rad ... ok
test insert_many_events_into_queue has been running for over 60 seconds
test count_in_a_single_process ... ok
test insert_many_events_into_queue ... ok
test count_in_concurrent_processes ... ok

failures:

---- adapter_with_url_runs_successfully stdout ----
unknown: scenario: Adapter with URL runs successfully
ci-broker.md:790:1:   step: given file adapter-with-url.sh
ci-broker.md:791:1:   step: when I run chmod +x adapter-with-url.sh
Running `chmod` with args ["+x", "adapter-with-url.sh"]
Running in /tmp/subplotcb3mvAdapter-with-URL-runs-successfully
ENV: SHELL = /bin/sh
PATH: /workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:

Stderr:


ci-broker.md:792:1:   step: when I try to run ./adapter-with-url.sh
Running `/tmp/subplotcb3mvAdapter-with-URL-runs-successfully/adapter-with-url.sh` with args []
Running in /tmp/subplotcb3mvAdapter-with-URL-runs-successfully
ENV: SHELL = /bin/sh
PATH: /workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 2
Stdout:

Stderr:
/tmp/subplotcb3mvAdapter-with-URL-runs-successfully/adapter-with-url.sh: 2: set: Illegal option -o pipefail


ci-broker.md:793:1:   step: then command is successful
  return: Failure
thread 'adapter_with_url_runs_successfully' panicked at /workspace/cache/debug/build/radicle-ci-broker-2ab61d71575ac7c1/out/ci-broker.rs:2724:20:
called `Result::unwrap()` on an `Err` value: "expected exit code 0, but had Some(2)"
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- dummy_adapter_runs_successfully stdout ----
unknown: scenario: Dummy adapter runs successfully
ci-broker.md:773:1:   step: given file dummy.sh
ci-broker.md:774:1:   step: when I run chmod +x dummy.sh
Running `chmod` with args ["+x", "dummy.sh"]
Running in /tmp/subplotiwWbGDummy-adapter-runs-successfully
ENV: SHELL = /bin/sh
PATH: /workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:

Stderr:


ci-broker.md:775:1:   step: when I try to run ./dummy.sh
Running `/tmp/subplotiwWbGDummy-adapter-runs-successfully/dummy.sh` with args []
Running in /tmp/subplotiwWbGDummy-adapter-runs-successfully
ENV: SHELL = /bin/sh
PATH: /workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 2
Stdout:

Stderr:
/tmp/subplotiwWbGDummy-adapter-runs-successfully/dummy.sh: 2: set: Illegal option -o pipefail


ci-broker.md:776:1:   step: then command is successful
  return: Failure
thread 'dummy_adapter_runs_successfully' panicked at /workspace/cache/debug/build/radicle-ci-broker-2ab61d71575ac7c1/out/ci-broker.rs:2662:20:
called `Result::unwrap()` on an `Err` value: "expected exit code 0, but had Some(2)"

---- logs_adapter_stderr_output stdout ----
unknown: scenario: Logs adapter stderr output
ci-broker.md:647:1:   step: given a Radicle node, with CI configured with broker.yaml and adapter broken-adapter.sh
check CI broker binaries are in /workspace/cache/debug
write configuration file broker.yaml
create env file
create env.sh script
make env.sh executable
write adapter file adapter.sh from broken-adapter.sh
make adapter.sh executable
running command rad ["auth", "--alias=brokertest"]
envs: [("RAD_HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotPYimkLogs-adapter-stderr-output"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing your radicle 👾 identity

✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.

✗ Hint: install ssh-agent to have it fill in your passphrase for you when signing.

To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.

====================
rad: stderr:

=====================
ci-broker.md:648:1:   step: given a Git repository xyzzy in the Radicle node
running command git ["config", "--global", "user.email", "radicle@example.com"]
envs: [("HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output"), ("RAD_HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotPYimkLogs-adapter-stderr-output"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["config", "--global", "user.name", "TestyMcTestFace"]
envs: [("HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output"), ("RAD_HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotPYimkLogs-adapter-stderr-output"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["init", "-b", "main", "xyzzy"]
envs: [("HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output"), ("RAD_HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotPYimkLogs-adapter-stderr-output"; exists? true
git exit code: Some(0)
git: stdout:
Initialized empty Git repository in /tmp/subplotPYimkLogs-adapter-stderr-output/xyzzy/.git/

====================
git: stderr:

=====================
running command git ["add", "."]
envs: [("HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output"), ("RAD_HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotPYimkLogs-adapter-stderr-output/xyzzy"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["commit", "-am", "test"]
envs: [("HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output"), ("RAD_HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotPYimkLogs-adapter-stderr-output/xyzzy"; exists? true
git exit code: Some(0)
git: stdout:
[main (root-commit) 64e68d9] test
 1 file changed, 1 insertion(+)
 create mode 100644 file.dat

====================
git: stderr:

=====================
running command rad ["init", "--name", "xyzzy", "--description=test", "--default-branch=main", "--private", "--no-confirm", "--no-seed"]
envs: [("HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output"), ("RAD_HOME", "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotPYimkLogs-adapter-stderr-output/xyzzy"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing private radicle 👾 repository in /tmp/subplotPYimkLogs-adapter-stderr-output/xyzzy..

✓ Repository xyzzy created.

Your Repository ID (RID) is rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e.
You can show it any time by running `rad .` from this directory.

You have created a private repository.
This repository will only be visible to you, and to peers you explicitly allow.

To make it public, run `rad publish`.
To push changes, run `git push`.

====================
rad: stderr:

=====================
ci-broker.md:649:1:   step: given the Radicle node emits a refsUpdated event for xyzzy
rad_home: "/tmp/subplotPYimkLogs-adapter-stderr-output/.radicle"
nid: PublicKey(z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB)
rid: RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e)
node_event: RefsFetched {
    remote: PublicKey(z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB),
    rid: RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e),
    updated: [
        Updated {
            name: RefString(
                "refs/namespaces/z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB/refs/heads/main",
            ),
            old: Oid(
                64e68d9fdd6c7d55701299a2758b8b73fd36c917,
            ),
            new: Oid(
                64e68d9fdd6c7d55701299a2758b8b73fd36c917,
            ),
        },
    ],
}
ci-broker.md:650:1:   step: when I run ./env.sh synthetic-events synt.sock event.json --log log.txt
Running `/tmp/subplotPYimkLogs-adapter-stderr-output/env.sh` with args ["synthetic-events", "synt.sock", "event.json", "--log", "log.txt"]
Running in /tmp/subplotPYimkLogs-adapter-stderr-output
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts
launching daemon
waiting for daemon to create socket
no socket yet
there is a socket now

Stderr:


ci-broker.md:652:1:   step: when I run ./env.sh cibtool --db ci-broker.db trigger --repo xyzzy --ref main --commit HEAD
Running `/tmp/subplotPYimkLogs-adapter-stderr-output/env.sh` with args ["cibtool", "--db", "ci-broker.db", "trigger", "--repo", "xyzzy", "--ref", "main", "--commit", "HEAD"]
Running in /tmp/subplotPYimkLogs-adapter-stderr-output
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts
d26499b6-a4e2-4714-a3d3-3c0952db1b5b

Stderr:
{"timestamp":"2025-03-13T16:41:32.221346Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}


ci-broker.md:653:1:   step: when I run ./env.sh cibtool --db ci-broker.db event list --json
Running `/tmp/subplotPYimkLogs-adapter-stderr-output/env.sh` with args ["cibtool", "--db", "ci-broker.db", "event", "list", "--json"]
Running in /tmp/subplotPYimkLogs-adapter-stderr-output
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts
[
  {
    "id": {
      "id": "d26499b6-a4e2-4714-a3d3-3c0952db1b5b"
    },
    "ts": "2025-03-13 16:41:33.139547Z",
    "event": {
      "V1": {
        "BranchUpdated": {
          "from_node": "z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB",
          "repo": "rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e",
          "branch": "main",
          "tip": "64e68d9fdd6c7d55701299a2758b8b73fd36c917",
          "old_tip": "64e68d9fdd6c7d55701299a2758b8b73fd36c917"
        }
      }
    }
  }
]

Stderr:


ci-broker.md:655:1:   step: given a directory reports
ci-broker.md:656:1:   step: when I run ./env.sh cib --config broker.yaml queued
Running `/tmp/subplotPYimkLogs-adapter-stderr-output/env.sh` with args ["cib", "--config", "broker.yaml", "queued"]
Running in /tmp/subplotPYimkLogs-adapter-stderr-output
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts

Stderr:
{"timestamp":"2025-03-13T16:41:33.359254Z","level":"INFO","fields":{"message":"CI broker starts","msg_id":"CibStart","kind":"startup","version":"da7971a"}}
{"timestamp":"2025-03-13T16:41:33.359689Z","level":"DEBUG","fields":{"message":"loaded configuration","msg_id":"CibConfig","kind":"startup","config":"Config { default_adapter: Some(\"mcadapterface\"), adapters: {\"mcadapterface\": AdapterConfig { command: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\"}, sensitive_env: {\"API_KEY\": <REDACTED>} }}, filters: Some([Branch(RefString(\"main\"))]), triggers: None, report_dir: Some(\"reports\"), status_update_interval_seconds: None, db: \"ci-broker.db\", max_run_time: 3600s, queue_len_interval: 60s }"}}
{"timestamp":"2025-03-13T16:41:33.360723Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:33.360864Z","level":"TRACE","fields":{"message":"adapter configuration","msg_id":"AdapterConfig","kind":"debug","config":"Config { default_adapter: Some(\"mcadapterface\"), adapters: {\"mcadapterface\": AdapterConfig { command: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\"}, sensitive_env: {\"API_KEY\": <REDACTED>} }}, filters: Some([Branch(RefString(\"main\"))]), triggers: None, report_dir: Some(\"reports\"), status_update_interval_seconds: None, db: \"ci-broker.db\", max_run_time: 3600s, queue_len_interval: 60s }"}}
{"timestamp":"2025-03-13T16:41:33.360943Z","level":"INFO","fields":{"message":"broker database","msg_id":"BrokerDatabase","kind":"startup","filename":"ci-broker.db"}}
{"timestamp":"2025-03-13T16:41:33.362464Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:33.362675Z","level":"DEBUG","fields":{"message":"start thread to process events until a shutdown event","msg_id":"QueueProcStart","kind":"startup"}}
{"timestamp":"2025-03-13T16:41:33.363075Z","level":"DEBUG","fields":{"message":"EventFilter::allows: decision=true event=V1(BranchUpdated { from_node: PublicKey(z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB), repo: RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e), branch: RefString(\"main\"), tip: Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917), old_tip: Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917) })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.363158Z","level":"INFO","fields":{"message":"picked event from queue","msg_id":"QueueProcPickedEvent","kind":"got_event","id":"QueueId { id: \"d26499b6-a4e2-4714-a3d3-3c0952db1b5b\" }","event":"QueuedCiEvent { id: QueueId { id: \"d26499b6-a4e2-4714-a3d3-3c0952db1b5b\" }, ts: \"2025-03-13 16:41:33.139547Z\", event: V1(BranchUpdated { from_node: PublicKey(z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB), repo: RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e), branch: RefString(\"main\"), tip: Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917), old_tip: Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917) }) }","adapter":"Adapter { bin: \"./adapter.sh\", env: {\"API_KEY\": \"xyzzy\", \"RADICLE_NATIVE_CI\": \"native-ci.yaml\"} }"}}
{"timestamp":"2025-03-13T16:41:33.363284Z","level":"DEBUG","fields":{"message":"queproc::process_event: called; event=V1(\n    BranchUpdated {\n        from_node: PublicKey(z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB),\n        repo: RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e),\n        branch: RefString(\n            \"main\",\n        ),\n        tip: Oid(\n            64e68d9fdd6c7d55701299a2758b8b73fd36c917,\n        ),\n        old_tip: Oid(\n            64e68d9fdd6c7d55701299a2758b8b73fd36c917,\n        ),\n    },\n)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.363331Z","level":"INFO","fields":{"message":"Action: run","msg_id":"QueueProcActionRun","kind":"debug","rid":"RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e)","oid":"64e68d9fdd6c7d55701299a2758b8b73fd36c917"}}
{"timestamp":"2025-03-13T16:41:33.363375Z","level":"TRACE","fields":{"message":"build trigger: branch updated","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.363600Z","level":"TRACE","fields":{"message":"build trigger: look commits .git","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.363804Z","level":"TRACE","fields":{"message":"build trigger: revision lookup result Ok([])","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.363851Z","level":"TRACE","fields":{"message":"build trigger: create common fields for rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.363876Z","level":"TRACE","fields":{"message":"build trigger: look up repository","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.363903Z","level":"TRACE","fields":{"message":"build trigger: look up repository rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.364070Z","level":"TRACE","fields":{"message":"build trigger: look up project","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.364752Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at a4f3c0298e872eadc6d3de8b5d778fee56cd244e","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:41:33.364810Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB/refs/cobs/xyz.radicle.id/a4f3c0298e872eadc6d3de8b5d778fee56cd244e'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:41:33.367492Z","level":"TRACE","fields":{"message":"build trigger: look up author z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.368263Z","level":"TRACE","fields":{"message":"build trigger: author lookup result Ok(Author { id: Did(\"did:key:z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB\"), alias: None })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:33.368417Z","level":"INFO","fields":{"message":"start CI run","msg_id":"BrokerRunStart","kind":"start_run"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:33.368511Z","level":"DEBUG","fields":{"message":"trigger message","msg_id":"BrokerTriggerMessage","kind":"debug","event":"Trigger { common: EventCommonFields { version: 1, event_type: Push, repository: Repository { id: RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e), name: \"xyzzy\", description: \"test\", private: true, default_branch: \"main\", delegates: [Did(\"did:key:z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB\")] } }, push: Some(PushEvent { pusher: Author { id: Did(\"did:key:z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB\"), alias: None }, before: Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917), after: Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917), branch: \"main\", commits: [Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917)] }), patch: None }"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:33.812287Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:33.812355Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:33.812390Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:33.812413Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:34.044670Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044662Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.044752Z","level":"TRACE","fields":{"message":"nanny: start monitoring child","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.044787Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044791Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stdout"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.044810Z","level":"TRACE","fields":{"message":"nanny: child has terminated","msg_id":"TimeoutNannyLostChild","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.044827Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":1,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044832Z","level":"TRACE","fields":{"message":"nanny: tell other threads it's time to end","msg_id":"TimeoutNannyNotifyTooLong","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.044827Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.044854Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[47]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044860Z","level":"TRACE","fields":{"message":"nanny: ends","msg_id":"TimeoutNannyEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.044858Z","level":"ERROR","fields":{"message":"no first response message","msg_id":"AdapterNoFirstMessage","kind":"adapter_message"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.044883Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":2,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044891Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.044909Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044922Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.044936Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":3,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044959Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[100]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044959Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.044988Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":4,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.044991Z","level":"TRACE","fields":{"message":"line receiver: OK: child has terminated, not returning line","msg_id":"TimeoutLineReceiverLostChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045014Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045021Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045043Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":5,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045049Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(47)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045069Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045079Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045095Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":6,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045110Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045118Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045144Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":7,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045142Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045169Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045171Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045198Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":8,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045200Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045223Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[114]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045228Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045252Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":9,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045257Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045277Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045285Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(100)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045305Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":10,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045314Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045331Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045343Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045357Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":11,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045374Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045380Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[104]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045406Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":12,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045405Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045432Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045434Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045460Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":13,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045462Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045486Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045491Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045514Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":14,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045522Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045540Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[50]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045556Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045566Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":15,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045589Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045586Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045618Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":16,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045618Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045646Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045643Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045695Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045706Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":17,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045727Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045732Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045760Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":18,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045758Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045787Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045787Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045815Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":19,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045817Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045841Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045845Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045870Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":20,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045873Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045895Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045902Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(114)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045924Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":21,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045931Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045950Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045959Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.045979Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":22,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.045988Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046004Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[73]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046017Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046030Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":23,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046049Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046053Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046082Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":24,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046080Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046107Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046109Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046136Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":25,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046137Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046161Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046166Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046190Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":26,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046194Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046216Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[103]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046223Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046244Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":27,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046251Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(104)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046270Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046281Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046296Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":28,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046312Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046319Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046345Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":29,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046343Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046371Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046371Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046399Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":30,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046401Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046425Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046429Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046453Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":31,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046457Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046479Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046485Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046508Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":32,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046517Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046534Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046550Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046560Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":33,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046583Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046581Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046612Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":34,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046612Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(50)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046637Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046641Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046666Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":35,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046669Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046692Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[110]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046697Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046720Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":36,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046726Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046746Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046755Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046774Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":37,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046783Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046800Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[45]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046812Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046826Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":38,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046840Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046849Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046875Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":39,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046872Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046900Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046901Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046929Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":40,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046930Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046954Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046958Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.046983Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":41,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.046987Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047009Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047015Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047037Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":42,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047043Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047063Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047071Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047109Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":43,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047110Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047136Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047139Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047165Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":44,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047167Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047191Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[102]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047195Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047219Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":45,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047225Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047245Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047253Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047274Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":46,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047281Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047299Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047310Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047326Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":47,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047342Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047349Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047375Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":48,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047373Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047401Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[10]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047402Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047429Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":49,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047430Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047455Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047459Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047483Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047487Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047508Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:34.047516Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047544Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(73)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047576Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047607Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047638Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047669Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047700Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047731Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047762Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047792Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047824Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047854Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047885Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047916Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047947Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.047978Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048008Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048038Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(103)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048070Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048101Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048132Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048162Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048194Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048224Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048255Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048286Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048318Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048348Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048378Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048409Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048441Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048471Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048502Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048532Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048564Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048594Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048625Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048655Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048687Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048717Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048747Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048777Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048809Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048839Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048870Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048900Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048932Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048962Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.048992Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049022Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049054Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049084Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049114Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049145Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(110)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049176Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049207Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049238Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049268Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049299Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049329Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049360Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049390Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(45)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049422Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049452Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049482Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049513Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049545Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049575Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049606Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049636Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049678Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049711Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049742Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049772Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049804Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049834Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049865Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049895Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049927Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049957Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.049988Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050019Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050050Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050081Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050111Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050141Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050173Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050203Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050234Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050264Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(102)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050295Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050326Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050356Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050386Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050418Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050448Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050479Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050509Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050541Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050571Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050602Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050632Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050663Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050694Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050725Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050755Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(10)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050790Z","level":"TRACE","fields":{"message":"line-receiver: received line","msg_id":"TimeoutLineReceiverLine","kind":"debug","line":"\"./adapter.sh: 2: set: Illegal option -o pipefail\\n\"","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050827Z","level":"DEBUG","fields":{"message":"adapter stderr","msg_id":"AdapterStderrLine","kind":"debug","stderr_line":"./adapter.sh: 2: set: Illegal option -o pipefail\n"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050860Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050890Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050922Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050956Z","level":"TRACE","fields":{"message":"request termination of child process","msg_id":"TimeoutRequestEnd","kind":"debug","result":"Err(SendError { .. })"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.050990Z","level":"TRACE","fields":{"message":"wait: wait for word from nanny","msg_id":"TimeoutNannyWaitWord","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051022Z","level":"TRACE","fields":{"message":"got word from nanny","msg_id":"TimeoutNannyWord","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051052Z","level":"TRACE","fields":{"message":"wait: wait on nanny thread to end","msg_id":"TimeoutNannyWaitEnd","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051092Z","level":"TRACE","fields":{"message":"wait: wait for stdin writer to terminate","msg_id":"TimeoutWaitStdinWriterEnd","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051127Z","level":"TRACE","fields":{"message":"wait: wait for stdout reader to terminate","msg_id":"TimeoutWaitStdoutReaderEnd","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051159Z","level":"TRACE","fields":{"message":"wait: wait for stderr reader to terminate","msg_id":"TimeoutWaitStderrReaderEnd","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051191Z","level":"TRACE","fields":{"message":"wait: wait for child to terminate","msg_id":"TimeoutWaitChildEnd","lkind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051223Z","level":"TRACE","fields":{"message":"wait: wait status","msg_id":"TimeoutWaitChildExitStatus","kind":"debug","status":"ExitStatus(unix_wait_status(512))"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051257Z","level":"TRACE","fields":{"message":"wait: return Ok result","msg_id":"TimeoutOk","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051766Z","level":"DEBUG","fields":{"message":"wait result? TimeoutResult { timed_out: false, status: ExitStatus(unix_wait_status(512)) } status.code: Some(2)","msg_id":"AdHoc","kind":"debug"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.051810Z","level":"DEBUG","fields":{"message":"adapter exit code","msg_id":"AdapterExitCode","kind":"debug","exit_code":2},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.220142Z","level":"ERROR","fields":{"message":"failed to run adapter or it failed to run CI: adapter did not sent its first message"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.220279Z","level":"INFO","fields":{"message":"Finish CI run","msg_id":"BrokerRunEnd","kind":"finish_run","run":"Run { broker_run_id: RunId { id: \"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932\" }, adapter_run_id: None, adapter_info_url: None, repo_id: RepoId(rad:z2F6RFNJYUwUG9mPq5GxLKeuv9x4e), repo_name: \"xyzzy\", timestamp: \"2025-03-13 16:41:33Z\", whence: Branch { name: \"main\", commit: Oid(64e68d9fdd6c7d55701299a2758b8b73fd36c917), who: Some(\"did:key:z6MkwYBZNHqXeFL9usyzfAoTU7C3dXqzVmjcstMj28Wf22nB\") }, state: Finished, result: None }"},"span":{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"},"spans":[{"broker_run_id":"9f7e64a7-5bc5-45be-98b8-eda2cbc5d932","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:34.220566Z","level":"DEBUG","fields":{"message":"queproc::process_event: end","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.220604Z","level":"INFO","fields":{"message":"result of processing event","msg_id":"QueueProcProcessedEvent","kind":"got_event","result":"Ok(false)"}}
{"timestamp":"2025-03-13T16:41:34.220632Z","level":"INFO","fields":{"message":"remove event from queue","msg_id":"QueueProcRemoveEvent","kind":"debug","id":"QueueId { id: \"d26499b6-a4e2-4714-a3d3-3c0952db1b5b\" }"}}
{"timestamp":"2025-03-13T16:41:34.423005Z","level":"INFO","fields":{"message":"event notification channel disconnected","msg_id":"QueueProcDisconnected","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.423055Z","level":"DEBUG","fields":{"message":"thread to process events ends","msg_id":"QueueProcEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.423581Z","level":"DEBUG","fields":{"message":"start page updater thread","msg_id":"PagesStart","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:34.423631Z","level":"TRACE","fields":{"message":"interval for waiting between HTML page updates","msg_id":"PagesInterval","kind":"debug","interval":60}}
{"timestamp":"2025-03-13T16:41:34.424927Z","level":"INFO","fields":{"message":"CI broker ends successfully","msg_id":"CibEndSuccess","kind":"shutdown","success":true}}


ci-broker.md:657:1:   step: then stderr contains "Rivendell"
  return: Failure
thread 'logs_adapter_stderr_output' panicked at /workspace/cache/debug/build/radicle-ci-broker-2ab61d71575ac7c1/out/ci-broker.rs:2321:20:
called `Result::unwrap()` on an `Err` value: "stderr does not contain \"Rivendell\""

---- process_queued_events stdout ----
unknown: scenario: Process queued events
ci-broker.md:932:1:   step: given a Radicle node, with CI configured with broker.yaml and adapter dummy.sh
check CI broker binaries are in /workspace/cache/debug
write configuration file broker.yaml
create env file
create env.sh script
make env.sh executable
write adapter file adapter.sh from dummy.sh
make adapter.sh executable
running command rad ["auth", "--alias=brokertest"]
envs: [("RAD_HOME", "/tmp/subplotwGKfkProcess-queued-events/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotwGKfkProcess-queued-events"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing your radicle 👾 identity

✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.

✗ Hint: install ssh-agent to have it fill in your passphrase for you when signing.

To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.

====================
rad: stderr:

=====================
ci-broker.md:933:1:   step: given a Git repository testy in the Radicle node
running command git ["config", "--global", "user.email", "radicle@example.com"]
envs: [("HOME", "/tmp/subplotwGKfkProcess-queued-events"), ("RAD_HOME", "/tmp/subplotwGKfkProcess-queued-events/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotwGKfkProcess-queued-events"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["config", "--global", "user.name", "TestyMcTestFace"]
envs: [("HOME", "/tmp/subplotwGKfkProcess-queued-events"), ("RAD_HOME", "/tmp/subplotwGKfkProcess-queued-events/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotwGKfkProcess-queued-events"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["init", "-b", "main", "testy"]
envs: [("HOME", "/tmp/subplotwGKfkProcess-queued-events"), ("RAD_HOME", "/tmp/subplotwGKfkProcess-queued-events/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotwGKfkProcess-queued-events"; exists? true
git exit code: Some(0)
git: stdout:
Initialized empty Git repository in /tmp/subplotwGKfkProcess-queued-events/testy/.git/

====================
git: stderr:

=====================
running command git ["add", "."]
envs: [("HOME", "/tmp/subplotwGKfkProcess-queued-events"), ("RAD_HOME", "/tmp/subplotwGKfkProcess-queued-events/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotwGKfkProcess-queued-events/testy"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["commit", "-am", "test"]
envs: [("HOME", "/tmp/subplotwGKfkProcess-queued-events"), ("RAD_HOME", "/tmp/subplotwGKfkProcess-queued-events/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotwGKfkProcess-queued-events/testy"; exists? true
git exit code: Some(0)
git: stdout:
[main (root-commit) bceb801] test
 1 file changed, 1 insertion(+)
 create mode 100644 file.dat

====================
git: stderr:

=====================
running command rad ["init", "--name", "testy", "--description=test", "--default-branch=main", "--private", "--no-confirm", "--no-seed"]
envs: [("HOME", "/tmp/subplotwGKfkProcess-queued-events"), ("RAD_HOME", "/tmp/subplotwGKfkProcess-queued-events/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotwGKfkProcess-queued-events/testy"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing private radicle 👾 repository in /tmp/subplotwGKfkProcess-queued-events/testy..

✓ Repository testy created.

Your Repository ID (RID) is rad:zhcAJfaUpwzkHATFxyxEERDcruJK.
You can show it any time by running `rad .` from this directory.

You have created a private repository.
This repository will only be visible to you, and to peers you explicitly allow.

To make it public, run `rad publish`.
To push changes, run `git push`.

====================
rad: stderr:

=====================
ci-broker.md:935:1:   step: when I run ./env.sh cibtool --db ci-broker.db event add --repo testy --ref main --commit HEAD --kind branch-updated --base main
Running `/tmp/subplotwGKfkProcess-queued-events/env.sh` with args ["cibtool", "--db", "ci-broker.db", "event", "add", "--repo", "testy", "--ref", "main", "--commit", "HEAD", "--kind", "branch-updated", "--base", "main"]
Running in /tmp/subplotwGKfkProcess-queued-events
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts
9967afb7-ada0-468b-ac6c-e02da4bcba8d

Stderr:
{"timestamp":"2025-03-13T16:41:40.967136Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:40.968120Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:40.970840Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:40.972117Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}


ci-broker.md:936:1:   step: when I run cibtool --db ci-broker.db event shutdown
Running `cibtool` with args ["--db", "ci-broker.db", "event", "shutdown"]
Running in /tmp/subplotwGKfkProcess-queued-events
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:

Stderr:


ci-broker.md:938:1:   step: given a directory reports
ci-broker.md:939:1:   step: when I run ./env.sh cib --config broker.yaml queued
Running `/tmp/subplotwGKfkProcess-queued-events/env.sh` with args ["cib", "--config", "broker.yaml", "queued"]
Running in /tmp/subplotwGKfkProcess-queued-events
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts

Stderr:
{"timestamp":"2025-03-13T16:41:42.088545Z","level":"INFO","fields":{"message":"CI broker starts","msg_id":"CibStart","kind":"startup","version":"da7971a"}}
{"timestamp":"2025-03-13T16:41:42.088985Z","level":"DEBUG","fields":{"message":"loaded configuration","msg_id":"CibConfig","kind":"startup","config":"Config { default_adapter: Some(\"mcadapterface\"), adapters: {\"mcadapterface\": AdapterConfig { command: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\"}, sensitive_env: {\"API_KEY\": <REDACTED>} }}, filters: Some([Branch(RefString(\"main\"))]), triggers: None, report_dir: Some(\"reports\"), status_update_interval_seconds: None, db: \"ci-broker.db\", max_run_time: 3600s, queue_len_interval: 60s }"}}
{"timestamp":"2025-03-13T16:41:42.090038Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:42.090173Z","level":"TRACE","fields":{"message":"adapter configuration","msg_id":"AdapterConfig","kind":"debug","config":"Config { default_adapter: Some(\"mcadapterface\"), adapters: {\"mcadapterface\": AdapterConfig { command: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\"}, sensitive_env: {\"API_KEY\": <REDACTED>} }}, filters: Some([Branch(RefString(\"main\"))]), triggers: None, report_dir: Some(\"reports\"), status_update_interval_seconds: None, db: \"ci-broker.db\", max_run_time: 3600s, queue_len_interval: 60s }"}}
{"timestamp":"2025-03-13T16:41:42.090250Z","level":"INFO","fields":{"message":"broker database","msg_id":"BrokerDatabase","kind":"startup","filename":"ci-broker.db"}}
{"timestamp":"2025-03-13T16:41:42.091749Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:42.091990Z","level":"DEBUG","fields":{"message":"start thread to process events until a shutdown event","msg_id":"QueueProcStart","kind":"startup"}}
{"timestamp":"2025-03-13T16:41:42.092509Z","level":"DEBUG","fields":{"message":"EventFilter::allows: decision=true event=V1(BranchUpdated { from_node: PublicKey(z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja), repo: RepoId(rad:zhcAJfaUpwzkHATFxyxEERDcruJK), branch: RefString(\"main\"), tip: Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5), old_tip: Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5) })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.092585Z","level":"INFO","fields":{"message":"picked event from queue","msg_id":"QueueProcPickedEvent","kind":"got_event","id":"QueueId { id: \"9967afb7-ada0-468b-ac6c-e02da4bcba8d\" }","event":"QueuedCiEvent { id: QueueId { id: \"9967afb7-ada0-468b-ac6c-e02da4bcba8d\" }, ts: \"2025-03-13 16:41:41.729907Z\", event: V1(BranchUpdated { from_node: PublicKey(z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja), repo: RepoId(rad:zhcAJfaUpwzkHATFxyxEERDcruJK), branch: RefString(\"main\"), tip: Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5), old_tip: Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5) }) }","adapter":"Adapter { bin: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\", \"API_KEY\": \"xyzzy\"} }"}}
{"timestamp":"2025-03-13T16:41:42.092732Z","level":"DEBUG","fields":{"message":"queproc::process_event: called; event=V1(\n    BranchUpdated {\n        from_node: PublicKey(z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja),\n        repo: RepoId(rad:zhcAJfaUpwzkHATFxyxEERDcruJK),\n        branch: RefString(\n            \"main\",\n        ),\n        tip: Oid(\n            bceb80153c6d6db0cdf53ef93550364c240c3ee5,\n        ),\n        old_tip: Oid(\n            bceb80153c6d6db0cdf53ef93550364c240c3ee5,\n        ),\n    },\n)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.092786Z","level":"INFO","fields":{"message":"Action: run","msg_id":"QueueProcActionRun","kind":"debug","rid":"RepoId(rad:zhcAJfaUpwzkHATFxyxEERDcruJK)","oid":"bceb80153c6d6db0cdf53ef93550364c240c3ee5"}}
{"timestamp":"2025-03-13T16:41:42.092839Z","level":"TRACE","fields":{"message":"build trigger: branch updated","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.093091Z","level":"TRACE","fields":{"message":"build trigger: look commits .git","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.093325Z","level":"TRACE","fields":{"message":"build trigger: revision lookup result Ok([])","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.093379Z","level":"TRACE","fields":{"message":"build trigger: create common fields for rad:zhcAJfaUpwzkHATFxyxEERDcruJK","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.093409Z","level":"TRACE","fields":{"message":"build trigger: look up repository","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.093441Z","level":"TRACE","fields":{"message":"build trigger: look up repository rad:zhcAJfaUpwzkHATFxyxEERDcruJK","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.093638Z","level":"TRACE","fields":{"message":"build trigger: look up project","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.094441Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 835d76b29ccef15099a649f9d45b056132a2ee32","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:41:42.094507Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja/refs/cobs/xyz.radicle.id/835d76b29ccef15099a649f9d45b056132a2ee32'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:41:42.097566Z","level":"TRACE","fields":{"message":"build trigger: look up author z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.098472Z","level":"TRACE","fields":{"message":"build trigger: author lookup result Ok(Author { id: Did(\"did:key:z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja\"), alias: None })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.098644Z","level":"INFO","fields":{"message":"start CI run","msg_id":"BrokerRunStart","kind":"start_run"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.098744Z","level":"DEBUG","fields":{"message":"trigger message","msg_id":"BrokerTriggerMessage","kind":"debug","event":"Trigger { common: EventCommonFields { version: 1, event_type: Push, repository: Repository { id: RepoId(rad:zhcAJfaUpwzkHATFxyxEERDcruJK), name: \"testy\", description: \"test\", private: true, default_branch: \"main\", delegates: [Did(\"did:key:z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja\")] } }, push: Some(PushEvent { pusher: Author { id: Did(\"did:key:z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja\"), alias: None }, before: Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5), after: Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5), branch: \"main\", commits: [Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5)] }), patch: None }"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.494426Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:42.494497Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:42.494533Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:42.494556Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:41:42.726502Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726484Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726593Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726620Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":1,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726620Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stdout"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726638Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[47]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726655Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":2,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726656Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726672Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726689Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":3,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726615Z","level":"TRACE","fields":{"message":"nanny: start monitoring child","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.726703Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[100]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726690Z","level":"ERROR","fields":{"message":"no first response message","msg_id":"AdapterNoFirstMessage","kind":"adapter_message"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726720Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":4,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726734Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726731Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726753Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":5,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726768Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726768Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726738Z","level":"TRACE","fields":{"message":"nanny: child has terminated","msg_id":"TimeoutNannyLostChild","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.726786Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":6,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726806Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726805Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726811Z","level":"TRACE","fields":{"message":"nanny: tell other threads it's time to end","msg_id":"TimeoutNannyNotifyTooLong","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.726825Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":7,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726840Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726835Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726844Z","level":"TRACE","fields":{"message":"nanny: ends","msg_id":"TimeoutNannyEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.726858Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":8,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726873Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[114]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726864Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(47)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726891Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":9,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726906Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726894Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726924Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":10,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726939Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726927Z","level":"TRACE","fields":{"message":"line receiver: OK: child has terminated, not returning line","msg_id":"TimeoutLineReceiverLostChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726957Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":11,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726958Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.726972Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[104]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726990Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":12,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.726989Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727004Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727023Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":13,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727022Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727039Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727056Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":14,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727054Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727078Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[50]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727094Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":15,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727092Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727111Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727129Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":16,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727122Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(100)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727144Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727162Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":17,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727152Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727177Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727195Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":18,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727181Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727209Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727210Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727228Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":19,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727242Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727238Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727260Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":20,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727275Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727269Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727293Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":21,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727308Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727297Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727326Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":22,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727327Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727341Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[73]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727359Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":23,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727358Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727375Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727391Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":24,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727389Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727407Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727426Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":25,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727417Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727440Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727459Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":26,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727446Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727473Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[103]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727474Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727492Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":27,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727506Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727504Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727524Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":28,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727539Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727533Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727555Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":29,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727572Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727561Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727590Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":30,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727606Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727592Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727622Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":31,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727634Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727623Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727649Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":32,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727663Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727651Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727677Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":33,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727691Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727680Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727705Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":34,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727717Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727708Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(114)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727731Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":35,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727744Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[110]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727738Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727758Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":36,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727770Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727766Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727785Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":37,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727797Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[45]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727795Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727813Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":38,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727827Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727823Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727841Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":39,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727856Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727872Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":40,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727855Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727886Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727900Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":41,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727887Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727914Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727928Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":42,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727915Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727940Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727954Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":43,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727944Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727968Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727982Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":44,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.727974Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.727994Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[102]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728008Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":45,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728005Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728022Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728036Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":46,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728048Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728036Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728064Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":47,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728076Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728065Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(104)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728091Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":48,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728106Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[10]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728095Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728119Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":49,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728133Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728123Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728147Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728161Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:41:42.728151Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728182Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728215Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728245Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728276Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728306Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728338Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728368Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728399Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728429Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(50)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728460Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728491Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728521Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728552Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728583Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728617Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728649Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728679Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728712Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728742Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728773Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728803Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728835Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728865Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728896Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728926Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728958Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.728988Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729019Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729049Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729081Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729111Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729142Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729172Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729204Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729234Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729265Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729295Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729327Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729357Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729387Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729418Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(73)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729449Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729480Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729510Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729541Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729572Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729602Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729633Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729681Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729716Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729747Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729778Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729808Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729840Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729870Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729901Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729931Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(103)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729963Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.729993Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730024Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730054Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730086Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730116Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730146Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730177Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730209Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730239Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730270Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730300Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730332Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730362Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730393Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730423Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730455Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730485Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730516Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730546Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730578Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730609Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730639Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730670Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730702Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730732Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730763Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730793Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730825Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730855Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730886Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730916Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730948Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.730978Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731008Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731039Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(110)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731076Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731107Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731138Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731169Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731200Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731231Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731262Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731292Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(45)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731324Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731354Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731385Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731415Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731447Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731477Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731508Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731539Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731570Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731600Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731631Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731662Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731693Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731723Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731754Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731785Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731816Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731846Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731877Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731907Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731939Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.731969Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732000Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732030Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732062Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732092Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732123Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732153Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(102)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732185Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732215Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732245Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732276Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732307Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732337Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732368Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732398Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732430Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732460Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732490Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732520Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732552Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732582Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732612Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732643Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(10)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732678Z","level":"TRACE","fields":{"message":"line-receiver: received line","msg_id":"TimeoutLineReceiverLine","kind":"debug","line":"\"./adapter.sh: 2: set: Illegal option -o pipefail\\n\"","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732715Z","level":"DEBUG","fields":{"message":"adapter stderr","msg_id":"AdapterStderrLine","kind":"debug","stderr_line":"./adapter.sh: 2: set: Illegal option -o pipefail\n"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732747Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732778Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732810Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732843Z","level":"TRACE","fields":{"message":"request termination of child process","msg_id":"TimeoutRequestEnd","kind":"debug","result":"Err(SendError { .. })"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732876Z","level":"TRACE","fields":{"message":"wait: wait for word from nanny","msg_id":"TimeoutNannyWaitWord","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732908Z","level":"TRACE","fields":{"message":"got word from nanny","msg_id":"TimeoutNannyWord","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732938Z","level":"TRACE","fields":{"message":"wait: wait on nanny thread to end","msg_id":"TimeoutNannyWaitEnd","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.732972Z","level":"TRACE","fields":{"message":"wait: wait for stdin writer to terminate","msg_id":"TimeoutWaitStdinWriterEnd","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.733004Z","level":"TRACE","fields":{"message":"wait: wait for stdout reader to terminate","msg_id":"TimeoutWaitStdoutReaderEnd","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.733036Z","level":"TRACE","fields":{"message":"wait: wait for stderr reader to terminate","msg_id":"TimeoutWaitStderrReaderEnd","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.733067Z","level":"TRACE","fields":{"message":"wait: wait for child to terminate","msg_id":"TimeoutWaitChildEnd","lkind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.733098Z","level":"TRACE","fields":{"message":"wait: wait status","msg_id":"TimeoutWaitChildExitStatus","kind":"debug","status":"ExitStatus(unix_wait_status(512))"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.733132Z","level":"TRACE","fields":{"message":"wait: return Ok result","msg_id":"TimeoutOk","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.733644Z","level":"DEBUG","fields":{"message":"wait result? TimeoutResult { timed_out: false, status: ExitStatus(unix_wait_status(512)) } status.code: Some(2)","msg_id":"AdHoc","kind":"debug"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.733695Z","level":"DEBUG","fields":{"message":"adapter exit code","msg_id":"AdapterExitCode","kind":"debug","exit_code":2},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.908270Z","level":"ERROR","fields":{"message":"failed to run adapter or it failed to run CI: adapter did not sent its first message"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.908408Z","level":"INFO","fields":{"message":"Finish CI run","msg_id":"BrokerRunEnd","kind":"finish_run","run":"Run { broker_run_id: RunId { id: \"aa4a6a9e-b260-40b9-8549-317a94e07ab6\" }, adapter_run_id: None, adapter_info_url: None, repo_id: RepoId(rad:zhcAJfaUpwzkHATFxyxEERDcruJK), repo_name: \"testy\", timestamp: \"2025-03-13 16:41:42Z\", whence: Branch { name: \"main\", commit: Oid(bceb80153c6d6db0cdf53ef93550364c240c3ee5), who: Some(\"did:key:z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja\") }, state: Finished, result: None }"},"span":{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"},"spans":[{"broker_run_id":"aa4a6a9e-b260-40b9-8549-317a94e07ab6","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:42.908702Z","level":"DEBUG","fields":{"message":"queproc::process_event: end","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:42.908742Z","level":"INFO","fields":{"message":"result of processing event","msg_id":"QueueProcProcessedEvent","kind":"got_event","result":"Ok(false)"}}
{"timestamp":"2025-03-13T16:41:42.908770Z","level":"INFO","fields":{"message":"remove event from queue","msg_id":"QueueProcRemoveEvent","kind":"debug","id":"QueueId { id: \"9967afb7-ada0-468b-ac6c-e02da4bcba8d\" }"}}
{"timestamp":"2025-03-13T16:41:43.069946Z","level":"DEBUG","fields":{"message":"EventFilter::allows: decision=true event=V1(Shutdown)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:43.070024Z","level":"INFO","fields":{"message":"picked event from queue","msg_id":"QueueProcPickedEvent","kind":"got_event","id":"QueueId { id: \"2e9d5e71-823f-4c99-aacb-290e187aac7a\" }","event":"QueuedCiEvent { id: QueueId { id: \"2e9d5e71-823f-4c99-aacb-290e187aac7a\" }, ts: \"2025-03-13 16:41:41.924480Z\", event: V1(Shutdown) }","adapter":"Adapter { bin: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\", \"API_KEY\": \"xyzzy\"} }"}}
{"timestamp":"2025-03-13T16:41:43.070086Z","level":"DEBUG","fields":{"message":"queproc::process_event: called; event=V1(\n    Shutdown,\n)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:43.070122Z","level":"INFO","fields":{"message":"Action: shutdown","msg_id":"QueueProcActionShutdown","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:43.070144Z","level":"DEBUG","fields":{"message":"queproc::process_event: end","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:43.070166Z","level":"INFO","fields":{"message":"result of processing event","msg_id":"QueueProcProcessedEvent","kind":"got_event","result":"Ok(true)"}}
{"timestamp":"2025-03-13T16:41:43.070193Z","level":"INFO","fields":{"message":"remove event from queue","msg_id":"QueueProcRemoveEvent","kind":"debug","id":"QueueId { id: \"2e9d5e71-823f-4c99-aacb-290e187aac7a\" }"}}
{"timestamp":"2025-03-13T16:41:43.260972Z","level":"DEBUG","fields":{"message":"thread to process events ends","msg_id":"QueueProcEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:43.261536Z","level":"DEBUG","fields":{"message":"start page updater thread","msg_id":"PagesStart","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:43.261590Z","level":"TRACE","fields":{"message":"interval for waiting between HTML page updates","msg_id":"PagesInterval","kind":"debug","interval":60}}
{"timestamp":"2025-03-13T16:41:43.262906Z","level":"INFO","fields":{"message":"CI broker ends successfully","msg_id":"CibEndSuccess","kind":"shutdown","success":true}}


ci-broker.md:940:1:   step: then stderr contains "QueueProcActionRun"
ci-broker.md:941:1:   step: then stderr contains "QueueProcActionShutdown"
ci-broker.md:943:1:   step: when I run cibtool --db ci-broker.db event list
Running `cibtool` with args ["--db", "ci-broker.db", "event", "list"]
Running in /tmp/subplotwGKfkProcess-queued-events
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:

Stderr:


ci-broker.md:944:1:   step: then stdout is empty
ci-broker.md:946:1:   step: when I run cibtool --db ci-broker.db run list --json
Running `cibtool` with args ["--db", "ci-broker.db", "run", "list", "--json"]
Running in /tmp/subplotwGKfkProcess-queued-events
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
[
  {
    "broker_run_id": {
      "id": "aa4a6a9e-b260-40b9-8549-317a94e07ab6"
    },
    "adapter_run_id": null,
    "adapter_info_url": null,
    "repo_id": "rad:zhcAJfaUpwzkHATFxyxEERDcruJK",
    "repo_name": "testy",
    "timestamp": "2025-03-13 16:41:42Z",
    "whence": {
      "Branch": {
        "name": "main",
        "commit": "bceb80153c6d6db0cdf53ef93550364c240c3ee5",
        "who": "did:key:z6MktEmqJ3YwMQP2SSRiWS1W7oHoKM9YpGQB9Ugrfc67rwja"
      }
    },
    "state": "finished",
    "result": null
  }
]

Stderr:


ci-broker.md:947:1:   step: then stdout contains "success"
  return: Failure
thread 'process_queued_events' panicked at /workspace/cache/debug/build/radicle-ci-broker-2ab61d71575ac7c1/out/ci-broker.rs:3348:20:
called `Result::unwrap()` on an `Err` value: "stdout does not contain \"success\""

---- runs_adapters_for_all_matching_triggers stdout ----
unknown: scenario: Runs adapters for all matching triggers
ci-broker.md:351:1:   step: given a Radicle node, with CI configured with broker-with-two-triggers.yaml and adapter dummy.sh
check CI broker binaries are in /workspace/cache/debug
write configuration file broker-with-two-triggers.yaml
create env file
create env.sh script
make env.sh executable
write adapter file adapter.sh from dummy.sh
make adapter.sh executable
running command rad ["auth", "--alias=brokertest"]
envs: [("RAD_HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing your radicle 👾 identity

✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.

✗ Hint: install ssh-agent to have it fill in your passphrase for you when signing.

To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.

====================
rad: stderr:

=====================
ci-broker.md:352:1:   step: given a Git repository xyzzy in the Radicle node
running command git ["config", "--global", "user.email", "radicle@example.com"]
envs: [("HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"), ("RAD_HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["config", "--global", "user.name", "TestyMcTestFace"]
envs: [("HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"), ("RAD_HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["init", "-b", "main", "xyzzy"]
envs: [("HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"), ("RAD_HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"; exists? true
git exit code: Some(0)
git: stdout:
Initialized empty Git repository in /tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/xyzzy/.git/

====================
git: stderr:

=====================
running command git ["add", "."]
envs: [("HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"), ("RAD_HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/xyzzy"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["commit", "-am", "test"]
envs: [("HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"), ("RAD_HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/xyzzy"; exists? true
git exit code: Some(0)
git: stdout:
[main (root-commit) 9a22dac] test
 1 file changed, 1 insertion(+)
 create mode 100644 file.dat

====================
git: stderr:

=====================
running command rad ["init", "--name", "xyzzy", "--description=test", "--default-branch=main", "--private", "--no-confirm", "--no-seed"]
envs: [("HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers"), ("RAD_HOME", "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/xyzzy"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing private radicle 👾 repository in /tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/xyzzy..

✓ Repository xyzzy created.

Your Repository ID (RID) is rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ.
You can show it any time by running `rad .` from this directory.

You have created a private repository.
This repository will only be visible to you, and to peers you explicitly allow.

To make it public, run `rad publish`.
To push changes, run `git push`.

====================
rad: stderr:

=====================
ci-broker.md:353:1:   step: given the Radicle node emits a refsUpdated event for xyzzy
rad_home: "/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle"
nid: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz)
rid: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ)
node_event: RefsFetched {
    remote: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz),
    rid: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ),
    updated: [
        Updated {
            name: RefString(
                "refs/namespaces/z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz/refs/heads/main",
            ),
            old: Oid(
                9a22dac8512ebece669c59cb8121c5b0e60bf9eb,
            ),
            new: Oid(
                9a22dac8512ebece669c59cb8121c5b0e60bf9eb,
            ),
        },
    ],
}
ci-broker.md:354:1:   step: when I run ./env.sh synthetic-events synt.sock event.json --log log.txt
Running `/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/env.sh` with args ["synthetic-events", "synt.sock", "event.json", "--log", "log.txt"]
Running in /tmp/subplotA2VerRuns-adapters-for-all-matching-triggers
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts
launching daemon
waiting for daemon to create socket
no socket yet
there is a socket now

Stderr:


ci-broker.md:355:1:   step: given a directory reports
ci-broker.md:356:1:   step: when I run ./env.sh cib --config broker-with-two-triggers.yaml process-events
Running `/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/env.sh` with args ["cib", "--config", "broker-with-two-triggers.yaml", "process-events"]
Running in /tmp/subplotA2VerRuns-adapters-for-all-matching-triggers
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts

Stderr:
{"timestamp":"2025-03-13T16:41:59.058704Z","level":"INFO","fields":{"message":"CI broker starts","msg_id":"CibStart","kind":"startup","version":"da7971a"}}
{"timestamp":"2025-03-13T16:41:59.059184Z","level":"DEBUG","fields":{"message":"loaded configuration","msg_id":"CibConfig","kind":"startup","config":"Config { default_adapter: None, adapters: {\"mcadapterface\": AdapterConfig { command: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\"}, sensitive_env: {\"API_KEY\": <REDACTED>} }}, filters: None, triggers: Some([TriggerConfig { adapter: \"mcadapterface\", filters: [Branch(RefString(\"main\"))] }, TriggerConfig { adapter: \"mcadapterface\", filters: [Branch(RefString(\"main\"))] }]), report_dir: Some(\"reports\"), status_update_interval_seconds: None, db: \"ci-broker.db\", max_run_time: 3600s, queue_len_interval: 60s }"}}
{"timestamp":"2025-03-13T16:41:59.712041Z","level":"DEBUG","fields":{"message":"start thread to add events from node to event queue","msg_id":"QueueAddStart","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.713359Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:59.713400Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:59.713645Z","level":"DEBUG","fields":{"message":"created node event source","msg_id":"NodeEventSourceCreated","kind":"startup","node_event_source":"NodeEventSource<path=/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle>"}}
{"timestamp":"2025-03-13T16:41:59.713743Z","level":"DEBUG","fields":{"message":"created CI event source","msg_id":"CiEventSourceCreated","kind":"startup","source":"CiEventSource<path=NodeEventSource<path=/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle>"}}
{"timestamp":"2025-03-13T16:41:59.713793Z","level":"TRACE","fields":{"message":"node_event: try to get an event","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.714039Z","level":"DEBUG","fields":{"message":"start page updater thread","msg_id":"PagesStart","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.714100Z","level":"TRACE","fields":{"message":"interval for waiting between HTML page updates","msg_id":"PagesInterval","kind":"debug","interval":60}}
{"timestamp":"2025-03-13T16:41:59.714034Z","level":"TRACE","fields":{"message":"node event source received event","msg_id":"NodeEventSourceReceivedEvent","kind":"got_event","node_event":"RefsFetched { remote: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), rid: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), updated: [Updated { name: RefString(\"refs/namespaces/z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz/refs/heads/main\"), old: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), new: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) }] }"}}
{"timestamp":"2025-03-13T16:41:59.714186Z","level":"TRACE","fields":{"message":"ci_event_source: result=Ok(Some(RefsFetched { remote: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), rid: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), updated: [Updated { name: RefString(\"refs/namespaces/z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz/refs/heads/main\"), old: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), new: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) }] }))","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.714231Z","level":"INFO","fields":{"message":"broker database","msg_id":"BrokerDatabase","kind":"startup","filename":"ci-broker.db"}}
{"timestamp":"2025-03-13T16:41:59.716158Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:41:59.716366Z","level":"DEBUG","fields":{"message":"start thread to process events until a shutdown event","msg_id":"QueueProcStart","kind":"startup"}}
{"timestamp":"2025-03-13T16:41:59.721928Z","level":"TRACE","fields":{"message":"CI event source received events","msg_id":"CiEventSourceGotEvents","kind":"got_event","events":"[V1(BranchUpdated { from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), branch: RefString(\"main\"), tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), old_tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) })]"}}
{"timestamp":"2025-03-13T16:41:59.722043Z","level":"TRACE","fields":{"message":"queueadd: events=Ok(Some([V1(BranchUpdated { from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), branch: RefString(\"main\"), tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), old_tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) })]))","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.722079Z","level":"DEBUG","fields":{"message":"insert broker event into queue","msg_id":"QueueAddEnqueueEvent","kind":"got_event","event":"V1(BranchUpdated { from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), branch: RefString(\"main\"), tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), old_tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) })"}}
{"timestamp":"2025-03-13T16:41:59.893535Z","level":"TRACE","fields":{"message":"node_event: try to get an event","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.893605Z","level":"DEBUG","fields":{"message":"node event source end of file on control socket","msg_id":"NodeEventSourceEndOfFile","kind":"shutdown","node_event_source":"NodeEventSource<path=/tmp/subplotA2VerRuns-adapters-for-all-matching-triggers/.radicle>"}}
{"timestamp":"2025-03-13T16:41:59.893644Z","level":"TRACE","fields":{"message":"ci_event_source: result=Ok(None)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.893710Z","level":"INFO","fields":{"message":"CI event source was notified end of events","msg_id":"CiEventSourceEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.893750Z","level":"TRACE","fields":{"message":"queueadd: events=Ok(None)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.893777Z","level":"DEBUG","fields":{"message":"thread to process events ends","msg_id":"QueueAddEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.893943Z","level":"DEBUG","fields":{"message":"EventFilter::allows: decision=true event=V1(BranchUpdated { from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), branch: RefString(\"main\"), tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), old_tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894056Z","level":"DEBUG","fields":{"message":"EventFilter::allows: decision=true event=V1(BranchUpdated { from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), branch: RefString(\"main\"), tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), old_tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894116Z","level":"INFO","fields":{"message":"picked event from queue","msg_id":"QueueProcPickedEvent","kind":"got_event","id":"QueueId { id: \"ef80cf39-45a9-4f73-ac6f-b2bf262a668c\" }","event":"QueuedCiEvent { id: QueueId { id: \"ef80cf39-45a9-4f73-ac6f-b2bf262a668c\" }, ts: \"2025-03-13 16:41:59.722176Z\", event: V1(BranchUpdated { from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), branch: RefString(\"main\"), tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), old_tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) }) }","adapter":"Adapter { bin: \"./adapter.sh\", env: {\"API_KEY\": \"xyzzy\", \"RADICLE_NATIVE_CI\": \"native-ci.yaml\"} }"}}
{"timestamp":"2025-03-13T16:41:59.894238Z","level":"DEBUG","fields":{"message":"queproc::process_event: called; event=V1(\n    BranchUpdated {\n        from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz),\n        repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ),\n        branch: RefString(\n            \"main\",\n        ),\n        tip: Oid(\n            9a22dac8512ebece669c59cb8121c5b0e60bf9eb,\n        ),\n        old_tip: Oid(\n            9a22dac8512ebece669c59cb8121c5b0e60bf9eb,\n        ),\n    },\n)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894285Z","level":"INFO","fields":{"message":"Action: run","msg_id":"QueueProcActionRun","kind":"debug","rid":"RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ)","oid":"9a22dac8512ebece669c59cb8121c5b0e60bf9eb"}}
{"timestamp":"2025-03-13T16:41:59.894327Z","level":"TRACE","fields":{"message":"build trigger: branch updated","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894559Z","level":"TRACE","fields":{"message":"build trigger: look commits .git","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894763Z","level":"TRACE","fields":{"message":"build trigger: revision lookup result Ok([])","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894809Z","level":"TRACE","fields":{"message":"build trigger: create common fields for rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894829Z","level":"TRACE","fields":{"message":"build trigger: look up repository","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.894856Z","level":"TRACE","fields":{"message":"build trigger: look up repository rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.895028Z","level":"TRACE","fields":{"message":"build trigger: look up project","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.895334Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 72bf6f5a6745577fc06d8557de81ca5502268243","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:41:59.895400Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz/refs/cobs/xyz.radicle.id/72bf6f5a6745577fc06d8557de81ca5502268243'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:41:59.895732Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 72bf6f5a6745577fc06d8557de81ca5502268243","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:41:59.895789Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz/refs/cobs/xyz.radicle.id/72bf6f5a6745577fc06d8557de81ca5502268243'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:41:59.898428Z","level":"TRACE","fields":{"message":"build trigger: look up author z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.899252Z","level":"TRACE","fields":{"message":"build trigger: author lookup result Ok(Author { id: Did(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\"), alias: None })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:41:59.899411Z","level":"INFO","fields":{"message":"start CI run","msg_id":"BrokerRunStart","kind":"start_run"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:41:59.899499Z","level":"DEBUG","fields":{"message":"trigger message","msg_id":"BrokerTriggerMessage","kind":"debug","event":"Trigger { common: EventCommonFields { version: 1, event_type: Push, repository: Repository { id: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), name: \"xyzzy\", description: \"test\", private: true, default_branch: \"main\", delegates: [Did(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\")] } }, push: Some(PushEvent { pusher: Author { id: Did(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\"), alias: None }, before: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), after: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), branch: \"main\", commits: [Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb)] }), patch: None }"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.355881Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:00.355974Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:00.356011Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:00.356037Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:00.590642Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590648Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.590730Z","level":"TRACE","fields":{"message":"nanny: start monitoring child","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.590746Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590756Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stdout"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.590796Z","level":"TRACE","fields":{"message":"nanny: child has terminated","msg_id":"TimeoutNannyLostChild","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.590796Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":1,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590802Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.590830Z","level":"TRACE","fields":{"message":"nanny: tell other threads it's time to end","msg_id":"TimeoutNannyNotifyTooLong","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.590837Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[47]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590845Z","level":"ERROR","fields":{"message":"no first response message","msg_id":"AdapterNoFirstMessage","kind":"adapter_message"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.590866Z","level":"TRACE","fields":{"message":"nanny: ends","msg_id":"TimeoutNannyEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.590876Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":2,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590889Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.590912Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590933Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.590949Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":3,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590975Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[100]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.590975Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591007Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":4,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591008Z","level":"TRACE","fields":{"message":"line receiver: OK: child has terminated, not returning line","msg_id":"TimeoutLineReceiverLostChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591034Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591040Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591074Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":5,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591083Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(47)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591102Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591116Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591132Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":6,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591148Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591159Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591180Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591189Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":7,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591213Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591211Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591244Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":8,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591243Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591271Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[114]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591272Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591300Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":9,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591300Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591327Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591328Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(100)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591357Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":10,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591358Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591384Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591387Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591414Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":11,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591415Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591441Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[104]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591444Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591471Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":12,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591473Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591499Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591504Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591528Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":13,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591535Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591555Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591566Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591586Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":14,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591598Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591613Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[50]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591628Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591643Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":15,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591659Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591670Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591689Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591700Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":16,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591721Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591724Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591752Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":17,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591751Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591779Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591780Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591809Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":18,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591810Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591838Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591844Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591867Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":19,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591874Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591894Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591905Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591894Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 72bf6f5a6745577fc06d8557de81ca5502268243","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:42:00.591924Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":20,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591935Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(114)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591950Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591952Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz/refs/cobs/xyz.radicle.id/72bf6f5a6745577fc06d8557de81ca5502268243'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:42:00.591967Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.591980Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":21,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.591997Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592007Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592028Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592037Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":22,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592061Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[73]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592058Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592091Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":23,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592091Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592118Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592119Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592147Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":24,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592147Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592174Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592175Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592203Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":25,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592204Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592230Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592232Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592260Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":26,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592260Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592287Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[103]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592288Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(104)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592316Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":27,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592317Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592343Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592345Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592373Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":28,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592373Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592399Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592401Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592429Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":29,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592431Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592456Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592458Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592485Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":30,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592487Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592512Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592515Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592542Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":31,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592544Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592569Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592571Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592598Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":32,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592599Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592625Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592627Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(50)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592654Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":33,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592656Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592681Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592684Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592711Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":34,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592712Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592738Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592740Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592767Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":35,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592769Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592794Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[110]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592800Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592824Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":36,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592833Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592853Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592866Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592883Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":37,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592898Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592910Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[45]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592928Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592939Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":38,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592959Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.592963Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592990Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":39,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.592989Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593017Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593019Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593047Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":40,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593047Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593073Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593075Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593103Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":41,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593103Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593130Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593132Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593159Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":42,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593160Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593186Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593188Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593216Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":43,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593216Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593243Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593246Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593272Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":44,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593273Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593299Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[102]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593304Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593328Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":45,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593335Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593355Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593366Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593385Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":46,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593397Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593412Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593427Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593441Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":47,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593458Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593468Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593490Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593498Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":48,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593522Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[10]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593520Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593553Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":49,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593553Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593580Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593581Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(73)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593609Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593611Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593634Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:00.593641Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593683Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593714Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593746Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593777Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593813Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593843Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593875Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593905Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593936Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593966Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.593998Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594028Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594059Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594089Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(103)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594121Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594151Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594182Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594212Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594244Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594275Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594305Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594336Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594367Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594397Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594428Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594458Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594490Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594520Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594550Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594581Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594612Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594643Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594673Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594703Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594735Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594765Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594796Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594826Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594858Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594889Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594920Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594950Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.594982Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595012Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595042Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595079Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595111Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595153Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595189Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595232Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(110)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595281Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595324Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595371Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595417Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595453Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595484Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595516Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595549Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(45)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595594Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595637Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595671Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595718Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595757Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595788Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595820Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595850Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595883Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595913Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595943Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.595974Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596005Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596036Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596066Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596096Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596128Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596158Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596189Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596219Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596251Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596281Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596312Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596342Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596374Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596404Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596435Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596465Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(102)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596497Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596527Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596558Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596588Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596620Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596650Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596680Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596710Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596742Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596772Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596803Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596833Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596865Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596894Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596925Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596955Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(10)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.596990Z","level":"TRACE","fields":{"message":"line-receiver: received line","msg_id":"TimeoutLineReceiverLine","kind":"debug","line":"\"./adapter.sh: 2: set: Illegal option -o pipefail\\n\"","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597026Z","level":"DEBUG","fields":{"message":"adapter stderr","msg_id":"AdapterStderrLine","kind":"debug","stderr_line":"./adapter.sh: 2: set: Illegal option -o pipefail\n"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597058Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597088Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597121Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597153Z","level":"TRACE","fields":{"message":"request termination of child process","msg_id":"TimeoutRequestEnd","kind":"debug","result":"Err(SendError { .. })"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597187Z","level":"TRACE","fields":{"message":"wait: wait for word from nanny","msg_id":"TimeoutNannyWaitWord","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597217Z","level":"TRACE","fields":{"message":"got word from nanny","msg_id":"TimeoutNannyWord","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597248Z","level":"TRACE","fields":{"message":"wait: wait on nanny thread to end","msg_id":"TimeoutNannyWaitEnd","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597280Z","level":"TRACE","fields":{"message":"wait: wait for stdin writer to terminate","msg_id":"TimeoutWaitStdinWriterEnd","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597312Z","level":"TRACE","fields":{"message":"wait: wait for stdout reader to terminate","msg_id":"TimeoutWaitStdoutReaderEnd","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597344Z","level":"TRACE","fields":{"message":"wait: wait for stderr reader to terminate","msg_id":"TimeoutWaitStderrReaderEnd","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597375Z","level":"TRACE","fields":{"message":"wait: wait for child to terminate","msg_id":"TimeoutWaitChildEnd","lkind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597406Z","level":"TRACE","fields":{"message":"wait: wait status","msg_id":"TimeoutWaitChildExitStatus","kind":"debug","status":"ExitStatus(unix_wait_status(512))"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.597439Z","level":"TRACE","fields":{"message":"wait: return Ok result","msg_id":"TimeoutOk","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.598014Z","level":"DEBUG","fields":{"message":"wait result? TimeoutResult { timed_out: false, status: ExitStatus(unix_wait_status(512)) } status.code: Some(2)","msg_id":"AdHoc","kind":"debug"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.598058Z","level":"DEBUG","fields":{"message":"adapter exit code","msg_id":"AdapterExitCode","kind":"debug","exit_code":2},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.674851Z","level":"ERROR","fields":{"message":"failed to run adapter or it failed to run CI: adapter did not sent its first message"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.674978Z","level":"INFO","fields":{"message":"Finish CI run","msg_id":"BrokerRunEnd","kind":"finish_run","run":"Run { broker_run_id: RunId { id: \"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d\" }, adapter_run_id: None, adapter_info_url: None, repo_id: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), repo_name: \"xyzzy\", timestamp: \"2025-03-13 16:41:59Z\", whence: Branch { name: \"main\", commit: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), who: Some(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\") }, state: Finished, result: None }"},"span":{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"},"spans":[{"broker_run_id":"c86f4295-6aba-4c05-8c84-ad1efeb4fd4d","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.675308Z","level":"DEBUG","fields":{"message":"queproc::process_event: end","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.675353Z","level":"INFO","fields":{"message":"result of processing event","msg_id":"QueueProcProcessedEvent","kind":"got_event","result":"Ok(false)"}}
{"timestamp":"2025-03-13T16:42:00.675386Z","level":"INFO","fields":{"message":"remove event from queue","msg_id":"QueueProcRemoveEvent","kind":"debug","id":"QueueId { id: \"ef80cf39-45a9-4f73-ac6f-b2bf262a668c\" }"}}
{"timestamp":"2025-03-13T16:42:00.754352Z","level":"INFO","fields":{"message":"picked event from queue","msg_id":"QueueProcPickedEvent","kind":"got_event","id":"QueueId { id: \"ef80cf39-45a9-4f73-ac6f-b2bf262a668c\" }","event":"QueuedCiEvent { id: QueueId { id: \"ef80cf39-45a9-4f73-ac6f-b2bf262a668c\" }, ts: \"2025-03-13 16:41:59.722176Z\", event: V1(BranchUpdated { from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz), repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), branch: RefString(\"main\"), tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), old_tip: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb) }) }","adapter":"Adapter { bin: \"./adapter.sh\", env: {\"API_KEY\": \"xyzzy\", \"RADICLE_NATIVE_CI\": \"native-ci.yaml\"} }"}}
{"timestamp":"2025-03-13T16:42:00.754498Z","level":"DEBUG","fields":{"message":"queproc::process_event: called; event=V1(\n    BranchUpdated {\n        from_node: PublicKey(z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz),\n        repo: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ),\n        branch: RefString(\n            \"main\",\n        ),\n        tip: Oid(\n            9a22dac8512ebece669c59cb8121c5b0e60bf9eb,\n        ),\n        old_tip: Oid(\n            9a22dac8512ebece669c59cb8121c5b0e60bf9eb,\n        ),\n    },\n)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.754541Z","level":"INFO","fields":{"message":"Action: run","msg_id":"QueueProcActionRun","kind":"debug","rid":"RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ)","oid":"9a22dac8512ebece669c59cb8121c5b0e60bf9eb"}}
{"timestamp":"2025-03-13T16:42:00.754577Z","level":"TRACE","fields":{"message":"build trigger: branch updated","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.754788Z","level":"TRACE","fields":{"message":"build trigger: look commits .git","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.755005Z","level":"TRACE","fields":{"message":"build trigger: revision lookup result Ok([])","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.755068Z","level":"TRACE","fields":{"message":"build trigger: create common fields for rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.755093Z","level":"TRACE","fields":{"message":"build trigger: look up repository","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.755119Z","level":"TRACE","fields":{"message":"build trigger: look up repository rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.755293Z","level":"TRACE","fields":{"message":"build trigger: look up project","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.755896Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 72bf6f5a6745577fc06d8557de81ca5502268243","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:42:00.755953Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz/refs/cobs/xyz.radicle.id/72bf6f5a6745577fc06d8557de81ca5502268243'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:42:00.758565Z","level":"TRACE","fields":{"message":"build trigger: look up author z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.759262Z","level":"TRACE","fields":{"message":"build trigger: author lookup result Ok(Author { id: Did(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\"), alias: None })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:00.759367Z","level":"INFO","fields":{"message":"start CI run","msg_id":"BrokerRunStart","kind":"start_run"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:00.759447Z","level":"DEBUG","fields":{"message":"trigger message","msg_id":"BrokerTriggerMessage","kind":"debug","event":"Trigger { common: EventCommonFields { version: 1, event_type: Push, repository: Repository { id: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), name: \"xyzzy\", description: \"test\", private: true, default_branch: \"main\", delegates: [Did(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\")] } }, push: Some(PushEvent { pusher: Author { id: Did(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\"), alias: None }, before: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), after: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), branch: \"main\", commits: [Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb)] }), patch: None }"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.100403Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:01.100478Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:01.100506Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:01.100527Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:01.339481Z","level":"TRACE","fields":{"message":"nanny: start monitoring child","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.339459Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339571Z","level":"TRACE","fields":{"message":"nanny: child has terminated","msg_id":"TimeoutNannyLostChild","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.339576Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339459Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.339610Z","level":"TRACE","fields":{"message":"nanny: tell other threads it's time to end","msg_id":"TimeoutNannyNotifyTooLong","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.339616Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":1,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339645Z","level":"TRACE","fields":{"message":"nanny: ends","msg_id":"TimeoutNannyEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.339649Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[47]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339623Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stdout"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.339684Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":2,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339715Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339694Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.339748Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":3,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339774Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[100]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339752Z","level":"ERROR","fields":{"message":"no first response message","msg_id":"AdapterNoFirstMessage","kind":"adapter_message"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.339803Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":4,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339830Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339805Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.339862Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":5,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339887Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339864Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.339915Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":6,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339940Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339925Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.339968Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":7,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339994Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.339984Z","level":"TRACE","fields":{"message":"line receiver: OK: child has terminated, not returning line","msg_id":"TimeoutLineReceiverLostChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340022Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":8,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340045Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[114]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340073Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":9,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340043Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340098Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340127Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":10,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340099Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(47)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340152Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340180Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":11,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340156Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340206Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[104]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340211Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340268Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":12,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340298Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340271Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340327Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":13,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340353Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340329Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340381Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":14,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340407Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[50]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340385Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340435Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":15,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340460Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340439Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340488Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":16,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340513Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340497Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340541Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":17,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340567Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340556Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(100)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340594Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":18,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340618Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340646Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":19,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340617Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340671Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340699Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":20,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340673Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340725Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340753Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":21,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340727Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340779Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340807Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":22,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340781Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340834Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[73]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340865Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":23,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340843Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340891Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340919Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":24,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340903Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340943Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340971Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":25,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.340962Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.340996Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341022Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":26,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341047Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[103]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341021Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341075Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":27,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341101Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341078Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341128Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":28,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341154Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341132Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341181Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":29,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341207Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341189Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341234Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":30,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341259Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341247Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341287Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":31,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341310Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341338Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":32,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341309Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341363Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341391Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":33,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341364Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341416Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341445Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":34,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341419Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341470Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341498Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":35,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341472Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341523Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[110]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341551Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":36,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341532Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341577Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341605Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":37,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341590Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341629Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[45]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341657Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":38,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341649Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341702Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341731Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":39,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341755Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341722Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(114)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341783Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":40,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341808Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341785Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341835Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":41,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341864Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341839Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341896Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":42,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341921Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341904Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.341949Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":43,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341974Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.341963Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342002Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":44,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342026Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[102]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342054Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":45,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342025Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342080Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342108Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":46,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342081Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342134Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342162Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":47,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342135Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342188Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342216Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":48,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342190Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342242Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[10]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342270Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":49,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342246Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342296Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342323Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342303Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342346Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:01.342363Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342419Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(104)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342457Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342489Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342520Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342552Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342604Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342651Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342698Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342744Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342799Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342849Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342896Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342943Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(50)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.342992Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343038Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343092Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343139Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343188Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343234Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343281Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343327Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343377Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343423Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343470Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343516Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343565Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343611Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343658Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343704Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343752Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343798Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343845Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343891Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343940Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.343986Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344033Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344079Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344127Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344173Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344220Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344266Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344314Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344360Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344407Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344454Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(73)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344502Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344548Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344595Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344641Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344690Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344736Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344783Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344829Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344878Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344924Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.344970Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345016Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345064Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345111Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345157Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345204Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(103)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345252Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345298Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345345Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345391Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345439Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345485Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345532Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345579Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345628Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345686Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345735Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345782Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345831Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345877Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345924Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.345971Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346019Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346065Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346112Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346158Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346207Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346253Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346299Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346346Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346395Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346441Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346488Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346534Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346583Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346629Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346676Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346722Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346771Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346817Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346864Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346910Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(110)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.346959Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347005Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347057Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347105Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347154Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347200Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347247Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347293Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(45)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347342Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347388Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347435Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347481Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347529Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347575Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347622Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347669Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347717Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347763Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347810Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347856Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347905Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347951Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.347998Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348044Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348093Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348139Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348186Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348232Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348280Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348327Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348373Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348419Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348468Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348514Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348561Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348607Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(102)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348656Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348702Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348748Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348795Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348843Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348889Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348936Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.348982Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349031Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349077Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349124Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349170Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349218Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349265Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349311Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349358Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(10)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349408Z","level":"TRACE","fields":{"message":"line-receiver: received line","msg_id":"TimeoutLineReceiverLine","kind":"debug","line":"\"./adapter.sh: 2: set: Illegal option -o pipefail\\n\"","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349460Z","level":"DEBUG","fields":{"message":"adapter stderr","msg_id":"AdapterStderrLine","kind":"debug","stderr_line":"./adapter.sh: 2: set: Illegal option -o pipefail\n"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349507Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349553Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349602Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349649Z","level":"TRACE","fields":{"message":"request termination of child process","msg_id":"TimeoutRequestEnd","kind":"debug","result":"Err(SendError { .. })"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349712Z","level":"TRACE","fields":{"message":"wait: wait for word from nanny","msg_id":"TimeoutNannyWaitWord","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349759Z","level":"TRACE","fields":{"message":"got word from nanny","msg_id":"TimeoutNannyWord","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349803Z","level":"TRACE","fields":{"message":"wait: wait on nanny thread to end","msg_id":"TimeoutNannyWaitEnd","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349850Z","level":"TRACE","fields":{"message":"wait: wait for stdin writer to terminate","msg_id":"TimeoutWaitStdinWriterEnd","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349897Z","level":"TRACE","fields":{"message":"wait: wait for stdout reader to terminate","msg_id":"TimeoutWaitStdoutReaderEnd","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349944Z","level":"TRACE","fields":{"message":"wait: wait for stderr reader to terminate","msg_id":"TimeoutWaitStderrReaderEnd","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.349990Z","level":"TRACE","fields":{"message":"wait: wait for child to terminate","msg_id":"TimeoutWaitChildEnd","lkind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.350035Z","level":"TRACE","fields":{"message":"wait: wait status","msg_id":"TimeoutWaitChildExitStatus","kind":"debug","status":"ExitStatus(unix_wait_status(512))"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.350083Z","level":"TRACE","fields":{"message":"wait: return Ok result","msg_id":"TimeoutOk","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.350713Z","level":"DEBUG","fields":{"message":"wait result? TimeoutResult { timed_out: false, status: ExitStatus(unix_wait_status(512)) } status.code: Some(2)","msg_id":"AdHoc","kind":"debug"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.350760Z","level":"DEBUG","fields":{"message":"adapter exit code","msg_id":"AdapterExitCode","kind":"debug","exit_code":2},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.421790Z","level":"ERROR","fields":{"message":"failed to run adapter or it failed to run CI: adapter did not sent its first message"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.421851Z","level":"INFO","fields":{"message":"Finish CI run","msg_id":"BrokerRunEnd","kind":"finish_run","run":"Run { broker_run_id: RunId { id: \"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40\" }, adapter_run_id: None, adapter_info_url: None, repo_id: RepoId(rad:z4G3biewXy52T9XBdtMNXpGiHDkoQ), repo_name: \"xyzzy\", timestamp: \"2025-03-13 16:42:00Z\", whence: Branch { name: \"main\", commit: Oid(9a22dac8512ebece669c59cb8121c5b0e60bf9eb), who: Some(\"did:key:z6MkidaVKYETDNehFEdNAH5Rr4wnLm3NfY4uoA7wvojwjuTz\") }, state: Finished, result: None }"},"span":{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"},"spans":[{"broker_run_id":"6d0288e3-cb6e-4f97-8fd5-53c6d338cb40","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:01.422011Z","level":"DEBUG","fields":{"message":"queproc::process_event: end","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.422031Z","level":"INFO","fields":{"message":"result of processing event","msg_id":"QueueProcProcessedEvent","kind":"got_event","result":"Ok(false)"}}
{"timestamp":"2025-03-13T16:42:01.422046Z","level":"INFO","fields":{"message":"remove event from queue","msg_id":"QueueProcRemoveEvent","kind":"debug","id":"QueueId { id: \"ef80cf39-45a9-4f73-ac6f-b2bf262a668c\" }"}}
{"timestamp":"2025-03-13T16:42:01.422156Z","level":"INFO","fields":{"message":"event notification channel disconnected","msg_id":"QueueProcDisconnected","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.422180Z","level":"DEBUG","fields":{"message":"thread to process events ends","msg_id":"QueueProcEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.423533Z","level":"INFO","fields":{"message":"page updater: run notification channel disconnected","msg_id":"PagesDisconnected","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.430408Z","level":"DEBUG","fields":{"message":"end page updater thread","msg_id":"PagesEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:01.430634Z","level":"INFO","fields":{"message":"CI broker ends successfully","msg_id":"CibEndSuccess","kind":"shutdown","success":true}}


ci-broker.md:358:1:   step: then stderr contains "CibStart"
ci-broker.md:359:1:   step: then stderr contains "CibConfig"
ci-broker.md:360:1:   step: then stderr contains "CibEndSuccess"
ci-broker.md:361:1:   step: then file reports/index.html exists
ci-broker.md:362:1:   step: then file reports/status.json exists
ci-broker.md:363:1:   step: then file reports/index.rss exists
ci-broker.md:365:1:   step: when I run cibtool --db ci-broker.db event list
Running `cibtool` with args ["--db", "ci-broker.db", "event", "list"]
Running in /tmp/subplotA2VerRuns-adapters-for-all-matching-triggers
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:

Stderr:


ci-broker.md:366:1:   step: then stdout is empty
ci-broker.md:368:1:   step: when I run cibtool --db ci-broker.db run list
Running `cibtool` with args ["--db", "ci-broker.db", "run", "list"]
Running in /tmp/subplotA2VerRuns-adapters-for-all-matching-triggers
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
c86f4295-6aba-4c05-8c84-ad1efeb4fd4d unknown
6d0288e3-cb6e-4f97-8fd5-53c6d338cb40 unknown

Stderr:


ci-broker.md:369:1:   step: then stdout has 2 lines containing "xyzzy"
  return: Failure
thread 'runs_adapters_for_all_matching_triggers' panicked at /workspace/cache/debug/build/radicle-ci-broker-2ab61d71575ac7c1/out/ci-broker.rs:1442:20:
called `Result::unwrap()` on an `Err` value: "stdout had 0 lines, expected 2"

---- smoke_test__runs_adapter stdout ----
unknown: scenario: Smoke test: Runs adapter
ci-broker.md:319:1:   step: given a Radicle node, with CI configured with broker-with-triggers.yaml and adapter dummy.sh
check CI broker binaries are in /workspace/cache/debug
write configuration file broker-with-triggers.yaml
create env file
create env.sh script
make env.sh executable
write adapter file adapter.sh from dummy.sh
make adapter.sh executable
running command rad ["auth", "--alias=brokertest"]
envs: [("RAD_HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotlEfC9Smoke-test--Runs-adapter"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing your radicle 👾 identity

✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.

✗ Hint: install ssh-agent to have it fill in your passphrase for you when signing.

To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.

====================
rad: stderr:

=====================
ci-broker.md:320:1:   step: given a Git repository xyzzy in the Radicle node
running command git ["config", "--global", "user.email", "radicle@example.com"]
envs: [("HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter"), ("RAD_HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotlEfC9Smoke-test--Runs-adapter"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["config", "--global", "user.name", "TestyMcTestFace"]
envs: [("HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter"), ("RAD_HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotlEfC9Smoke-test--Runs-adapter"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["init", "-b", "main", "xyzzy"]
envs: [("HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter"), ("RAD_HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotlEfC9Smoke-test--Runs-adapter"; exists? true
git exit code: Some(0)
git: stdout:
Initialized empty Git repository in /tmp/subplotlEfC9Smoke-test--Runs-adapter/xyzzy/.git/

====================
git: stderr:

=====================
running command git ["add", "."]
envs: [("HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter"), ("RAD_HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotlEfC9Smoke-test--Runs-adapter/xyzzy"; exists? true
git exit code: Some(0)
git: stdout:

====================
git: stderr:

=====================
running command git ["commit", "-am", "test"]
envs: [("HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter"), ("RAD_HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotlEfC9Smoke-test--Runs-adapter/xyzzy"; exists? true
git exit code: Some(0)
git: stdout:
[main (root-commit) 09a5b15] test
 1 file changed, 1 insertion(+)
 create mode 100644 file.dat

====================
git: stderr:

=====================
running command rad ["init", "--name", "xyzzy", "--description=test", "--default-branch=main", "--private", "--no-confirm", "--no-seed"]
envs: [("HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter"), ("RAD_HOME", "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"), ("RAD_PASSPHRASE", "secret"), ("RAD_SOCKET", "synt.sock")]
cwd: "/tmp/subplotlEfC9Smoke-test--Runs-adapter/xyzzy"; exists? true
rad exit code: Some(0)
rad: stdout:

Initializing private radicle 👾 repository in /tmp/subplotlEfC9Smoke-test--Runs-adapter/xyzzy..

✓ Repository xyzzy created.

Your Repository ID (RID) is rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo.
You can show it any time by running `rad .` from this directory.

You have created a private repository.
This repository will only be visible to you, and to peers you explicitly allow.

To make it public, run `rad publish`.
To push changes, run `git push`.

====================
rad: stderr:

=====================
ci-broker.md:321:1:   step: given the Radicle node emits a refsUpdated event for xyzzy
rad_home: "/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle"
nid: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS)
rid: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo)
node_event: RefsFetched {
    remote: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS),
    rid: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo),
    updated: [
        Updated {
            name: RefString(
                "refs/namespaces/z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS/refs/heads/main",
            ),
            old: Oid(
                09a5b157968a230b1b34d11c3b7df638caa27b9a,
            ),
            new: Oid(
                09a5b157968a230b1b34d11c3b7df638caa27b9a,
            ),
        },
    ],
}
ci-broker.md:322:1:   step: when I run ./env.sh synthetic-events synt.sock event.json --log log.txt
Running `/tmp/subplotlEfC9Smoke-test--Runs-adapter/env.sh` with args ["synthetic-events", "synt.sock", "event.json", "--log", "log.txt"]
Running in /tmp/subplotlEfC9Smoke-test--Runs-adapter
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts
launching daemon
waiting for daemon to create socket
no socket yet
there is a socket now

Stderr:


ci-broker.md:323:1:   step: given a directory reports
ci-broker.md:324:1:   step: when I run ./env.sh cib --config broker-with-triggers.yaml process-events
Running `/tmp/subplotlEfC9Smoke-test--Runs-adapter/env.sh` with args ["cib", "--config", "broker-with-triggers.yaml", "process-events"]
Running in /tmp/subplotlEfC9Smoke-test--Runs-adapter
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
env.sh starts

Stderr:
{"timestamp":"2025-03-13T16:42:06.852972Z","level":"INFO","fields":{"message":"CI broker starts","msg_id":"CibStart","kind":"startup","version":"da7971a"}}
{"timestamp":"2025-03-13T16:42:06.853468Z","level":"DEBUG","fields":{"message":"loaded configuration","msg_id":"CibConfig","kind":"startup","config":"Config { default_adapter: None, adapters: {\"mcadapterface\": AdapterConfig { command: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\"}, sensitive_env: {\"API_KEY\": <REDACTED>} }}, filters: None, triggers: Some([TriggerConfig { adapter: \"mcadapterface\", filters: [Branch(RefString(\"main\"))] }]), report_dir: Some(\"reports\"), status_update_interval_seconds: None, db: \"ci-broker.db\", max_run_time: 3600s, queue_len_interval: 60s }"}}
{"timestamp":"2025-03-13T16:42:07.233013Z","level":"DEBUG","fields":{"message":"start thread to add events from node to event queue","msg_id":"QueueAddStart","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.233933Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:42:07.233974Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:42:07.234135Z","level":"DEBUG","fields":{"message":"created node event source","msg_id":"NodeEventSourceCreated","kind":"startup","node_event_source":"NodeEventSource<path=/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle>"}}
{"timestamp":"2025-03-13T16:42:07.234178Z","level":"DEBUG","fields":{"message":"created CI event source","msg_id":"CiEventSourceCreated","kind":"startup","source":"CiEventSource<path=NodeEventSource<path=/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle>"}}
{"timestamp":"2025-03-13T16:42:07.234207Z","level":"TRACE","fields":{"message":"node_event: try to get an event","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.234394Z","level":"DEBUG","fields":{"message":"start page updater thread","msg_id":"PagesStart","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.234354Z","level":"TRACE","fields":{"message":"node event source received event","msg_id":"NodeEventSourceReceivedEvent","kind":"got_event","node_event":"RefsFetched { remote: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS), rid: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), updated: [Updated { name: RefString(\"refs/namespaces/z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS/refs/heads/main\"), old: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), new: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a) }] }"}}
{"timestamp":"2025-03-13T16:42:07.234442Z","level":"TRACE","fields":{"message":"interval for waiting between HTML page updates","msg_id":"PagesInterval","kind":"debug","interval":60}}
{"timestamp":"2025-03-13T16:42:07.234463Z","level":"TRACE","fields":{"message":"ci_event_source: result=Ok(Some(RefsFetched { remote: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS), rid: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), updated: [Updated { name: RefString(\"refs/namespaces/z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS/refs/heads/main\"), old: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), new: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a) }] }))","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.234532Z","level":"INFO","fields":{"message":"broker database","msg_id":"BrokerDatabase","kind":"startup","filename":"ci-broker.db"}}
{"timestamp":"2025-03-13T16:42:07.235980Z","level":"WARN","fields":{"message":"Overwriting `seedingPolicy` configuration","log.target":"radicle","log.module_path":"radicle::profile::config","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-0.14.0/src/profile/config.rs","log.line":78}}
{"timestamp":"2025-03-13T16:42:07.236155Z","level":"DEBUG","fields":{"message":"start thread to process events until a shutdown event","msg_id":"QueueProcStart","kind":"startup"}}
{"timestamp":"2025-03-13T16:42:07.241627Z","level":"TRACE","fields":{"message":"CI event source received events","msg_id":"CiEventSourceGotEvents","kind":"got_event","events":"[V1(BranchUpdated { from_node: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS), repo: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), branch: RefString(\"main\"), tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), old_tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a) })]"}}
{"timestamp":"2025-03-13T16:42:07.241757Z","level":"TRACE","fields":{"message":"queueadd: events=Ok(Some([V1(BranchUpdated { from_node: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS), repo: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), branch: RefString(\"main\"), tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), old_tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a) })]))","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.241793Z","level":"DEBUG","fields":{"message":"insert broker event into queue","msg_id":"QueueAddEnqueueEvent","kind":"got_event","event":"V1(BranchUpdated { from_node: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS), repo: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), branch: RefString(\"main\"), tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), old_tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a) })"}}
{"timestamp":"2025-03-13T16:42:07.328616Z","level":"TRACE","fields":{"message":"node_event: try to get an event","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.328710Z","level":"DEBUG","fields":{"message":"node event source end of file on control socket","msg_id":"NodeEventSourceEndOfFile","kind":"shutdown","node_event_source":"NodeEventSource<path=/tmp/subplotlEfC9Smoke-test--Runs-adapter/.radicle>"}}
{"timestamp":"2025-03-13T16:42:07.328743Z","level":"TRACE","fields":{"message":"ci_event_source: result=Ok(None)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.328768Z","level":"INFO","fields":{"message":"CI event source was notified end of events","msg_id":"CiEventSourceEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.328791Z","level":"TRACE","fields":{"message":"queueadd: events=Ok(None)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.328816Z","level":"DEBUG","fields":{"message":"thread to process events ends","msg_id":"QueueAddEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.328923Z","level":"DEBUG","fields":{"message":"EventFilter::allows: decision=true event=V1(BranchUpdated { from_node: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS), repo: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), branch: RefString(\"main\"), tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), old_tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a) })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.328998Z","level":"INFO","fields":{"message":"picked event from queue","msg_id":"QueueProcPickedEvent","kind":"got_event","id":"QueueId { id: \"b18ac13e-e172-4bab-b168-8ac9bae2129f\" }","event":"QueuedCiEvent { id: QueueId { id: \"b18ac13e-e172-4bab-b168-8ac9bae2129f\" }, ts: \"2025-03-13 16:42:07.241887Z\", event: V1(BranchUpdated { from_node: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS), repo: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), branch: RefString(\"main\"), tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), old_tip: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a) }) }","adapter":"Adapter { bin: \"./adapter.sh\", env: {\"RADICLE_NATIVE_CI\": \"native-ci.yaml\", \"API_KEY\": \"xyzzy\"} }"}}
{"timestamp":"2025-03-13T16:42:07.329104Z","level":"DEBUG","fields":{"message":"queproc::process_event: called; event=V1(\n    BranchUpdated {\n        from_node: PublicKey(z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS),\n        repo: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo),\n        branch: RefString(\n            \"main\",\n        ),\n        tip: Oid(\n            09a5b157968a230b1b34d11c3b7df638caa27b9a,\n        ),\n        old_tip: Oid(\n            09a5b157968a230b1b34d11c3b7df638caa27b9a,\n        ),\n    },\n)","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329145Z","level":"INFO","fields":{"message":"Action: run","msg_id":"QueueProcActionRun","kind":"debug","rid":"RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo)","oid":"09a5b157968a230b1b34d11c3b7df638caa27b9a"}}
{"timestamp":"2025-03-13T16:42:07.329179Z","level":"TRACE","fields":{"message":"build trigger: branch updated","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329323Z","level":"TRACE","fields":{"message":"build trigger: look commits .git","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329500Z","level":"TRACE","fields":{"message":"build trigger: revision lookup result Ok([])","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329538Z","level":"TRACE","fields":{"message":"build trigger: create common fields for rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329558Z","level":"TRACE","fields":{"message":"build trigger: look up repository","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329581Z","level":"TRACE","fields":{"message":"build trigger: look up repository rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329718Z","level":"TRACE","fields":{"message":"build trigger: look up project","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.329870Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 36e656af2c174d0a8f1cf97969d548b12b6c89b3","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:42:07.329917Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS/refs/cobs/xyz.radicle.id/36e656af2c174d0a8f1cf97969d548b12b6c89b3'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:42:07.330197Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 36e656af2c174d0a8f1cf97969d548b12b6c89b3","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:42:07.330236Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS/refs/cobs/xyz.radicle.id/36e656af2c174d0a8f1cf97969d548b12b6c89b3'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:42:07.332018Z","level":"TRACE","fields":{"message":"build trigger: look up author z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.332614Z","level":"TRACE","fields":{"message":"build trigger: author lookup result Ok(Author { id: Did(\"did:key:z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS\"), alias: None })","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:07.332738Z","level":"INFO","fields":{"message":"start CI run","msg_id":"BrokerRunStart","kind":"start_run"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:07.332808Z","level":"DEBUG","fields":{"message":"trigger message","msg_id":"BrokerTriggerMessage","kind":"debug","event":"Trigger { common: EventCommonFields { version: 1, event_type: Push, repository: Repository { id: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), name: \"xyzzy\", description: \"test\", private: true, default_branch: \"main\", delegates: [Did(\"did:key:z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS\")] } }, push: Some(PushEvent { pusher: Author { id: Did(\"did:key:z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS\"), alias: None }, before: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), after: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), branch: \"main\", commits: [Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a)] }), patch: None }"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:07.821945Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:07.822051Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:07.822087Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:07.822113Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stdout"}}
{"timestamp":"2025-03-13T16:42:08.064832Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":0,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.064891Z","level":"TRACE","fields":{"message":"nanny: start monitoring child","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.064796Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.064954Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.064975Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stdout"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.064981Z","level":"TRACE","fields":{"message":"nanny: child has terminated","msg_id":"TimeoutNannyLostChild","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.065038Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stdout"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065038Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":1,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065091Z","level":"ERROR","fields":{"message":"no first response message","msg_id":"AdapterNoFirstMessage","kind":"adapter_message"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065089Z","level":"TRACE","fields":{"message":"nanny: tell other threads it's time to end","msg_id":"TimeoutNannyNotifyTooLong","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.065136Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065122Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[47]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065168Z","level":"TRACE","fields":{"message":"nanny: ends","msg_id":"TimeoutNannyEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.065175Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065193Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":2,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065235Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065252Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065277Z","level":"TRACE","fields":{"message":"line receiver: OK: child has terminated, not returning line","msg_id":"TimeoutLineReceiverLostChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065310Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065312Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":3,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065342Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(47)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065360Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[100]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065376Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065409Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065409Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":4,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065441Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065447Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065472Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065496Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":5,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065504Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065541Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065541Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065574Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065589Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":6,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065604Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(100)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065635Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065633Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065683Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065717Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065717Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":7,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065748Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065764Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065781Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065811Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065812Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":8,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065842Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065851Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[114]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065872Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065904Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065898Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":9,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065935Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065939Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[46]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065966Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.065986Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":10,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.065996Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066027Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066030Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066057Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066077Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":11,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066088Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066100Z","level":"DEBUG","fields":{"message":"Loading object of type xyz.radicle.id at 36e656af2c174d0a8f1cf97969d548b12b6c89b3","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":42}}
{"timestamp":"2025-03-13T16:42:08.066121Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[104]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066118Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066163Z","level":"TRACE","fields":{"message":"Loading object from reference 'refs/namespaces/z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS/refs/cobs/xyz.radicle.id/36e656af2c174d0a8f1cf97969d548b12b6c89b3'","log.target":"cob","log.module_path":"radicle_cob::change_graph","log.file":"/workspace/deps/registry/src/index.crates.io-6f17d22bba15001f/radicle-cob-0.13.0/src/change_graph.rs","log.line":49}}
{"timestamp":"2025-03-13T16:42:08.066172Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066172Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":12,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066208Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066213Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066239Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066261Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":13,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066270Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(114)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066302Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066304Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066332Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066352Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":14,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066363Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066393Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(46)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066395Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[50]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066424Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066443Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":15,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066455Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066484Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066486Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066514Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066534Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":16,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066546Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066574Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066577Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066605Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066624Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":17,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066635Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(104)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066665Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066667Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[115]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066696Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066714Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":18,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066727Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066755Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066758Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066787Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066805Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":19,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066817Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066846Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066849Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066876Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066897Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":20,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066911Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066939Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066941Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[58]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.066970Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.066988Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":21,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067000Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(50)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067030Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067031Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067067Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067096Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067096Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":22,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067126Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067135Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[73]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067157Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067188Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067182Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":23,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067219Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067223Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067249Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067271Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":24,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067281Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067312Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067314Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067342Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067361Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":25,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067372Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(115)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067402Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067404Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067432Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067451Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":26,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067463Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067492Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067494Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[103]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067523Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067542Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":27,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067554Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067582Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067585Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067612Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067632Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":28,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067644Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067672Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067675Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067703Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067722Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":29,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067733Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(58)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067763Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067765Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067793Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067811Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":30,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067823Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067852Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067854Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067883Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067902Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":31,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067913Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067946Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067947Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.067977Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(73)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.067995Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":32,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068009Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068037Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068038Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[116]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068068Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068080Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":33,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068096Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068125Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068123Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068155Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068170Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":34,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068186Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068214Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068214Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068245Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068261Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":35,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068276Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068305Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068304Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[110]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068335Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068351Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":36,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068366Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068394Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068395Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068425Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068442Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":37,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068454Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(103)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068484Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068485Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[45]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068514Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068533Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":38,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068545Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068573Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068576Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[111]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068605Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068623Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":39,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068635Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068664Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068666Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[32]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068693Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068713Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":40,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068725Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068753Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068756Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068783Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068803Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":41,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068814Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068844Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068846Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068876Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068896Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":42,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068910Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068938Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068939Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[112]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068969Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.068987Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":43,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.068999Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069028Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069030Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[101]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069058Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069077Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":44,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069090Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069118Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069121Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[102]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069148Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069168Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":45,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069178Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(116)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069209Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069211Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[97]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069239Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069258Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":46,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069269Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069299Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069301Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[105]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069330Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069348Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":47,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069360Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069389Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069391Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[108]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069418Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069439Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":48,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069450Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069480Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069482Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(1)","byte":"[10]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069510Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069548Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(110)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069544Z","level":"TRACE","fields":{"message":"read_to_end: try to receive next byte","msg_id":"TimeoutNonblockingTry","kind":"debug","received_so_far":49,"thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069586Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069594Z","level":"TRACE","fields":{"message":"read_to_end: tried to receive byte","msg_id":"TimeoutNonblockingTried","kind":"debug","result":"Ok(0)","byte":"[0]","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069633Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069637Z","level":"TRACE","fields":{"message":"read_to_end: got end of file","msg_id":"TimeoutNonblockingEndOfFile","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069675Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069693Z","level":"TRACE","fields":{"message":"read_to_end: ends","msg_id":"TimeoutNonblockingEnd","kind":"debug","thread":"stderr"}}
{"timestamp":"2025-03-13T16:42:08.069709Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069741Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069771Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069802Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069835Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(45)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069880Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069918Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069949Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.069980Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(111)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070012Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070042Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070073Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070103Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(32)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070135Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070165Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070196Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070226Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070258Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070288Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070319Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070349Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070381Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070411Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070442Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070472Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(112)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070503Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070534Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070564Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070595Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(101)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070626Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070656Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070687Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070717Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(102)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070748Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070779Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070809Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070840Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(97)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070871Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070902Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070932Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070962Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(105)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.070993Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071024Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071064Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071095Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(108)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071127Z","level":"TRACE","fields":{"message":"line-receiver: has child terminated?","msg_id":"TimeoutLineReceiverCheckChild","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071158Z","level":"TRACE","fields":{"message":"line receiver: Disconnected: child has terminated, not returning line","msg_id":"TimeoutLineReceiverChildDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071188Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071219Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Ok(10)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071254Z","level":"TRACE","fields":{"message":"line-receiver: received line","msg_id":"TimeoutLineReceiverLine","kind":"debug","line":"\"./adapter.sh: 2: set: Illegal option -o pipefail\\n\"","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071290Z","level":"DEBUG","fields":{"message":"adapter stderr","msg_id":"AdapterStderrLine","kind":"debug","stderr_line":"./adapter.sh: 2: set: Illegal option -o pipefail\n"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071322Z","level":"TRACE","fields":{"message":"line receiver: try to receive next byte","msg_id":"TimeoutLineReceiverTry","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071352Z","level":"TRACE","fields":{"message":"line receiver: tried to read line","msg_id":"TimeoutLineReceiverTried","kind":"debug","result":"Err(Disconnected)","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071384Z","level":"TRACE","fields":{"message":"line-receiver: disconnected","msg_id":"TimeoutLineReceiverDisconnected","kind":"debug","thread":"stderr"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071416Z","level":"TRACE","fields":{"message":"request termination of child process","msg_id":"TimeoutRequestEnd","kind":"debug","result":"Err(SendError { .. })"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071449Z","level":"TRACE","fields":{"message":"wait: wait for word from nanny","msg_id":"TimeoutNannyWaitWord","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071480Z","level":"TRACE","fields":{"message":"got word from nanny","msg_id":"TimeoutNannyWord","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071511Z","level":"TRACE","fields":{"message":"wait: wait on nanny thread to end","msg_id":"TimeoutNannyWaitEnd","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071544Z","level":"TRACE","fields":{"message":"wait: wait for stdin writer to terminate","msg_id":"TimeoutWaitStdinWriterEnd","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071577Z","level":"TRACE","fields":{"message":"wait: wait for stdout reader to terminate","msg_id":"TimeoutWaitStdoutReaderEnd","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071609Z","level":"TRACE","fields":{"message":"wait: wait for stderr reader to terminate","msg_id":"TimeoutWaitStderrReaderEnd","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071640Z","level":"TRACE","fields":{"message":"wait: wait for child to terminate","msg_id":"TimeoutWaitChildEnd","lkind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071671Z","level":"TRACE","fields":{"message":"wait: wait status","msg_id":"TimeoutWaitChildExitStatus","kind":"debug","status":"ExitStatus(unix_wait_status(512))"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.071705Z","level":"TRACE","fields":{"message":"wait: return Ok result","msg_id":"TimeoutOk","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.072272Z","level":"DEBUG","fields":{"message":"wait result? TimeoutResult { timed_out: false, status: ExitStatus(unix_wait_status(512)) } status.code: Some(2)","msg_id":"AdHoc","kind":"debug"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.072313Z","level":"DEBUG","fields":{"message":"adapter exit code","msg_id":"AdapterExitCode","kind":"debug","exit_code":2},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.249280Z","level":"ERROR","fields":{"message":"failed to run adapter or it failed to run CI: adapter did not sent its first message"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.249403Z","level":"INFO","fields":{"message":"Finish CI run","msg_id":"BrokerRunEnd","kind":"finish_run","run":"Run { broker_run_id: RunId { id: \"e11f9156-37f4-41bd-bf8b-f5edb93c68bb\" }, adapter_run_id: None, adapter_info_url: None, repo_id: RepoId(rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo), repo_name: \"xyzzy\", timestamp: \"2025-03-13 16:42:07Z\", whence: Branch { name: \"main\", commit: Oid(09a5b157968a230b1b34d11c3b7df638caa27b9a), who: Some(\"did:key:z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS\") }, state: Finished, result: None }"},"span":{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"},"spans":[{"broker_run_id":"e11f9156-37f4-41bd-bf8b-f5edb93c68bb","name":"execute_ci_run"}]}
{"timestamp":"2025-03-13T16:42:08.249656Z","level":"DEBUG","fields":{"message":"queproc::process_event: end","msg_id":"AdHoc","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.249699Z","level":"INFO","fields":{"message":"result of processing event","msg_id":"QueueProcProcessedEvent","kind":"got_event","result":"Ok(false)"}}
{"timestamp":"2025-03-13T16:42:08.249717Z","level":"INFO","fields":{"message":"remove event from queue","msg_id":"QueueProcRemoveEvent","kind":"debug","id":"QueueId { id: \"b18ac13e-e172-4bab-b168-8ac9bae2129f\" }"}}
{"timestamp":"2025-03-13T16:42:08.453051Z","level":"INFO","fields":{"message":"event notification channel disconnected","msg_id":"QueueProcDisconnected","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.453121Z","level":"DEBUG","fields":{"message":"thread to process events ends","msg_id":"QueueProcEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.454195Z","level":"INFO","fields":{"message":"page updater: run notification channel disconnected","msg_id":"PagesDisconnected","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.473875Z","level":"DEBUG","fields":{"message":"end page updater thread","msg_id":"PagesEnd","kind":"debug"}}
{"timestamp":"2025-03-13T16:42:08.474094Z","level":"INFO","fields":{"message":"CI broker ends successfully","msg_id":"CibEndSuccess","kind":"shutdown","success":true}}


ci-broker.md:326:1:   step: then stderr contains "CibStart"
ci-broker.md:327:1:   step: then stderr contains "CibConfig"
ci-broker.md:328:1:   step: then stderr contains "CibEndSuccess"
ci-broker.md:329:1:   step: then file reports/index.html exists
ci-broker.md:330:1:   step: then file reports/status.json exists
ci-broker.md:331:1:   step: then file reports/index.rss exists
ci-broker.md:333:1:   step: when I run cibtool --db ci-broker.db event list
Running `cibtool` with args ["--db", "ci-broker.db", "event", "list"]
Running in /tmp/subplotlEfC9Smoke-test--Runs-adapter
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:

Stderr:


ci-broker.md:334:1:   step: then stdout is empty
ci-broker.md:336:1:   step: when I run cibtool --db ci-broker.db run list --json
Running `cibtool` with args ["--db", "ci-broker.db", "run", "list", "--json"]
Running in /tmp/subplotlEfC9Smoke-test--Runs-adapter
ENV: SHELL = /bin/sh
PATH: /workspace/cache/debug:/workspace/deps/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Exit code: 0
Stdout:
[
  {
    "broker_run_id": {
      "id": "e11f9156-37f4-41bd-bf8b-f5edb93c68bb"
    },
    "adapter_run_id": null,
    "adapter_info_url": null,
    "repo_id": "rad:z2gN7gb3hD9mq58FYz2CEiT54nCeo",
    "repo_name": "xyzzy",
    "timestamp": "2025-03-13 16:42:07Z",
    "whence": {
      "Branch": {
        "name": "main",
        "commit": "09a5b157968a230b1b34d11c3b7df638caa27b9a",
        "who": "did:key:z6MkrDLZ8nv5a78G3UnNt1ntAPPRDgXMFiMrPY4cc95LAqDS"
      }
    },
    "state": "finished",
    "result": null
  }
]

Stderr:


ci-broker.md:337:1:   step: then stdout contains ""id": "xyzzy""
  return: Failure
thread 'smoke_test__runs_adapter' panicked at /workspace/cache/debug/build/radicle-ci-broker-2ab61d71575ac7c1/out/ci-broker.rs:1251:20:
called `Result::unwrap()` on an `Err` value: "stdout does not contain \"\\\"id\\\": \\\"xyzzy\\\"\""


failures:
    adapter_with_url_runs_successfully
    dummy_adapter_runs_successfully
    logs_adapter_stderr_output
    process_queued_events
    runs_adapters_for_all_matching_triggers
    smoke_test__runs_adapter

test result: FAILED. 42 passed; 6 failed; 0 ignored; 0 measured; 1 filtered out; finished in 180.47s

error: test failed, to rerun pass `--test subplot`
   Doc-tests radicle_ci_broker

running 2 tests
test src/msg.rs - msg::RunId (line 49) ... ok
test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.68s

error: 1 target failed:
    `--test subplot`
ERROR: command failed: ["/bin/bash", "-c", "set -xeuo pipefail\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\ncargo test --workspace --no-fail-fast -- --skip upgrade\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\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\n"]
EXIT CODE: 1