[INFO] fetching crate rudy 0.1.0... [INFO] checking rudy-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate rudy 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate rudy 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rudy 0.1.0 [INFO] finished tweaking crates.io crate rudy 0.1.0 [INFO] tweaked toml for crates.io crate rudy 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bencher v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42e00423efcc654ce7214f3e902adc8faaa1efdfa668e6951e97f52e4b818ebb [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" "42e00423efcc654ce7214f3e902adc8faaa1efdfa668e6951e97f52e4b818ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42e00423efcc654ce7214f3e902adc8faaa1efdfa668e6951e97f52e4b818ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42e00423efcc654ce7214f3e902adc8faaa1efdfa668e6951e97f52e4b818ebb", kill_on_drop: false }` [INFO] [stdout] 42e00423efcc654ce7214f3e902adc8faaa1efdfa668e6951e97f52e4b818ebb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--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] 3b5af96c4cd6a5254a0990a64c2b35c3ed6793b852ba45ccef6cb8cc864c9e76 [INFO] running `Command { std: "docker" "start" "-a" "3b5af96c4cd6a5254a0990a64c2b35c3ed6793b852ba45ccef6cb8cc864c9e76", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking bencher v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking rudy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:93:41 [INFO] [stdout] | [INFO] [stdout] 93 | array1: NoDrop::new(unsafe {mem::uninitialized()}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | array2: NoDrop::new(unsafe {mem::uninitialized()}) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:286:59 [INFO] [stdout] | [INFO] [stdout] 286 | let mut array1: NoDrop = NoDrop::new(unsafe { mem::uninitialized() }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:287:59 [INFO] [stdout] | [INFO] [stdout] 287 | let mut array2: NoDrop = NoDrop::new(unsafe { mem::uninitialized() }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:93:41 [INFO] [stdout] | [INFO] [stdout] 93 | array1: NoDrop::new(unsafe {mem::uninitialized()}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | array2: NoDrop::new(unsafe {mem::uninitialized()}) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:286:59 [INFO] [stdout] | [INFO] [stdout] 286 | let mut array1: NoDrop = NoDrop::new(unsafe { mem::uninitialized() }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util/locksteparray.rs:287:59 [INFO] [stdout] | [INFO] [stdout] 287 | let mut array2: NoDrop = NoDrop::new(unsafe { mem::uninitialized() }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/rudymap/jpm/branch_uncompressed.rs:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | array: { mem::uninitialized() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/rudymap/jpm/branch_uncompressed.rs:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | array: { mem::uninitialized() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/rootptr.rs:183:45 [INFO] [stdout] | [INFO] [stdout] 183 | RootMut::$type_name(mut node) => node.insert(key, value), [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / impl_root_ptr!( [INFO] [stdout] 243 | | 2 => Leaf1, [INFO] [stdout] 244 | | 3 => Leaf2, [INFO] [stdout] 245 | | 4 => VecLeaf, [INFO] [stdout] 246 | | 5 => Jpm [INFO] [stdout] 247 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/rootptr.rs:183:45 [INFO] [stdout] | [INFO] [stdout] 183 | RootMut::$type_name(mut node) => node.insert(key, value), [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / impl_root_ptr!( [INFO] [stdout] 243 | | 2 => Leaf1, [INFO] [stdout] 244 | | 3 => Leaf2, [INFO] [stdout] 245 | | 4 => VecLeaf, [INFO] [stdout] 246 | | 5 => Jpm [INFO] [stdout] 247 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/rootptr.rs:210:45 [INFO] [stdout] | [INFO] [stdout] 210 | RootMut::$type_name(mut node) => node.remove(key), [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / impl_root_ptr!( [INFO] [stdout] 243 | | 2 => Leaf1, [INFO] [stdout] 244 | | 3 => Leaf2, [INFO] [stdout] 245 | | 4 => VecLeaf, [INFO] [stdout] 246 | | 5 => Jpm [INFO] [stdout] 247 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/jpm/leaf_bitmap.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | let mut value = &mut self.values[index]; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/rootptr.rs:183:45 [INFO] [stdout] | [INFO] [stdout] 183 | RootMut::$type_name(mut node) => node.insert(key, value), [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / impl_root_ptr!( [INFO] [stdout] 243 | | 2 => Leaf1, [INFO] [stdout] 244 | | 3 => Leaf2, [INFO] [stdout] 245 | | 4 => VecLeaf, [INFO] [stdout] 246 | | 5 => Jpm [INFO] [stdout] 247 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/rootptr.rs:183:45 [INFO] [stdout] | [INFO] [stdout] 183 | RootMut::$type_name(mut node) => node.insert(key, value), [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / impl_root_ptr!( [INFO] [stdout] 243 | | 2 => Leaf1, [INFO] [stdout] 244 | | 3 => Leaf2, [INFO] [stdout] 245 | | 4 => VecLeaf, [INFO] [stdout] 246 | | 5 => Jpm [INFO] [stdout] 247 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/rootptr.rs:210:45 [INFO] [stdout] | [INFO] [stdout] 210 | RootMut::$type_name(mut node) => node.remove(key), [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / impl_root_ptr!( [INFO] [stdout] 243 | | 2 => Leaf1, [INFO] [stdout] 244 | | 3 => Leaf2, [INFO] [stdout] 245 | | 4 => VecLeaf, [INFO] [stdout] 246 | | 5 => Jpm [INFO] [stdout] 247 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/rudymap/jpm/branch_linear.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | node.array.push(k, v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rudymap/jpm/leaf_bitmap.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | let mut value = &mut self.values[index]; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/rudymap/jpm/branch_linear.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | node.array.push(k, v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.98s [INFO] running `Command { std: "docker" "inspect" "3b5af96c4cd6a5254a0990a64c2b35c3ed6793b852ba45ccef6cb8cc864c9e76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b5af96c4cd6a5254a0990a64c2b35c3ed6793b852ba45ccef6cb8cc864c9e76", kill_on_drop: false }` [INFO] [stdout] 3b5af96c4cd6a5254a0990a64c2b35c3ed6793b852ba45ccef6cb8cc864c9e76