[INFO] fetching crate dynasty-rs 0.2.0... [INFO] testing dynasty-rs-0.2.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate dynasty-rs 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate dynasty-rs 0.2.0 [INFO] finished tweaking crates.io crate dynasty-rs 0.2.0 [INFO] tweaked toml for crates.io crate dynasty-rs 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dynasty-rs 0.2.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate dynasty-rs 0.2.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dynasty-macros v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b11b9c927d5125925981482707b8e2dc8978514984e223a74eafb6c80a315105 [INFO] running `Command { std: "docker" "start" "-a" "b11b9c927d5125925981482707b8e2dc8978514984e223a74eafb6c80a315105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b11b9c927d5125925981482707b8e2dc8978514984e223a74eafb6c80a315105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b11b9c927d5125925981482707b8e2dc8978514984e223a74eafb6c80a315105", kill_on_drop: false }` [INFO] [stdout] b11b9c927d5125925981482707b8e2dc8978514984e223a74eafb6c80a315105 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] caf6b1965c3e71ad502a25883db62d2d21912493ce5da9a28b921135b41af046 [INFO] running `Command { std: "docker" "start" "-a" "caf6b1965c3e71ad502a25883db62d2d21912493ce5da9a28b921135b41af046", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling inventory v0.3.19 [INFO] [stderr] Compiling uuid v1.13.1 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling dynasty-macros v0.1.0 [INFO] [stderr] Compiling dynasty-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::any::TypeId` [INFO] [stdout] --> src/error/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::any::TypeId; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::DynastyError` [INFO] [stdout] --> src/registry/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::error::DynastyError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Any` [INFO] [stdout] --> src/registry/mod.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::any::{Any, TypeId}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is`, `downcast_ref`, and `downcast_mut` are never used [INFO] [stdout] --> src/traits/mod.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 49 | impl dyn SafeDowncast { [INFO] [stdout] | --------------------- methods in this implementation [INFO] [stdout] 50 | fn is(&self) -> bool { [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 54 | fn downcast_ref(&self) -> Option<&T> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | fn downcast_mut(&mut self) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.10s [INFO] running `Command { std: "docker" "inspect" "caf6b1965c3e71ad502a25883db62d2d21912493ce5da9a28b921135b41af046", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caf6b1965c3e71ad502a25883db62d2d21912493ce5da9a28b921135b41af046", kill_on_drop: false }` [INFO] [stdout] caf6b1965c3e71ad502a25883db62d2d21912493ce5da9a28b921135b41af046 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 569e777cf6ff1e45c7ec735fbd3b8a69406b42d91100458cf43f5a9d3320c09a [INFO] running `Command { std: "docker" "start" "-a" "569e777cf6ff1e45c7ec735fbd3b8a69406b42d91100458cf43f5a9d3320c09a", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `std::any::TypeId` [INFO] [stdout] --> src/error/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::any::TypeId; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::DynastyError` [INFO] [stdout] --> src/registry/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::error::DynastyError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Any` [INFO] [stdout] --> src/registry/mod.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::any::{Any, TypeId}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dynasty-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `is`, `downcast_ref`, and `downcast_mut` are never used [INFO] [stdout] --> src/traits/mod.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 49 | impl dyn SafeDowncast { [INFO] [stdout] | --------------------- methods in this implementation [INFO] [stdout] 50 | fn is(&self) -> bool { [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 54 | fn downcast_ref(&self) -> Option<&T> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | fn downcast_mut(&mut self) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::any::TypeId` [INFO] [stdout] --> src/error/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::any::TypeId; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::DynastyError` [INFO] [stdout] --> src/registry/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::error::DynastyError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `&tests::Character` [INFO] [stdout] --> src/lib.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[inherit(Entity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `inherit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `&mut tests::Character` [INFO] [stdout] --> src/lib.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[inherit(Entity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `inherit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `&tests::Player` [INFO] [stdout] --> src/lib.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inherit(Character)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `inherit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `&mut tests::Player` [INFO] [stdout] --> src/lib.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inherit(Character)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `inherit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `tests::Character` has no field named `base` [INFO] [stdout] --> src/lib.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | base: Entity { [INFO] [stdout] | ^^^^ `tests::Character` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `tests::Character` [INFO] [stdout] --> src/lib.rs:70:30 [INFO] [stdout] | [INFO] [stdout] 70 | assert_eq!(character.base.id, 2); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `health`, `level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `tests::Player` has no field named `base` [INFO] [stdout] --> src/lib.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | base: Character { [INFO] [stdout] | ^^^^ `tests::Player` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `tests::Character` has no field named `base` [INFO] [stdout] --> src/lib.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | base: Entity { [INFO] [stdout] | ^^^^ `tests::Character` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `tests::Player` [INFO] [stdout] --> src/lib.rs:89:27 [INFO] [stdout] | [INFO] [stdout] 89 | assert_eq!(player.base.base.id, 3); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available field is: `experience` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `tests::Player` [INFO] [stdout] --> src/lib.rs:90:27 [INFO] [stdout] | [INFO] [stdout] 90 | assert_eq!(player.base.health, 100.0); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available field is: `experience` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `tests::Player` has no field named `base` [INFO] [stdout] --> src/lib.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | base: Character { [INFO] [stdout] | ^^^^ `tests::Player` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `tests::Character` has no field named `base` [INFO] [stdout] --> src/lib.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | base: Entity { [INFO] [stdout] | ^^^^ `tests::Character` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `tests::Player` [INFO] [stdout] --> src/lib.rs:122:27 [INFO] [stdout] | [INFO] [stdout] 122 | assert_eq!(player.base.as_any().type_id(), TypeId::of::()); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available field is: `experience` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `tests::Player` [INFO] [stdout] --> src/lib.rs:123:27 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(player.base.base.as_any().type_id(), TypeId::of::()); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available field is: `experience` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `tests::Player` [INFO] [stdout] --> src/lib.rs:126:35 [INFO] [stdout] | [INFO] [stdout] 126 | let as_character = player.base.as_any().downcast_ref::(); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available field is: `experience` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `GameObject` has no field named `base` [INFO] [stdout] --> src/lib.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | base: Entity { [INFO] [stdout] | ^^^^ `GameObject` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `&GameObject` [INFO] [stdout] --> src/lib.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | #[inherit(Entity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `inherit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `base` on type `&mut GameObject` [INFO] [stdout] --> src/lib.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | #[inherit(Entity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `inherit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `tests::Player` has no field named `base` [INFO] [stdout] --> src/lib.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | base: Character { [INFO] [stdout] | ^^^^ `tests::Player` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `tests::Character` has no field named `base` [INFO] [stdout] --> src/lib.rs:200:21 [INFO] [stdout] | [INFO] [stdout] 200 | base: Entity { [INFO] [stdout] | ^^^^ `tests::Character` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: all struct fields are already assigned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Any` [INFO] [stdout] --> src/registry/mod.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::any::{Any, TypeId}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0560, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0560`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dynasty-rs` (lib test) due to 20 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "569e777cf6ff1e45c7ec735fbd3b8a69406b42d91100458cf43f5a9d3320c09a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "569e777cf6ff1e45c7ec735fbd3b8a69406b42d91100458cf43f5a9d3320c09a", kill_on_drop: false }` [INFO] [stdout] 569e777cf6ff1e45c7ec735fbd3b8a69406b42d91100458cf43f5a9d3320c09a