[INFO] crate competitive-programming-rs 0.7.0 is already in cache [INFO] checking competitive-programming-rs-0.7.0 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate competitive-programming-rs 0.7.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate competitive-programming-rs 0.7.0 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate competitive-programming-rs 0.7.0 [INFO] finished tweaking crates.io crate competitive-programming-rs 0.7.0 [INFO] tweaked toml for crates.io crate competitive-programming-rs 0.7.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 9935d9567a2c33ba579f04f3292c7f06526de51cd982c2d3259fffeacc7c38b6 [INFO] running `"docker" "start" "-a" "9935d9567a2c33ba579f04f3292c7f06526de51cd982c2d3259fffeacc7c38b6"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking competitive-programming-rs v0.7.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/utils/test_helper.rs:57:61 [INFO] [stderr] | [INFO] [stderr] 57 | Err(why) => panic!("couldn't open {}: {}", display, Error::description(&why)), [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/utils/test_helper.rs:63:61 [INFO] [stderr] | [INFO] [stderr] 63 | Err(why) => panic!("couldn't read {}: {}", display, Error::description(&why)), [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/utils/test_helper.rs:57:61 [INFO] [stderr] | [INFO] [stderr] 57 | Err(why) => panic!("couldn't open {}: {}", display, Error::description(&why)), [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/utils/test_helper.rs:63:61 [INFO] [stderr] | [INFO] [stderr] 63 | Err(why) => panic!("couldn't read {}: {}", display, Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_reversed` [INFO] [stderr] --> src/graph/min_cost_flow.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | is_reversed: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `calc_z_array` [INFO] [stderr] --> src/string/z_algorithm.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn calc_z_array(s: &[T]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ma` [INFO] [stderr] --> src/math/chinese_remainder_theorem.rs:50:21 [INFO] [stderr] | [INFO] [stderr] 50 | let (a, ma) = chinese_remainder_theorem(&b, &m).unwrap(); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_ma` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_reversed` [INFO] [stderr] --> src/graph/min_cost_flow.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | is_reversed: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "9935d9567a2c33ba579f04f3292c7f06526de51cd982c2d3259fffeacc7c38b6"` [INFO] running `"docker" "rm" "-f" "9935d9567a2c33ba579f04f3292c7f06526de51cd982c2d3259fffeacc7c38b6"` [INFO] [stdout] 9935d9567a2c33ba579f04f3292c7f06526de51cd982c2d3259fffeacc7c38b6