[INFO] crate track 0.1.0 is already in cache [INFO] checking track-0.1.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate track 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate track 0.1.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate track 0.1.0 [INFO] finished tweaking crates.io crate track 0.1.0 [INFO] tweaked toml for crates.io crate track 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate track 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] 42b82c8dfae0db43b1c761a713e509c5ffdbe07a5ab384b7931c14115eef9b75 [INFO] running `"docker" "start" "-a" "42b82c8dfae0db43b1c761a713e509c5ffdbe07a5ab384b7931c14115eef9b75"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking oorandom v11.1.0 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking criterion-plot v0.4.1 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.4.0 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking plotters v0.2.12 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [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.104 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking bstr v0.2.11 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking serde-diff v0.2.0 [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 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/serialization/bincode.rs:13:58 [INFO] [stderr] | [INFO] [stderr] 13 | .map_err(|e| ErrorKind::SerializationError(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/serialization/bincode.rs:18:58 [INFO] [stderr] | [INFO] [stderr] 18 | .map_err(|e| ErrorKind::SerializationError(e.description().to_string()))?) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/serialization/bincode.rs:24:58 [INFO] [stderr] | [INFO] [stderr] 24 | .map_err(|e| ErrorKind::SerializationError(e.description().to_string()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/serialization/bincode.rs:13:58 [INFO] [stderr] | [INFO] [stderr] 13 | .map_err(|e| ErrorKind::SerializationError(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/serialization/bincode.rs:18:58 [INFO] [stderr] | [INFO] [stderr] 18 | .map_err(|e| ErrorKind::SerializationError(e.description().to_string()))?) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/serialization/bincode.rs:24:58 [INFO] [stderr] | [INFO] [stderr] 24 | .map_err(|e| ErrorKind::SerializationError(e.description().to_string()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `track::serialization::rmp` [INFO] [stderr] --> benches/benchmarks/serialization.rs:5:27 [INFO] [stderr] | [INFO] [stderr] 5 | use track::serialization::rmp::Rmp; [INFO] [stderr] | ^^^ could not find `rmp` in `serialization` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> examples/track-change.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | Apply::apply_to(&mut entity.1, &event.modified_fields, Bincode); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `track`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "42b82c8dfae0db43b1c761a713e509c5ffdbe07a5ab384b7931c14115eef9b75"` [INFO] running `"docker" "rm" "-f" "42b82c8dfae0db43b1c761a713e509c5ffdbe07a5ab384b7931c14115eef9b75"` [INFO] [stdout] 42b82c8dfae0db43b1c761a713e509c5ffdbe07a5ab384b7931c14115eef9b75