Oct 16 06:51:05.365 INFO testing hangar-0.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:51:05.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 06:51:05.787 INFO blam! 9db7008bc833ba27e0b8980ad216df1406e719f7e45346f0ff3c7941f793c39f Oct 16 06:51:05.789 INFO running `"docker" "start" "-a" "9db7008bc833ba27e0b8980ad216df1406e719f7e45346f0ff3c7941f793c39f"` Oct 16 06:51:07.424 INFO kablam! usermod: no changes Oct 16 06:51:07.627 INFO kablam! Compiling cargo_metadata v0.1.2 Oct 16 06:51:07.643 INFO kablam! Compiling tera v0.11.17 Oct 16 06:51:12.943 INFO kablam! Compiling cargo-shim v0.1.5 Oct 16 06:51:28.013 INFO kablam! Compiling hangar v0.0.4 (/source) Oct 16 06:51:32.071 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:32.071 INFO kablam! --> src/generator/mod.rs:154:13 Oct 16 06:51:32.071 INFO kablam! | Oct 16 06:51:32.071 INFO kablam! 154 | context.add("database_url", &setting.db_url); Oct 16 06:51:32.071 INFO kablam! | ^^^ Oct 16 06:51:32.071 INFO kablam! | Oct 16 06:51:32.071 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:51:32.071 INFO kablam! Oct 16 06:51:32.071 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:32.071 INFO kablam! --> src/generator/mod.rs:155:13 Oct 16 06:51:32.071 INFO kablam! | Oct 16 06:51:32.071 INFO kablam! 155 | context.add("authors_name_email", &setting.author); Oct 16 06:51:32.071 INFO kablam! | ^^^ Oct 16 06:51:32.071 INFO kablam! Oct 16 06:51:32.071 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:32.071 INFO kablam! --> src/generator/mod.rs:171:13 Oct 16 06:51:32.071 INFO kablam! | Oct 16 06:51:32.071 INFO kablam! 171 | context.add("cargo_db", cargo_db); Oct 16 06:51:32.071 INFO kablam! | ^^^ Oct 16 06:51:32.071 INFO kablam! Oct 16 06:51:32.071 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:32.071 INFO kablam! --> src/generator/mod.rs:172:13 Oct 16 06:51:32.071 INFO kablam! | Oct 16 06:51:32.071 INFO kablam! 172 | context.add("db_connection_long", db_connection_long); Oct 16 06:51:32.071 INFO kablam! | ^^^ Oct 16 06:51:32.071 INFO kablam! Oct 16 06:51:32.071 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:32.071 INFO kablam! --> src/generator/mod.rs:173:13 Oct 16 06:51:32.071 INFO kablam! | Oct 16 06:51:32.071 INFO kablam! 173 | context.add("db_connection_short", db_connection_short); Oct 16 06:51:32.071 INFO kablam! | ^^^ Oct 16 06:51:32.071 INFO kablam! Oct 16 06:51:32.095 INFO kablam! warning: unused variable: `matches` Oct 16 06:51:32.095 INFO kablam! --> src/main.rs:36:54 Oct 16 06:51:32.095 INFO kablam! | Oct 16 06:51:32.095 INFO kablam! 36 | let result: Result = if let Some(matches) = matches.subcommand_matches("build") Oct 16 06:51:32.095 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 16 06:51:32.095 INFO kablam! | Oct 16 06:51:32.095 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 06:51:32.095 INFO kablam! Oct 16 06:51:32.095 INFO kablam! warning: unused variable: `matches` Oct 16 06:51:32.095 INFO kablam! --> src/main.rs:39:24 Oct 16 06:51:32.095 INFO kablam! | Oct 16 06:51:32.095 INFO kablam! 39 | } else if let Some(matches) = matches.subcommand_matches("db") { Oct 16 06:51:32.095 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 16 06:51:32.095 INFO kablam! Oct 16 06:51:32.095 INFO kablam! warning: unused variable: `matches` Oct 16 06:51:32.095 INFO kablam! --> src/main.rs:43:24 Oct 16 06:51:32.095 INFO kablam! | Oct 16 06:51:32.095 INFO kablam! 43 | } else if let Some(matches) = matches.subcommand_matches("run") { Oct 16 06:51:32.095 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 16 06:51:32.095 INFO kablam! Oct 16 06:51:32.147 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:51:32.147 INFO kablam! --> src/generator/mod.rs:125:9 Oct 16 06:51:32.147 INFO kablam! | Oct 16 06:51:32.147 INFO kablam! 125 | tera.add_raw_template(var_template_name, var_template_value); Oct 16 06:51:32.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:32.147 INFO kablam! | Oct 16 06:51:32.147 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:51:32.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:51:32.147 INFO kablam! Oct 16 06:51:37.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.73s Oct 16 06:51:37.195 INFO kablam! su: No module specific data is present Oct 16 06:51:38.363 INFO running `"docker" "rm" "-f" "9db7008bc833ba27e0b8980ad216df1406e719f7e45346f0ff3c7941f793c39f"` Oct 16 06:51:38.767 INFO blam! 9db7008bc833ba27e0b8980ad216df1406e719f7e45346f0ff3c7941f793c39f Oct 16 06:51:38.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 06:51:39.184 INFO blam! a51814ba57d51805a68f0e4b0df9437e7deb8705c9ebf675a65f55311313571e Oct 16 06:51:39.186 INFO running `"docker" "start" "-a" "a51814ba57d51805a68f0e4b0df9437e7deb8705c9ebf675a65f55311313571e"` Oct 16 06:51:41.031 INFO kablam! usermod: no changes Oct 16 06:51:41.211 INFO kablam! Compiling hangar v0.0.4 (/source) Oct 16 06:51:45.163 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:45.163 INFO kablam! --> src/generator/mod.rs:154:13 Oct 16 06:51:45.163 INFO kablam! | Oct 16 06:51:45.163 INFO kablam! 154 | context.add("database_url", &setting.db_url); Oct 16 06:51:45.163 INFO kablam! | ^^^ Oct 16 06:51:45.163 INFO kablam! | Oct 16 06:51:45.163 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:51:45.163 INFO kablam! Oct 16 06:51:45.163 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:45.163 INFO kablam! --> src/generator/mod.rs:155:13 Oct 16 06:51:45.163 INFO kablam! | Oct 16 06:51:45.163 INFO kablam! 155 | context.add("authors_name_email", &setting.author); Oct 16 06:51:45.163 INFO kablam! | ^^^ Oct 16 06:51:45.163 INFO kablam! Oct 16 06:51:45.163 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:45.163 INFO kablam! --> src/generator/mod.rs:171:13 Oct 16 06:51:45.163 INFO kablam! | Oct 16 06:51:45.164 INFO kablam! 171 | context.add("cargo_db", cargo_db); Oct 16 06:51:45.164 INFO kablam! | ^^^ Oct 16 06:51:45.164 INFO kablam! Oct 16 06:51:45.164 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:45.164 INFO kablam! --> src/generator/mod.rs:172:13 Oct 16 06:51:45.164 INFO kablam! | Oct 16 06:51:45.164 INFO kablam! 172 | context.add("db_connection_long", db_connection_long); Oct 16 06:51:45.165 INFO kablam! | ^^^ Oct 16 06:51:45.167 INFO kablam! Oct 16 06:51:45.167 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 06:51:45.167 INFO kablam! --> src/generator/mod.rs:173:13 Oct 16 06:51:45.167 INFO kablam! | Oct 16 06:51:45.167 INFO kablam! 173 | context.add("db_connection_short", db_connection_short); Oct 16 06:51:45.167 INFO kablam! | ^^^ Oct 16 06:51:45.167 INFO kablam! Oct 16 06:51:45.188 INFO kablam! warning: unused variable: `matches` Oct 16 06:51:45.188 INFO kablam! --> src/main.rs:36:54 Oct 16 06:51:45.188 INFO kablam! | Oct 16 06:51:45.189 INFO kablam! 36 | let result: Result = if let Some(matches) = matches.subcommand_matches("build") Oct 16 06:51:45.189 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 16 06:51:45.189 INFO kablam! | Oct 16 06:51:45.189 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 06:51:45.189 INFO kablam! Oct 16 06:51:45.189 INFO kablam! warning: unused variable: `matches` Oct 16 06:51:45.189 INFO kablam! --> src/main.rs:39:24 Oct 16 06:51:45.189 INFO kablam! | Oct 16 06:51:45.189 INFO kablam! 39 | } else if let Some(matches) = matches.subcommand_matches("db") { Oct 16 06:51:45.189 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 16 06:51:45.189 INFO kablam! Oct 16 06:51:45.190 INFO kablam! warning: unused variable: `matches` Oct 16 06:51:45.190 INFO kablam! --> src/main.rs:43:24 Oct 16 06:51:45.190 INFO kablam! | Oct 16 06:51:45.190 INFO kablam! 43 | } else if let Some(matches) = matches.subcommand_matches("run") { Oct 16 06:51:45.190 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 16 06:51:45.190 INFO kablam! Oct 16 06:51:45.248 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:51:45.248 INFO kablam! --> src/generator/mod.rs:125:9 Oct 16 06:51:45.248 INFO kablam! | Oct 16 06:51:45.249 INFO kablam! 125 | tera.add_raw_template(var_template_name, var_template_value); Oct 16 06:51:45.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:45.249 INFO kablam! | Oct 16 06:51:45.263 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:51:45.263 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:51:45.263 INFO kablam! Oct 16 06:51:47.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.75s Oct 16 06:51:47.818 INFO kablam! su: No module specific data is present Oct 16 06:51:48.959 INFO running `"docker" "rm" "-f" "a51814ba57d51805a68f0e4b0df9437e7deb8705c9ebf675a65f55311313571e"` Oct 16 06:51:49.202 INFO blam! a51814ba57d51805a68f0e4b0df9437e7deb8705c9ebf675a65f55311313571e Oct 16 06:51:49.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 06:51:49.667 INFO blam! 12bb2c12adafd9e71a7eb367dbddc79f9eb7bfcdbc3102cb09f61f2db6f9358c Oct 16 06:51:49.670 INFO running `"docker" "start" "-a" "12bb2c12adafd9e71a7eb367dbddc79f9eb7bfcdbc3102cb09f61f2db6f9358c"` Oct 16 06:51:51.334 INFO kablam! usermod: no changes Oct 16 06:51:51.533 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 16 06:51:51.539 INFO blam! Oct 16 06:51:51.539 INFO blam! running 0 tests Oct 16 06:51:51.539 INFO blam! Oct 16 06:51:51.539 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:51:51.539 INFO blam! Oct 16 06:51:51.539 INFO kablam! Running /target/debug/deps/hangar-a37531d85b786279 Oct 16 06:51:51.547 INFO kablam! su: No module specific data is present Oct 16 06:51:52.850 INFO running `"docker" "rm" "-f" "12bb2c12adafd9e71a7eb367dbddc79f9eb7bfcdbc3102cb09f61f2db6f9358c"` Oct 16 06:51:53.143 INFO blam! 12bb2c12adafd9e71a7eb367dbddc79f9eb7bfcdbc3102cb09f61f2db6f9358c