[INFO] fetching crate rayon-futures 0.1.1... [INFO] checking rayon-futures-0.1.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate rayon-futures 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rayon-futures 0.1.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", 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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38825cf5a29a564908d56f44efe690920656f2c16f8a5da1be0988ea53d51099 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "38825cf5a29a564908d56f44efe690920656f2c16f8a5da1be0988ea53d51099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38825cf5a29a564908d56f44efe690920656f2c16f8a5da1be0988ea53d51099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38825cf5a29a564908d56f44efe690920656f2c16f8a5da1be0988ea53d51099", kill_on_drop: false }` [INFO] [stdout] 38825cf5a29a564908d56f44efe690920656f2c16f8a5da1be0988ea53d51099 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96284412802f4808e8431db309df8240f4f8b451027e5855de415b4eb6a908ac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "96284412802f4808e8431db309df8240f4f8b451027e5855de415b4eb6a908ac", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking 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[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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | x: Arc + 'l>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ScopeFutureTrait + 'l` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | ) -> Arc> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ScopeFutureTrait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | inner: Arc, Box>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ScopeFutureTrait, Box>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:82:51 [INFO] [stdout] | [INFO] [stdout] 82 | inner: Arc, Box>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:328:58 [INFO] [stdout] | [INFO] [stdout] 328 | NotifyHandle::new(mem::transmute(ptr as *mut UnsafeNotify)) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeNotify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:346:32 [INFO] [stdout] | [INFO] [stdout] 346 | fn panicked(self, err: Box) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rayon-futures` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | x: Arc + 'l>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ScopeFutureTrait + 'l` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | ) -> Arc> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ScopeFutureTrait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | inner: Arc, Box>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ScopeFutureTrait, Box>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:82:51 [INFO] [stdout] | [INFO] [stdout] 82 | inner: Arc, Box>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:328:58 [INFO] [stdout] | [INFO] [stdout] 328 | NotifyHandle::new(mem::transmute(ptr as *mut UnsafeNotify)) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeNotify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:346:32 [INFO] [stdout] | [INFO] [stdout] 346 | fn panicked(self, err: Box) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [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" "96284412802f4808e8431db309df8240f4f8b451027e5855de415b4eb6a908ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96284412802f4808e8431db309df8240f4f8b451027e5855de415b4eb6a908ac", kill_on_drop: false }` [INFO] [stdout] 96284412802f4808e8431db309df8240f4f8b451027e5855de415b4eb6a908ac