[INFO] fetching crate csclib 1.0.1... [INFO] testing csclib-1.0.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate csclib 1.0.1 into /workspace/builds/worker-5-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate csclib 1.0.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 89e67f287dfac356bcf8c92e095dfa5b575d74c94a29d5fce8ad21188f79f6d1 [INFO] running `Command { std: "docker" "start" "-a" "89e67f287dfac356bcf8c92e095dfa5b575d74c94a29d5fce8ad21188f79f6d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "89e67f287dfac356bcf8c92e095dfa5b575d74c94a29d5fce8ad21188f79f6d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89e67f287dfac356bcf8c92e095dfa5b575d74c94a29d5fce8ad21188f79f6d1", kill_on_drop: false }` [INFO] [stdout] 89e67f287dfac356bcf8c92e095dfa5b575d74c94a29d5fce8ad21188f79f6d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be2e2907dc5058ad9bcc849075ba4e32a84bbddaf1faaf6111d10adc8cdaaa9f [INFO] running `Command { std: "docker" "start" "-a" "be2e2907dc5058ad9bcc849075ba4e32a84bbddaf1faaf6111d10adc8cdaaa9f", 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)]` 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.72s [INFO] running `Command { std: "docker" "inspect" "be2e2907dc5058ad9bcc849075ba4e32a84bbddaf1faaf6111d10adc8cdaaa9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be2e2907dc5058ad9bcc849075ba4e32a84bbddaf1faaf6111d10adc8cdaaa9f", kill_on_drop: false }` [INFO] [stdout] be2e2907dc5058ad9bcc849075ba4e32a84bbddaf1faaf6111d10adc8cdaaa9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 584e28f1171e9e3b5fbe61372f92d9b565b1ecf72dff376e1e9c6ac952b63c23 [INFO] running `Command { std: "docker" "start" "-a" "584e28f1171e9e3b5fbe61372f92d9b565b1ecf72dff376e1e9c6ac952b63c23", 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)]` 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] [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)]` 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.67s [INFO] running `Command { std: "docker" "inspect" "584e28f1171e9e3b5fbe61372f92d9b565b1ecf72dff376e1e9c6ac952b63c23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "584e28f1171e9e3b5fbe61372f92d9b565b1ecf72dff376e1e9c6ac952b63c23", kill_on_drop: false }` [INFO] [stdout] 584e28f1171e9e3b5fbe61372f92d9b565b1ecf72dff376e1e9c6ac952b63c23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 67cce8a13e604c70a95481f672689a6bc27cbb8944450158fb1dcbc79cf98ba7 [INFO] running `Command { std: "docker" "start" "-a" "67cce8a13e604c70a95481f672689a6bc27cbb8944450158fb1dcbc79cf98ba7", 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)]` 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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/csclib-68c7c18b8d7fd757) [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-8afd3023ebc3a5c7) [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 - CSCCacheFunc::CSCFCACHE::cachetimeout (line 192) ... FAILED [INFO] [stdout] test src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::set (line 70) ... FAILED [INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor::end (line 358) ... FAILED [INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor::step (line 372) ... FAILED [INFO] [stdout] test src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::new (line 31) ... FAILED [INFO] [stdout] test src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::call (line 91) ... FAILED [INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor::start (line 343) ... FAILED [INFO] [stdout] test src/lib.rs - CSCCacheFunc::CSCFCACHE::call (line 205) ... FAILED [INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor::next (line 394) ... FAILED [INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor::new (line 325) ... FAILED [INFO] [stdout] test src/lib.rs - CSCCacheFunc::CSCFCACHE::new (line 148) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - CSCCacheFunc::CSCFCACHE::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 - 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 - CSCForLoop::CSCFor::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 - CSCForLoop::CSCFor::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 - 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>)->(&'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 - 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::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 - CSCCacheFunc::CSCFCACHE::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] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:552: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] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:552: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] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:552: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 - CSCForLoop::CSCFor::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::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::::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::::new` [INFO] [stdout] ... [INFO] [stdout] 330 | pub fn new() -> CSCFor [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; [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 - CSCCacheFunc::CSCFCACHE::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::cachetimeout (line 192) [INFO] [stdout] src/lib.rs - CSCCacheFunc::CSCFCACHE::call (line 205) [INFO] [stdout] src/lib.rs - CSCCacheFunc::CSCFCACHE::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::end (line 358) [INFO] [stdout] src/lib.rs - CSCForLoop::CSCFor::new (line 325) [INFO] [stdout] src/lib.rs - CSCForLoop::CSCFor::next (line 394) [INFO] [stdout] src/lib.rs - CSCForLoop::CSCFor::start (line 343) [INFO] [stdout] src/lib.rs - CSCForLoop::CSCFor::step (line 372) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "67cce8a13e604c70a95481f672689a6bc27cbb8944450158fb1dcbc79cf98ba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67cce8a13e604c70a95481f672689a6bc27cbb8944450158fb1dcbc79cf98ba7", kill_on_drop: false }` [INFO] [stdout] 67cce8a13e604c70a95481f672689a6bc27cbb8944450158fb1dcbc79cf98ba7