Oct 13 17:18:59.991 INFO checking cargo-cov-0.0.5 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 17:18:59.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 17:19:00.161 INFO blam! 7a5cc249014a26a810366e98ccf14b0d58eca04d3268b7d4f6adc2cb566c8aa2 Oct 13 17:19:00.164 INFO running `"docker" "start" "-a" "7a5cc249014a26a810366e98ccf14b0d58eca04d3268b7d4f6adc2cb566c8aa2"` Oct 13 17:19:01.028 INFO kablam! usermod: no changes Oct 13 17:19:01.280 INFO kablam! Compiling cargo-cov v0.0.5 (/source) Oct 13 17:19:01.301 INFO kablam! Checking log v0.4.5 Oct 13 17:19:01.308 INFO kablam! Checking petgraph v0.4.13 Oct 13 17:19:01.308 INFO kablam! Checking shawshank v0.2.3 Oct 13 17:19:01.308 INFO kablam! Checking toml v0.4.8 Oct 13 17:19:01.312 INFO kablam! Checking tera v0.11.17 Oct 13 17:19:05.388 INFO kablam! Checking env_logger v0.5.13 Oct 13 17:19:06.180 INFO kablam! Checking cov v0.0.5 Oct 13 17:19:21.453 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.453 INFO kablam! --> src/report.rs:296:13 Oct 13 17:19:21.454 INFO kablam! | Oct 13 17:19:21.454 INFO kablam! 296 | context.add("crate_path", &config.workspace_path); Oct 13 17:19:21.454 INFO kablam! | ^^^ Oct 13 17:19:21.454 INFO kablam! | Oct 13 17:19:21.455 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:19:21.455 INFO kablam! Oct 13 17:19:21.455 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.456 INFO kablam! --> src/report.rs:297:13 Oct 13 17:19:21.456 INFO kablam! | Oct 13 17:19:21.456 INFO kablam! 297 | context.add("files", &files); Oct 13 17:19:21.456 INFO kablam! | ^^^ Oct 13 17:19:21.457 INFO kablam! Oct 13 17:19:21.866 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.866 INFO kablam! --> src/report.rs:361:13 Oct 13 17:19:21.866 INFO kablam! | Oct 13 17:19:21.867 INFO kablam! 361 | context.add("crate_path", &config.workspace_path); Oct 13 17:19:21.867 INFO kablam! | ^^^ Oct 13 17:19:21.867 INFO kablam! Oct 13 17:19:21.867 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.867 INFO kablam! --> src/report.rs:362:13 Oct 13 17:19:21.868 INFO kablam! | Oct 13 17:19:21.868 INFO kablam! 362 | context.add("symbol", &entry.symbol); Oct 13 17:19:21.868 INFO kablam! | ^^^ Oct 13 17:19:21.868 INFO kablam! Oct 13 17:19:21.871 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.871 INFO kablam! --> src/report.rs:363:13 Oct 13 17:19:21.871 INFO kablam! | Oct 13 17:19:21.871 INFO kablam! 363 | context.add("path", &entry.path); Oct 13 17:19:21.871 INFO kablam! | ^^^ Oct 13 17:19:21.871 INFO kablam! Oct 13 17:19:21.871 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.871 INFO kablam! --> src/report.rs:364:13 Oct 13 17:19:21.871 INFO kablam! | Oct 13 17:19:21.871 INFO kablam! 364 | context.add("summary", &entry.file.summary()); Oct 13 17:19:21.871 INFO kablam! | ^^^ Oct 13 17:19:21.871 INFO kablam! Oct 13 17:19:21.872 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.872 INFO kablam! --> src/report.rs:365:13 Oct 13 17:19:21.872 INFO kablam! | Oct 13 17:19:21.872 INFO kablam! 365 | context.add("lines", &lines); Oct 13 17:19:21.872 INFO kablam! | ^^^ Oct 13 17:19:21.872 INFO kablam! Oct 13 17:19:21.873 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:21.873 INFO kablam! --> src/report.rs:366:13 Oct 13 17:19:21.873 INFO kablam! | Oct 13 17:19:21.873 INFO kablam! 366 | context.add("functions", &functions); Oct 13 17:19:21.873 INFO kablam! | ^^^ Oct 13 17:19:21.873 INFO kablam! Oct 13 17:19:21.961 INFO kablam! warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead Oct 13 17:19:21.961 INFO kablam! --> src/template.rs:46:10 Oct 13 17:19:21.961 INFO kablam! | Oct 13 17:19:21.961 INFO kablam! 46 | tera.register_global_function("debug_it", Box::new(debug_it)); Oct 13 17:19:21.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:19:21.961 INFO kablam! Oct 13 17:19:22.533 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.533 INFO kablam! --> src/report.rs:296:13 Oct 13 17:19:22.533 INFO kablam! | Oct 13 17:19:22.534 INFO kablam! 296 | context.add("crate_path", &config.workspace_path); Oct 13 17:19:22.534 INFO kablam! | ^^^ Oct 13 17:19:22.534 INFO kablam! | Oct 13 17:19:22.535 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:19:22.535 INFO kablam! Oct 13 17:19:22.535 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.535 INFO kablam! --> src/report.rs:297:13 Oct 13 17:19:22.536 INFO kablam! | Oct 13 17:19:22.536 INFO kablam! 297 | context.add("files", &files); Oct 13 17:19:22.536 INFO kablam! | ^^^ Oct 13 17:19:22.537 INFO kablam! Oct 13 17:19:22.776 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.776 INFO kablam! --> src/report.rs:361:13 Oct 13 17:19:22.776 INFO kablam! | Oct 13 17:19:22.777 INFO kablam! 361 | context.add("crate_path", &config.workspace_path); Oct 13 17:19:22.777 INFO kablam! | ^^^ Oct 13 17:19:22.777 INFO kablam! Oct 13 17:19:22.777 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.777 INFO kablam! --> src/report.rs:362:13 Oct 13 17:19:22.777 INFO kablam! | Oct 13 17:19:22.777 INFO kablam! 362 | context.add("symbol", &entry.symbol); Oct 13 17:19:22.777 INFO kablam! | ^^^ Oct 13 17:19:22.777 INFO kablam! Oct 13 17:19:22.777 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.777 INFO kablam! --> src/report.rs:363:13 Oct 13 17:19:22.777 INFO kablam! | Oct 13 17:19:22.777 INFO kablam! 363 | context.add("path", &entry.path); Oct 13 17:19:22.777 INFO kablam! | ^^^ Oct 13 17:19:22.777 INFO kablam! Oct 13 17:19:22.777 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.777 INFO kablam! --> src/report.rs:364:13 Oct 13 17:19:22.777 INFO kablam! | Oct 13 17:19:22.777 INFO kablam! 364 | context.add("summary", &entry.file.summary()); Oct 13 17:19:22.777 INFO kablam! | ^^^ Oct 13 17:19:22.777 INFO kablam! Oct 13 17:19:22.777 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.777 INFO kablam! --> src/report.rs:365:13 Oct 13 17:19:22.777 INFO kablam! | Oct 13 17:19:22.777 INFO kablam! 365 | context.add("lines", &lines); Oct 13 17:19:22.777 INFO kablam! | ^^^ Oct 13 17:19:22.777 INFO kablam! Oct 13 17:19:22.777 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 13 17:19:22.777 INFO kablam! --> src/report.rs:366:13 Oct 13 17:19:22.777 INFO kablam! | Oct 13 17:19:22.777 INFO kablam! 366 | context.add("functions", &functions); Oct 13 17:19:22.777 INFO kablam! | ^^^ Oct 13 17:19:22.777 INFO kablam! Oct 13 17:19:22.820 INFO kablam! warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead Oct 13 17:19:22.820 INFO kablam! --> src/template.rs:46:10 Oct 13 17:19:22.820 INFO kablam! | Oct 13 17:19:22.820 INFO kablam! 46 | tera.register_global_function("debug_it", Box::new(debug_it)); Oct 13 17:19:22.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:19:22.820 INFO kablam! Oct 13 17:19:23.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.38s Oct 13 17:19:23.452 INFO kablam! su: No module specific data is present Oct 13 17:19:23.883 INFO running `"docker" "rm" "-f" "7a5cc249014a26a810366e98ccf14b0d58eca04d3268b7d4f6adc2cb566c8aa2"` Oct 13 17:19:24.049 INFO blam! 7a5cc249014a26a810366e98ccf14b0d58eca04d3268b7d4f6adc2cb566c8aa2