[INFO] fetching crate instinct 0.1.0... [INFO] checking instinct-0.1.0 against beta for pr-78714 [INFO] extracting crate instinct 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate instinct 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta" "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] aaa37c35595184dcad383741934cdafc43c840363bcb654da16abfe650752d29 [INFO] running `Command { std: "docker" "start" "-a" "aaa37c35595184dcad383741934cdafc43c840363bcb654da16abfe650752d29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aaa37c35595184dcad383741934cdafc43c840363bcb654da16abfe650752d29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaa37c35595184dcad383741934cdafc43c840363bcb654da16abfe650752d29", kill_on_drop: false }` [INFO] [stdout] aaa37c35595184dcad383741934cdafc43c840363bcb654da16abfe650752d29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta" "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] 93c8722814419efb4ca9896ad1a2ec1623eed1b8424dbb5c3e9e4a415d30f33c [INFO] running `Command { std: "docker" "start" "-a" "93c8722814419efb4ca9896ad1a2ec1623eed1b8424dbb5c3e9e4a415d30f33c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking num-rational v0.2.4 [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: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: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: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 33.88s [INFO] running `Command { std: "docker" "inspect" "93c8722814419efb4ca9896ad1a2ec1623eed1b8424dbb5c3e9e4a415d30f33c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93c8722814419efb4ca9896ad1a2ec1623eed1b8424dbb5c3e9e4a415d30f33c", kill_on_drop: false }` [INFO] [stdout] 93c8722814419efb4ca9896ad1a2ec1623eed1b8424dbb5c3e9e4a415d30f33c