[INFO] fetching crate instinct 0.1.0... [INFO] checking instinct-0.1.0 against try#ffa4a0215752773248fb0f0a8092f1c3e7907e9e for pr-75585 [INFO] extracting crate instinct 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate instinct 0.1.0 on toolchain ffa4a0215752773248fb0f0a8092f1c3e7907e9e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ffa4a0215752773248fb0f0a8092f1c3e7907e9e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate instinct 0.1.0 [INFO] finished tweaking crates.io crate instinct 0.1.0 [INFO] tweaked toml for crates.io crate instinct 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ffa4a0215752773248fb0f0a8092f1c3e7907e9e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ffa4a0215752773248fb0f0a8092f1c3e7907e9e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+ffa4a0215752773248fb0f0a8092f1c3e7907e9e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0108dc3070269b1cb8f0a7b4e5950b51573ea96c5dd25563819428986eabe8a8 [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" "0108dc3070269b1cb8f0a7b4e5950b51573ea96c5dd25563819428986eabe8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0108dc3070269b1cb8f0a7b4e5950b51573ea96c5dd25563819428986eabe8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0108dc3070269b1cb8f0a7b4e5950b51573ea96c5dd25563819428986eabe8a8", kill_on_drop: false }` [INFO] [stdout] 0108dc3070269b1cb8f0a7b4e5950b51573ea96c5dd25563819428986eabe8a8 [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+ffa4a0215752773248fb0f0a8092f1c3e7907e9e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a201af952d76acaf746322022743e0dcbf681681f0306db0662656573d4e090e [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" "a201af952d76acaf746322022743e0dcbf681681f0306db0662656573d4e090e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking instinct v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | / macro_rules! sort_point_and_plane { [INFO] [stdout] 231 | | ($p: expr, $a: expr, $b: expr, $c: expr) => { [INFO] [stdout] 232 | | if same_point!($p, $a) { [INFO] [stdout] 233 | | Ordering::Equal [INFO] [stdout] ... | [INFO] [stdout] 253 | | } [INFO] [stdout] 254 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | / macro_rules! sort_point_and_plane { [INFO] [stdout] 231 | | ($p: expr, $a: expr, $b: expr, $c: expr) => { [INFO] [stdout] 232 | | if same_point!($p, $a) { [INFO] [stdout] 233 | | Ordering::Equal [INFO] [stdout] ... | [INFO] [stdout] 253 | | } [INFO] [stdout] 254 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / macro_rules! get_line_plane_joint { [INFO] [stdout] 304 | | ($l0 :expr, $l1: expr, $p0: expr, $p1: expr, $p2: expr) => { [INFO] [stdout] 305 | | { [INFO] [stdout] 306 | | let normal_0 = get_point_plane_normal!($l0, $p0, $p1, $p2); [INFO] [stdout] ... | [INFO] [stdout] 322 | | } [INFO] [stdout] 323 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / macro_rules! get_line_plane_joint { [INFO] [stdout] 304 | | ($l0 :expr, $l1: expr, $p0: expr, $p1: expr, $p2: expr) => { [INFO] [stdout] 305 | | { [INFO] [stdout] 306 | | let normal_0 = get_point_plane_normal!($l0, $p0, $p1, $p2); [INFO] [stdout] ... | [INFO] [stdout] 322 | | } [INFO] [stdout] 323 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:327:1 [INFO] [stdout] | [INFO] [stdout] 327 | / macro_rules! get_side_line_plane_joint { [INFO] [stdout] 328 | | ($l0 :expr, $l1: expr, $p0: expr, $p1: expr, $p2: expr) => { [INFO] [stdout] 329 | | { [INFO] [stdout] 330 | | let normal_0 = get_point_plane_normal!($l0, $p0, $p1, $p2); [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:327:1 [INFO] [stdout] | [INFO] [stdout] 327 | / macro_rules! get_side_line_plane_joint { [INFO] [stdout] 328 | | ($l0 :expr, $l1: expr, $p0: expr, $p1: expr, $p2: expr) => { [INFO] [stdout] 329 | | { [INFO] [stdout] 330 | | let normal_0 = get_point_plane_normal!($l0, $p0, $p1, $p2); [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PartialOrd` [INFO] [stdout] --> src/lib.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::{PartialOrd, Ordering}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PartialOrd` [INFO] [stdout] --> src/lib.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::{PartialOrd, Ordering}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.47s [INFO] running `Command { std: "docker" "inspect" "a201af952d76acaf746322022743e0dcbf681681f0306db0662656573d4e090e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a201af952d76acaf746322022743e0dcbf681681f0306db0662656573d4e090e", kill_on_drop: false }` [INFO] [stdout] a201af952d76acaf746322022743e0dcbf681681f0306db0662656573d4e090e