[INFO] fetching crate csclib 1.0.1... [INFO] testing csclib-1.0.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate csclib 1.0.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate csclib 1.0.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b266799c4b9155442dd14dd882635dd77292c072362defee15f75626857eb44b [INFO] running `Command { std: "docker" "start" "-a" "b266799c4b9155442dd14dd882635dd77292c072362defee15f75626857eb44b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b266799c4b9155442dd14dd882635dd77292c072362defee15f75626857eb44b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b266799c4b9155442dd14dd882635dd77292c072362defee15f75626857eb44b", kill_on_drop: false }` [INFO] [stdout] b266799c4b9155442dd14dd882635dd77292c072362defee15f75626857eb44b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 849aaf8677cee3f2c49eff2187360dcc7a2bc5750fe661ed38ff71b37be1b02a [INFO] running `Command { std: "docker" "start" "-a" "849aaf8677cee3f2c49eff2187360dcc7a2bc5750fe661ed38ff71b37be1b02a", 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.80s [INFO] running `Command { std: "docker" "inspect" "849aaf8677cee3f2c49eff2187360dcc7a2bc5750fe661ed38ff71b37be1b02a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "849aaf8677cee3f2c49eff2187360dcc7a2bc5750fe661ed38ff71b37be1b02a", kill_on_drop: false }` [INFO] [stdout] 849aaf8677cee3f2c49eff2187360dcc7a2bc5750fe661ed38ff71b37be1b02a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddcd63024612bfd10c7d4e3fd1bb797aa27670f3ec843d0f6de7eb3a3883345c [INFO] running `Command { std: "docker" "start" "-a" "ddcd63024612bfd10c7d4e3fd1bb797aa27670f3ec843d0f6de7eb3a3883345c", 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.53s [INFO] running `Command { std: "docker" "inspect" "ddcd63024612bfd10c7d4e3fd1bb797aa27670f3ec843d0f6de7eb3a3883345c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddcd63024612bfd10c7d4e3fd1bb797aa27670f3ec843d0f6de7eb3a3883345c", kill_on_drop: false }` [INFO] [stdout] ddcd63024612bfd10c7d4e3fd1bb797aa27670f3ec843d0f6de7eb3a3883345c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 84d223bb79c5795cff7153963c426f7a42f59b5be05bb2172dd91ff42f35e39d [INFO] running `Command { std: "docker" "start" "-a" "84d223bb79c5795cff7153963c426f7a42f59b5be05bb2172dd91ff42f35e39d", 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.03s [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-e8efa0859b3db096) [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::new (line 148) ... 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>::set (line 70) ... FAILED [INFO] [stdout] test src/lib.rs - CSCForLoop::CSCFor::start (line 343) ... FAILED [INFO] [stdout] test src/lib.rs - CSCCacheFunc::CSCFCACHE::cachetimeout (line 192) ... 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 - CSCCacheFunc::CSCFCACHE::call (line 205) ... FAILED [INFO] [stdout] test src/lib.rs - CSCDefaultFunc::CSCDARG<'a,FT>::call (line 91) ... 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] [INFO] [stdout] failures: [INFO] [stdout] [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] 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 - 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>)->(&'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 - 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 - 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] 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 - 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] 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 - 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] 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::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::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] | ^^ help: a tuple variant with a similar name exists: `Ok` [INFO] [stdout] | [INFO] [stdout] --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/result.rs:561:4 [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] 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] | ^^ help: a tuple variant with a similar name exists: `Ok` [INFO] [stdout] | [INFO] [stdout] --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/result.rs:561:4 [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] 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] | ^^ help: a tuple variant with a similar name exists: `Ok` [INFO] [stdout] | [INFO] [stdout] --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/result.rs:561:4 [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] 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 - 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 - 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] 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 - 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] 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::::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] 328 | 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] [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.34s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "84d223bb79c5795cff7153963c426f7a42f59b5be05bb2172dd91ff42f35e39d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84d223bb79c5795cff7153963c426f7a42f59b5be05bb2172dd91ff42f35e39d", kill_on_drop: false }` [INFO] [stdout] 84d223bb79c5795cff7153963c426f7a42f59b5be05bb2172dd91ff42f35e39d