[INFO] fetching crate rayon-futures 0.1.0... [INFO] checking rayon-futures-0.1.0 against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] extracting crate rayon-futures 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rayon-futures 0.1.0 on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rayon-futures 0.1.0 [INFO] finished tweaking crates.io crate rayon-futures 0.1.0 [INFO] tweaked toml for crates.io crate rayon-futures 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 74ae7534d2cf8f4d77386e21392ab1fc01ec88ca580609ea23329889a60d9d8c [INFO] running `"docker" "start" "-a" "74ae7534d2cf8f4d77386e21392ab1fc01ec88ca580609ea23329889a60d9d8c"` [INFO] [stderr] Checking compiletest_rs v0.3.25 [INFO] [stderr] Checking rayon-futures v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `rustc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.25/src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | extern crate rustc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `compiletest_rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `internal` in `rayon_core` [INFO] [stderr] --> src/lib.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | use rayon_core::internal::task::{Task as RayonTask, ScopeHandle, ToScopeHandle}; [INFO] [stderr] | ^^^^^^^^ could not find `internal` in `rayon_core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rayon_core::internal` [INFO] [stderr] --> src/lib.rs:15:17 [INFO] [stderr] | [INFO] [stderr] 15 | use rayon_core::internal::worker; [INFO] [stderr] | ^^^^^^^^ could not find `internal` in `rayon_core` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ToScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | where T: ToScopeHandle<'scope> [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:130:41 [INFO] [stderr] | [INFO] [stderr] 130 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:141:41 [INFO] [stderr] | [INFO] [stderr] 141 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:161:41 [INFO] [stderr] | [INFO] [stderr] 161 | where F: Future + Send + 'scope, S: ScopeHandle<'scope> { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:172:8 [INFO] [stderr] | [INFO] [stderr] 172 | S: ScopeHandle<'scope>; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:177:8 [INFO] [stderr] | [INFO] [stderr] 177 | S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:187:8 [INFO] [stderr] | [INFO] [stderr] 187 | S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:214:8 [INFO] [stderr] | [INFO] [stderr] 214 | S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:253:8 [INFO] [stderr] | [INFO] [stderr] 253 | S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:274:8 [INFO] [stderr] | [INFO] [stderr] 274 | S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:298:41 [INFO] [stderr] | [INFO] [stderr] 298 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:301:41 [INFO] [stderr] | [INFO] [stderr] 301 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:305:41 [INFO] [stderr] | [INFO] [stderr] 305 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:436:41 [INFO] [stderr] | [INFO] [stderr] 436 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `RayonTask` in this scope [INFO] [stderr] --> src/lib.rs:443:20 [INFO] [stderr] | [INFO] [stderr] 443 | impl<'scope, F, S> RayonTask for ScopeFuture<'scope, F, S> [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:444:41 [INFO] [stderr] | [INFO] [stderr] 444 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:476:41 [INFO] [stderr] | [INFO] [stderr] 476 | where F: Future + Send + 'scope, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ScopeHandle` in this scope [INFO] [stderr] --> src/lib.rs:539:32 [INFO] [stderr] | [INFO] [stderr] 539 | where F: Future + Send, S: ScopeHandle<'scope>, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `rayon-futures`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "74ae7534d2cf8f4d77386e21392ab1fc01ec88ca580609ea23329889a60d9d8c"` [INFO] running `"docker" "rm" "-f" "74ae7534d2cf8f4d77386e21392ab1fc01ec88ca580609ea23329889a60d9d8c"` [INFO] [stdout] 74ae7534d2cf8f4d77386e21392ab1fc01ec88ca580609ea23329889a60d9d8c