Oct 27 15:28:45.996 INFO checking solsa-0.1.7 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:28:45.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 15:28:46.490 INFO blam! 09476dc17a8410db850f1d508302a25f2cdcb408c0ab253e4374cd8f74fd7474 Oct 27 15:28:46.494 INFO running `"docker" "start" "-a" "09476dc17a8410db850f1d508302a25f2cdcb408c0ab253e4374cd8f74fd7474"` Oct 27 15:28:48.059 INFO kablam! usermod: no changes Oct 27 15:28:48.307 INFO kablam! Checking deunicode v0.4.3 Oct 27 15:28:49.107 INFO kablam! Checking slug v0.1.4 Oct 27 15:28:49.691 INFO kablam! Checking tera v0.11.18 Oct 27 15:28:56.320 INFO kablam! Checking solsa v0.1.7 (/source) Oct 27 15:29:02.371 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.371 INFO kablam! --> src/main.rs:216:17 Oct 27 15:29:02.371 INFO kablam! | Oct 27 15:29:02.371 INFO kablam! 216 | ctx.add("solsa_version", crate_version!()); Oct 27 15:29:02.371 INFO kablam! | ^^^ Oct 27 15:29:02.371 INFO kablam! | Oct 27 15:29:02.371 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:29:02.371 INFO kablam! Oct 27 15:29:02.371 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.371 INFO kablam! --> src/main.rs:217:17 Oct 27 15:29:02.371 INFO kablam! | Oct 27 15:29:02.371 INFO kablam! 217 | ctx.add("contract_file", cp_arc.as_ref()); Oct 27 15:29:02.371 INFO kablam! | ^^^ Oct 27 15:29:02.371 INFO kablam! Oct 27 15:29:02.371 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.371 INFO kablam! --> src/main.rs:219:21 Oct 27 15:29:02.371 INFO kablam! | Oct 27 15:29:02.371 INFO kablam! 219 | ctx.add("source", &contents); Oct 27 15:29:02.371 INFO kablam! | ^^^ Oct 27 15:29:02.371 INFO kablam! Oct 27 15:29:02.371 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.371 INFO kablam! --> src/main.rs:223:60 Oct 27 15:29:02.371 INFO kablam! | Oct 27 15:29:02.371 INFO kablam! 223 | tools::SolcResponse::Success(j) => ctx.add("solc_out", &j), Oct 27 15:29:02.371 INFO kablam! | ^^^ Oct 27 15:29:02.371 INFO kablam! Oct 27 15:29:02.371 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.371 INFO kablam! --> src/main.rs:224:60 Oct 27 15:29:02.371 INFO kablam! | Oct 27 15:29:02.371 INFO kablam! 224 | tools::SolcResponse::Failure(s) => ctx.add("solc_err", &s), Oct 27 15:29:02.371 INFO kablam! | ^^^ Oct 27 15:29:02.371 INFO kablam! Oct 27 15:29:02.371 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.371 INFO kablam! --> src/main.rs:230:62 Oct 27 15:29:02.371 INFO kablam! | Oct 27 15:29:02.371 INFO kablam! 230 | tools::SoliumResponse::Success(j) => ctx.add("solium_out", &j), Oct 27 15:29:02.371 INFO kablam! | ^^^ Oct 27 15:29:02.371 INFO kablam! Oct 27 15:29:02.371 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.371 INFO kablam! --> src/main.rs:231:62 Oct 27 15:29:02.372 INFO kablam! | Oct 27 15:29:02.372 INFO kablam! 231 | tools::SoliumResponse::Failure(s) => ctx.add("solium_err", &s), Oct 27 15:29:02.372 INFO kablam! | ^^^ Oct 27 15:29:02.372 INFO kablam! Oct 27 15:29:02.372 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.372 INFO kablam! --> src/main.rs:237:63 Oct 27 15:29:02.372 INFO kablam! | Oct 27 15:29:02.372 INFO kablam! 237 | tools::MythrilResponse::Success(j) => ctx.add("myth_out", &j), Oct 27 15:29:02.372 INFO kablam! | ^^^ Oct 27 15:29:02.372 INFO kablam! Oct 27 15:29:02.372 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.372 INFO kablam! --> src/main.rs:238:63 Oct 27 15:29:02.372 INFO kablam! | Oct 27 15:29:02.372 INFO kablam! 238 | tools::MythrilResponse::Failure(s) => ctx.add("myth_err", &s), Oct 27 15:29:02.372 INFO kablam! | ^^^ Oct 27 15:29:02.372 INFO kablam! Oct 27 15:29:02.372 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.372 INFO kablam! --> src/main.rs:245:29 Oct 27 15:29:02.372 INFO kablam! | Oct 27 15:29:02.372 INFO kablam! 245 | ctx.add("oyente_out", &j); Oct 27 15:29:02.372 INFO kablam! | ^^^ Oct 27 15:29:02.372 INFO kablam! Oct 27 15:29:02.372 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.372 INFO kablam! --> src/main.rs:246:29 Oct 27 15:29:02.372 INFO kablam! | Oct 27 15:29:02.372 INFO kablam! 246 | ctx.add("oyente_issues", &b) Oct 27 15:29:02.372 INFO kablam! | ^^^ Oct 27 15:29:02.372 INFO kablam! Oct 27 15:29:02.372 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.372 INFO kablam! --> src/main.rs:248:62 Oct 27 15:29:02.372 INFO kablam! | Oct 27 15:29:02.372 INFO kablam! 248 | tools::OyenteResponse::Failure(s) => ctx.add("oyente_err", &s), Oct 27 15:29:02.372 INFO kablam! | ^^^ Oct 27 15:29:02.372 INFO kablam! Oct 27 15:29:02.663 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.663 INFO kablam! --> src/main.rs:216:17 Oct 27 15:29:02.663 INFO kablam! | Oct 27 15:29:02.663 INFO kablam! 216 | ctx.add("solsa_version", crate_version!()); Oct 27 15:29:02.663 INFO kablam! | ^^^ Oct 27 15:29:02.663 INFO kablam! | Oct 27 15:29:02.663 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:29:02.663 INFO kablam! Oct 27 15:29:02.663 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.663 INFO kablam! --> src/main.rs:217:17 Oct 27 15:29:02.663 INFO kablam! | Oct 27 15:29:02.663 INFO kablam! 217 | ctx.add("contract_file", cp_arc.as_ref()); Oct 27 15:29:02.663 INFO kablam! | ^^^ Oct 27 15:29:02.663 INFO kablam! Oct 27 15:29:02.663 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.663 INFO kablam! --> src/main.rs:219:21 Oct 27 15:29:02.663 INFO kablam! | Oct 27 15:29:02.663 INFO kablam! 219 | ctx.add("source", &contents); Oct 27 15:29:02.663 INFO kablam! | ^^^ Oct 27 15:29:02.663 INFO kablam! Oct 27 15:29:02.663 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.663 INFO kablam! --> src/main.rs:223:60 Oct 27 15:29:02.663 INFO kablam! | Oct 27 15:29:02.663 INFO kablam! 223 | tools::SolcResponse::Success(j) => ctx.add("solc_out", &j), Oct 27 15:29:02.663 INFO kablam! | ^^^ Oct 27 15:29:02.663 INFO kablam! Oct 27 15:29:02.664 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.664 INFO kablam! --> src/main.rs:224:60 Oct 27 15:29:02.664 INFO kablam! | Oct 27 15:29:02.664 INFO kablam! 224 | tools::SolcResponse::Failure(s) => ctx.add("solc_err", &s), Oct 27 15:29:02.664 INFO kablam! | ^^^ Oct 27 15:29:02.664 INFO kablam! Oct 27 15:29:02.664 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.664 INFO kablam! --> src/main.rs:230:62 Oct 27 15:29:02.664 INFO kablam! | Oct 27 15:29:02.664 INFO kablam! 230 | tools::SoliumResponse::Success(j) => ctx.add("solium_out", &j), Oct 27 15:29:02.664 INFO kablam! | ^^^ Oct 27 15:29:02.664 INFO kablam! Oct 27 15:29:02.683 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.683 INFO kablam! --> src/main.rs:231:62 Oct 27 15:29:02.683 INFO kablam! | Oct 27 15:29:02.683 INFO kablam! 231 | tools::SoliumResponse::Failure(s) => ctx.add("solium_err", &s), Oct 27 15:29:02.683 INFO kablam! | ^^^ Oct 27 15:29:02.683 INFO kablam! Oct 27 15:29:02.683 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.683 INFO kablam! --> src/main.rs:237:63 Oct 27 15:29:02.683 INFO kablam! | Oct 27 15:29:02.683 INFO kablam! 237 | tools::MythrilResponse::Success(j) => ctx.add("myth_out", &j), Oct 27 15:29:02.683 INFO kablam! | ^^^ Oct 27 15:29:02.683 INFO kablam! Oct 27 15:29:02.683 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.683 INFO kablam! --> src/main.rs:238:63 Oct 27 15:29:02.683 INFO kablam! | Oct 27 15:29:02.683 INFO kablam! 238 | tools::MythrilResponse::Failure(s) => ctx.add("myth_err", &s), Oct 27 15:29:02.683 INFO kablam! | ^^^ Oct 27 15:29:02.683 INFO kablam! Oct 27 15:29:02.683 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.683 INFO kablam! --> src/main.rs:245:29 Oct 27 15:29:02.683 INFO kablam! | Oct 27 15:29:02.683 INFO kablam! 245 | ctx.add("oyente_out", &j); Oct 27 15:29:02.683 INFO kablam! | ^^^ Oct 27 15:29:02.683 INFO kablam! Oct 27 15:29:02.683 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.683 INFO kablam! --> src/main.rs:246:29 Oct 27 15:29:02.683 INFO kablam! | Oct 27 15:29:02.683 INFO kablam! 246 | ctx.add("oyente_issues", &b) Oct 27 15:29:02.683 INFO kablam! | ^^^ Oct 27 15:29:02.683 INFO kablam! Oct 27 15:29:02.683 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 15:29:02.683 INFO kablam! --> src/main.rs:248:62 Oct 27 15:29:02.683 INFO kablam! | Oct 27 15:29:02.683 INFO kablam! 248 | tools::OyenteResponse::Failure(s) => ctx.add("oyente_err", &s), Oct 27 15:29:02.683 INFO kablam! | ^^^ Oct 27 15:29:02.683 INFO kablam! Oct 27 15:29:03.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.81s Oct 27 15:29:03.899 INFO kablam! su: No module specific data is present Oct 27 15:29:05.783 INFO running `"docker" "rm" "-f" "09476dc17a8410db850f1d508302a25f2cdcb408c0ab253e4374cd8f74fd7474"` Oct 27 15:29:06.103 INFO blam! 09476dc17a8410db850f1d508302a25f2cdcb408c0ab253e4374cd8f74fd7474