[INFO] fetching crate csclib 1.0.1...
[INFO] testing csclib-1.0.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate csclib 1.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate csclib 1.0.1
[INFO] finished tweaking crates.io crate csclib 1.0.1
[INFO] tweaked toml for crates.io crate csclib 1.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate csclib 1.0.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate csclib 1.0.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20aa685ff6da29b865d50fd77bd1904675f6b8d298739f7b9b5909609c27f3fd
[INFO] running `Command { std: "docker" "start" "-a" "20aa685ff6da29b865d50fd77bd1904675f6b8d298739f7b9b5909609c27f3fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20aa685ff6da29b865d50fd77bd1904675f6b8d298739f7b9b5909609c27f3fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20aa685ff6da29b865d50fd77bd1904675f6b8d298739f7b9b5909609c27f3fd", kill_on_drop: false }`
[INFO] [stdout] 20aa685ff6da29b865d50fd77bd1904675f6b8d298739f7b9b5909609c27f3fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc190f5f0feabf48823f42d3cbab3741550a99637be441fc550485352798e687
[INFO] running `Command { std: "docker" "start" "-a" "bc190f5f0feabf48823f42d3cbab3741550a99637be441fc550485352798e687", kill_on_drop: false }`
[INFO] [stderr]    Compiling csclib v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: module `CSCDefaultFunc` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod CSCDefaultFunc
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cscdefault_func`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CSCCacheFunc` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub mod CSCCacheFunc
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `csccache_func`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CSCForLoop` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub mod CSCForLoop
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `cscfor_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] running `Command { std: "docker" "inspect" "bc190f5f0feabf48823f42d3cbab3741550a99637be441fc550485352798e687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc190f5f0feabf48823f42d3cbab3741550a99637be441fc550485352798e687", kill_on_drop: false }`
[INFO] [stdout] bc190f5f0feabf48823f42d3cbab3741550a99637be441fc550485352798e687
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5748435560f48fe9f981bc3fca57bff2ac4723d3127c796070b6ee2396bfd11
[INFO] running `Command { std: "docker" "start" "-a" "a5748435560f48fe9f981bc3fca57bff2ac4723d3127c796070b6ee2396bfd11", kill_on_drop: false }`
[INFO] [stdout] warning: module `CSCDefaultFunc` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod CSCDefaultFunc
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cscdefault_func`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CSCCacheFunc` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub mod CSCCacheFunc
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `csccache_func`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling csclib v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: module `CSCForLoop` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub mod CSCForLoop
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `cscfor_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CSCDefaultFunc` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod CSCDefaultFunc
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cscdefault_func`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CSCCacheFunc` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub mod CSCCacheFunc
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `csccache_func`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CSCForLoop` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub mod CSCForLoop
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `cscfor_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "a5748435560f48fe9f981bc3fca57bff2ac4723d3127c796070b6ee2396bfd11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5748435560f48fe9f981bc3fca57bff2ac4723d3127c796070b6ee2396bfd11", kill_on_drop: false }`
[INFO] [stdout] a5748435560f48fe9f981bc3fca57bff2ac4723d3127c796070b6ee2396bfd11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 117033d7aef8789621c2e3bbd083651c61a56251c5c6a6af716db26200ba880e
[INFO] running `Command { std: "docker" "start" "-a" "117033d7aef8789621c2e3bbd083651c61a56251c5c6a6af716db26200ba880e", kill_on_drop: false }`
[INFO] [stderr] warning: module `CSCDefaultFunc` should have a snake case name
[INFO] [stdout] 
[INFO] [stderr]   --> src/lib.rs:13:9
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 13 | pub mod CSCDefaultFunc
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cscdefault_func`
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] running 0 tests
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: module `CSCCacheFunc` should have a snake case name
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    --> src/lib.rs:124:9
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stderr] 124 | pub mod CSCCacheFunc
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `csccache_func`
[INFO] [stderr] 
[INFO] [stderr] warning: module `CSCForLoop` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:302:9
[INFO] [stderr]     |
[INFO] [stderr] 302 | pub mod CSCForLoop
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `cscfor_loop`
[INFO] [stderr] 
[INFO] [stderr] warning: `csclib` (lib) generated 3 warnings
[INFO] [stderr] warning: `csclib` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/csclib-acbde5d84ab1bb4f)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/csclib-45a2c9bd81b3ec7e)
[INFO] [stderr]    Doc-tests csclib
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::next (line 394) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::start (line 343) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::new (line 31) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::new (line 325) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::set (line 70) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::call (line 91) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::step (line 372) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::end (line 358) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::call (line 205) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::cachetimeout (line 192) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::new (line 148) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - CSCForLoop::CSCFor<T>::next (line 394) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSCFor`
[INFO] [stdout]  --> src/lib.rs:397:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCFor::new()
[INFO] [stdout]   |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use csclib::CSCFor;
[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 - CSCForLoop::CSCFor<T>::start (line 343) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSCFor`
[INFO] [stdout]  --> src/lib.rs:346:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCFor::new()
[INFO] [stdout]   |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use csclib::CSCFor;
[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 - CSCDefaultFunc::CSCDARG<'a,FT>::new (line 31) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Any` in this scope
[INFO] [stdout]  --> src/lib.rs:34:39
[INFO] [stdout]   |
[INFO] [stdout] 6 |   pub fn wrapper<'a>(args:Vec<Box<dyn Any>>)->(&'a str,usize)
[INFO] [stdout]   |                                       ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::any::Any;
[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 E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CSCForLoop::CSCFor<T>::new (line 325) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `csclib::CSCFor<_>`
[INFO] [stdout]    --> src/lib.rs:328:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |   let itr;
[INFO] [stdout]     |       ^^^
[INFO] [stdout]   7 |   itr=CSCFor::new();
[INFO] [stdout]     |       ------------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `csclib::CSCFor::<T>::new`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:319:13
[INFO] [stdout]     |
[INFO] [stdout] 319 |         T : Default + Copy + Clone + ?Sized,
[INFO] [stdout]     |             ^^^^^^^ required by this bound in `CSCFor::<T>::new`
[INFO] [stdout] ...
[INFO] [stdout] 330 |         pub fn new() -> CSCFor<T>
[INFO] [stdout]     |                --- required by a bound in this associated function
[INFO] [stdout] help: consider giving `itr` an explicit type, where the type for type parameter `T` is specified
[INFO] [stdout]     |
[INFO] [stdout]   6 |   let itr: csclib::CSCFor<T>;
[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 E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::set (line 70) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSCDARG`
[INFO] [stdout]  --> src/lib.rs:73:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCDARG::new(wrapper)
[INFO] [stdout]   |       ^^^^^^^ use of undeclared type `CSCDARG`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use csclib::CSCDARG;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `wrapper` in this scope
[INFO] [stdout]  --> src/lib.rs:73:20
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCDARG::new(wrapper)
[INFO] [stdout]   |                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::call (line 91) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSCDARG`
[INFO] [stdout]  --> src/lib.rs:94:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCDARG::new(wrapper)
[INFO] [stdout]   |       ^^^^^^^ use of undeclared type `CSCDARG`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use csclib::CSCDARG;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `wrapper` in this scope
[INFO] [stdout]  --> src/lib.rs:94:20
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCDARG::new(wrapper)
[INFO] [stdout]   |                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CSCForLoop::CSCFor<T>::step (line 372) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSCFor`
[INFO] [stdout]  --> src/lib.rs:375:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCFor::new()
[INFO] [stdout]   |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use csclib::CSCFor;
[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 - CSCForLoop::CSCFor<T>::end (line 358) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSCFor`
[INFO] [stdout]  --> src/lib.rs:361:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |   itr=CSCFor::new()
[INFO] [stdout]   |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use csclib::CSCFor;
[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 - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::call (line 205) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `kk` in this scope
[INFO] [stdout]  --> src/lib.rs:208:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | rt=kk
[INFO] [stdout]   |    ^^ help: a tuple variant with a similar name exists: `Ok`
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:554:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CSCT` in this scope
[INFO] [stdout]  --> src/lib.rs:209:10
[INFO] [stdout]   |
[INFO] [stdout] 6 |   .call((CSCT{value:12,core:4},1,2));
[INFO] [stdout]   |          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kk` in this scope
[INFO] [stdout]  --> src/lib.rs:211:4
[INFO] [stdout]   |
[INFO] [stdout] 8 | rt=kk
[INFO] [stdout]   |    ^^ help: a tuple variant with a similar name exists: `Ok`
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:554:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CSCT` in this scope
[INFO] [stdout]  --> src/lib.rs:212:10
[INFO] [stdout]   |
[INFO] [stdout] 9 |   .call((CSCT{value:12,core:5},1,2));
[INFO] [stdout]   |          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kk` in this scope
[INFO] [stdout]   --> src/lib.rs:214:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | rt=kk
[INFO] [stdout]    |    ^^ help: a tuple variant with a similar name exists: `Ok`
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:554:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CSCT` in this scope
[INFO] [stdout]   --> src/lib.rs:215:10
[INFO] [stdout]    |
[INFO] [stdout] 12 |   .call((CSCT{value:12,core:4},1,2));
[INFO] [stdout]    |          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::cachetimeout (line 192) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSCFCACHE`
[INFO] [stdout]  --> src/lib.rs:195:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | kk=CSCFCACHE::new(wrap)
[INFO] [stdout]   |    ^^^^^^^^^ use of undeclared type `CSCFCACHE`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use csclib::CSCFCACHE;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `wrap` in this scope
[INFO] [stdout]  --> src/lib.rs:195:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | kk=CSCFCACHE::new(wrap)
[INFO] [stdout]   |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::new (line 148) stdout ----
[INFO] [stdout] error[E0596]: cannot borrow `kk` as mutable, as it is not declared as mutable
[INFO] [stdout]   --> src/lib.rs:166:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | let kk;
[INFO] [stdout]    |     ^^ not mutable
[INFO] [stdout] ...
[INFO] [stdout] 25 | rt=kk
[INFO] [stdout]    |    -- cannot borrow as mutable
[INFO] [stdout] ...
[INFO] [stdout] 28 | rt=kk
[INFO] [stdout]    |    -- cannot borrow as mutable
[INFO] [stdout] ...
[INFO] [stdout] 31 | rt=kk
[INFO] [stdout]    |    -- cannot borrow as mutable
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]    |
[INFO] [stdout] 21 | let mut kk;
[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 E0596`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::cachetimeout (line 192)
[INFO] [stdout]     src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::call (line 205)
[INFO] [stdout]     src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::new (line 148)
[INFO] [stdout]     src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::call (line 91)
[INFO] [stdout]     src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::new (line 31)
[INFO] [stdout]     src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::set (line 70)
[INFO] [stdout]     src/lib.rs - CSCForLoop::CSCFor<T>::end (line 358)
[INFO] [stdout]     src/lib.rs - CSCForLoop::CSCFor<T>::new (line 325)
[INFO] [stdout]     src/lib.rs - CSCForLoop::CSCFor<T>::next (line 394)
[INFO] [stdout]     src/lib.rs - CSCForLoop::CSCFor<T>::start (line 343)
[INFO] [stdout]     src/lib.rs - CSCForLoop::CSCFor<T>::step (line 372)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "117033d7aef8789621c2e3bbd083651c61a56251c5c6a6af716db26200ba880e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "117033d7aef8789621c2e3bbd083651c61a56251c5c6a6af716db26200ba880e", kill_on_drop: false }`
[INFO] [stdout] 117033d7aef8789621c2e3bbd083651c61a56251c5c6a6af716db26200ba880e
