Oct 13 05:56:02.829 INFO checking zcfg-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:56:02.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 05:56:03.211 INFO blam! e889f7f98e98a18eea568a4e8afcac2702bdc6d9cf9ff3420bb53bfae813424a Oct 13 05:56:03.232 INFO running `"docker" "start" "-a" "e889f7f98e98a18eea568a4e8afcac2702bdc6d9cf9ff3420bb53bfae813424a"` Oct 13 05:56:04.388 INFO kablam! usermod: no changes Oct 13 05:56:04.456 INFO kablam! Checking zcfg v0.2.0 (/source) Oct 13 05:56:05.236 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.236 INFO kablam! --> src/lib.rs:250:10 Oct 13 05:56:05.236 INFO kablam! | Oct 13 05:56:05.236 INFO kablam! 250 | impl NoneableCfg { Oct 13 05:56:05.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.236 INFO kablam! | Oct 13 05:56:05.236 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:56:05.236 INFO kablam! Oct 13 05:56:05.236 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.236 INFO kablam! --> src/lib.rs:257:20 Oct 13 05:56:05.236 INFO kablam! | Oct 13 05:56:05.236 INFO kablam! 257 | impl Debug for NoneableCfg where T: Debug { Oct 13 05:56:05.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.236 INFO kablam! Oct 13 05:56:05.236 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.236 INFO kablam! --> src/lib.rs:264:20 Oct 13 05:56:05.236 INFO kablam! | Oct 13 05:56:05.236 INFO kablam! 264 | impl Deref for NoneableCfg { Oct 13 05:56:05.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.236 INFO kablam! Oct 13 05:56:05.236 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.236 INFO kablam! --> src/lib.rs:273:30 Oct 13 05:56:05.236 INFO kablam! | Oct 13 05:56:05.236 INFO kablam! 273 | impl From> for NoneableCfg { Oct 13 05:56:05.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.236 INFO kablam! Oct 13 05:56:05.236 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.236 INFO kablam! --> src/lib.rs:279:30 Oct 13 05:56:05.236 INFO kablam! | Oct 13 05:56:05.236 INFO kablam! 279 | impl ConfigParseable for NoneableCfg where T:ConfigParseable { Oct 13 05:56:05.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.236 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:313:10 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 313 | impl CommaSeparatedCfgs { Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:320:20 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 320 | impl Deref for CommaSeparatedCfgs { Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:329:27 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 329 | impl From> for CommaSeparatedCfgs { Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:335:20 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 335 | impl Debug for CommaSeparatedCfgs where T: Debug { Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:342:30 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 342 | impl ConfigParseable for CommaSeparatedCfgs where T:ConfigParseable { Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:118:44 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 118 | define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:122:41 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 122 | define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:252:9 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 252 | let NoneableCfg(inner) = self; Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:259:10 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 259 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:268:10 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 268 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:275:5 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 275 | NoneableCfg(v) Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:280:17 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 280 | type Output = NoneableCfg<::Output>; Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:291:21 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 291 | opt_res.map(|v| NoneableCfg(v)) Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.241 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.241 INFO kablam! --> src/lib.rs:315:9 Oct 13 05:56:05.241 INFO kablam! | Oct 13 05:56:05.241 INFO kablam! 315 | let CommaSeparatedCfgs(inner) = self; Oct 13 05:56:05.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.241 INFO kablam! Oct 13 05:56:05.242 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.242 INFO kablam! --> src/lib.rs:324:10 Oct 13 05:56:05.242 INFO kablam! | Oct 13 05:56:05.242 INFO kablam! 324 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.242 INFO kablam! Oct 13 05:56:05.242 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.242 INFO kablam! --> src/lib.rs:331:5 Oct 13 05:56:05.242 INFO kablam! | Oct 13 05:56:05.242 INFO kablam! 331 | CommaSeparatedCfgs(v) Oct 13 05:56:05.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.242 INFO kablam! Oct 13 05:56:05.242 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.242 INFO kablam! --> src/lib.rs:337:10 Oct 13 05:56:05.242 INFO kablam! | Oct 13 05:56:05.242 INFO kablam! 337 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.242 INFO kablam! Oct 13 05:56:05.242 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.242 INFO kablam! --> src/lib.rs:343:17 Oct 13 05:56:05.242 INFO kablam! | Oct 13 05:56:05.242 INFO kablam! 343 | type Output = CommaSeparatedCfgs<::Output>; Oct 13 05:56:05.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.242 INFO kablam! Oct 13 05:56:05.242 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.242 INFO kablam! --> src/lib.rs:354:15 Oct 13 05:56:05.242 INFO kablam! | Oct 13 05:56:05.242 INFO kablam! 354 | return Ok(CommaSeparatedCfgs(results)) Oct 13 05:56:05.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.242 INFO kablam! Oct 13 05:56:05.242 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.242 INFO kablam! Oct 13 05:56:05.242 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.242 INFO kablam! Oct 13 05:56:05.352 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.352 INFO kablam! --> src/lib.rs:248:27 Oct 13 05:56:05.352 INFO kablam! | Oct 13 05:56:05.352 INFO kablam! 248 | pub struct NoneableCfg(pub Option); Oct 13 05:56:05.352 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:56:05.352 INFO kablam! Oct 13 05:56:05.352 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.352 INFO kablam! --> src/lib.rs:252:21 Oct 13 05:56:05.352 INFO kablam! | Oct 13 05:56:05.352 INFO kablam! 252 | let NoneableCfg(inner) = self; Oct 13 05:56:05.352 INFO kablam! | ^^^^^ Oct 13 05:56:05.352 INFO kablam! Oct 13 05:56:05.352 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.352 INFO kablam! --> src/lib.rs:259:22 Oct 13 05:56:05.352 INFO kablam! | Oct 13 05:56:05.352 INFO kablam! 259 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.352 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.352 INFO kablam! Oct 13 05:56:05.352 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.352 INFO kablam! --> src/lib.rs:268:22 Oct 13 05:56:05.352 INFO kablam! | Oct 13 05:56:05.352 INFO kablam! 268 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.352 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.352 INFO kablam! Oct 13 05:56:05.352 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.352 INFO kablam! --> src/lib.rs:311:34 Oct 13 05:56:05.352 INFO kablam! | Oct 13 05:56:05.352 INFO kablam! 311 | pub struct CommaSeparatedCfgs(pub Vec); Oct 13 05:56:05.352 INFO kablam! | ^^^^^^^^^^ Oct 13 05:56:05.352 INFO kablam! Oct 13 05:56:05.360 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.360 INFO kablam! --> src/lib.rs:315:28 Oct 13 05:56:05.360 INFO kablam! | Oct 13 05:56:05.360 INFO kablam! 315 | let CommaSeparatedCfgs(inner) = self; Oct 13 05:56:05.360 INFO kablam! | ^^^^^ Oct 13 05:56:05.360 INFO kablam! Oct 13 05:56:05.360 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.360 INFO kablam! --> src/lib.rs:324:29 Oct 13 05:56:05.360 INFO kablam! | Oct 13 05:56:05.360 INFO kablam! 324 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.360 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.360 INFO kablam! Oct 13 05:56:05.360 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.360 INFO kablam! --> src/lib.rs:337:29 Oct 13 05:56:05.360 INFO kablam! | Oct 13 05:56:05.360 INFO kablam! 337 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.360 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.360 INFO kablam! Oct 13 05:56:05.442 INFO kablam! warning: the feature `used` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 05:56:05.442 INFO kablam! --> src/lib.rs:1:12 Oct 13 05:56:05.442 INFO kablam! | Oct 13 05:56:05.442 INFO kablam! 1 | #![feature(used)] Oct 13 05:56:05.442 INFO kablam! | ^^^^ Oct 13 05:56:05.442 INFO kablam! | Oct 13 05:56:05.442 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:56:05.442 INFO kablam! Oct 13 05:56:05.483 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.483 INFO kablam! --> src/lib.rs:250:10 Oct 13 05:56:05.483 INFO kablam! | Oct 13 05:56:05.483 INFO kablam! 250 | impl NoneableCfg { Oct 13 05:56:05.483 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:257:20 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 257 | impl Debug for NoneableCfg where T: Debug { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:264:20 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 264 | impl Deref for NoneableCfg { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:273:30 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 273 | impl From> for NoneableCfg { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:279:30 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 279 | impl ConfigParseable for NoneableCfg where T:ConfigParseable { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:313:10 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 313 | impl CommaSeparatedCfgs { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:320:20 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 320 | impl Deref for CommaSeparatedCfgs { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:329:27 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 329 | impl From> for CommaSeparatedCfgs { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:335:20 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 335 | impl Debug for CommaSeparatedCfgs where T: Debug { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:342:30 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 342 | impl ConfigParseable for CommaSeparatedCfgs where T:ConfigParseable { Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:118:44 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 118 | define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.513 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.513 INFO kablam! --> src/lib.rs:122:41 Oct 13 05:56:05.513 INFO kablam! | Oct 13 05:56:05.513 INFO kablam! 122 | define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, Oct 13 05:56:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.513 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:540:30 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:541:30 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:252:9 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 252 | let NoneableCfg(inner) = self; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:259:10 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 259 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:268:10 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 268 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:275:5 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 275 | NoneableCfg(v) Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:280:17 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 280 | type Output = NoneableCfg<::Output>; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:291:21 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 291 | opt_res.map(|v| NoneableCfg(v)) Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:315:9 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 315 | let CommaSeparatedCfgs(inner) = self; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:324:10 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 324 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:331:5 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 331 | CommaSeparatedCfgs(v) Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:337:10 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 337 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:343:17 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 343 | type Output = CommaSeparatedCfgs<::Output>; Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.514 INFO kablam! --> src/lib.rs:354:15 Oct 13 05:56:05.514 INFO kablam! | Oct 13 05:56:05.514 INFO kablam! 354 | return Ok(CommaSeparatedCfgs(results)) Oct 13 05:56:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'NoneableCfg': please use Option directly Oct 13 05:56:05.514 INFO kablam! Oct 13 05:56:05.514 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly Oct 13 05:56:05.515 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:248:27 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 248 | pub struct NoneableCfg(pub Option); Oct 13 05:56:05.616 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:252:21 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 252 | let NoneableCfg(inner) = self; Oct 13 05:56:05.616 INFO kablam! | ^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:259:22 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 259 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.616 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'NoneableCfg::0': please use Option directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:268:22 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 268 | let &NoneableCfg(ref inner) = self; Oct 13 05:56:05.616 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:311:34 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 311 | pub struct CommaSeparatedCfgs(pub Vec); Oct 13 05:56:05.616 INFO kablam! | ^^^^^^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:315:28 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 315 | let CommaSeparatedCfgs(inner) = self; Oct 13 05:56:05.616 INFO kablam! | ^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:324:29 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 324 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.616 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.616 INFO kablam! warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly Oct 13 05:56:05.616 INFO kablam! --> src/lib.rs:337:29 Oct 13 05:56:05.616 INFO kablam! | Oct 13 05:56:05.616 INFO kablam! 337 | let &CommaSeparatedCfgs(ref inner) = self; Oct 13 05:56:05.616 INFO kablam! | ^^^^^^^^^ Oct 13 05:56:05.616 INFO kablam! Oct 13 05:56:05.804 INFO kablam! warning: the feature `used` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 05:56:05.804 INFO kablam! --> src/lib.rs:1:12 Oct 13 05:56:05.804 INFO kablam! | Oct 13 05:56:05.804 INFO kablam! 1 | #![feature(used)] Oct 13 05:56:05.804 INFO kablam! | ^^^^ Oct 13 05:56:05.804 INFO kablam! | Oct 13 05:56:05.804 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:56:05.804 INFO kablam! Oct 13 05:56:05.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 13 05:56:05.848 INFO kablam! su: No module specific data is present Oct 13 05:56:06.692 INFO running `"docker" "rm" "-f" "e889f7f98e98a18eea568a4e8afcac2702bdc6d9cf9ff3420bb53bfae813424a"` Oct 13 05:56:07.029 INFO blam! e889f7f98e98a18eea568a4e8afcac2702bdc6d9cf9ff3420bb53bfae813424a