[INFO] cloning repository https://github.com/casperin/ordr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/casperin/ordr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasperin%2Fordr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasperin%2Fordr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] adafeb9789565dbcfbfff17db5df1cef16860db9
[INFO] building casperin/ordr against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasperin%2Fordr" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/casperin/ordr
[INFO] finished tweaking git repo https://github.com/casperin/ordr
[INFO] tweaked toml for git repo https://github.com/casperin/ordr written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/casperin/ordr on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/casperin/ordr already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 54753591ddbba5fc93f1b2360c5203c80b14d95838809dc32013260b025c0740
[INFO] running `Command { std: "docker" "start" "-a" "54753591ddbba5fc93f1b2360c5203c80b14d95838809dc32013260b025c0740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54753591ddbba5fc93f1b2360c5203c80b14d95838809dc32013260b025c0740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54753591ddbba5fc93f1b2360c5203c80b14d95838809dc32013260b025c0740", kill_on_drop: false }`
[INFO] [stdout] 54753591ddbba5fc93f1b2360c5203c80b14d95838809dc32013260b025c0740
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7da0b6c7801e10a84ace06fb92c86c29c64e4a5ab781d25514763dcfc036a30
[INFO] running `Command { std: "docker" "start" "-a" "c7da0b6c7801e10a84ace06fb92c86c29c64e4a5ab781d25514763dcfc036a30", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling ordr_core v0.2.0
[INFO] [stderr]    Compiling ordr_macros v0.2.0
[INFO] [stderr]    Compiling ordr v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s
[INFO] running `Command { std: "docker" "inspect" "c7da0b6c7801e10a84ace06fb92c86c29c64e4a5ab781d25514763dcfc036a30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7da0b6c7801e10a84ace06fb92c86c29c64e4a5ab781d25514763dcfc036a30", kill_on_drop: false }`
[INFO] [stdout] c7da0b6c7801e10a84ace06fb92c86c29c64e4a5ab781d25514763dcfc036a30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b31950926fa12a945b9b75040050c1bd3f22637cd30c56fafcec8b1557aa9548
[INFO] running `Command { std: "docker" "start" "-a" "b31950926fa12a945b9b75040050c1bd3f22637cd30c56fafcec8b1557aa9548", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling winnow v0.7.7
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling toml_write v0.1.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ordr_core v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling ordr_macros v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling ordr v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling toml v0.8.22
[INFO] [stderr]    Compiling trybuild v1.0.104
[INFO] [stdout] warning: struct `CellSurface` is never constructed
[INFO] [stdout]   --> examples/cells.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |     node!(cell_surface: CellSurface, CellPart);
[INFO] [stdout]    |                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cell_surface` is never used
[INFO] [stdout]   --> examples/cells.rs:91:11
[INFO] [stdout]    |
[INFO] [stdout] 91 |     node!(cell_surface: CellSurface, CellPart);
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ExtracellularRegion` is never constructed
[INFO] [stdout]   --> examples/cells.rs:93:33
[INFO] [stdout]    |
[INFO] [stdout] 93 |     node!(extracellular_region: ExtracellularRegion, CellularComponent);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extracellular_region` is never used
[INFO] [stdout]   --> examples/cells.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 |     node!(extracellular_region: ExtracellularRegion, CellularComponent);
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ExtracellularSpace` is never constructed
[INFO] [stdout]   --> examples/cells.rs:94:32
[INFO] [stdout]    |
[INFO] [stdout] 94 |     node!(extracellular_space: ExtracellularSpace, ExtracellularRegion);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extracellular_space` is never used
[INFO] [stdout]   --> examples/cells.rs:94:11
[INFO] [stdout]    |
[INFO] [stdout] 94 |     node!(extracellular_space: ExtracellularSpace, ExtracellularRegion);
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MembraneEnlosedLumen` is never constructed
[INFO] [stdout]   --> examples/cells.rs:95:36
[INFO] [stdout]    |
[INFO] [stdout] 95 |     node!(membrane_enclosed_lumen: MembraneEnlosedLumen, CellularComponent);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `membrane_enclosed_lumen` is never used
[INFO] [stdout]   --> examples/cells.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 |     node!(membrane_enclosed_lumen: MembraneEnlosedLumen, CellularComponent);
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IntracellularOrganelleLumen` is never constructed
[INFO] [stdout]    --> examples/cells.rs:101:42
[INFO] [stdout]     |
[INFO] [stdout] 101 |     node!(intracellular_organelle_lumen: IntracellularOrganelleLumen, OrganelleLumen);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `intracellular_organelle_lumen` is never used
[INFO] [stdout]    --> examples/cells.rs:101:11
[INFO] [stdout]     |
[INFO] [stdout] 101 |     node!(intracellular_organelle_lumen: IntracellularOrganelleLumen, OrganelleLumen);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ExtracelularRegionPart` is never constructed
[INFO] [stdout]    --> examples/cells.rs:102:38
[INFO] [stdout]     |
[INFO] [stdout] 102 |     node!(extracellular_region_part: ExtracelularRegionPart, ExtracellularRegion, CellularComponent);
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extracellular_region_part` is never used
[INFO] [stdout]    --> examples/cells.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |     node!(extracellular_region_part: ExtracelularRegionPart, ExtracellularRegion, CellularComponent);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NuclearPart` is never constructed
[INFO] [stdout]    --> examples/cells.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |     node!(nuclear_part: NuclearPart, Nucleus, IntracellularOrganellePart);
[INFO] [stdout]     |                         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `nuclear_part` is never used
[INFO] [stdout]    --> examples/cells.rs:108:11
[INFO] [stdout]     |
[INFO] [stdout] 108 |     node!(nuclear_part: NuclearPart, Nucleus, IntracellularOrganellePart);
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrganelleLumen` is never constructed
[INFO] [stdout]    --> examples/cells.rs:109:28
[INFO] [stdout]     |
[INFO] [stdout] 109 |     node!(organelle_lumen: OrganelleLumen, OrganellePart, MembraneEnlosedLumen);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `organelle_lumen` is never used
[INFO] [stdout]    --> examples/cells.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |     node!(organelle_lumen: OrganelleLumen, OrganellePart, MembraneEnlosedLumen);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NuclearLumen` is never constructed
[INFO] [stdout]    --> examples/cells.rs:110:26
[INFO] [stdout]     |
[INFO] [stdout] 110 |     node!(nuclear_lumen: NuclearLumen, NuclearPart, IntracellularOrganelleLumen);
[INFO] [stdout]     |                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `nuclear_lumen` is never used
[INFO] [stdout]    --> examples/cells.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 |     node!(nuclear_lumen: NuclearLumen, NuclearPart, IntracellularOrganelleLumen);
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "b31950926fa12a945b9b75040050c1bd3f22637cd30c56fafcec8b1557aa9548", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b31950926fa12a945b9b75040050c1bd3f22637cd30c56fafcec8b1557aa9548", kill_on_drop: false }`
[INFO] [stdout] b31950926fa12a945b9b75040050c1bd3f22637cd30c56fafcec8b1557aa9548
