[INFO] fetching crate toolforge 5.7.0...
[INFO] testing toolforge-5.7.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate toolforge 5.7.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate toolforge 5.7.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate toolforge 5.7.0
[INFO] finished tweaking crates.io crate toolforge 5.7.0
[INFO] tweaked toml for crates.io crate toolforge 5.7.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate toolforge 5.7.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.4.13
[INFO] [stderr]   Downloaded priority-queue v1.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9c27d10fae2aa606b266226b44e3adb3ac33b3e9e20b9daf0286ca8aa77064bf
[INFO] running `Command { std: "docker" "start" "-a" "9c27d10fae2aa606b266226b44e3adb3ac33b3e9e20b9daf0286ca8aa77064bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c27d10fae2aa606b266226b44e3adb3ac33b3e9e20b9daf0286ca8aa77064bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c27d10fae2aa606b266226b44e3adb3ac33b3e9e20b9daf0286ca8aa77064bf", kill_on_drop: false }`
[INFO] [stdout] 9c27d10fae2aa606b266226b44e3adb3ac33b3e9e20b9daf0286ca8aa77064bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d57eb2d52c6ad07e408cb5aca8c34abcd8c7961c811df78d3a30295fae6a5725
[INFO] running `Command { std: "docker" "start" "-a" "d57eb2d52c6ad07e408cb5aca8c34abcd8c7961c811df78d3a30295fae6a5725", kill_on_drop: false }`
[INFO] [stderr]    Compiling toolforge v5.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]   --> src/lib.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 | #![cfg_attr(docs, feature(doc_cfg))]
[INFO] [stdout]    |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[cfg_attr(docs, doc(cfg(feature = "wikipool")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] running `Command { std: "docker" "inspect" "d57eb2d52c6ad07e408cb5aca8c34abcd8c7961c811df78d3a30295fae6a5725", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d57eb2d52c6ad07e408cb5aca8c34abcd8c7961c811df78d3a30295fae6a5725", kill_on_drop: false }`
[INFO] [stdout] d57eb2d52c6ad07e408cb5aca8c34abcd8c7961c811df78d3a30295fae6a5725
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c28dedaa39f9218459a151fb60afcf3dcc047d1e061ed311cc1739c47b4066a
[INFO] running `Command { std: "docker" "start" "-a" "8c28dedaa39f9218459a151fb60afcf3dcc047d1e061ed311cc1739c47b4066a", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]   --> src/lib.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 | #![cfg_attr(docs, feature(doc_cfg))]
[INFO] [stdout]    |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toolforge v5.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[cfg_attr(docs, doc(cfg(feature = "wikipool")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]   --> src/lib.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 | #![cfg_attr(docs, feature(doc_cfg))]
[INFO] [stdout]    |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[cfg_attr(docs, doc(cfg(feature = "wikipool")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stdout]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "8c28dedaa39f9218459a151fb60afcf3dcc047d1e061ed311cc1739c47b4066a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c28dedaa39f9218459a151fb60afcf3dcc047d1e061ed311cc1739c47b4066a", kill_on_drop: false }`
[INFO] [stdout] 8c28dedaa39f9218459a151fb60afcf3dcc047d1e061ed311cc1739c47b4066a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bcd82302dc94c83717fe1e400ea80228946b69186e313a8d877a14f7a857b02d
[INFO] running `Command { std: "docker" "start" "-a" "bcd82302dc94c83717fe1e400ea80228946b69186e313a8d877a14f7a857b02d", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]   --> src/lib.rs:94:13
[INFO] [stderr]    |
[INFO] [stderr] 94 | #![cfg_attr(docs, feature(doc_cfg))]
[INFO] [stderr]    |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]    --> src/lib.rs:101:12
[INFO] [stderr]     |
[INFO] [stderr] 101 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stderr]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]    --> src/lib.rs:104:12
[INFO] [stderr]     |
[INFO] [stderr] 104 | #[cfg_attr(docs, doc(cfg(feature = "wikipool")))]
[INFO] [stderr]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]    --> src/lib.rs:108:12
[INFO] [stderr]     |
[INFO] [stderr] 108 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stderr]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]    --> src/lib.rs:111:12
[INFO] [stderr]     |
[INFO] [stderr] 111 | #[cfg_attr(docs, doc(cfg(feature = "mysql")))]
[INFO] [stderr]     |            ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `toolforge` (lib) generated 5 warnings
[INFO] [stderr] warning: `toolforge` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/toolforge-8616d4f2351c476c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_const_user_agent ... ok
[INFO] [stdout] test tests::test_user_agent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests toolforge
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 28) ... ok
[INFO] [stdout] test src/lib.rs - user_agent (line 121) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 48) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `mysql_async`
[INFO] [stdout]  --> src/lib.rs:50:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mysql_async::Pool;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `mysql_async`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `connection_info` in `toolforge`
[INFO] [stdout]    --> src/lib.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 8   |     toolforge::connection_info!("enwiki", WEB)
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^ could not find `connection_info` in `toolforge`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:182:14
[INFO] [stdout]     |
[INFO] [stdout] 182 | macro_rules! connection_info {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `mysql` feature
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Result` in crate `toolforge`
[INFO] [stdout]    --> src/lib.rs:51:31
[INFO] [stdout]     |
[INFO] [stdout] 6   | async fn demo() -> toolforge::Result<()> {
[INFO] [stdout]     |                               ^^^^^^ not found in `toolforge`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type Result<A> = std::result::Result<A, Error>;
[INFO] [stdout]     |          ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `mysql` feature
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 2   + use core::fmt::Result;
[INFO] [stdout]     |
[INFO] [stdout] 2   + use core::result::Result;
[INFO] [stdout]     |
[INFO] [stdout] 2   + use std::fmt::Result;
[INFO] [stdout]     |
[INFO] [stdout] 2   + use std::io::Result;
[INFO] [stdout]     |
[INFO] [stdout]       and 2 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 6   - async fn demo() -> toolforge::Result<()> {
[INFO] [stdout] 6   + async fn demo() -> Result<()> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 48)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bcd82302dc94c83717fe1e400ea80228946b69186e313a8d877a14f7a857b02d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcd82302dc94c83717fe1e400ea80228946b69186e313a8d877a14f7a857b02d", kill_on_drop: false }`
[INFO] [stdout] bcd82302dc94c83717fe1e400ea80228946b69186e313a8d877a14f7a857b02d
