Dec 15 20:08:50.921 INFO testing cargo-cov-0.0.5 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 20:08:50.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-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"` Dec 15 20:08:51.179 INFO [stdout] 4e3339b3017b43f7670d6a26140ddd42ba094ecb00bcac8f3adf163c993809bf Dec 15 20:08:51.184 INFO running `"docker" "start" "-a" "4e3339b3017b43f7670d6a26140ddd42ba094ecb00bcac8f3adf163c993809bf"` Dec 15 20:08:51.931 INFO [stderr] usermod: no changes Dec 15 20:08:52.211 INFO [stderr] Compiling cargo-cov v0.0.5 (/source) Dec 15 20:08:52.216 INFO [stderr] Compiling natord v1.0.9 Dec 15 20:08:52.292 INFO [stderr] Compiling toml v0.4.10 Dec 15 20:08:52.297 INFO [stderr] Compiling tera v0.11.20 Dec 15 20:08:52.298 INFO [stderr] Compiling cov v0.0.5 Dec 15 20:09:21.775 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.775 INFO [stderr] --> src/report.rs:296:13 Dec 15 20:09:21.775 INFO [stderr] | Dec 15 20:09:21.775 INFO [stderr] 296 | context.add("crate_path", &config.workspace_path); Dec 15 20:09:21.775 INFO [stderr] | ^^^ Dec 15 20:09:21.775 INFO [stderr] | Dec 15 20:09:21.775 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 20:09:21.775 INFO [stderr] Dec 15 20:09:21.775 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.775 INFO [stderr] --> src/report.rs:297:13 Dec 15 20:09:21.775 INFO [stderr] | Dec 15 20:09:21.775 INFO [stderr] 297 | context.add("files", &files); Dec 15 20:09:21.775 INFO [stderr] | ^^^ Dec 15 20:09:21.775 INFO [stderr] Dec 15 20:09:21.987 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.987 INFO [stderr] --> src/report.rs:361:13 Dec 15 20:09:21.987 INFO [stderr] | Dec 15 20:09:21.987 INFO [stderr] 361 | context.add("crate_path", &config.workspace_path); Dec 15 20:09:21.987 INFO [stderr] | ^^^ Dec 15 20:09:21.987 INFO [stderr] Dec 15 20:09:21.987 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.987 INFO [stderr] --> src/report.rs:362:13 Dec 15 20:09:21.987 INFO [stderr] | Dec 15 20:09:21.987 INFO [stderr] 362 | context.add("symbol", &entry.symbol); Dec 15 20:09:21.987 INFO [stderr] | ^^^ Dec 15 20:09:21.987 INFO [stderr] Dec 15 20:09:21.987 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.987 INFO [stderr] --> src/report.rs:363:13 Dec 15 20:09:21.987 INFO [stderr] | Dec 15 20:09:21.987 INFO [stderr] 363 | context.add("path", &entry.path); Dec 15 20:09:21.987 INFO [stderr] | ^^^ Dec 15 20:09:21.987 INFO [stderr] Dec 15 20:09:21.987 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.987 INFO [stderr] --> src/report.rs:364:13 Dec 15 20:09:21.987 INFO [stderr] | Dec 15 20:09:21.987 INFO [stderr] 364 | context.add("summary", &entry.file.summary()); Dec 15 20:09:21.987 INFO [stderr] | ^^^ Dec 15 20:09:21.987 INFO [stderr] Dec 15 20:09:21.987 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.987 INFO [stderr] --> src/report.rs:365:13 Dec 15 20:09:21.987 INFO [stderr] | Dec 15 20:09:21.987 INFO [stderr] 365 | context.add("lines", &lines); Dec 15 20:09:21.987 INFO [stderr] | ^^^ Dec 15 20:09:21.987 INFO [stderr] Dec 15 20:09:21.987 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:21.987 INFO [stderr] --> src/report.rs:366:13 Dec 15 20:09:21.987 INFO [stderr] | Dec 15 20:09:21.987 INFO [stderr] 366 | context.add("functions", &functions); Dec 15 20:09:21.987 INFO [stderr] | ^^^ Dec 15 20:09:21.987 INFO [stderr] Dec 15 20:09:22.057 INFO [stderr] warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead Dec 15 20:09:22.057 INFO [stderr] --> src/template.rs:46:10 Dec 15 20:09:22.057 INFO [stderr] | Dec 15 20:09:22.057 INFO [stderr] 46 | tera.register_global_function("debug_it", Box::new(debug_it)); Dec 15 20:09:22.057 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 20:09:22.057 INFO [stderr] Dec 15 20:09:29.763 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.80s Dec 15 20:09:29.774 INFO [stderr] su: No module specific data is present Dec 15 20:09:30.467 INFO running `"docker" "inspect" "4e3339b3017b43f7670d6a26140ddd42ba094ecb00bcac8f3adf163c993809bf"` Dec 15 20:09:30.681 INFO running `"docker" "rm" "-f" "4e3339b3017b43f7670d6a26140ddd42ba094ecb00bcac8f3adf163c993809bf"` Dec 15 20:09:30.847 INFO [stdout] 4e3339b3017b43f7670d6a26140ddd42ba094ecb00bcac8f3adf163c993809bf Dec 15 20:09:30.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen --no-run" "-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"` Dec 15 20:09:31.155 INFO [stdout] 21257022a68d0afe6dfd1d9a3351e1b142fc8430477950f6b21e47abf380b2b0 Dec 15 20:09:31.160 INFO running `"docker" "start" "-a" "21257022a68d0afe6dfd1d9a3351e1b142fc8430477950f6b21e47abf380b2b0"` Dec 15 20:09:31.866 INFO [stderr] usermod: no changes Dec 15 20:09:32.063 INFO [stderr] Compiling cargo-cov v0.0.5 (/source) Dec 15 20:09:37.600 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.600 INFO [stderr] --> src/report.rs:296:13 Dec 15 20:09:37.600 INFO [stderr] | Dec 15 20:09:37.600 INFO [stderr] 296 | context.add("crate_path", &config.workspace_path); Dec 15 20:09:37.600 INFO [stderr] | ^^^ Dec 15 20:09:37.600 INFO [stderr] | Dec 15 20:09:37.600 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 20:09:37.600 INFO [stderr] Dec 15 20:09:37.600 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.600 INFO [stderr] --> src/report.rs:297:13 Dec 15 20:09:37.600 INFO [stderr] | Dec 15 20:09:37.600 INFO [stderr] 297 | context.add("files", &files); Dec 15 20:09:37.600 INFO [stderr] | ^^^ Dec 15 20:09:37.600 INFO [stderr] Dec 15 20:09:37.827 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.827 INFO [stderr] --> src/report.rs:361:13 Dec 15 20:09:37.827 INFO [stderr] | Dec 15 20:09:37.827 INFO [stderr] 361 | context.add("crate_path", &config.workspace_path); Dec 15 20:09:37.827 INFO [stderr] | ^^^ Dec 15 20:09:37.827 INFO [stderr] Dec 15 20:09:37.827 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.827 INFO [stderr] --> src/report.rs:362:13 Dec 15 20:09:37.827 INFO [stderr] | Dec 15 20:09:37.827 INFO [stderr] 362 | context.add("symbol", &entry.symbol); Dec 15 20:09:37.827 INFO [stderr] | ^^^ Dec 15 20:09:37.827 INFO [stderr] Dec 15 20:09:37.827 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.827 INFO [stderr] --> src/report.rs:363:13 Dec 15 20:09:37.827 INFO [stderr] | Dec 15 20:09:37.827 INFO [stderr] 363 | context.add("path", &entry.path); Dec 15 20:09:37.827 INFO [stderr] | ^^^ Dec 15 20:09:37.827 INFO [stderr] Dec 15 20:09:37.827 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.827 INFO [stderr] --> src/report.rs:364:13 Dec 15 20:09:37.827 INFO [stderr] | Dec 15 20:09:37.827 INFO [stderr] 364 | context.add("summary", &entry.file.summary()); Dec 15 20:09:37.827 INFO [stderr] | ^^^ Dec 15 20:09:37.827 INFO [stderr] Dec 15 20:09:37.827 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.827 INFO [stderr] --> src/report.rs:365:13 Dec 15 20:09:37.827 INFO [stderr] | Dec 15 20:09:37.827 INFO [stderr] 365 | context.add("lines", &lines); Dec 15 20:09:37.827 INFO [stderr] | ^^^ Dec 15 20:09:37.827 INFO [stderr] Dec 15 20:09:37.827 INFO [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Dec 15 20:09:37.827 INFO [stderr] --> src/report.rs:366:13 Dec 15 20:09:37.827 INFO [stderr] | Dec 15 20:09:37.827 INFO [stderr] 366 | context.add("functions", &functions); Dec 15 20:09:37.827 INFO [stderr] | ^^^ Dec 15 20:09:37.827 INFO [stderr] Dec 15 20:09:37.871 INFO [stderr] warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead Dec 15 20:09:37.871 INFO [stderr] --> src/template.rs:46:10 Dec 15 20:09:37.871 INFO [stderr] | Dec 15 20:09:37.871 INFO [stderr] 46 | tera.register_global_function("debug_it", Box::new(debug_it)); Dec 15 20:09:37.871 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 20:09:37.871 INFO [stderr] Dec 15 20:09:41.268 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.37s Dec 15 20:09:41.280 INFO [stderr] su: No module specific data is present Dec 15 20:09:41.947 INFO running `"docker" "inspect" "21257022a68d0afe6dfd1d9a3351e1b142fc8430477950f6b21e47abf380b2b0"` Dec 15 20:09:42.207 INFO running `"docker" "rm" "-f" "21257022a68d0afe6dfd1d9a3351e1b142fc8430477950f6b21e47abf380b2b0"` Dec 15 20:09:42.471 INFO [stdout] 21257022a68d0afe6dfd1d9a3351e1b142fc8430477950f6b21e47abf380b2b0 Dec 15 20:09:42.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen" "-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"` Dec 15 20:09:42.839 INFO [stdout] a32d24df6bc3b315f45b9f7650a4fbd5b9ac7a6c85d3703ec30baf1397961e56 Dec 15 20:09:42.844 INFO running `"docker" "start" "-a" "a32d24df6bc3b315f45b9f7650a4fbd5b9ac7a6c85d3703ec30baf1397961e56"` Dec 15 20:09:43.485 INFO [stderr] usermod: no changes Dec 15 20:09:43.689 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s Dec 15 20:09:43.709 INFO [stderr] Running /target/debug/deps/cargo_cov-8fa3f481b9dbf16a Dec 15 20:09:43.711 INFO [stdout] Dec 15 20:09:43.711 INFO [stdout] running 1 test Dec 15 20:09:43.711 INFO [stdout] test lookup::test_split_profiler_lib ... ok Dec 15 20:09:43.711 INFO [stdout] Dec 15 20:09:43.711 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 20:09:43.711 INFO [stdout] Dec 15 20:09:43.717 INFO [stderr] su: No module specific data is present Dec 15 20:09:44.072 INFO running `"docker" "inspect" "a32d24df6bc3b315f45b9f7650a4fbd5b9ac7a6c85d3703ec30baf1397961e56"` Dec 15 20:09:44.190 INFO running `"docker" "rm" "-f" "a32d24df6bc3b315f45b9f7650a4fbd5b9ac7a6c85d3703ec30baf1397961e56"` Dec 15 20:09:44.314 INFO [stdout] a32d24df6bc3b315f45b9f7650a4fbd5b9ac7a6c85d3703ec30baf1397961e56