[INFO] cloning repository https://github.com/Jupp56/skyrim_savegame [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jupp56/skyrim_savegame" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJupp56%2Fskyrim_savegame", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJupp56%2Fskyrim_savegame'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f3aa96c8e0dfc22a6ebaf53261395854988e8a5 [INFO] testing Jupp56/skyrim_savegame against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJupp56%2Fskyrim_savegame" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Jupp56/skyrim_savegame on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Jupp56/skyrim_savegame [INFO] finished tweaking git repo https://github.com/Jupp56/skyrim_savegame [INFO] tweaked toml for git repo https://github.com/Jupp56/skyrim_savegame written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/Jupp56/skyrim_savegame already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] a2d05c1c931e3e3da3d80245991a938542cd4d017cc33dcfdebf071ccadbe7f5 [INFO] running `Command { std: "docker" "start" "-a" "a2d05c1c931e3e3da3d80245991a938542cd4d017cc33dcfdebf071ccadbe7f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2d05c1c931e3e3da3d80245991a938542cd4d017cc33dcfdebf071ccadbe7f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2d05c1c931e3e3da3d80245991a938542cd4d017cc33dcfdebf071ccadbe7f5", kill_on_drop: false }` [INFO] [stdout] a2d05c1c931e3e3da3d80245991a938542cd4d017cc33dcfdebf071ccadbe7f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] 6eee30c794e10020d94e624d11abd902615f539498494d9c5a44ac88107472e6 [INFO] running `Command { std: "docker" "start" "-a" "6eee30c794e10020d94e624d11abd902615f539498494d9c5a44ac88107472e6", kill_on_drop: false }` [INFO] [stderr] Compiling lz4_flex v0.7.5 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling skyrim_savegame v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `u0` [INFO] [stdout] --> src/global_data.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 712 | u0: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u1` [INFO] [stdout] --> src/global_data.rs:713:5 [INFO] [stdout] | [INFO] [stdout] 713 | u1: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u2` [INFO] [stdout] --> src/global_data.rs:714:5 [INFO] [stdout] | [INFO] [stdout] 714 | u2: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u3` [INFO] [stdout] --> src/global_data.rs:715:5 [INFO] [stdout] | [INFO] [stdout] 715 | u3: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u4` [INFO] [stdout] --> src/global_data.rs:716:5 [INFO] [stdout] | [INFO] [stdout] 716 | u4: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u5` [INFO] [stdout] --> src/global_data.rs:717:5 [INFO] [stdout] | [INFO] [stdout] 717 | u5: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `next_num` [INFO] [stdout] --> src/global_data.rs:722:5 [INFO] [stdout] | [INFO] [stdout] 722 | next_num: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unknown` [INFO] [stdout] --> src/global_data.rs:723:5 [INFO] [stdout] | [INFO] [stdout] 723 | unknown: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/bin/cli.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | if let GlobalDataType::TES(y) = x { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.05s [INFO] running `Command { std: "docker" "inspect" "6eee30c794e10020d94e624d11abd902615f539498494d9c5a44ac88107472e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eee30c794e10020d94e624d11abd902615f539498494d9c5a44ac88107472e6", kill_on_drop: false }` [INFO] [stdout] 6eee30c794e10020d94e624d11abd902615f539498494d9c5a44ac88107472e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] 2f608576336d439c16fc6ea630900a8ac097375bc2f68884ad524f3fbc5c9c63 [INFO] running `Command { std: "docker" "start" "-a" "2f608576336d439c16fc6ea630900a8ac097375bc2f68884ad524f3fbc5c9c63", kill_on_drop: false }` [INFO] [stderr] Compiling skyrim_savegame v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `u0` [INFO] [stdout] --> src/global_data.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 712 | u0: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u1` [INFO] [stdout] --> src/global_data.rs:713:5 [INFO] [stdout] | [INFO] [stdout] 713 | u1: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u2` [INFO] [stdout] --> src/global_data.rs:714:5 [INFO] [stdout] | [INFO] [stdout] 714 | u2: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u3` [INFO] [stdout] --> src/global_data.rs:715:5 [INFO] [stdout] | [INFO] [stdout] 715 | u3: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u4` [INFO] [stdout] --> src/global_data.rs:716:5 [INFO] [stdout] | [INFO] [stdout] 716 | u4: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u5` [INFO] [stdout] --> src/global_data.rs:717:5 [INFO] [stdout] | [INFO] [stdout] 717 | u5: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `next_num` [INFO] [stdout] --> src/global_data.rs:722:5 [INFO] [stdout] | [INFO] [stdout] 722 | next_num: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unknown` [INFO] [stdout] --> src/global_data.rs:723:5 [INFO] [stdout] | [INFO] [stdout] 723 | unknown: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/bin/cli.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | if let GlobalDataType::TES(y) = x { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u0` [INFO] [stdout] --> src/global_data.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 712 | u0: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u1` [INFO] [stdout] --> src/global_data.rs:713:5 [INFO] [stdout] | [INFO] [stdout] 713 | u1: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u2` [INFO] [stdout] --> src/global_data.rs:714:5 [INFO] [stdout] | [INFO] [stdout] 714 | u2: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u3` [INFO] [stdout] --> src/global_data.rs:715:5 [INFO] [stdout] | [INFO] [stdout] 715 | u3: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u4` [INFO] [stdout] --> src/global_data.rs:716:5 [INFO] [stdout] | [INFO] [stdout] 716 | u4: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u5` [INFO] [stdout] --> src/global_data.rs:717:5 [INFO] [stdout] | [INFO] [stdout] 717 | u5: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `next_num` [INFO] [stdout] --> src/global_data.rs:722:5 [INFO] [stdout] | [INFO] [stdout] 722 | next_num: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unknown` [INFO] [stdout] --> src/global_data.rs:723:5 [INFO] [stdout] | [INFO] [stdout] 723 | unknown: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/global_data.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.94s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/skyrim_savegame-fefdcaa61bf2c7cb) [INFO] [stderr] Executable unittests src/bin/cli.rs (/opt/rustwide/target/debug/deps/cli-4a7ab8db12a94b30) [INFO] running `Command { std: "docker" "inspect" "2f608576336d439c16fc6ea630900a8ac097375bc2f68884ad524f3fbc5c9c63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f608576336d439c16fc6ea630900a8ac097375bc2f68884ad524f3fbc5c9c63", kill_on_drop: false }` [INFO] [stdout] 2f608576336d439c16fc6ea630900a8ac097375bc2f68884ad524f3fbc5c9c63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dd35b48e60bfd1aca45e77fc7dfaa530159f864244f8c0d0aae7bd4a8a20fbd9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dd35b48e60bfd1aca45e77fc7dfaa530159f864244f8c0d0aae7bd4a8a20fbd9", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `u0` [INFO] [stderr] --> src/global_data.rs:712:5 [INFO] [stderr] | [INFO] [stderr] 712 | u0: String, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:710:10 [INFO] [stderr] | [INFO] [stderr] 710 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `u1` [INFO] [stderr] --> src/global_data.rs:713:5 [INFO] [stderr] | [INFO] [stderr] 713 | u1: String, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:710:10 [INFO] [stderr] | [INFO] [stderr] 710 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `u2` [INFO] [stderr] --> src/global_data.rs:714:5 [INFO] [stderr] | [INFO] [stderr] 714 | u2: u32, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:710:10 [INFO] [stderr] | [INFO] [stderr] 710 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `u3` [INFO] [stderr] --> src/global_data.rs:715:5 [INFO] [stderr] | [INFO] [stderr] 715 | u3: u32, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:710:10 [INFO] [stderr] | [INFO] [stderr] 710 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `u4` [INFO] [stderr] --> src/global_data.rs:716:5 [INFO] [stderr] | [INFO] [stderr] 716 | u4: u32, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:710:10 [INFO] [stderr] | [INFO] [stderr] 710 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `u5` [INFO] [stderr] --> src/global_data.rs:717:5 [INFO] [stderr] | [INFO] [stderr] 717 | u5: u32, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterfaceUnknown0_0` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:710:10 [INFO] [stderr] | [INFO] [stderr] 710 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `next_num` [INFO] [stderr] --> src/global_data.rs:722:5 [INFO] [stderr] | [INFO] [stderr] 722 | next_num: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:720:10 [INFO] [stderr] | [INFO] [stderr] 720 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `unknown` [INFO] [stderr] --> src/global_data.rs:723:5 [INFO] [stderr] | [INFO] [stderr] 723 | unknown: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActorCauses` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/global_data.rs:720:10 [INFO] [stderr] | [INFO] [stderr] 720 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `skyrim_savegame` (lib) generated 8 warnings [INFO] [stderr] warning: `skyrim_savegame` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/bin/cli.rs:16:36 [INFO] [stderr] | [INFO] [stderr] 16 | if let GlobalDataType::TES(y) = x { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `skyrim_savegame` (bin "cli" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/skyrim_savegame-fefdcaa61bf2c7cb) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/cli.rs (/opt/rustwide/target/debug/deps/cli-4a7ab8db12a94b30) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests skyrim_savegame [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dd35b48e60bfd1aca45e77fc7dfaa530159f864244f8c0d0aae7bd4a8a20fbd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd35b48e60bfd1aca45e77fc7dfaa530159f864244f8c0d0aae7bd4a8a20fbd9", kill_on_drop: false }` [INFO] [stdout] dd35b48e60bfd1aca45e77fc7dfaa530159f864244f8c0d0aae7bd4a8a20fbd9