[INFO] cloning repository https://github.com/doliawu/thread-pool-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/doliawu/thread-pool-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoliawu%2Fthread-pool-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoliawu%2Fthread-pool-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] da27252f48773a5815710ea69f582572c0d959eb
[INFO] testing doliawu/thread-pool-rs against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoliawu%2Fthread-pool-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/doliawu/thread-pool-rs
[INFO] finished tweaking git repo https://github.com/doliawu/thread-pool-rs
[INFO] tweaked toml for git repo https://github.com/doliawu/thread-pool-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/doliawu/thread-pool-rs on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/doliawu/thread-pool-rs 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tinytemplate v1.2.1
[INFO] [stderr]   Downloaded windows-targets v0.53.3
[INFO] [stderr]   Downloaded winapi-util v0.1.10
[INFO] [stderr]   Downloaded serde_json v1.0.143
[INFO] [stderr]   Downloaded plotters-svg v0.3.7
[INFO] [stderr]   Downloaded cast v0.3.0
[INFO] [stderr]   Downloaded ciborium-ll v0.2.2
[INFO] [stderr]   Downloaded crunchy v0.2.4
[INFO] [stderr]   Downloaded cfg-if v1.0.3
[INFO] [stderr]   Downloaded clap_lex v0.7.5
[INFO] [stderr]   Downloaded ciborium-io v0.2.2
[INFO] [stderr]   Downloaded anstyle v1.0.11
[INFO] [stderr]   Downloaded plotters-backend v0.3.7
[INFO] [stderr]   Downloaded oorandom v11.1.5
[INFO] [stderr]   Downloaded criterion-plot v0.6.0
[INFO] [stderr]   Downloaded anes v0.1.6
[INFO] [stderr]   Downloaded half v2.6.0
[INFO] [stderr]   Downloaded ciborium v0.2.2
[INFO] [stderr]   Downloaded proc-macro2 v1.0.101
[INFO] [stderr]   Downloaded rayon-core v1.13.0
[INFO] [stderr]   Downloaded clap v4.5.46
[INFO] [stderr]   Downloaded criterion v0.7.0
[INFO] [stderr]   Downloaded plotters v0.3.7
[INFO] [stderr]   Downloaded regex v1.11.2
[INFO] [stderr]   Downloaded rayon v1.11.0
[INFO] [stderr]   Downloaded clap_builder v4.5.46
[INFO] [stderr]   Downloaded syn v2.0.106
[INFO] [stderr]   Downloaded regex-syntax v0.8.6
[INFO] [stderr]   Downloaded regex-automata v0.4.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a
[INFO] running `Command { std: "docker" "start" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling scoped-thread-pool-std v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling clap_builder v4.5.46
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling clap v4.5.46
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling scoped-thread-pool-std v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.06s
[INFO] running `Command { std: "docker" "inspect" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scoped_thread_pool_std-4d9679bd25be560b)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::execute_task_in_pool_works ... ok
[INFO] [stdout] test tests::scoped_spawn_works ... ok
[INFO] [stdout] test tests::panic_propagation_works - should panic ... ok
[INFO] [stdout] test tests::stress_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests scoped_thread_pool_std
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - ThreadPool::new (line 39) ... FAILED
[INFO] [stdout] test src/lib.rs - ThreadPool (line 20) ... FAILED
[INFO] [stdout] test src/lib.rs - JoinHandle<T>::join (line 154) ... FAILED
[INFO] [stdout] test src/lib.rs - Scope<'pool,'scope,'env>::spawn (line 193) ... FAILED
[INFO] [stdout] test src/lib.rs - ThreadPool::spawn (line 75) ... FAILED
[INFO] [stdout] test src/lib.rs - ThreadPool::scope (line 106) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - ThreadPool::new (line 39) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thread_pool` in this scope
[INFO] [stdout]   --> src/lib.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | let pool = thread_pool::ThreadPool::new(4);
[INFO] [stdout]    |            ^^^^^^^^^^^ use of unresolved module or unlinked crate `thread_pool`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thread_pool`, use `cargo add thread_pool` to add it to your `Cargo.toml`
[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 - ThreadPool (line 20) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `thread_pool`
[INFO] [stdout]   --> src/lib.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use thread_pool::ThreadPool;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `thread_pool`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thread_pool`, use `cargo add thread_pool` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - JoinHandle<T>::join (line 154) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thread_pool` in this scope
[INFO] [stdout]    --> src/lib.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 155 | let pool = thread_pool::ThreadPool::new(2);
[INFO] [stdout]     |            ^^^^^^^^^^^ use of unresolved module or unlinked crate `thread_pool`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thread_pool`, use `cargo add thread_pool` to add it to your `Cargo.toml`
[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 - Scope<'pool,'scope,'env>::spawn (line 193) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thread_pool` in this scope
[INFO] [stdout]    --> src/lib.rs:194:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | let pool = thread_pool::ThreadPool::new(2);
[INFO] [stdout]     |            ^^^^^^^^^^^ use of unresolved module or unlinked crate `thread_pool`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thread_pool`, use `cargo add thread_pool` to add it to your `Cargo.toml`
[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 - ThreadPool::spawn (line 75) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thread_pool` in this scope
[INFO] [stdout]   --> src/lib.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 | let pool = thread_pool::ThreadPool::new(2);
[INFO] [stdout]    |            ^^^^^^^^^^^ use of unresolved module or unlinked crate `thread_pool`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thread_pool`, use `cargo add thread_pool` to add it to your `Cargo.toml`
[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 - ThreadPool::scope (line 106) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thread_pool` in this scope
[INFO] [stdout]    --> src/lib.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | let pool = thread_pool::ThreadPool::new(2);
[INFO] [stdout]     |            ^^^^^^^^^^^ use of unresolved module or unlinked crate `thread_pool`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thread_pool`, use `cargo add thread_pool` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - JoinHandle<T>::join (line 154)
[INFO] [stdout]     src/lib.rs - Scope<'pool,'scope,'env>::spawn (line 193)
[INFO] [stdout]     src/lib.rs - ThreadPool (line 20)
[INFO] [stdout]     src/lib.rs - ThreadPool::new (line 39)
[INFO] [stdout]     src/lib.rs - ThreadPool::scope (line 106)
[INFO] [stdout]     src/lib.rs - ThreadPool::spawn (line 75)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.26s; merged doctests compilation took 0.08s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a", kill_on_drop: false }`
[INFO] [stdout] da53b60d2e29654fb0b8ed2d82787b6d937bf228e9d6a7eaba486dce87a2303a
