[INFO] updating cached repository https://github.com/futile/crufty [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2ebf1d7c2b137d3d52f7f94fd6b2b75abb7e622e [INFO] checking futile/crufty against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffutile%2Fcrufty" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/futile/crufty on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/futile/crufty [INFO] finished tweaking git repo https://github.com/futile/crufty [INFO] tweaked toml for git repo https://github.com/futile/crufty written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/futile/crufty already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b5c8a663ed3c575255286fcaa1b7848ae606d7e28dcc256b6289caf3f4204bad [INFO] running `"docker" "start" "-a" "b5c8a663ed3c575255286fcaa1b7848ae606d7e28dcc256b6289caf3f4204bad"` [INFO] [stderr] Compiling bindgen v0.35.0 [INFO] [stderr] Checking vec_map v0.4.0 [INFO] [stderr] Compiling clang-sys v0.22.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Checking hprof v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking laminar v0.3.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking image v0.22.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ecs v0.23.1 (https://github.com/futile/ecs-rs.git#fe3ad8f4) [INFO] [stderr] Checking bincode v1.1.4 [INFO] [stderr] Checking toml v0.5.1 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crufty v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking winit v0.19.2 [INFO] [stderr] Checking nalgebra v0.18.0 [INFO] [stderr] Checking glutin v0.21.0 [INFO] [stderr] Compiling enet-sys v0.2.2 [INFO] [stderr] Checking enet v0.2.2 [INFO] [stderr] Checking ncollide2d v0.19.2 [INFO] [stderr] warning: function is never used: `parse_and_visit_message` [INFO] [stderr] --> src/net/protocol.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn parse_and_visit_message(message: &[u8], mut visitor: V) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_and_visit_message` [INFO] [stderr] --> src/net/protocol.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn parse_and_visit_message(message: &[u8], mut visitor: V) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 23s [INFO] running `"docker" "inspect" "b5c8a663ed3c575255286fcaa1b7848ae606d7e28dcc256b6289caf3f4204bad"` [INFO] running `"docker" "rm" "-f" "b5c8a663ed3c575255286fcaa1b7848ae606d7e28dcc256b6289caf3f4204bad"` [INFO] [stdout] b5c8a663ed3c575255286fcaa1b7848ae606d7e28dcc256b6289caf3f4204bad