[INFO] cloning repository https://github.com/s0uthview/fallibles
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/s0uthview/fallibles" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs0uthview%2Ffallibles", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs0uthview%2Ffallibles'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 38255636615128cb9cc0508e5991692a5075110d
[INFO] testing s0uthview/fallibles against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs0uthview%2Ffallibles" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/s0uthview/fallibles
[INFO] finished tweaking git repo https://github.com/s0uthview/fallibles
[INFO] tweaked toml for git repo https://github.com/s0uthview/fallibles written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/s0uthview/fallibles on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/s0uthview/fallibles 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b4d805b775aa9e620ae6cb4c3649951dc04a3dfec7d4e831136878a16e378ab3
[INFO] running `Command { std: "docker" "start" "-a" "b4d805b775aa9e620ae6cb4c3649951dc04a3dfec7d4e831136878a16e378ab3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4d805b775aa9e620ae6cb4c3649951dc04a3dfec7d4e831136878a16e378ab3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4d805b775aa9e620ae6cb4c3649951dc04a3dfec7d4e831136878a16e378ab3", kill_on_drop: false }`
[INFO] [stdout] b4d805b775aa9e620ae6cb4c3649951dc04a3dfec7d4e831136878a16e378ab3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db778ba201dcad2c69117a8732af5e871294807a45729d4c250937b3f7821a6b
[INFO] running `Command { std: "docker" "start" "-a" "db778ba201dcad2c69117a8732af5e871294807a45729d4c250937b3f7821a6b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling fallibles-core v0.1.3 (/opt/rustwide/workdir/fallibles-core)
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling fallibles-macro v0.1.3 (/opt/rustwide/workdir/fallibles-macro)
[INFO] [stderr]    Compiling fallibles v0.1.3 (/opt/rustwide/workdir/fallibles)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
[INFO] running `Command { std: "docker" "inspect" "db778ba201dcad2c69117a8732af5e871294807a45729d4c250937b3f7821a6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db778ba201dcad2c69117a8732af5e871294807a45729d4c250937b3f7821a6b", kill_on_drop: false }`
[INFO] [stdout] db778ba201dcad2c69117a8732af5e871294807a45729d4c250937b3f7821a6b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3cf9570025dad12c68e6fda65bbc9d4e46f1d691d7a9c03b08723d5bad3f6ac
[INFO] running `Command { std: "docker" "start" "-a" "c3cf9570025dad12c68e6fda65bbc9d4e46f1d691d7a9c03b08723d5bad3f6ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling fallibles-core v0.1.3 (/opt/rustwide/workdir/fallibles-core)
[INFO] [stderr]    Compiling fallibles-macro v0.1.3 (/opt/rustwide/workdir/fallibles-macro)
[INFO] [stderr]    Compiling fallibles v0.1.3 (/opt/rustwide/workdir/fallibles)
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> fallibles/examples/basic.rs:158:13
[INFO] [stdout]     |
[INFO] [stdout] 158 |         for i in 0..5 {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> fallibles/examples/basic.rs:175:13
[INFO] [stdout]     |
[INFO] [stdout] 175 |         for i in 0..15 {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] running `Command { std: "docker" "inspect" "c3cf9570025dad12c68e6fda65bbc9d4e46f1d691d7a9c03b08723d5bad3f6ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3cf9570025dad12c68e6fda65bbc9d4e46f1d691d7a9c03b08723d5bad3f6ac", kill_on_drop: false }`
[INFO] [stdout] c3cf9570025dad12c68e6fda65bbc9d4e46f1d691d7a9c03b08723d5bad3f6ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] edd20b5e401d45e6e9ac90900d8e1c61b33d0b99694da3231ccea8f8f9ac35a4
[INFO] running `Command { std: "docker" "start" "-a" "edd20b5e401d45e6e9ac90900d8e1c61b33d0b99694da3231ccea8f8f9ac35a4", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> fallibles/examples/basic.rs:158:13
[INFO] [stderr]     |
[INFO] [stderr] 158 |         for i in 0..5 {
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> fallibles/examples/basic.rs:175:13
[INFO] [stderr]     |
[INFO] [stderr] 175 |         for i in 0..15 {
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: `fallibles` (example "basic") generated 2 warnings (run `cargo fix --example "basic" -p fallibles` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fallibles-4152aeea48875a4c)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fallibles_core-b65faf4158f72212)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fallibles_macro-d917fdf23fa7004a)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fallibles
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test fallibles/src/lib.rs - (line 9) ... ok
[INFO] [stdout] test fallibles/src/lib.rs - (line 50) ... ok
[INFO] [stdout] test fallibles/src/lib.rs - (line 94) ... ok
[INFO] [stdout] test fallibles/src/lib.rs - (line 66) ... ok
[INFO] [stdout] test fallibles/src/lib.rs - (line 81) ... ok
[INFO] [stdout] test fallibles/src/lib.rs - (line 108) ... ok
[INFO] [stdout] test fallibles/src/lib.rs - (line 27) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.55s; merged doctests compilation took 0.54s
[INFO] [stderr]    Doc-tests fallibles_core
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test fallibles-core/src/lib.rs - configure_thread_failures (line 662) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::when (line 437) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::with_seed (line 403) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - configure_failures (line 629) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::degraded_service (line 318) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::with_latency (line 457) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::chaos_monkey (line 306) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - with_thread_config (line 742) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig (line 241) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::max_failures (line 482) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::trigger_every (line 391) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::on_failure (line 515) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::circuit_breaker (line 331) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - with_config (line 723) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FallibleError (line 24) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::with_probability (line 377) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::stats (line 533) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - get_failure_stats (line 841) ... FAILED
[INFO] [stdout] test fallibles-core/src/lib.rs - FailureConfig::on_check (line 497) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- fallibles-core/src/lib.rs - configure_thread_failures (line 662) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:664:5
[INFO] [stdout]     |
[INFO] [stdout] 664 | use fallibles::fallibles_core::{configure_thread_failures, FailureConfig};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fallibles`, use `cargo add fallibles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::when (line 437) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | let config = FailureConfig::new()
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 437 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::with_seed (line 403) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:405:14
[INFO] [stdout]     |
[INFO] [stdout] 405 | let config = FailureConfig::new()
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 403 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - configure_failures (line 629) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:631:5
[INFO] [stdout]     |
[INFO] [stdout] 631 | use fallibles::fallibles_core::{configure_failures, FailureConfig};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fallibles`, use `cargo add fallibles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::degraded_service (line 318) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:320:14
[INFO] [stdout]     |
[INFO] [stdout] 320 | let config = FailureConfig::degraded_service(0.3);
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 318 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::with_latency (line 457) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:461:14
[INFO] [stdout]     |
[INFO] [stdout] 461 | let config = FailureConfig::new()
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 457 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:466:14
[INFO] [stdout]     |
[INFO] [stdout] 466 | let config = FailureConfig::new()
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 457 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::chaos_monkey (line 306) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | let config = FailureConfig::chaos_monkey();
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 306 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - with_thread_config (line 742) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:744:5
[INFO] [stdout]     |
[INFO] [stdout] 744 | use fallibles::fallibles_core::{with_thread_config, FailureConfig};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fallibles`, use `cargo add fallibles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig (line 241) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:243:5
[INFO] [stdout]     |
[INFO] [stdout] 243 | use fallibles::fallibles_core::FailureConfig;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fallibles`, use `cargo add fallibles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::max_failures (line 482) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:484:14
[INFO] [stdout]     |
[INFO] [stdout] 484 | let config = FailureConfig::new()
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 482 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::trigger_every (line 391) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:393:14
[INFO] [stdout]     |
[INFO] [stdout] 393 | let config = FailureConfig::new().trigger_every(3);
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 391 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::on_failure (line 515) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:516:14
[INFO] [stdout]     |
[INFO] [stdout] 516 | let config = FailureConfig::new()
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 515 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::circuit_breaker (line 331) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:333:14
[INFO] [stdout]     |
[INFO] [stdout] 333 | let config = FailureConfig::circuit_breaker(5);
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 331 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - with_config (line 723) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:725:5
[INFO] [stdout]     |
[INFO] [stdout] 725 | use fallibles::fallibles_core::{with_config, FailureConfig};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fallibles`, use `cargo add fallibles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FallibleError (line 24) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]   --> fallibles-core/src/lib.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use fallibles::fallibles_core::FallibleError;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fallibles`, use `cargo add fallibles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::with_probability (line 377) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:379:14
[INFO] [stdout]     |
[INFO] [stdout] 379 | let config = FailureConfig::new().with_probability(0.25);
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 377 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::stats (line 533) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]    --> fallibles-core/src/lib.rs:534:13
[INFO] [stdout]     |
[INFO] [stdout] 534 | let stats = config.stats();
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - get_failure_stats (line 841) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:843:5
[INFO] [stdout]     |
[INFO] [stdout] 843 | use fallibles::fallibles_core::{configure_failures, get_failure_stats, FailureConfig};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `fallibles`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fallibles`, use `cargo add fallibles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- fallibles-core/src/lib.rs - FailureConfig::on_check (line 497) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FailureConfig`
[INFO] [stdout]    --> fallibles-core/src/lib.rs:498:14
[INFO] [stdout]     |
[INFO] [stdout] 498 | let config = FailureConfig::new()
[INFO] [stdout]     |              ^^^^^^^^^^^^^ use of undeclared type `FailureConfig`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 497 + use fallibles_core::FailureConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig (line 241)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::chaos_monkey (line 306)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::circuit_breaker (line 331)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::degraded_service (line 318)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::max_failures (line 482)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::on_check (line 497)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::on_failure (line 515)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::stats (line 533)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::trigger_every (line 391)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::when (line 437)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::with_latency (line 457)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::with_probability (line 377)
[INFO] [stdout]     fallibles-core/src/lib.rs - FailureConfig::with_seed (line 403)
[INFO] [stdout]     fallibles-core/src/lib.rs - FallibleError (line 24)
[INFO] [stdout]     fallibles-core/src/lib.rs - configure_failures (line 629)
[INFO] [stdout]     fallibles-core/src/lib.rs - configure_thread_failures (line 662)
[INFO] [stdout]     fallibles-core/src/lib.rs - get_failure_stats (line 841)
[INFO] [stdout]     fallibles-core/src/lib.rs - with_config (line 723)
[INFO] [stdout]     fallibles-core/src/lib.rs - with_thread_config (line 742)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 19 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.43s; merged doctests compilation took 0.13s
[INFO] [stderr] error: doctest failed, to rerun pass `-p fallibles-core --doc`
[INFO] running `Command { std: "docker" "inspect" "edd20b5e401d45e6e9ac90900d8e1c61b33d0b99694da3231ccea8f8f9ac35a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edd20b5e401d45e6e9ac90900d8e1c61b33d0b99694da3231ccea8f8f9ac35a4", kill_on_drop: false }`
[INFO] [stdout] edd20b5e401d45e6e9ac90900d8e1c61b33d0b99694da3231ccea8f8f9ac35a4
