[INFO] crate romp 0.5.2 is already in cache
[INFO] checking romp-0.5.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate romp 0.5.2 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate romp 0.5.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate romp 0.5.2
[INFO] finished tweaking crates.io crate romp 0.5.2
[INFO] tweaked toml for crates.io crate romp 0.5.2 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate crates.io crate romp 0.5.2 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 1e50126de24c3ebada85ceadde354e521b86388e94dcb748570940c8566f07c0
[INFO] running `"docker" "start" "-a" "1e50126de24c3ebada85ceadde354e521b86388e94dcb748570940c8566f07c0"`
[INFO] [stderr]     Checking sanename v0.1.1
[INFO] [stderr]     Checking totems v0.2.7
[INFO] [stderr]     Checking base16 v0.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.8
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking thread-id v3.3.0
[INFO] [stderr]     Checking signal-hook v0.1.13
[INFO] [stderr]     Checking log v0.4.8
[INFO] [stderr]     Checking chrono v0.4.10
[INFO] [stderr]     Checking serde-value v0.5.3
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking sha2 v0.8.1
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking tokio-threadpool v0.1.17
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]     Checking parking_lot_core v0.2.14
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking tokio-fs v0.1.6
[INFO] [stderr]     Checking parking_lot v0.4.8
[INFO] [stderr]     Checking tokio-reactor v0.1.11
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking chashmap v2.2.2
[INFO] [stderr]     Checking tokio-udp v0.1.5
[INFO] [stderr]     Checking tokio-uds v0.2.5
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio-signal v0.2.7
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]     Checking log4rs v0.8.3
[INFO] [stderr]     Checking romp v0.5.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/session/reader.rs:183:13
[INFO] [stderr]     |
[INFO] [stderr] 183 |         let mut message =  self.parser.take_message(Ownership::Session);
[INFO] [stderr]     |             ----^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/session/reader.rs:183:13
[INFO] [stderr]     |
[INFO] [stderr] 183 |         let mut message =  self.parser.take_message(Ownership::Session);
[INFO] [stderr]     |             ----^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field is never read: `session_id`
[INFO] [stderr]   --> src/session/reader.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     session_id: usize,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::string::String::split_off` that must be used
[INFO] [stderr]   --> src/workflow/filter/echo.rs:41:29
[INFO] [stderr]    |
[INFO] [stderr] 41 | ...                   reply_destination.split_off(destination_name.len() - 3);
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr]    = note: use `.truncate()` if you don't need the other half
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::string::String::split_off` that must be used
[INFO] [stderr]   --> src/workflow/filter/resend.rs:40:29
[INFO] [stderr]    |
[INFO] [stderr] 40 | ...                   reply_destination.split_off(destination_name.len() - 3);
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: use `.truncate()` if you don't need the other half
[INFO] [stderr] 
[INFO] [stderr] warning: field is never read: `session_id`
[INFO] [stderr]   --> src/session/reader.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     session_id: usize,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::string::String::split_off` that must be used
[INFO] [stderr]   --> src/workflow/filter/echo.rs:41:29
[INFO] [stderr]    |
[INFO] [stderr] 41 | ...                   reply_destination.split_off(destination_name.len() - 3);
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr]    = note: use `.truncate()` if you don't need the other half
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::string::String::split_off` that must be used
[INFO] [stderr]   --> src/workflow/filter/resend.rs:40:29
[INFO] [stderr]    |
[INFO] [stderr] 40 | ...                   reply_destination.split_off(destination_name.len() - 3);
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: use `.truncate()` if you don't need the other half
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 49.86s
[INFO] running `"docker" "inspect" "1e50126de24c3ebada85ceadde354e521b86388e94dcb748570940c8566f07c0"`
[INFO] running `"docker" "rm" "-f" "1e50126de24c3ebada85ceadde354e521b86388e94dcb748570940c8566f07c0"`
[INFO] [stdout] 1e50126de24c3ebada85ceadde354e521b86388e94dcb748570940c8566f07c0
