[INFO] fetching crate csclib 1.0.1...
[INFO] testing csclib-1.0.1 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate csclib 1.0.1 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate csclib 1.0.1 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bed9bfa9dcb579d2bed0942c2cd649c6e3ffce80248d98e7dd6ed2729d241aa
[INFO] running `Command { std: "docker" "start" "-a" "7bed9bfa9dcb579d2bed0942c2cd649c6e3ffce80248d98e7dd6ed2729d241aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bed9bfa9dcb579d2bed0942c2cd649c6e3ffce80248d98e7dd6ed2729d241aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bed9bfa9dcb579d2bed0942c2cd649c6e3ffce80248d98e7dd6ed2729d241aa", kill_on_drop: false }`
[INFO] [stdout] 7bed9bfa9dcb579d2bed0942c2cd649c6e3ffce80248d98e7dd6ed2729d241aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 159f5a4b0f88aa0b509e970ab5d869c21635dcb24308c2acfdc0ab44cc5ce6bc
[INFO] running `Command { std: "docker" "start" "-a" "159f5a4b0f88aa0b509e970ab5d869c21635dcb24308c2acfdc0ab44cc5ce6bc", 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 1.11s
[INFO] running `Command { std: "docker" "inspect" "159f5a4b0f88aa0b509e970ab5d869c21635dcb24308c2acfdc0ab44cc5ce6bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "159f5a4b0f88aa0b509e970ab5d869c21635dcb24308c2acfdc0ab44cc5ce6bc", kill_on_drop: false }`
[INFO] [stdout] 159f5a4b0f88aa0b509e970ab5d869c21635dcb24308c2acfdc0ab44cc5ce6bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e91d739d7ffa147d77c8a351c109d0ae85013afacc745985ca8717d98bf1d05
[INFO] running `Command { std: "docker" "start" "-a" "0e91d739d7ffa147d77c8a351c109d0ae85013afacc745985ca8717d98bf1d05", 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] [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]    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 `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "0e91d739d7ffa147d77c8a351c109d0ae85013afacc745985ca8717d98bf1d05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e91d739d7ffa147d77c8a351c109d0ae85013afacc745985ca8717d98bf1d05", kill_on_drop: false }`
[INFO] [stdout] 0e91d739d7ffa147d77c8a351c109d0ae85013afacc745985ca8717d98bf1d05
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fa139fd1136c796b73e7f2a8bd465e60a3903c8931758806293aefe84de515fc
[INFO] running `Command { std: "docker" "start" "-a" "fa139fd1136c796b73e7f2a8bd465e60a3903c8931758806293aefe84de515fc", kill_on_drop: false }`
[INFO] [stderr] warning: module `CSCDefaultFunc` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub mod CSCDefaultFunc
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cscdefault_func`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: module `CSCCacheFunc` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:124:9
[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.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/csclib-a470fc9b80f6e990)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/csclib-4780a14e8d0fb151)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests 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 - CSCDefaultFunc::CSCDARG<'a,FT>::call (line 91) ... 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>::new (line 31) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCCacheFunc::CSCFCACHE<FT,KT,VT>::call (line 205) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::end (line 358) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::start (line 343) ... FAILED
[INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor<T>::step (line 372) ... 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] test src/lib.rs - CSCForLoop::CSCFor<T>::new (line 325) ... 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] 397 |   itr=CSCFor::new()
[INFO] [stdout]     |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 394 + 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>::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] 94 |   itr=CSCDARG::new(wrapper)
[INFO] [stdout]    |       ^^^^^^^ use of undeclared type `CSCDARG`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 91 + 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] 94 |   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>::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] 73 |   itr=CSCDARG::new(wrapper)
[INFO] [stdout]    |       ^^^^^^^ use of undeclared type `CSCDARG`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + 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] 73 |   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>::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] 34 |   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] 30 + 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 - 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] 208 | rt=kk
[INFO] [stdout]     |    ^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:561:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] help: a tuple variant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 208 - rt=kk
[INFO] [stdout] 208 + rt=Ok
[INFO] [stdout]     |
[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] 209 |   .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] 211 | rt=kk
[INFO] [stdout]     |    ^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:561:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] help: a tuple variant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 211 - rt=kk
[INFO] [stdout] 211 + rt=Ok
[INFO] [stdout]     |
[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] 212 |   .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] 214 | rt=kk
[INFO] [stdout]     |    ^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:561:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] help: a tuple variant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 214 - rt=kk
[INFO] [stdout] 214 + rt=Ok
[INFO] [stdout]     |
[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] 215 |   .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 - 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] 361 |   itr=CSCFor::new()
[INFO] [stdout]     |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 358 + 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] 346 |   itr=CSCFor::new()
[INFO] [stdout]     |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 343 + 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>::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] 375 |   itr=CSCFor::new()
[INFO] [stdout]     |       ^^^^^^ use of undeclared type `CSCFor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 372 + 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>::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] 195 | kk=CSCFCACHE::new(wrap)
[INFO] [stdout]     |    ^^^^^^^^^ use of undeclared type `CSCFCACHE`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 192 + 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] 195 | 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] 166 | let kk;
[INFO] [stdout]     |     ^^ not mutable
[INFO] [stdout] ...
[INFO] [stdout] 170 | rt=kk
[INFO] [stdout]     |    -- cannot borrow as mutable
[INFO] [stdout] ...
[INFO] [stdout] 173 | rt=kk
[INFO] [stdout]     |    -- cannot borrow as mutable
[INFO] [stdout] ...
[INFO] [stdout] 176 | rt=kk
[INFO] [stdout]     |    -- cannot borrow as mutable
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]     |
[INFO] [stdout] 166 | 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] ---- 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] 328 |   let itr;
[INFO] [stdout]     |       ^^^
[INFO] [stdout] 329 |   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]    --> 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] 328 |   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] 
[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.43s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "fa139fd1136c796b73e7f2a8bd465e60a3903c8931758806293aefe84de515fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa139fd1136c796b73e7f2a8bd465e60a3903c8931758806293aefe84de515fc", kill_on_drop: false }`
[INFO] [stdout] fa139fd1136c796b73e7f2a8bd465e60a3903c8931758806293aefe84de515fc
