[INFO] cloning repository https://github.com/mjkillough/osrm-ch-m2m [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mjkillough/osrm-ch-m2m" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjkillough%2Fosrm-ch-m2m", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjkillough%2Fosrm-ch-m2m'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd83de2bac824eae939dc384ed8a5ec5170fe705 [INFO] checking mjkillough/osrm-ch-m2m against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjkillough%2Fosrm-ch-m2m" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjkillough/osrm-ch-m2m on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mjkillough/osrm-ch-m2m [INFO] finished tweaking git repo https://github.com/mjkillough/osrm-ch-m2m [INFO] tweaked toml for git repo https://github.com/mjkillough/osrm-ch-m2m written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mjkillough/osrm-ch-m2m already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tar v0.4.20 [INFO] [stderr] Downloaded libloading v0.5.0 [INFO] [stderr] Downloaded priority-queue v0.5.2 [INFO] [stderr] Downloaded bitvec v0.9.0 [INFO] [stderr] Downloaded superslice v0.1.0 [INFO] [stderr] Downloaded serde_derive v1.0.83 [INFO] [stderr] Downloaded cexpr v0.3.3 [INFO] [stderr] Downloaded serde v1.0.83 [INFO] [stderr] Downloaded filetime v0.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fba112a7897f877056b520d58c5d57296b7a03f80f7d4be2fb1e1a86edc8f0c [INFO] running `Command { std: "docker" "start" "-a" "4fba112a7897f877056b520d58c5d57296b7a03f80f7d4be2fb1e1a86edc8f0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fba112a7897f877056b520d58c5d57296b7a03f80f7d4be2fb1e1a86edc8f0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fba112a7897f877056b520d58c5d57296b7a03f80f7d4be2fb1e1a86edc8f0c", kill_on_drop: false }` [INFO] [stdout] 4fba112a7897f877056b520d58c5d57296b7a03f80f7d4be2fb1e1a86edc8f0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1bbbfecd69d282886980f33c050cda28738b63c1b0b25f46a6ae3446e7b24ff [INFO] running `Command { std: "docker" "start" "-a" "e1bbbfecd69d282886980f33c050cda28738b63c1b0b25f46a6ae3446e7b24ff", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling serde v1.0.83 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking indexmap v0.4.1 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Checking bitvec v0.9.0 [INFO] [stderr] Checking superslice v0.1.0 [INFO] [stderr] Checking priority-queue v0.5.2 [INFO] [stderr] Checking num_cpus v1.9.0 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.4 [INFO] [stderr] Checking tar v0.4.20 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling cexpr v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.83 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling bindgen v0.42.3 [INFO] [stderr] Compiling osrm-ch-m2m v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_json v1.0.34 [INFO] [stdout] warning: the item `tar` is imported redundantly [INFO] [stdout] --> src/graph/storage/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tar; [INFO] [stdout] | ^^^ the item `tar` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `serde_json` is imported redundantly [INFO] [stdout] --> src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use serde_json; [INFO] [stdout] | ^^^^^^^^^^ the item `serde_json` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tar` is imported redundantly [INFO] [stdout] --> src/graph/storage/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tar; [INFO] [stdout] | ^^^ the item `tar` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `serde_json` is imported redundantly [INFO] [stdout] --> src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use serde_json; [INFO] [stdout] | ^^^^^^^^^^ the item `serde_json` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `parent` is never read [INFO] [stdout] --> src/heap.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Query { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 13 | pub node: NodeId, [INFO] [stdout] 14 | pub parent: NodeId, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Query` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-1c367d334ac37118/out/bindings.rs:108:778 [INFO] [stdout] | [INFO] [stdout] 108 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < EdgeArrayEntry > ( ) ) ) . target as * const _ as usize } , 0usize , concat ! ( "Offset ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-1c367d334ac37118/out/bindings.rs:108:1007 [INFO] [stdout] | [INFO] [stdout] 108 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < EdgeArrayEntry > ( ) ) ) . weight as * const _ as usize } , 8usize , concat ! ( "Offset ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-1c367d334ac37118/out/bindings.rs:108:4615 [INFO] [stdout] | [INFO] [stdout] 108 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < NodeArrayEntry > ( ) ) ) . first_edge as * const _ as usize } , 0usize , concat ! ( "Off... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-1c367d334ac37118/out/bindings.rs:108:5292 [INFO] [stdout] | [INFO] [stdout] 108 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < Metadata > ( ) ) ) . element_count as * const _ as usize } , 0usize , concat ! ( "Off... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `parent` is never read [INFO] [stdout] --> src/heap.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Query { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 13 | pub node: NodeId, [INFO] [stdout] 14 | pub parent: NodeId, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Query` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.38s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.3, nom v4.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "e1bbbfecd69d282886980f33c050cda28738b63c1b0b25f46a6ae3446e7b24ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1bbbfecd69d282886980f33c050cda28738b63c1b0b25f46a6ae3446e7b24ff", kill_on_drop: false }` [INFO] [stdout] e1bbbfecd69d282886980f33c050cda28738b63c1b0b25f46a6ae3446e7b24ff [INFO] checking mjkillough/osrm-ch-m2m against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjkillough%2Fosrm-ch-m2m" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjkillough/osrm-ch-m2m on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mjkillough/osrm-ch-m2m [INFO] finished tweaking git repo https://github.com/mjkillough/osrm-ch-m2m [INFO] tweaked toml for git repo https://github.com/mjkillough/osrm-ch-m2m written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mjkillough/osrm-ch-m2m already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 832faf108c48df499951a5ab6cd56f1b396dc5f29f13bf77f8ef4263691798b2 [INFO] running `Command { std: "docker" "start" "-a" "832faf108c48df499951a5ab6cd56f1b396dc5f29f13bf77f8ef4263691798b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "832faf108c48df499951a5ab6cd56f1b396dc5f29f13bf77f8ef4263691798b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "832faf108c48df499951a5ab6cd56f1b396dc5f29f13bf77f8ef4263691798b2", kill_on_drop: false }` [INFO] [stdout] 832faf108c48df499951a5ab6cd56f1b396dc5f29f13bf77f8ef4263691798b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 007b011d63c4b225a7b442c9ef5e7e264ad774072a37aad54cb535fe1a794f51 [INFO] running `Command { std: "docker" "start" "-a" "007b011d63c4b225a7b442c9ef5e7e264ad774072a37aad54cb535fe1a794f51", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling serde v1.0.83 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Checking indexmap v0.4.1 [INFO] [stderr] Checking superslice v0.1.0 [INFO] [stderr] Checking bitvec v0.9.0 [INFO] [stderr] Checking priority-queue v0.5.2 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Checking num_cpus v1.9.0 [INFO] [stderr] Checking filetime v0.2.4 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Checking tar v0.4.20 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling cexpr v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.83 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling bindgen v0.42.3 [INFO] [stderr] Compiling osrm-ch-m2m v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_json v1.0.34 [INFO] [stdout] warning: the item `tar` is imported redundantly [INFO] [stdout] --> src/graph/storage/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tar; [INFO] [stdout] | ^^^ the item `tar` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `serde_json` is imported redundantly [INFO] [stdout] --> src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use serde_json; [INFO] [stdout] | ^^^^^^^^^^ the item `serde_json` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tar` is imported redundantly [INFO] [stdout] --> src/graph/storage/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tar; [INFO] [stdout] | ^^^ the item `tar` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `serde_json` is imported redundantly [INFO] [stdout] --> src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use serde_json; [INFO] [stdout] | ^^^^^^^^^^ the item `serde_json` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `parent` is never read [INFO] [stdout] --> src/heap.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Query { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 13 | pub node: NodeId, [INFO] [stdout] 14 | pub parent: NodeId, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Query` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `parent` is never read [INFO] [stdout] --> src/heap.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Query { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 13 | pub node: NodeId, [INFO] [stdout] 14 | pub parent: NodeId, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Query` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-f7d4ec66de40ef8f/out/bindings.rs:108:778 [INFO] [stdout] | [INFO] [stdout] 108 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < EdgeArrayEntry > ( ) ) ) . target as * const _ as usize } , 0usize , concat ! ( "Offset ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-f7d4ec66de40ef8f/out/bindings.rs:108:1007 [INFO] [stdout] | [INFO] [stdout] 108 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < EdgeArrayEntry > ( ) ) ) . weight as * const _ as usize } , 8usize , concat ! ( "Offset ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-f7d4ec66de40ef8f/out/bindings.rs:108:4615 [INFO] [stdout] | [INFO] [stdout] 108 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < NodeArrayEntry > ( ) ) ) . first_edge as * const _ as usize } , 0usize , concat ! ( "Off... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/osrm-ch-m2m-f7d4ec66de40ef8f/out/bindings.rs:108:5292 [INFO] [stdout] | [INFO] [stdout] 108 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < Metadata > ( ) ) ) . element_count as * const _ as usize } , 0usize , concat ! ( "Off... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.3, nom v4.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "007b011d63c4b225a7b442c9ef5e7e264ad774072a37aad54cb535fe1a794f51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "007b011d63c4b225a7b442c9ef5e7e264ad774072a37aad54cb535fe1a794f51", kill_on_drop: false }` [INFO] [stdout] 007b011d63c4b225a7b442c9ef5e7e264ad774072a37aad54cb535fe1a794f51