Oct 22 04:17:15.854 INFO checking cargo-cov-0.0.5 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:17:15.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:17:16.319 INFO blam! a032154bc858ed1578800a4289e3191df0b3ecaaa5d9dc86eeb9e1d64e1eda10 Oct 22 04:17:16.321 INFO running `"docker" "start" "-a" "a032154bc858ed1578800a4289e3191df0b3ecaaa5d9dc86eeb9e1d64e1eda10"` Oct 22 04:17:18.167 INFO kablam! usermod: no changes Oct 22 04:17:18.488 INFO kablam! Compiling cargo-cov v0.0.5 (/source) Oct 22 04:17:18.488 INFO kablam! Checking natord v1.0.9 Oct 22 04:17:18.488 INFO kablam! Checking log v0.4.5 Oct 22 04:17:18.488 INFO kablam! Checking shawshank v0.2.3 Oct 22 04:17:18.488 INFO kablam! Checking toml v0.4.8 Oct 22 04:17:18.488 INFO kablam! Checking tera v0.11.18 Oct 22 04:17:20.680 INFO kablam! Checking env_logger v0.5.13 Oct 22 04:17:21.167 INFO kablam! Checking cov v0.0.5 Oct 22 04:17:33.636 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.636 INFO kablam! --> src/report.rs:296:13 Oct 22 04:17:33.636 INFO kablam! | Oct 22 04:17:33.636 INFO kablam! 296 | context.add("crate_path", &config.workspace_path); Oct 22 04:17:33.636 INFO kablam! | ^^^ Oct 22 04:17:33.636 INFO kablam! | Oct 22 04:17:33.636 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:17:33.637 INFO kablam! Oct 22 04:17:33.637 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.637 INFO kablam! --> src/report.rs:297:13 Oct 22 04:17:33.637 INFO kablam! | Oct 22 04:17:33.637 INFO kablam! 297 | context.add("files", &files); Oct 22 04:17:33.637 INFO kablam! | ^^^ Oct 22 04:17:33.637 INFO kablam! Oct 22 04:17:33.876 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.876 INFO kablam! --> src/report.rs:361:13 Oct 22 04:17:33.876 INFO kablam! | Oct 22 04:17:33.876 INFO kablam! 361 | context.add("crate_path", &config.workspace_path); Oct 22 04:17:33.876 INFO kablam! | ^^^ Oct 22 04:17:33.876 INFO kablam! Oct 22 04:17:33.878 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.878 INFO kablam! --> src/report.rs:362:13 Oct 22 04:17:33.878 INFO kablam! | Oct 22 04:17:33.878 INFO kablam! 362 | context.add("symbol", &entry.symbol); Oct 22 04:17:33.878 INFO kablam! | ^^^ Oct 22 04:17:33.878 INFO kablam! Oct 22 04:17:33.878 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.878 INFO kablam! --> src/report.rs:363:13 Oct 22 04:17:33.878 INFO kablam! | Oct 22 04:17:33.878 INFO kablam! 363 | context.add("path", &entry.path); Oct 22 04:17:33.878 INFO kablam! | ^^^ Oct 22 04:17:33.878 INFO kablam! Oct 22 04:17:33.878 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.878 INFO kablam! --> src/report.rs:364:13 Oct 22 04:17:33.878 INFO kablam! | Oct 22 04:17:33.878 INFO kablam! 364 | context.add("summary", &entry.file.summary()); Oct 22 04:17:33.878 INFO kablam! | ^^^ Oct 22 04:17:33.878 INFO kablam! Oct 22 04:17:33.878 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.878 INFO kablam! --> src/report.rs:365:13 Oct 22 04:17:33.878 INFO kablam! | Oct 22 04:17:33.878 INFO kablam! 365 | context.add("lines", &lines); Oct 22 04:17:33.878 INFO kablam! | ^^^ Oct 22 04:17:33.878 INFO kablam! Oct 22 04:17:33.878 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.878 INFO kablam! --> src/report.rs:366:13 Oct 22 04:17:33.878 INFO kablam! | Oct 22 04:17:33.878 INFO kablam! 366 | context.add("functions", &functions); Oct 22 04:17:33.878 INFO kablam! | ^^^ Oct 22 04:17:33.879 INFO kablam! Oct 22 04:17:33.932 INFO kablam! warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead Oct 22 04:17:33.932 INFO kablam! --> src/template.rs:46:10 Oct 22 04:17:33.932 INFO kablam! | Oct 22 04:17:33.932 INFO kablam! 46 | tera.register_global_function("debug_it", Box::new(debug_it)); Oct 22 04:17:33.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:17:33.932 INFO kablam! Oct 22 04:17:33.932 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.932 INFO kablam! --> src/report.rs:296:13 Oct 22 04:17:33.932 INFO kablam! | Oct 22 04:17:33.932 INFO kablam! 296 | context.add("crate_path", &config.workspace_path); Oct 22 04:17:33.932 INFO kablam! | ^^^ Oct 22 04:17:33.932 INFO kablam! | Oct 22 04:17:33.932 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:17:33.932 INFO kablam! Oct 22 04:17:33.932 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:33.932 INFO kablam! --> src/report.rs:297:13 Oct 22 04:17:33.932 INFO kablam! | Oct 22 04:17:33.932 INFO kablam! 297 | context.add("files", &files); Oct 22 04:17:33.932 INFO kablam! | ^^^ Oct 22 04:17:33.932 INFO kablam! Oct 22 04:17:34.160 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:34.160 INFO kablam! --> src/report.rs:361:13 Oct 22 04:17:34.161 INFO kablam! | Oct 22 04:17:34.161 INFO kablam! 361 | context.add("crate_path", &config.workspace_path); Oct 22 04:17:34.161 INFO kablam! | ^^^ Oct 22 04:17:34.162 INFO kablam! Oct 22 04:17:34.162 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:34.163 INFO kablam! --> src/report.rs:362:13 Oct 22 04:17:34.163 INFO kablam! | Oct 22 04:17:34.163 INFO kablam! 362 | context.add("symbol", &entry.symbol); Oct 22 04:17:34.165 INFO kablam! | ^^^ Oct 22 04:17:34.165 INFO kablam! Oct 22 04:17:34.165 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:34.166 INFO kablam! --> src/report.rs:363:13 Oct 22 04:17:34.166 INFO kablam! | Oct 22 04:17:34.166 INFO kablam! 363 | context.add("path", &entry.path); Oct 22 04:17:34.167 INFO kablam! | ^^^ Oct 22 04:17:34.167 INFO kablam! Oct 22 04:17:34.167 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:34.168 INFO kablam! --> src/report.rs:364:13 Oct 22 04:17:34.168 INFO kablam! | Oct 22 04:17:34.168 INFO kablam! 364 | context.add("summary", &entry.file.summary()); Oct 22 04:17:34.169 INFO kablam! | ^^^ Oct 22 04:17:34.169 INFO kablam! Oct 22 04:17:34.169 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:34.170 INFO kablam! --> src/report.rs:365:13 Oct 22 04:17:34.170 INFO kablam! | Oct 22 04:17:34.170 INFO kablam! 365 | context.add("lines", &lines); Oct 22 04:17:34.170 INFO kablam! | ^^^ Oct 22 04:17:34.171 INFO kablam! Oct 22 04:17:34.171 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:17:34.171 INFO kablam! --> src/report.rs:366:13 Oct 22 04:17:34.172 INFO kablam! | Oct 22 04:17:34.172 INFO kablam! 366 | context.add("functions", &functions); Oct 22 04:17:34.172 INFO kablam! | ^^^ Oct 22 04:17:34.173 INFO kablam! Oct 22 04:17:34.216 INFO kablam! warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead Oct 22 04:17:34.217 INFO kablam! --> src/template.rs:46:10 Oct 22 04:17:34.217 INFO kablam! | Oct 22 04:17:34.217 INFO kablam! 46 | tera.register_global_function("debug_it", Box::new(debug_it)); Oct 22 04:17:34.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:17:34.218 INFO kablam! Oct 22 04:17:34.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.63s Oct 22 04:17:34.863 INFO kablam! su: No module specific data is present Oct 22 04:17:35.559 INFO running `"docker" "rm" "-f" "a032154bc858ed1578800a4289e3191df0b3ecaaa5d9dc86eeb9e1d64e1eda10"` Oct 22 04:17:35.742 INFO blam! a032154bc858ed1578800a4289e3191df0b3ecaaa5d9dc86eeb9e1d64e1eda10