[INFO] fetching crate slitter 0.1.0... [INFO] testing slitter-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate slitter 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate slitter 0.1.0 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 crates.io crate slitter 0.1.0 [INFO] finished tweaking crates.io crate slitter 0.1.0 [INFO] tweaked toml for crates.io crate slitter 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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] [stdout] 8194de1c4234dace91edb9438dc2849dc4bb2568db2ba404fa2eed0868eec52b [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" "8194de1c4234dace91edb9438dc2849dc4bb2568db2ba404fa2eed0868eec52b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8194de1c4234dace91edb9438dc2849dc4bb2568db2ba404fa2eed0868eec52b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8194de1c4234dace91edb9438dc2849dc4bb2568db2ba404fa2eed0868eec52b", kill_on_drop: false }` [INFO] [stdout] 8194de1c4234dace91edb9438dc2849dc4bb2568db2ba404fa2eed0868eec52b [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] 7c5f6dcc877f0edea8a98189e28c7eaed8a8045d0a2ca2f74c6dec4ba0ab717c [INFO] running `Command { std: "docker" "start" "-a" "7c5f6dcc877f0edea8a98189e28c7eaed8a8045d0a2ca2f74c6dec4ba0ab717c", kill_on_drop: false }` [INFO] [stderr] Compiling disabled_contracts v0.1.0 [INFO] [stderr] Compiling slitter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cargo:rustc-cdylib-link-arg was specified in the build script of slitter v0.1.0 (/opt/rustwide/workdir), but that package does not contain a cdylib target [INFO] [stderr] [INFO] [stderr] Allowing this was an unintended change in the 1.50 release, and may become an error in the future. For more information, see . [INFO] [stderr] warning: cargo:rustc-cdylib-link-arg was specified in the build script of slitter v0.1.0 (/opt/rustwide/workdir), but that package does not contain a cdylib target [INFO] [stderr] [INFO] [stderr] Allowing this was an unintended change in the 1.50 release, and may become an error in the future. For more information, see . [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/class.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | pub name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/class.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub id: Class, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data_end` [INFO] [stdout] --> src/mill.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | pub data_end: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AllocatedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/mill.rs:241:10 [INFO] [stdout] | [INFO] [stdout] 241 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.65s [INFO] running `Command { std: "docker" "inspect" "7c5f6dcc877f0edea8a98189e28c7eaed8a8045d0a2ca2f74c6dec4ba0ab717c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c5f6dcc877f0edea8a98189e28c7eaed8a8045d0a2ca2f74c6dec4ba0ab717c", kill_on_drop: false }` [INFO] [stdout] 7c5f6dcc877f0edea8a98189e28c7eaed8a8045d0a2ca2f74c6dec4ba0ab717c [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] 5d6191b8bbe25230e1d43117a289c4e7ed2e7b22884b6c33036a23ec79eeef4b [INFO] running `Command { std: "docker" "start" "-a" "5d6191b8bbe25230e1d43117a289c4e7ed2e7b22884b6c33036a23ec79eeef4b", kill_on_drop: false }` [INFO] [stderr] warning: cargo:rustc-cdylib-link-arg was specified in the build script of slitter v0.1.0 (/opt/rustwide/workdir), but that package does not contain a cdylib target [INFO] [stderr] [INFO] [stderr] Allowing this was an unintended change in the 1.50 release, and may become an error in the future. For more information, see . [INFO] [stderr] warning: cargo:rustc-cdylib-link-arg was specified in the build script of slitter v0.1.0 (/opt/rustwide/workdir), but that package does not contain a cdylib target [INFO] [stderr] [INFO] [stderr] Allowing this was an unintended change in the 1.50 release, and may become an error in the future. For more information, see . [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/class.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | pub name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/class.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub id: Class, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stdout] warning: field is never read: `data_end` [INFO] [stdout] --> src/mill.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | pub data_end: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AllocatedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/mill.rs:241:10 [INFO] [stdout] | [INFO] [stdout] 241 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling contracts v0.6.3 [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling proptest v1.0.0 [INFO] [stderr] Compiling slitter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/cache.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | #[invariant(self.check_rep_or_err().is_ok(), "Internal invariants hold.")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | immutable borrow occurs here [INFO] [stdout] | immutable borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 211 | assert!(self.per_class_info.is_empty()); [INFO] [stdout] | ------------------- first borrow occurs due to use of `self` in closure [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `invariant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: use of moved value: `self` [INFO] [stdout] --> src/mill.rs:497:43 [INFO] [stdout] | [INFO] [stdout] 497 | #[invariant(debug_arange_map::is_data(self.data as usize, DATA_ALIGNMENT).is_ok(), [INFO] [stdout] | ^^^^^^^^^ value used here after move [INFO] [stdout] 498 | "The data region is marked as such.")] [INFO] [stdout] 499 | fn commit(self) -> Result<(), i32> { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | value moved here [INFO] [stdout] | move occurs because `self` has type `AllocatedChunk<'_>`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0382, E0502. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0382`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: cargo:rustc-cdylib-link-arg was specified in the build script of slitter v0.1.0 (/opt/rustwide/workdir), but that package does not contain a cdylib target [INFO] [stderr] [INFO] [stderr] Allowing this was an unintended change in the 1.50 release, and may become an error in the future. For more information, see . [INFO] [stderr] warning: cargo:rustc-cdylib-link-arg was specified in the build script of slitter v0.1.0 (/opt/rustwide/workdir), but that package does not contain a cdylib target [INFO] [stderr] [INFO] [stderr] Allowing this was an unintended change in the 1.50 release, and may become an error in the future. For more information, see . [INFO] [stderr] [INFO] [stderr] error: could not compile `slitter` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "5d6191b8bbe25230e1d43117a289c4e7ed2e7b22884b6c33036a23ec79eeef4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d6191b8bbe25230e1d43117a289c4e7ed2e7b22884b6c33036a23ec79eeef4b", kill_on_drop: false }` [INFO] [stdout] 5d6191b8bbe25230e1d43117a289c4e7ed2e7b22884b6c33036a23ec79eeef4b