[INFO] cloning repository https://github.com/lhalf/autospy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lhalf/autospy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flhalf%2Fautospy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flhalf%2Fautospy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 589d61acd27f356651b76db65fccd51ff16bb372
[INFO] testing lhalf/autospy against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flhalf%2Fautospy" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lhalf/autospy
[INFO] finished tweaking git repo https://github.com/lhalf/autospy
[INFO] tweaked toml for git repo https://github.com/lhalf/autospy written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lhalf/autospy on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lhalf/autospy 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a
[INFO] running `Command { std: "docker" "start" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling const-default v1.0.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling autospy_macro v1.6.1 (/opt/rustwide/workdir/autospy_macro)
[INFO] [stderr]    Compiling autospy v1.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
[INFO] running `Command { std: "docker" "inspect" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling time-macros v0.2.30
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling bytestring v1.5.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling time v0.3.51
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling impl-more v0.3.1
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling pollster v0.4.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling autospy_macro v1.6.1 (/opt/rustwide/workdir/autospy_macro)
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling autospy v1.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling actix-http v3.13.1
[INFO] [stderr]    Compiling actix-web v4.14.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 40s
[INFO] running `Command { std: "docker" "inspect" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/autospy-f961bee1d5566be7)
[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 tests/arguments.rs (/opt/rustwide/target/debug/deps/arguments-3878f4652331aee9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/array_arguments.rs (/opt/rustwide/target/debug/deps/array_arguments-f210e3e617716de7)
[INFO] [stdout] test arguments_are_partial_eq_to_standard_types ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test borrowed_argument_converted_to_owned ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/associated_const_attribute.rs (/opt/rustwide/target/debug/deps/associated_const_attribute-3b1c94b98f46b80b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_with_associated_const_uses_attribute_value_or_default_if_not_specified ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/associated_type_arguments.rs (/opt/rustwide/target/debug/deps/associated_type_arguments-71fd2ce348d4be18)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_with_associated_type_has_attribute_type_captured ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/associated_type_returns.rs (/opt/rustwide/target/debug/deps/associated_type_returns-a52879628827ceb5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_with_associated_type_has_attribute_type_returned ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/associated_type_with_bounds.rs (/opt/rustwide/target/debug/deps/associated_type_with_bounds-7063492ca35f6c1a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_with_associated_type_with_bounds_has_attribute_type_returned ... ok
[INFO] [stderr]      Running tests/async_trait.rs (/opt/rustwide/target/debug/deps/async_trait-5d16fc3df6e36b85)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/async_trait_recv.rs (/opt/rustwide/target/debug/deps/async_trait_recv-5f8c8fa6f98ba1c3)
[INFO] [stdout] test async_function_argument_captured_and_return_value_returned ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test async_function_argument_captured_and_can_be_taken_with_timeout ... ok
[INFO] [stderr]      Running tests/clippy.rs (/opt/rustwide/target/debug/deps/clippy-351d727377c98925)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/extern_std.rs (/opt/rustwide/target/debug/deps/extern_std-c1e73979d5fecafb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supports_when_std_is_an_extern_crate ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/external_trait.rs (/opt/rustwide/target/debug/deps/external_trait-23fdc8e7dccb514f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test external_traits_can_be_spied ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/function_arguments.rs (/opt/rustwide/target/debug/deps/function_arguments-ca3f26226b9e0b9f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test borrowed_argument_coverted_to_owned ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generic_associated_type.rs (/opt/rustwide/target/debug/deps/generic_associated_type-d198a2f80a17cc48)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test trait_with_generic_owned_associated_type_is_supported ... ok
[INFO] [stdout] test trait_with_generic_reference_associated_type_is_supported ... ok
[INFO] [stdout] test trait_with_lending_generic_reference_associated_type_is_supported ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generic_function.rs (/opt/rustwide/target/debug/deps/generic_function-29f7cc05a727e66a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_functions_can_be_generic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generic_function_with_impl.rs (/opt/rustwide/target/debug/deps/generic_function_with_impl-372bb66f385f7f3c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_argument_captured_in_box ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generic_function_with_lifetime.rs (/opt/rustwide/target/debug/deps/generic_function_with_lifetime-f2c9a7adfa2ff0de)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test generic_functions_can_have_arguments_with_lifetimes ... ok
[INFO] [stdout] test generic_functions_can_have_returns_with_lifetimes ... 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]      Running tests/generic_functions_with_where_clause.rs (/opt/rustwide/target/debug/deps/generic_functions_with_where_clause-c7790c6f6c28ace3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_functions_can_be_generic_with_where_clause ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generic_trait.rs (/opt/rustwide/target/debug/deps/generic_trait-bd20e8fb85b18ccd)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/generic_trait_with_bounds.rs (/opt/rustwide/target/debug/deps/generic_trait_with_bounds-fd49ebdd240351dd)
[INFO] [stdout] test spy_object_is_generic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test spy_object_is_generic_with_bounds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generic_trait_with_where_clause.rs (/opt/rustwide/target/debug/deps/generic_trait_with_where_clause-4fe3b28f496f9289)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test spy_object_is_generic_with_where_clause ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ignore_argument_attribute.rs (/opt/rustwide/target/debug/deps/ignore_argument_attribute-c62aec25b047d04a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test arguments_marked_with_ignore_attribute_are_not_captured ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/implicit_ignore_argument.rs (/opt/rustwide/target/debug/deps/implicit_ignore_argument-dd77050a46b1bb74)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test arguments_with_no_name_are_not_captured ... ok
[INFO] [stderr]      Running tests/into_argument_attribute.rs (/opt/rustwide/target/debug/deps/into_argument_attribute-17888a0270eec34f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test functions_with_into_attribute_return_that_type ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lifetime_reference_returns.rs (/opt/rustwide/target/debug/deps/lifetime_reference_returns-7bce9ce40b1b780e)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test supports_returning_type_containing_lifetime_reference_values ... ok
[INFO] [stdout] test supports_returning_reference_values_with_trait_lifetime ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/marker_supertrait.rs (/opt/rustwide/target/debug/deps/marker_supertrait-68e37566e3e1ead3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test marker_supertraits_are_supported ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/multiple_arguments.rs (/opt/rustwide/target/debug/deps/multiple_arguments-dc7ec51bc092e04b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test multiple_arguments_are_captured_in_spy ... ok
[INFO] [stderr]      Running tests/multiple_functions.rs (/opt/rustwide/target/debug/deps/multiple_functions-0c1defac718118c7)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test can_spy_on_how_many_times_functions_called ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/multiple_generics_trait.rs (/opt/rustwide/target/debug/deps/multiple_generics_trait-c6b95ab85217138e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/multiple_generics_trait_functions.rs (/opt/rustwide/target/debug/deps/multiple_generics_trait_functions-9329a907d3e395b1)
[INFO] [stdout] test spy_object_is_generic_over_all_generics ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test trait_functions_can_have_multiple_generics ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/multiple_reference_returns.rs (/opt/rustwide/target/debug/deps/multiple_reference_returns-d165e9e5a53c0d42)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supports_multiple_functions_returning_references_with_different_lifetimes ... ok
[INFO] [stderr]      Running tests/multiple_supertraits.rs (/opt/rustwide/target/debug/deps/multiple_supertraits-c26eff948cdf8e36)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test multiple_supertraits_are_supported ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mutable_reference_arguments.rs (/opt/rustwide/target/debug/deps/mutable_reference_arguments-a0b8a3a253a7306d)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supports_mutable_reference_arguments ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mutable_reference_returns.rs (/opt/rustwide/target/debug/deps/mutable_reference_returns-8f5079fe798d7374)
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supports_mutable_reference_return_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/owned_arguments.rs (/opt/rustwide/target/debug/deps/owned_arguments-5a28dbc4c4ce9c8c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test owned_function_argument_captured ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/owned_returns.rs (/opt/rustwide/target/debug/deps/owned_returns-83d3a892965b64a1)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test returns_owned_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reference_arguments.rs (/opt/rustwide/target/debug/deps/reference_arguments-474d64d992389785)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test reference_argument_converted_to_owned ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reference_returns.rs (/opt/rustwide/target/debug/deps/reference_returns-ed266f95ed8d5dba)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test supports_return_value_containing_reference ... ok
[INFO] [stdout] test supports_reference_return_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reference_struct_returns.rs (/opt/rustwide/target/debug/deps/reference_struct_returns-5e6544588c89c5cb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supports_returning_referenced_structs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/return_type_attribute.rs (/opt/rustwide/target/debug/deps/return_type_attribute-bc2186ca5978d30f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test functions_with_return_attribute_return_that_type ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/return_values.rs (/opt/rustwide/target/debug/deps/return_values-273683d48e2868fd)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test calling_set_overrides_set_fn_and_vice_versa ... ok
[INFO] [stdout] test if_set_fn_and_not_used_then_does_not_panic_when_dropped ... ok
[INFO] [stdout] test if_set_fn_called_with_fn_uses_that_function_to_create_return_values ... ok
[INFO] [stdout] test returns_items_from_set_command_in_order ... ok
[INFO] [stdout] test if_set_fn_called_with_fn_mut_uses_that_function_to_create_return_values ... ok
[INFO] [stdout] test if_a_return_set_and_not_used_then_panics_when_dropped - should panic ... ok
[INFO] [stdout] test if_take_used_and_then_more_returns_set_panic_message_is_correct ... ok
[INFO] [stdout] test if_take_used_then_panics_message_is_correct ... ok
[INFO] [stdout] test if_no_return_set_then_panics_when_called ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/slice_arguments.rs (/opt/rustwide/target/debug/deps/slice_arguments-b2892645a5ea73af)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test borrowed_slice_converted_to_owned_vec ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/specializing_function.rs (/opt/rustwide/target/debug/deps/specializing_function-59bf90b5c1343a2c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supports_specializing_function_in_trait ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/static_reference_returns.rs (/opt/rustwide/target/debug/deps/static_reference_returns-41d7f52cc09664af)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supports_static_reference_return_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/struct_arguments.rs (/opt/rustwide/target/debug/deps/struct_arguments-995e136edf4ea2dc)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test non_debug_struct_function_argument_captured ... ok
[INFO] [stdout] test non_clone_struct_function_argument_captured ... 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]      Running tests/struct_returns.rs (/opt/rustwide/target/debug/deps/struct_returns-e03533a2d851e278)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test non_clone_struct_can_be_returned_by_spy ... ok
[INFO] [stdout] test non_debug_struct_can_be_returned_by_spy ... 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]      Running tests/supertrait.rs (/opt/rustwide/target/debug/deps/supertrait-c514baaeacf9f5a9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supertraits_are_supported ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/supertrait_ignore_attribute.rs (/opt/rustwide/target/debug/deps/supertrait_ignore_attribute-b63c07f557711672)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test supertraits_support_ignore_attribute ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/unsafe_functions.rs (/opt/rustwide/target/debug/deps/unsafe_functions-e3b2d8ac7c0c3cb9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test handles_unsafe_trait_functions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/unsafe_trait.rs (/opt/rustwide/target/debug/deps/unsafe_trait-2b0dacea5301962c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test handles_unsafe_trait ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/use_default_attribute.rs (/opt/rustwide/target/debug/deps/use_default_attribute-5384b0ce438a89c0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test function_marked_with_use_default_is_not_spied ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/with_argument_attribute.rs (/opt/rustwide/target/debug/deps/with_argument_attribute-9ca194258ebc9a93)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test functions_with_into_with_attribute_return_that_type ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests autospy
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test src/lib.rs - (line 273) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 109) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 44) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 384) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 326) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 228) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 359) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 204) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 151) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 251) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 175) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 428) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 409) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 301) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 66) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 129) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Arguments<A>::recv (line 352) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Arguments<A>::len (line 296) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Returns<A,R>::set (line 455) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Arguments<A>::get (line 214) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 452) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Arguments<A>::is_empty (line 269) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 89) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Arguments<A>::clear (line 323) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Returns (line 389) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Arguments<A>::take (line 241) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Arguments (line 78) ... FAILED
[INFO] [stdout] test src/macros.rs - macros::supertrait (line 6) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Returns (line 416) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Returns (line 401) ... FAILED
[INFO] [stdout] test src/spy_function.rs - spy_function::Returns<A,R>::set_fn (line 479) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 273) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:284:11
[INFO] [stdout]     |
[INFO] [stdout] 284 | let spy = MyTraitSpy::<u32, String>::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 284 - let spy = MyTraitSpy::<u32, String>::default();
[INFO] [stdout] 284 + let spy = MyTrait::<u32, String>::default();
[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] ---- src/lib.rs - (line 109) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:120:11
[INFO] [stdout]     |
[INFO] [stdout] 120 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 120 - let spy = MyTraitSpy::default();
[INFO] [stdout] 120 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 44) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]   --> src/lib.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 | let spy = MyTraitSpy::default();
[INFO] [stdout]    |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]    |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 55 - let spy = MyTraitSpy::default();
[INFO] [stdout] 55 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 384) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:397:11
[INFO] [stdout]     |
[INFO] [stdout] 397 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 397 - let spy = MyTraitSpy::default();
[INFO] [stdout] 397 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 326) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:344:15
[INFO] [stdout]     |
[INFO] [stdout] 344 |     let spy = MyTraitSpy::default();
[INFO] [stdout]     |               ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 344 -     let spy = MyTraitSpy::default();
[INFO] [stdout] 344 +     let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 228) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:240:11
[INFO] [stdout]     |
[INFO] [stdout] 240 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 240 - let spy = MyTraitSpy::default();
[INFO] [stdout] 240 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 359) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:372:11
[INFO] [stdout]     |
[INFO] [stdout] 372 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 372 - let spy = MyTraitSpy::default();
[INFO] [stdout] 372 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 204) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `ReadSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:218:11
[INFO] [stdout]     |
[INFO] [stdout] 218 | let spy = ReadSpy::default();
[INFO] [stdout]     |           ^^^^^^^ use of undeclared type `ReadSpy`
[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] ---- src/lib.rs - (line 151) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:164:11
[INFO] [stdout]     |
[INFO] [stdout] 164 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 164 - let spy = MyTraitSpy::default();
[INFO] [stdout] 164 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 251) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:262:11
[INFO] [stdout]     |
[INFO] [stdout] 262 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 262 - let spy = MyTraitSpy::default();
[INFO] [stdout] 262 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 175) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `LendingIteratorSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:194:16
[INFO] [stdout]     |
[INFO] [stdout] 194 |  let mut spy = LendingIteratorSpy::default();
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ use of undeclared type `LendingIteratorSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 194 -  let mut spy = LendingIteratorSpy::default();
[INFO] [stdout] 194 +  let mut spy = LendingIterator::default();
[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] ---- src/lib.rs - (line 428) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:444:27
[INFO] [stdout]     |
[INFO] [stdout] 444 | assert_eq!(120, use_trait(MyTraitSpy::default()));
[INFO] [stdout]     |                           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 444 - assert_eq!(120, use_trait(MyTraitSpy::default()));
[INFO] [stdout] 444 + assert_eq!(120, use_trait(MyTrait::default()));
[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] ---- src/lib.rs - (line 409) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:419:17
[INFO] [stdout]     |
[INFO] [stdout] 419 | assert_eq!(100, MyTraitSpy::VALUE);
[INFO] [stdout]     |                 ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 419 - assert_eq!(100, MyTraitSpy::VALUE);
[INFO] [stdout] 419 + assert_eq!(100, MyTrait::VALUE);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:420:15
[INFO] [stdout]     |
[INFO] [stdout] 420 | assert_eq!(0, MyTraitSpy::DEFAULT);
[INFO] [stdout]     |               ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 420 - assert_eq!(0, MyTraitSpy::DEFAULT);
[INFO] [stdout] 420 + assert_eq!(0, MyTrait::DEFAULT);
[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] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]   --> src/lib.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | let spy = MyTraitSpy::default();
[INFO] [stdout]    |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]    |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 23 - let spy = MyTraitSpy::default();
[INFO] [stdout] 23 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 301) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:315:11
[INFO] [stdout]     |
[INFO] [stdout] 315 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 315 - let spy = MyTraitSpy::default();
[INFO] [stdout] 315 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 66) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]   --> src/lib.rs:77:11
[INFO] [stdout]    |
[INFO] [stdout] 77 | let spy = MyTraitSpy::default();
[INFO] [stdout]    |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]    |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 77 - let spy = MyTraitSpy::default();
[INFO] [stdout] 77 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 129) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:140:11
[INFO] [stdout]     |
[INFO] [stdout] 140 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 140 - let spy = MyTraitSpy::default();
[INFO] [stdout] 140 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Arguments<A>::recv (line 352) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:370:15
[INFO] [stdout]     |
[INFO] [stdout] 370 |     let spy = MyTraitSpy::default();
[INFO] [stdout]     |               ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 370 -     let spy = MyTraitSpy::default();
[INFO] [stdout] 370 +     let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Arguments<A>::len (line 296) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:309:11
[INFO] [stdout]     |
[INFO] [stdout] 309 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 309 - let spy = MyTraitSpy::default();
[INFO] [stdout] 309 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Returns<A,R>::set (line 455) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:462:11
[INFO] [stdout]     |
[INFO] [stdout] 462 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 462 - let spy = MyTraitSpy::default();
[INFO] [stdout] 462 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Arguments<A>::get (line 214) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:225:11
[INFO] [stdout]     |
[INFO] [stdout] 225 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 225 - let spy = MyTraitSpy::default();
[INFO] [stdout] 225 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 452) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:471:11
[INFO] [stdout]     |
[INFO] [stdout] 471 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 471 - let spy = MyTraitSpy::default();
[INFO] [stdout] 471 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Arguments<A>::is_empty (line 269) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:280:11
[INFO] [stdout]     |
[INFO] [stdout] 280 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 280 - let spy = MyTraitSpy::default();
[INFO] [stdout] 280 + let spy = MyTrait::default();
[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] ---- src/lib.rs - (line 89) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/lib.rs:100:11
[INFO] [stdout]     |
[INFO] [stdout] 100 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 100 - let spy = MyTraitSpy::default();
[INFO] [stdout] 100 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Arguments<A>::clear (line 323) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:334:11
[INFO] [stdout]     |
[INFO] [stdout] 334 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 334 - let spy = MyTraitSpy::default();
[INFO] [stdout] 334 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Returns (line 389) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:396:11
[INFO] [stdout]     |
[INFO] [stdout] 396 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 396 - let spy = MyTraitSpy::default();
[INFO] [stdout] 396 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Arguments<A>::take (line 241) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:252:11
[INFO] [stdout]     |
[INFO] [stdout] 252 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 252 - let spy = MyTraitSpy::default();
[INFO] [stdout] 252 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Arguments (line 78) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]   --> src/spy_function.rs:89:11
[INFO] [stdout]    |
[INFO] [stdout] 89 | let spy = MyTraitSpy::default();
[INFO] [stdout]    |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]    |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 89 - let spy = MyTraitSpy::default();
[INFO] [stdout] 89 + let spy = MyTrait::default();
[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] ---- src/macros.rs - macros::supertrait (line 6) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]   --> src/macros.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | let spy = MyTraitSpy::default();
[INFO] [stdout]    |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]    |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 25 - let spy = MyTraitSpy::default();
[INFO] [stdout] 25 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Returns (line 416) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:423:11
[INFO] [stdout]     |
[INFO] [stdout] 423 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 423 - let spy = MyTraitSpy::default();
[INFO] [stdout] 423 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Returns (line 401) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:408:11
[INFO] [stdout]     |
[INFO] [stdout] 408 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 408 - let spy = MyTraitSpy::default();
[INFO] [stdout] 408 + let spy = MyTrait::default();
[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] ---- src/spy_function.rs - spy_function::Returns<A,R>::set_fn (line 479) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MyTraitSpy` in this scope
[INFO] [stdout]    --> src/spy_function.rs:486:11
[INFO] [stdout]     |
[INFO] [stdout] 486 | let spy = MyTraitSpy::default();
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `MyTraitSpy`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 486 - let spy = MyTraitSpy::default();
[INFO] [stdout] 486 + let spy = MyTrait::default();
[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]     src/lib.rs - (line 109)
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout]     src/lib.rs - (line 129)
[INFO] [stdout]     src/lib.rs - (line 151)
[INFO] [stdout]     src/lib.rs - (line 175)
[INFO] [stdout]     src/lib.rs - (line 204)
[INFO] [stdout]     src/lib.rs - (line 228)
[INFO] [stdout]     src/lib.rs - (line 251)
[INFO] [stdout]     src/lib.rs - (line 273)
[INFO] [stdout]     src/lib.rs - (line 301)
[INFO] [stdout]     src/lib.rs - (line 326)
[INFO] [stdout]     src/lib.rs - (line 359)
[INFO] [stdout]     src/lib.rs - (line 384)
[INFO] [stdout]     src/lib.rs - (line 409)
[INFO] [stdout]     src/lib.rs - (line 428)
[INFO] [stdout]     src/lib.rs - (line 44)
[INFO] [stdout]     src/lib.rs - (line 452)
[INFO] [stdout]     src/lib.rs - (line 66)
[INFO] [stdout]     src/lib.rs - (line 89)
[INFO] [stdout]     src/macros.rs - macros::supertrait (line 6)
[INFO] [stdout]     src/spy_function.rs - spy_function::Arguments (line 78)
[INFO] [stdout]     src/spy_function.rs - spy_function::Arguments<A>::clear (line 323)
[INFO] [stdout]     src/spy_function.rs - spy_function::Arguments<A>::get (line 214)
[INFO] [stdout]     src/spy_function.rs - spy_function::Arguments<A>::is_empty (line 269)
[INFO] [stdout]     src/spy_function.rs - spy_function::Arguments<A>::len (line 296)
[INFO] [stdout]     src/spy_function.rs - spy_function::Arguments<A>::recv (line 352)
[INFO] [stdout]     src/spy_function.rs - spy_function::Arguments<A>::take (line 241)
[INFO] [stdout]     src/spy_function.rs - spy_function::Returns (line 389)
[INFO] [stdout]     src/spy_function.rs - spy_function::Returns (line 401)
[INFO] [stdout]     src/spy_function.rs - spy_function::Returns (line 416)
[INFO] [stdout]     src/spy_function.rs - spy_function::Returns<A,R>::set (line 455)
[INFO] [stdout]     src/spy_function.rs - spy_function::Returns<A,R>::set_fn (line 479)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 32 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 4.01s; merged doctests compilation took 1.16s
[INFO] running `Command { std: "docker" "inspect" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a", kill_on_drop: false }`
[INFO] [stdout] a4741f861b17d213b5063ac80bd80cfde3be4ff5634b685b09c038266576652a
