[INFO] crate net-sync 0.0.1 is already in cache
[INFO] checking net-sync-0.0.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate net-sync 0.0.1 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate net-sync 0.0.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate net-sync 0.0.1
[INFO] finished tweaking crates.io crate net-sync 0.0.1
[INFO] tweaked toml for crates.io crate net-sync 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] edd75f4ec62c48e4b34df2b593abfe39142c6746908da37ecfc250ef23216903
[INFO] running `"docker" "start" "-a" "edd75f4ec62c48e4b34df2b593abfe39142c6746908da37ecfc250ef23216903"`
[INFO] [stderr]     Checking lz4-compress v0.1.1
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling serde-diff-derive v0.2.0
[INFO] [stderr]    Compiling track-macro v0.1.0
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking serde-diff v0.2.0
[INFO] [stderr]     Checking bstr v0.2.12
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking bincode v1.2.1
[INFO] [stderr]     Checking csv v1.1.3
[INFO] [stderr]     Checking tinytemplate v1.0.3
[INFO] [stderr]     Checking criterion v0.3.1
[INFO] [stderr]     Checking track v0.1.0
[INFO] [stderr]     Checking net-sync v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/compression/lz4.rs:16:56
[INFO] [stderr]    |
[INFO] [stderr] 16 |             .map_err(|e| ErrorKind::CompressionError(e.description().to_string()))
[INFO] [stderr]    |                                                        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/compression/lz4.rs:16:56
[INFO] [stderr]    |
[INFO] [stderr] 16 |             .map_err(|e| ErrorKind::CompressionError(e.description().to_string()))
[INFO] [stderr]    |                                                        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `track::preclude::Uuid`
[INFO] [stderr]  --> benches/benchmarks/compression.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use track::{preclude::Uuid, ModificationEvent};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^ no `Uuid` in `preclude`
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0
[INFO] [stderr]  --> benches/benchmarks/compression.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |     packet: ModificationEvent,
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^ expected 1 type argument
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0107, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0107`.
[INFO] [stderr] error: could not compile `net-sync`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "edd75f4ec62c48e4b34df2b593abfe39142c6746908da37ecfc250ef23216903"`
[INFO] running `"docker" "rm" "-f" "edd75f4ec62c48e4b34df2b593abfe39142c6746908da37ecfc250ef23216903"`
[INFO] [stdout] edd75f4ec62c48e4b34df2b593abfe39142c6746908da37ecfc250ef23216903
