[INFO] crate log4rs 0.11.0 is already in cache [INFO] checking log4rs-0.11.0 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate log4rs 0.11.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate log4rs 0.11.0 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate log4rs 0.11.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate log4rs 0.11.0 [INFO] tweaked toml for crates.io crate log4rs 0.11.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate log4rs 0.11.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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-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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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] 86cd8bf7484c7acc60f85c5f21c7d92480d419dd6beea2e4c76c7a49b7ac62dc [INFO] running `"docker" "start" "-a" "86cd8bf7484c7acc60f85c5f21c7d92480d419dd6beea2e4c76c7a49b7ac62dc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking log-mdc v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking streaming-stats v0.2.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking log4rs v0.11.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:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | 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:99:37 [INFO] [stderr] | [INFO] [stderr] 99 | Error::Log4rs(ref e) => error::Error::description(&**e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::internals::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] [INFO] [stderr] warning: the trait `typemap::internals::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] [INFO] [stderr] warning: the trait `typemap::internals::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] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/priv_file.rs:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | 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:99:37 [INFO] [stderr] | [INFO] [stderr] 99 | Error::Log4rs(ref e) => error::Error::description(&**e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the trait `typemap::internals::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] [INFO] [stderr] warning: the trait `typemap::internals::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] [INFO] [stderr] warning: the trait `typemap::internals::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] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.85s [INFO] running `"docker" "inspect" "86cd8bf7484c7acc60f85c5f21c7d92480d419dd6beea2e4c76c7a49b7ac62dc"` [INFO] running `"docker" "rm" "-f" "86cd8bf7484c7acc60f85c5f21c7d92480d419dd6beea2e4c76c7a49b7ac62dc"` [INFO] [stdout] 86cd8bf7484c7acc60f85c5f21c7d92480d419dd6beea2e4c76c7a49b7ac62dc