[INFO] fetching crate rayon-futures 0.1.1... [INFO] testing rayon-futures-0.1.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rayon-futures 0.1.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate rayon-futures 0.1.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rayon-futures 0.1.1 [INFO] finished tweaking crates.io crate rayon-futures 0.1.1 [INFO] tweaked toml for crates.io crate rayon-futures 0.1.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rayon-core v1.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69a58db9a2dbb2718c66694b0217dcad10270c795db25332f4e0c6e0a6e201f6 [INFO] running `Command { std: "docker" "start" "-a" "69a58db9a2dbb2718c66694b0217dcad10270c795db25332f4e0c6e0a6e201f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69a58db9a2dbb2718c66694b0217dcad10270c795db25332f4e0c6e0a6e201f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69a58db9a2dbb2718c66694b0217dcad10270c795db25332f4e0c6e0a6e201f6", kill_on_drop: false }` [INFO] [stdout] 69a58db9a2dbb2718c66694b0217dcad10270c795db25332f4e0c6e0a6e201f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1fb30ae88295c440ab6f42473dda82228cd52475debd466c1d0f2090b33580f [INFO] running `Command { std: "docker" "start" "-a" "c1fb30ae88295c440ab6f42473dda82228cd52475debd466c1d0f2090b33580f", kill_on_drop: false }` [INFO] [stderr] Compiling rayon-core v1.6.1 [INFO] [stderr] Compiling rayon-futures v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `internal` in `rayon_core` [INFO] [stdout] --> src/lib.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | use rayon_core::internal::task::{ScopeHandle, Task as RayonTask, ToScopeHandle}; [INFO] [stdout] | ^^^^^^^^ could not find `internal` in `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rayon_core::internal` [INFO] [stdout] --> src/lib.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use rayon_core::internal::worker; // May need `RUSTFLAGS='--cfg rayon_unstable'` to compile [INFO] [stdout] | ^^^^^^^^ could not find `internal` in `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ToScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | T: ToScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:145:8 [INFO] [stdout] | [INFO] [stdout] 145 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:160:8 [INFO] [stdout] | [INFO] [stdout] 160 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 184 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:198:8 [INFO] [stdout] | [INFO] [stdout] 198 | S: ScopeHandle<'scope>; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:205:8 [INFO] [stdout] | [INFO] [stdout] 205 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:217:8 [INFO] [stdout] | [INFO] [stdout] 217 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:246:8 [INFO] [stdout] | [INFO] [stdout] 246 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:287:8 [INFO] [stdout] | [INFO] [stdout] 287 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:310:8 [INFO] [stdout] | [INFO] [stdout] 310 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:334:31 [INFO] [stdout] | [INFO] [stdout] 334 | struct ScopeHandleSend<'s, S: ScopeHandle<'s>>(S, PhantomData<&'s ()>); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:335:69 [INFO] [stdout] | [INFO] [stdout] 335 | unsafe impl<'scope, S> Send for ScopeHandleSend<'scope, S> where S: ScopeHandle<'scope> {} [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:338:8 [INFO] [stdout] | [INFO] [stdout] 338 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `RayonTask` in this scope [INFO] [stdout] --> src/lib.rs:343:29 [INFO] [stdout] | [INFO] [stdout] 343 | unsafe fn spawn_task(&self, task: Arc) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:359:8 [INFO] [stdout] | [INFO] [stdout] 359 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:502:8 [INFO] [stdout] | [INFO] [stdout] 502 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `RayonTask` in this scope [INFO] [stdout] --> src/lib.rs:509:20 [INFO] [stdout] | [INFO] [stdout] 509 | impl<'scope, F, S> RayonTask for ScopeFuture<'scope, F, S> [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:514:8 [INFO] [stdout] | [INFO] [stdout] 514 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:550:8 [INFO] [stdout] | [INFO] [stdout] 550 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stdout] --> src/lib.rs:621:8 [INFO] [stdout] | [INFO] [stdout] 621 | S: ScopeHandle<'scope>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rayon-futures` due to 23 previous errors [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c1fb30ae88295c440ab6f42473dda82228cd52475debd466c1d0f2090b33580f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1fb30ae88295c440ab6f42473dda82228cd52475debd466c1d0f2090b33580f", kill_on_drop: false }` [INFO] [stdout] c1fb30ae88295c440ab6f42473dda82228cd52475debd466c1d0f2090b33580f