[INFO] crate log4rs 0.9.0 is already in cache [INFO] checking log4rs-0.9.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate log4rs 0.9.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate log4rs 0.9.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate log4rs 0.9.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate log4rs 0.9.0 [INFO] tweaked toml for crates.io crate log4rs 0.9.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate log4rs 0.9.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 6d6ce6bfd07e8bf443c75f0b30301bf926b088981e14307f39e1705b6df93e71 [INFO] running `"docker" "start" "-a" "6d6ce6bfd07e8bf443c75f0b30301bf926b088981e14307f39e1705b6df93e71"` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.9 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde_json v1.0.42 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking serde-value v0.5.3 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Checking log4rs v0.9.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/priv_file.rs:95:34 [INFO] [stderr] | [INFO] [stderr] 95 | Error::Log(ref e) => error::Error::description(e), [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/priv_file.rs:96:37 [INFO] [stderr] | [INFO] [stderr] 96 | Error::Log4rs(ref e) => error::Error::description(&**e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::CloneAny` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::CloneAny` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::CloneAny` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/priv_file.rs:95:34 [INFO] [stderr] | [INFO] [stderr] 95 | Error::Log(ref e) => error::Error::description(e), [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/priv_file.rs:96:37 [INFO] [stderr] | [INFO] [stderr] 96 | Error::Log4rs(ref e) => error::Error::description(&**e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::CloneAny` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::CloneAny` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::CloneAny` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.58s [INFO] running `"docker" "inspect" "6d6ce6bfd07e8bf443c75f0b30301bf926b088981e14307f39e1705b6df93e71"` [INFO] running `"docker" "rm" "-f" "6d6ce6bfd07e8bf443c75f0b30301bf926b088981e14307f39e1705b6df93e71"` [INFO] [stdout] 6d6ce6bfd07e8bf443c75f0b30301bf926b088981e14307f39e1705b6df93e71