[INFO] cloning repository https://github.com/matthieu-m/rust-poly [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthieu-m/rust-poly" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthieu-m%2Frust-poly", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthieu-m%2Frust-poly'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55c10461bc1fb177ab1206934abc282807878f9e [INFO] documenting matthieu-m/rust-poly against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthieu-m%2Frust-poly" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matthieu-m/rust-poly on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matthieu-m/rust-poly [INFO] finished tweaking git repo https://github.com/matthieu-m/rust-poly [INFO] tweaked toml for git repo https://github.com/matthieu-m/rust-poly written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/matthieu-m/rust-poly already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6c4ffa1bbe420bddb123293aca482aebb19f3ead642d67d09341ea2758463e94 [INFO] running `Command { std: "docker" "start" "-a" "6c4ffa1bbe420bddb123293aca482aebb19f3ead642d67d09341ea2758463e94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c4ffa1bbe420bddb123293aca482aebb19f3ead642d67d09341ea2758463e94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c4ffa1bbe420bddb123293aca482aebb19f3ead642d67d09341ea2758463e94", kill_on_drop: false }` [INFO] [stdout] 6c4ffa1bbe420bddb123293aca482aebb19f3ead642d67d09341ea2758463e94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7401590972d835367b16040a1e3f40bcc71f4e2c05fc67e01e29323e43c6d921 [INFO] running `Command { std: "docker" "start" "-a" "7401590972d835367b16040a1e3f40bcc71f4e2c05fc67e01e29323e43c6d921", kill_on_drop: false }` [INFO] [stderr] Documenting poly v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `alloc::heap` [INFO] [stdout] --> src/rtti.rs:688:17 [INFO] [stdout] | [INFO] [stdout] 688 | use alloc::heap; [INFO] [stdout] | ^^^^^^^^^^^ no `heap` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | where Struct: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 86 | where Trait: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:178:27 [INFO] [stdout] | [INFO] [stdout] 178 | where Struct: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:201:26 [INFO] [stdout] | [INFO] [stdout] 201 | where Trait: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | where Trait: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:225:48 [INFO] [stdout] | [INFO] [stdout] 225 | Struct: ExtendTrait + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:322:26 [INFO] [stdout] | [INFO] [stdout] 322 | where S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:379:26 [INFO] [stdout] | [INFO] [stdout] 379 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:406:26 [INFO] [stdout] | [INFO] [stdout] 406 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:407:43 [INFO] [stdout] | [INFO] [stdout] 407 | S: ExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/internal.rs:423:26 [INFO] [stdout] | [INFO] [stdout] 423 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:111:30 [INFO] [stdout] | [INFO] [stdout] 111 | where S: Sized + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:118:30 [INFO] [stdout] | [INFO] [stdout] 118 | where S: Sized + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:140:26 [INFO] [stdout] | [INFO] [stdout] 140 | where B: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:141:48 [INFO] [stdout] | [INFO] [stdout] 141 | T: TraitExtendTrait + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:152:26 [INFO] [stdout] | [INFO] [stdout] 152 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:153:48 [INFO] [stdout] | [INFO] [stdout] 153 | D: TraitExtendTrait + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:164:26 [INFO] [stdout] | [INFO] [stdout] 164 | X: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:192:43 [INFO] [stdout] | [INFO] [stdout] 192 | where S: ExtendTrait + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:213:26 [INFO] [stdout] | [INFO] [stdout] 213 | where B: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:220:48 [INFO] [stdout] | [INFO] [stdout] 220 | where D: TraitExtendTrait + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | where X: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:236:26 [INFO] [stdout] | [INFO] [stdout] 236 | where S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:247:22 [INFO] [stdout] | [INFO] [stdout] 247 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:255:22 [INFO] [stdout] | [INFO] [stdout] 255 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:260:22 [INFO] [stdout] | [INFO] [stdout] 260 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:304:22 [INFO] [stdout] | [INFO] [stdout] 304 | where S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:318:22 [INFO] [stdout] | [INFO] [stdout] 318 | where S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:334:22 [INFO] [stdout] | [INFO] [stdout] 334 | where S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:342:35 [INFO] [stdout] | [INFO] [stdout] 342 | where S: fmt::Debug + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:355:35 [INFO] [stdout] | [INFO] [stdout] 355 | where S: fmt::Debug + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:368:33 [INFO] [stdout] | [INFO] [stdout] 368 | type Inner: Sized + marker::Reflect + 'static; [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:377:30 [INFO] [stdout] | [INFO] [stdout] 377 | where S: Sized + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:396:30 [INFO] [stdout] | [INFO] [stdout] 396 | where S: Sized + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:432:26 [INFO] [stdout] | [INFO] [stdout] 432 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:448:26 [INFO] [stdout] | [INFO] [stdout] 448 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:465:22 [INFO] [stdout] | [INFO] [stdout] 465 | where S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:466:22 [INFO] [stdout] | [INFO] [stdout] 466 | Y: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:470:22 [INFO] [stdout] | [INFO] [stdout] 470 | where S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:471:22 [INFO] [stdout] | [INFO] [stdout] 471 | Y: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:481:22 [INFO] [stdout] | [INFO] [stdout] 481 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:482:39 [INFO] [stdout] | [INFO] [stdout] 482 | S: ExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:490:22 [INFO] [stdout] | [INFO] [stdout] 490 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:491:22 [INFO] [stdout] | [INFO] [stdout] 491 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:502:22 [INFO] [stdout] | [INFO] [stdout] 502 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:503:22 [INFO] [stdout] | [INFO] [stdout] 503 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:511:22 [INFO] [stdout] | [INFO] [stdout] 511 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:512:22 [INFO] [stdout] | [INFO] [stdout] 512 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:522:22 [INFO] [stdout] | [INFO] [stdout] 522 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:523:39 [INFO] [stdout] | [INFO] [stdout] 523 | S: ExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:553:22 [INFO] [stdout] | [INFO] [stdout] 553 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:554:54 [INFO] [stdout] | [INFO] [stdout] 554 | S: ExtendTrait + clone::Clone + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:566:22 [INFO] [stdout] | [INFO] [stdout] 566 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:567:22 [INFO] [stdout] | [INFO] [stdout] 567 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:638:26 [INFO] [stdout] | [INFO] [stdout] 638 | P: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:647:44 [INFO] [stdout] | [INFO] [stdout] 647 | where C: ExtendStruct + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:655:26 [INFO] [stdout] | [INFO] [stdout] 655 | where Y: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:664:33 [INFO] [stdout] | [INFO] [stdout] 664 | where T: RawClone + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:665:22 [INFO] [stdout] | [INFO] [stdout] 665 | S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:706:22 [INFO] [stdout] | [INFO] [stdout] 706 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:707:35 [INFO] [stdout] | [INFO] [stdout] 707 | S: fmt::Debug + marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:721:22 [INFO] [stdout] | [INFO] [stdout] 721 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:722:22 [INFO] [stdout] | [INFO] [stdout] 722 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:732:22 [INFO] [stdout] | [INFO] [stdout] 732 | S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:740:22 [INFO] [stdout] | [INFO] [stdout] 740 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:741:22 [INFO] [stdout] | [INFO] [stdout] 741 | S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:747:33 [INFO] [stdout] | [INFO] [stdout] 747 | where T: RawClone + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:748:22 [INFO] [stdout] | [INFO] [stdout] 748 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:756:22 [INFO] [stdout] | [INFO] [stdout] 756 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:757:39 [INFO] [stdout] | [INFO] [stdout] 757 | S: ExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:768:44 [INFO] [stdout] | [INFO] [stdout] 768 | where T: TraitExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:769:40 [INFO] [stdout] | [INFO] [stdout] 769 | S: ExtendStruct

+ marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:770:22 [INFO] [stdout] | [INFO] [stdout] 770 | B: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:771:22 [INFO] [stdout] | [INFO] [stdout] 771 | P: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:789:44 [INFO] [stdout] | [INFO] [stdout] 789 | where T: FirstExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:790:45 [INFO] [stdout] | [INFO] [stdout] 790 | S: FirstExtendStruct

+ marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:791:22 [INFO] [stdout] | [INFO] [stdout] 791 | B: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:792:22 [INFO] [stdout] | [INFO] [stdout] 792 | P: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:804:44 [INFO] [stdout] | [INFO] [stdout] 804 | where T: FirstExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:805:45 [INFO] [stdout] | [INFO] [stdout] 805 | S: FirstExtendStruct

+ marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:806:22 [INFO] [stdout] | [INFO] [stdout] 806 | B: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:807:22 [INFO] [stdout] | [INFO] [stdout] 807 | P: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:819:22 [INFO] [stdout] | [INFO] [stdout] 819 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:820:22 [INFO] [stdout] | [INFO] [stdout] 820 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:821:44 [INFO] [stdout] | [INFO] [stdout] 821 | D: TraitExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:822:45 [INFO] [stdout] | [INFO] [stdout] 822 | C: FirstExtendStruct + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:858:22 [INFO] [stdout] | [INFO] [stdout] 858 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:859:22 [INFO] [stdout] | [INFO] [stdout] 859 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:860:66 [INFO] [stdout] | [INFO] [stdout] 860 | D: FirstExtendTrait + TraitExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:861:45 [INFO] [stdout] | [INFO] [stdout] 861 | C: FirstExtendStruct + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:897:22 [INFO] [stdout] | [INFO] [stdout] 897 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:898:22 [INFO] [stdout] | [INFO] [stdout] 898 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:899:22 [INFO] [stdout] | [INFO] [stdout] 899 | X: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:900:22 [INFO] [stdout] | [INFO] [stdout] 900 | Y: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:935:22 [INFO] [stdout] | [INFO] [stdout] 935 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:936:22 [INFO] [stdout] | [INFO] [stdout] 936 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:961:22 [INFO] [stdout] | [INFO] [stdout] 961 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:962:22 [INFO] [stdout] | [INFO] [stdout] 962 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1000:22 [INFO] [stdout] | [INFO] [stdout] 1000 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1001:22 [INFO] [stdout] | [INFO] [stdout] 1001 | S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1009:22 [INFO] [stdout] | [INFO] [stdout] 1009 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1010:22 [INFO] [stdout] | [INFO] [stdout] 1010 | S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1018:22 [INFO] [stdout] | [INFO] [stdout] 1018 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1019:22 [INFO] [stdout] | [INFO] [stdout] 1019 | S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1025:22 [INFO] [stdout] | [INFO] [stdout] 1025 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1026:39 [INFO] [stdout] | [INFO] [stdout] 1026 | S: ExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1038:44 [INFO] [stdout] | [INFO] [stdout] 1038 | where T: TraitExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1039:40 [INFO] [stdout] | [INFO] [stdout] 1039 | S: ExtendStruct

+ marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1040:22 [INFO] [stdout] | [INFO] [stdout] 1040 | B: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1041:22 [INFO] [stdout] | [INFO] [stdout] 1041 | P: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1054:44 [INFO] [stdout] | [INFO] [stdout] 1054 | where T: TraitExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1055:40 [INFO] [stdout] | [INFO] [stdout] 1055 | S: ExtendStruct

+ marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1056:22 [INFO] [stdout] | [INFO] [stdout] 1056 | B: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1057:22 [INFO] [stdout] | [INFO] [stdout] 1057 | P: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1070:22 [INFO] [stdout] | [INFO] [stdout] 1070 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1071:22 [INFO] [stdout] | [INFO] [stdout] 1071 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1072:44 [INFO] [stdout] | [INFO] [stdout] 1072 | D: TraitExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1073:40 [INFO] [stdout] | [INFO] [stdout] 1073 | C: ExtendStruct + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1099:22 [INFO] [stdout] | [INFO] [stdout] 1099 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1100:22 [INFO] [stdout] | [INFO] [stdout] 1100 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1101:44 [INFO] [stdout] | [INFO] [stdout] 1101 | D: TraitExtendTrait + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1102:40 [INFO] [stdout] | [INFO] [stdout] 1102 | C: ExtendStruct + marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1128:22 [INFO] [stdout] | [INFO] [stdout] 1128 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1129:22 [INFO] [stdout] | [INFO] [stdout] 1129 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1130:22 [INFO] [stdout] | [INFO] [stdout] 1130 | X: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1131:22 [INFO] [stdout] | [INFO] [stdout] 1131 | Y: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1155:22 [INFO] [stdout] | [INFO] [stdout] 1155 | where T: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1156:22 [INFO] [stdout] | [INFO] [stdout] 1156 | S: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1157:22 [INFO] [stdout] | [INFO] [stdout] 1157 | X: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/rtti.rs:1158:22 [INFO] [stdout] | [INFO] [stdout] 1158 | Y: marker::Reflect + 'static, [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/dom.rs:234:26 [INFO] [stdout] | [INFO] [stdout] 234 | where S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/dom.rs:237:30 [INFO] [stdout] | [INFO] [stdout] 237 | where S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/dom.rs:243:30 [INFO] [stdout] | [INFO] [stdout] 243 | where S: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/dom.rs:292:26 [INFO] [stdout] | [INFO] [stdout] 292 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reflect` in module `marker` [INFO] [stdout] --> src/dom.rs:295:30 [INFO] [stdout] | [INFO] [stdout] 295 | where T: marker::Reflect + 'static [INFO] [stdout] | ^^^^^^^ not found in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(alloc)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(core)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(associated_consts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 144 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: Could not document `poly`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name poly src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "7401590972d835367b16040a1e3f40bcc71f4e2c05fc67e01e29323e43c6d921", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7401590972d835367b16040a1e3f40bcc71f4e2c05fc67e01e29323e43c6d921", kill_on_drop: false }` [INFO] [stdout] 7401590972d835367b16040a1e3f40bcc71f4e2c05fc67e01e29323e43c6d921