[INFO] crate track 0.1.0 is already in cache [INFO] checking track-0.1.0 against master#914adf04af1c1a984707f778da3d04590c03d144 for pr-72331 [INFO] extracting crate track 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate track 0.1.0 on toolchain 914adf04af1c1a984707f778da3d04590c03d144 [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "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-7/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" "+914adf04af1c1a984707f778da3d04590c03d144" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+914adf04af1c1a984707f778da3d04590c03d144" "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] 2a30f85dbc4ec9d4d1c3164c336313f2f6b1be30a746243f90c3b733ae881fb5 [INFO] running `"docker" "start" "-a" "2a30f85dbc4ec9d4d1c3164c336313f2f6b1be30a746243f90c3b733ae881fb5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking regex-syntax v0.6.14 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking oorandom v11.1.0 [INFO] [stderr] Checking plotters v0.2.12 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.4.0 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking criterion-plot v0.4.1 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking regex v1.3.4 [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_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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [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: could not compile `track`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2a30f85dbc4ec9d4d1c3164c336313f2f6b1be30a746243f90c3b733ae881fb5"` [INFO] running `"docker" "rm" "-f" "2a30f85dbc4ec9d4d1c3164c336313f2f6b1be30a746243f90c3b733ae881fb5"` [INFO] [stdout] 2a30f85dbc4ec9d4d1c3164c336313f2f6b1be30a746243f90c3b733ae881fb5