[INFO] crate zcfg 0.2.0 is already in cache [INFO] testing zcfg-0.2.0 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate zcfg 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate zcfg 0.2.0 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate zcfg 0.2.0 [INFO] finished tweaking crates.io crate zcfg 0.2.0 [INFO] tweaked toml for crates.io crate zcfg 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c88a0938187db012b426c907beef64ef2638528bf9bcd21e9e1086fa008ad470 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c88a0938187db012b426c907beef64ef2638528bf9bcd21e9e1086fa008ad470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c88a0938187db012b426c907beef64ef2638528bf9bcd21e9e1086fa008ad470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c88a0938187db012b426c907beef64ef2638528bf9bcd21e9e1086fa008ad470", kill_on_drop: false }` [INFO] [stdout] c88a0938187db012b426c907beef64ef2638528bf9bcd21e9e1086fa008ad470 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3149ffd9fab2229da018eb0e0c404f08a39da7a35b43ef3704befd9c4277354a [INFO] running `Command { std: "docker" "start" "-a" "3149ffd9fab2229da018eb0e0c404f08a39da7a35b43ef3704befd9c4277354a", kill_on_drop: false }` [INFO] [stderr] Compiling zcfg v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:250:10 [INFO] [stdout] | [INFO] [stdout] 250 | impl NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:257:20 [INFO] [stdout] | [INFO] [stdout] 257 | impl Debug for NoneableCfg where T: Debug { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:264:20 [INFO] [stdout] | [INFO] [stdout] 264 | impl Deref for NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:273:30 [INFO] [stdout] | [INFO] [stdout] 273 | impl From> for NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:279:30 [INFO] [stdout] | [INFO] [stdout] 279 | impl ConfigParseable for NoneableCfg where T:ConfigParseable { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | impl CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:320:20 [INFO] [stdout] | [INFO] [stdout] 320 | impl Deref for CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:329:27 [INFO] [stdout] | [INFO] [stdout] 329 | impl From> for CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:335:20 [INFO] [stdout] | [INFO] [stdout] 335 | impl Debug for CommaSeparatedCfgs where T: Debug { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:342:30 [INFO] [stdout] | [INFO] [stdout] 342 | impl ConfigParseable for CommaSeparatedCfgs where T:ConfigParseable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:523:1 [INFO] [stdout] | [INFO] [stdout] 523 | / lazy_static! { [INFO] [stdout] 524 | | /** [INFO] [stdout] 525 | | * The exhaustive list of config initializer objects. [INFO] [stdout] 526 | | * [INFO] [stdout] ... | [INFO] [stdout] 532 | | }; [INFO] [stdout] 533 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | let NoneableCfg(inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:268:10 [INFO] [stdout] | [INFO] [stdout] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | NoneableCfg(v) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | type Output = NoneableCfg<::Output>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:291:21 [INFO] [stdout] | [INFO] [stdout] 291 | opt_res.map(|v| NoneableCfg(v)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:315:9 [INFO] [stdout] | [INFO] [stdout] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | CommaSeparatedCfgs(v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:343:17 [INFO] [stdout] | [INFO] [stdout] 343 | type Output = CommaSeparatedCfgs<::Output>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:354:15 [INFO] [stdout] | [INFO] [stdout] 354 | return Ok(CommaSeparatedCfgs(results)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:118:44 [INFO] [stdout] | [INFO] [stdout] 118 | define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:122:41 [INFO] [stdout] | [INFO] [stdout] 122 | define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | let NoneableCfg(inner) = self; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:259:22 [INFO] [stdout] | [INFO] [stdout] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:268:22 [INFO] [stdout] | [INFO] [stdout] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:315:28 [INFO] [stdout] | [INFO] [stdout] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:337:29 [INFO] [stdout] | [INFO] [stdout] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `used` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(used)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `Command { std: "docker" "inspect" "3149ffd9fab2229da018eb0e0c404f08a39da7a35b43ef3704befd9c4277354a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3149ffd9fab2229da018eb0e0c404f08a39da7a35b43ef3704befd9c4277354a", kill_on_drop: false }` [INFO] [stdout] 3149ffd9fab2229da018eb0e0c404f08a39da7a35b43ef3704befd9c4277354a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecf011b993f39ed34581d54aff186990e826e708062eecb98824847f2b541bb6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ecf011b993f39ed34581d54aff186990e826e708062eecb98824847f2b541bb6", kill_on_drop: false }` [INFO] [stderr] Compiling zcfg v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:250:10 [INFO] [stdout] | [INFO] [stdout] 250 | impl NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:257:20 [INFO] [stdout] | [INFO] [stdout] 257 | impl Debug for NoneableCfg where T: Debug { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:264:20 [INFO] [stdout] | [INFO] [stdout] 264 | impl Deref for NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:273:30 [INFO] [stdout] | [INFO] [stdout] 273 | impl From> for NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:279:30 [INFO] [stdout] | [INFO] [stdout] 279 | impl ConfigParseable for NoneableCfg where T:ConfigParseable { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | impl CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:320:20 [INFO] [stdout] | [INFO] [stdout] 320 | impl Deref for CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:329:27 [INFO] [stdout] | [INFO] [stdout] 329 | impl From> for CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:335:20 [INFO] [stdout] | [INFO] [stdout] 335 | impl Debug for CommaSeparatedCfgs where T: Debug { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:342:30 [INFO] [stdout] | [INFO] [stdout] 342 | impl ConfigParseable for CommaSeparatedCfgs where T:ConfigParseable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:523:1 [INFO] [stdout] | [INFO] [stdout] 523 | / lazy_static! { [INFO] [stdout] 524 | | /** [INFO] [stdout] 525 | | * The exhaustive list of config initializer objects. [INFO] [stdout] 526 | | * [INFO] [stdout] ... | [INFO] [stdout] 532 | | }; [INFO] [stdout] 533 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | let NoneableCfg(inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:268:10 [INFO] [stdout] | [INFO] [stdout] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | NoneableCfg(v) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | type Output = NoneableCfg<::Output>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:291:21 [INFO] [stdout] | [INFO] [stdout] 291 | opt_res.map(|v| NoneableCfg(v)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:315:9 [INFO] [stdout] | [INFO] [stdout] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | CommaSeparatedCfgs(v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:343:17 [INFO] [stdout] | [INFO] [stdout] 343 | type Output = CommaSeparatedCfgs<::Output>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:354:15 [INFO] [stdout] | [INFO] [stdout] 354 | return Ok(CommaSeparatedCfgs(results)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:118:44 [INFO] [stdout] | [INFO] [stdout] 118 | define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:122:41 [INFO] [stdout] | [INFO] [stdout] 122 | define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | let NoneableCfg(inner) = self; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:259:22 [INFO] [stdout] | [INFO] [stdout] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:268:22 [INFO] [stdout] | [INFO] [stdout] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:315:28 [INFO] [stdout] | [INFO] [stdout] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:337:29 [INFO] [stdout] | [INFO] [stdout] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `used` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(used)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/lib.rs:553:48 [INFO] [stdout] | [INFO] [stdout] 553 | static ref NO_TEST_PARALLELISM: Mutex<()>= { Mutex::new(()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:250:10 [INFO] [stdout] | [INFO] [stdout] 250 | impl NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:257:20 [INFO] [stdout] | [INFO] [stdout] 257 | impl Debug for NoneableCfg where T: Debug { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:264:20 [INFO] [stdout] | [INFO] [stdout] 264 | impl Deref for NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:273:30 [INFO] [stdout] | [INFO] [stdout] 273 | impl From> for NoneableCfg { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:279:30 [INFO] [stdout] | [INFO] [stdout] 279 | impl ConfigParseable for NoneableCfg where T:ConfigParseable { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | impl CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:320:20 [INFO] [stdout] | [INFO] [stdout] 320 | impl Deref for CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:329:27 [INFO] [stdout] | [INFO] [stdout] 329 | impl From> for CommaSeparatedCfgs { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:335:20 [INFO] [stdout] | [INFO] [stdout] 335 | impl Debug for CommaSeparatedCfgs where T: Debug { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:342:30 [INFO] [stdout] | [INFO] [stdout] 342 | impl ConfigParseable for CommaSeparatedCfgs where T:ConfigParseable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:523:1 [INFO] [stdout] | [INFO] [stdout] 523 | / lazy_static! { [INFO] [stdout] 524 | | /** [INFO] [stdout] 525 | | * The exhaustive list of config initializer objects. [INFO] [stdout] 526 | | * [INFO] [stdout] ... | [INFO] [stdout] 532 | | }; [INFO] [stdout] 533 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | let NoneableCfg(inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:268:10 [INFO] [stdout] | [INFO] [stdout] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | NoneableCfg(v) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | type Output = NoneableCfg<::Output>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:291:21 [INFO] [stdout] | [INFO] [stdout] 291 | opt_res.map(|v| NoneableCfg(v)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:315:9 [INFO] [stdout] | [INFO] [stdout] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | CommaSeparatedCfgs(v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:343:17 [INFO] [stdout] | [INFO] [stdout] 343 | type Output = CommaSeparatedCfgs<::Output>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stdout] --> src/lib.rs:354:15 [INFO] [stdout] | [INFO] [stdout] 354 | return Ok(CommaSeparatedCfgs(results)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:552:3 [INFO] [stdout] | [INFO] [stdout] 552 | / lazy_static! { [INFO] [stdout] 553 | | static ref NO_TEST_PARALLELISM: Mutex<()>= { Mutex::new(()) }; [INFO] [stdout] 554 | | } [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:118:44 [INFO] [stdout] | [INFO] [stdout] 118 | define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stdout] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:122:41 [INFO] [stdout] | [INFO] [stdout] 122 | define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stdout] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stdout] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stdout] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:538:3 [INFO] [stdout] | [INFO] [stdout] 538 | define_cfg!(example_1, String, "hello".to_owned(), "some example configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:538:3 [INFO] [stdout] | [INFO] [stdout] 538 | define_cfg!(example_1, String, "hello".to_owned(), "some example configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:538:3 [INFO] [stdout] | [INFO] [stdout] 538 | define_cfg!(example_1, String, "hello".to_owned(), "some example configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:539:3 [INFO] [stdout] | [INFO] [stdout] 539 | define_cfg!(example_2, u32, 5u32, "some example_2 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:539:3 [INFO] [stdout] | [INFO] [stdout] 539 | define_cfg!(example_2, u32, 5u32, "some example_2 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:539:3 [INFO] [stdout] | [INFO] [stdout] 539 | define_cfg!(example_2, u32, 5u32, "some example_2 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:540:30 [INFO] [stdout] | [INFO] [stdout] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:540:3 [INFO] [stdout] | [INFO] [stdout] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:540:3 [INFO] [stdout] | [INFO] [stdout] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:540:3 [INFO] [stdout] | [INFO] [stdout] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stdout] --> src/lib.rs:541:30 [INFO] [stdout] | [INFO] [stdout] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:541:3 [INFO] [stdout] | [INFO] [stdout] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:541:3 [INFO] [stdout] | [INFO] [stdout] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:541:3 [INFO] [stdout] | [INFO] [stdout] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:542:3 [INFO] [stdout] | [INFO] [stdout] 542 | define_pub_cfg!(example_5, Option, None, "some example_5 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:542:3 [INFO] [stdout] | [INFO] [stdout] 542 | define_pub_cfg!(example_5, Option, None, "some example_5 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:542:3 [INFO] [stdout] | [INFO] [stdout] 542 | define_pub_cfg!(example_5, Option, None, "some example_5 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:543:3 [INFO] [stdout] | [INFO] [stdout] 543 | define_pub_cfg!(example_6, Vec, Vec::new(), "some example_6 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:543:3 [INFO] [stdout] | [INFO] [stdout] 543 | define_pub_cfg!(example_6, Vec, Vec::new(), "some example_6 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:543:3 [INFO] [stdout] | [INFO] [stdout] 543 | define_pub_cfg!(example_6, Vec, Vec::new(), "some example_6 configuration"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | let NoneableCfg(inner) = self; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:259:22 [INFO] [stdout] | [INFO] [stdout] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stdout] --> src/lib.rs:268:22 [INFO] [stdout] | [INFO] [stdout] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:315:28 [INFO] [stdout] | [INFO] [stdout] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stdout] --> src/lib.rs:337:29 [INFO] [stdout] | [INFO] [stdout] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `used` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(used)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.97s [INFO] running `Command { std: "docker" "inspect" "ecf011b993f39ed34581d54aff186990e826e708062eecb98824847f2b541bb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecf011b993f39ed34581d54aff186990e826e708062eecb98824847f2b541bb6", kill_on_drop: false }` [INFO] [stdout] ecf011b993f39ed34581d54aff186990e826e708062eecb98824847f2b541bb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fda08a6cf000fec2735925e59df47dc70375cb16afb6a9118746c8532ee43c8c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fda08a6cf000fec2735925e59df47dc70375cb16afb6a9118746c8532ee43c8c", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:250:10 [INFO] [stderr] | [INFO] [stderr] 250 | impl NoneableCfg { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:257:20 [INFO] [stderr] | [INFO] [stderr] 257 | impl Debug for NoneableCfg where T: Debug { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:264:20 [INFO] [stderr] | [INFO] [stderr] 264 | impl Deref for NoneableCfg { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:273:30 [INFO] [stderr] | [INFO] [stderr] 273 | impl From> for NoneableCfg { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:279:30 [INFO] [stderr] | [INFO] [stderr] 279 | impl ConfigParseable for NoneableCfg where T:ConfigParseable { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:313:10 [INFO] [stderr] | [INFO] [stderr] 313 | impl CommaSeparatedCfgs { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:320:20 [INFO] [stderr] | [INFO] [stderr] 320 | impl Deref for CommaSeparatedCfgs { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:329:27 [INFO] [stderr] | [INFO] [stderr] 329 | impl From> for CommaSeparatedCfgs { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:335:20 [INFO] [stderr] | [INFO] [stderr] 335 | impl Debug for CommaSeparatedCfgs where T: Debug { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:342:30 [INFO] [stderr] | [INFO] [stderr] 342 | impl ConfigParseable for CommaSeparatedCfgs where T:ConfigParseable { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/lib.rs:553:48 [INFO] [stderr] | [INFO] [stderr] 553 | static ref NO_TEST_PARALLELISM: Mutex<()>= { Mutex::new(()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:250:10 [INFO] [stderr] | [INFO] [stderr] 250 | impl NoneableCfg { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:257:20 [INFO] [stderr] | [INFO] [stderr] 257 | impl Debug for NoneableCfg where T: Debug { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:264:20 [INFO] [stderr] | [INFO] [stderr] 264 | impl Deref for NoneableCfg { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:273:30 [INFO] [stderr] | [INFO] [stderr] 273 | impl From> for NoneableCfg { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:279:30 [INFO] [stderr] | [INFO] [stderr] 279 | impl ConfigParseable for NoneableCfg where T:ConfigParseable { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:313:10 [INFO] [stderr] | [INFO] [stderr] 313 | impl CommaSeparatedCfgs { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:320:20 [INFO] [stderr] | [INFO] [stderr] 320 | impl Deref for CommaSeparatedCfgs { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:329:27 [INFO] [stderr] | [INFO] [stderr] 329 | impl From> for CommaSeparatedCfgs { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:335:20 [INFO] [stderr] | [INFO] [stderr] 335 | impl Debug for CommaSeparatedCfgs where T: Debug { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:342:30 [INFO] [stderr] | [INFO] [stderr] 342 | impl ConfigParseable for CommaSeparatedCfgs where T:ConfigParseable { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:523:1 [INFO] [stderr] | [INFO] [stderr] 523 | / lazy_static! { [INFO] [stderr] 524 | | /** [INFO] [stderr] 525 | | * The exhaustive list of config initializer objects. [INFO] [stderr] 526 | | * [INFO] [stderr] ... | [INFO] [stderr] 532 | | }; [INFO] [stderr] 533 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:252:9 [INFO] [stderr] | [INFO] [stderr] 252 | let NoneableCfg(inner) = self; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:259:10 [INFO] [stderr] | [INFO] [stderr] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:268:10 [INFO] [stderr] | [INFO] [stderr] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:275:5 [INFO] [stderr] | [INFO] [stderr] 275 | NoneableCfg(v) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:280:17 [INFO] [stderr] | [INFO] [stderr] 280 | type Output = NoneableCfg<::Output>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:291:21 [INFO] [stderr] | [INFO] [stderr] 291 | opt_res.map(|v| NoneableCfg(v)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:315:9 [INFO] [stderr] | [INFO] [stderr] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:324:10 [INFO] [stderr] | [INFO] [stderr] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | CommaSeparatedCfgs(v) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:337:10 [INFO] [stderr] | [INFO] [stderr] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:343:17 [INFO] [stderr] | [INFO] [stderr] 343 | type Output = CommaSeparatedCfgs<::Output>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:354:15 [INFO] [stderr] | [INFO] [stderr] 354 | return Ok(CommaSeparatedCfgs(results)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:552:3 [INFO] [stderr] | [INFO] [stderr] 552 | / lazy_static! { [INFO] [stderr] 553 | | static ref NO_TEST_PARALLELISM: Mutex<()>= { Mutex::new(()) }; [INFO] [stderr] 554 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:118:44 [INFO] [stderr] | [INFO] [stderr] 118 | define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:538:3 [INFO] [stderr] | [INFO] [stderr] 538 | define_cfg!(example_1, String, "hello".to_owned(), "some example configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:538:3 [INFO] [stderr] | [INFO] [stderr] 538 | define_cfg!(example_1, String, "hello".to_owned(), "some example configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:538:3 [INFO] [stderr] | [INFO] [stderr] 538 | define_cfg!(example_1, String, "hello".to_owned(), "some example configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:539:3 [INFO] [stderr] | [INFO] [stderr] 539 | define_cfg!(example_2, u32, 5u32, "some example_2 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:539:3 [INFO] [stderr] | [INFO] [stderr] 539 | define_cfg!(example_2, u32, 5u32, "some example_2 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:539:3 [INFO] [stderr] | [INFO] [stderr] 539 | define_cfg!(example_2, u32, 5u32, "some example_2 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:540:30 [INFO] [stderr] | [INFO] [stderr] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:540:3 [INFO] [stderr] | [INFO] [stderr] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:540:3 [INFO] [stderr] | [INFO] [stderr] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:523:1 [INFO] [stderr] | [INFO] [stderr] 523 | / lazy_static! { [INFO] [stderr] 524 | | /** [INFO] [stderr] 525 | | * The exhaustive list of config initializer objects. [INFO] [stderr] 526 | | * [INFO] [stderr] ... | [INFO] [stderr] 532 | | }; [INFO] [stderr] 533 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:252:9 [INFO] [stderr] | [INFO] [stderr] 252 | let NoneableCfg(inner) = self; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:259:10 [INFO] [stderr] | [INFO] [stderr] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:268:10 [INFO] [stderr] | [INFO] [stderr] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:275:5 [INFO] [stderr] | [INFO] [stderr] 275 | NoneableCfg(v) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:280:17 [INFO] [stderr] | [INFO] [stderr] 280 | type Output = NoneableCfg<::Output>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:291:21 [INFO] [stderr] | [INFO] [stderr] 291 | opt_res.map(|v| NoneableCfg(v)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:540:3 [INFO] [stderr] | [INFO] [stderr] 540 | define_pub_cfg!(example_3, super::NoneableCfg, None, "some example_3 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:315:9 [INFO] [stderr] | [INFO] [stderr] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:324:10 [INFO] [stderr] | [INFO] [stderr] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:541:30 [INFO] [stderr] | [INFO] [stderr] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | CommaSeparatedCfgs(v) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:337:10 [INFO] [stderr] | [INFO] [stderr] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:343:17 [INFO] [stderr] | [INFO] [stderr] 343 | type Output = CommaSeparatedCfgs<::Output>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs': please use Vec directly [INFO] [stderr] --> src/lib.rs:354:15 [INFO] [stderr] | [INFO] [stderr] 354 | return Ok(CommaSeparatedCfgs(results)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:118:44 [INFO] [stderr] | [INFO] [stderr] 118 | define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:541:3 [INFO] [stderr] | [INFO] [stderr] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:541:3 [INFO] [stderr] | [INFO] [stderr] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:541:3 [INFO] [stderr] | [INFO] [stderr] 541 | define_pub_cfg!(example_4, super::NoneableCfg, None, "some example_4 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:542:3 [INFO] [stderr] | [INFO] [stderr] 542 | define_pub_cfg!(example_5, Option, None, "some example_5 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / define_pub_cfg!(__zcfg_example_pub_config, super::NoneableCfg, None, [INFO] [stderr] 119 | | "A fake pub example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 120 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 121 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg': please use Option directly [INFO] [stderr] --> src/lib.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:542:3 [INFO] [stderr] | [INFO] [stderr] 542 | define_pub_cfg!(example_5, Option, None, "some example_5 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:542:3 [INFO] [stderr] | [INFO] [stderr] 542 | define_pub_cfg!(example_5, Option, None, "some example_5 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:543:3 [INFO] [stderr] | [INFO] [stderr] 543 | define_pub_cfg!(example_6, Vec, Vec::new(), "some example_6 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / define_cfg!(__zcfg_example_priv_config, super::NoneableCfg, None, [INFO] [stderr] 123 | | "A fake example configuration object to demo rustdoc for config objects. The \ [INFO] [stderr] 124 | | naming convention is completely artificial, and you can choose any convention you'd \ [INFO] [stderr] 125 | | like. Prefer distinct names that probably won't conflict with other libraries."); [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stderr] --> src/lib.rs:252:21 [INFO] [stderr] | [INFO] [stderr] 252 | let NoneableCfg(inner) = self; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stderr] --> src/lib.rs:259:22 [INFO] [stderr] | [INFO] [stderr] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:543:3 [INFO] [stderr] | [INFO] [stderr] 543 | define_pub_cfg!(example_6, Vec, Vec::new(), "some example_6 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stderr] --> src/lib.rs:268:22 [INFO] [stderr] | [INFO] [stderr] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stderr] --> src/lib.rs:315:28 [INFO] [stderr] | [INFO] [stderr] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stderr] --> src/lib.rs:324:29 [INFO] [stderr] | [INFO] [stderr] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stderr] --> src/lib.rs:337:29 [INFO] [stderr] | [INFO] [stderr] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `used` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(used)] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 38 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:543:3 [INFO] [stderr] | [INFO] [stderr] 543 | define_pub_cfg!(example_6, Vec, Vec::new(), "some example_6 configuration"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stderr] --> src/lib.rs:252:21 [INFO] [stderr] | [INFO] [stderr] 252 | let NoneableCfg(inner) = self; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stderr] --> src/lib.rs:259:22 [INFO] [stderr] | [INFO] [stderr] 259 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'NoneableCfg::0': please use Option directly [INFO] [stderr] --> src/lib.rs:268:22 [INFO] [stderr] | [INFO] [stderr] 268 | let &NoneableCfg(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stderr] --> src/lib.rs:315:28 [INFO] [stderr] | [INFO] [stderr] 315 | let CommaSeparatedCfgs(inner) = self; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stderr] --> src/lib.rs:324:29 [INFO] [stderr] | [INFO] [stderr] 324 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'CommaSeparatedCfgs::0': please use Vec directly [INFO] [stderr] --> src/lib.rs:337:29 [INFO] [stderr] | [INFO] [stderr] 337 | let &CommaSeparatedCfgs(ref inner) = self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `used` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(used)] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 60 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/zcfg-f273d09d551c6add [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test::basic_collections_work ... ok [INFO] [stderr] Doc-tests zcfg [INFO] [stdout] test test::global_initializer_contains_all_flags ... ok [INFO] [stdout] test test::set_for_testing_works ... ok [INFO] [stdout] test test::unset_flags_are_unset ... ok [INFO] [stdout] test test::reset_for_testing_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fda08a6cf000fec2735925e59df47dc70375cb16afb6a9118746c8532ee43c8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fda08a6cf000fec2735925e59df47dc70375cb16afb6a9118746c8532ee43c8c", kill_on_drop: false }` [INFO] [stdout] fda08a6cf000fec2735925e59df47dc70375cb16afb6a9118746c8532ee43c8c