[INFO] crate seance 0.2.0 is already in cache [INFO] checking seance-0.2.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate seance 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate seance 0.2.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate seance 0.2.0 [INFO] finished tweaking crates.io crate seance 0.2.0 [INFO] tweaked toml for crates.io crate seance 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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=forbid" "-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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] c01b0f678e549c492ed50e7fef41ef6b7e87f619c4419727d3299ff9b525fdba [INFO] running `"docker" "start" "-a" "c01b0f678e549c492ed50e7fef41ef6b7e87f619c4419727d3299ff9b525fdba"` [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling snafu-derive v0.6.2 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking snafu v0.6.2 [INFO] [stderr] Checking seance v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: Enable redis-backend feature [INFO] [stderr] --> tests/redis.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | compile_error!("Enable redis-backend feature"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Enable fs-backend feature [INFO] [stderr] --> tests/fs.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | compile_error!("Enable fs-backend feature"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `seance::backend::fs` [INFO] [stderr] --> tests/fs.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use seance::{backend::fs::FilesystemBackend, SessionCollector, SessionManager}; [INFO] [stderr] | ^^ could not find `fs` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stderr] --> tests/fs.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | tokio::spawn(async move { [INFO] [stderr] | ^^^^^ not found in `tokio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::thread::spawn; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::builder::Builder` in the current scope [INFO] [stderr] --> tests/fs.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[tokio::test] [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::builder::Builder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `seance::backend::redis` [INFO] [stderr] --> tests/redis.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | use seance::{backend::redis::RedisBackend, SessionCollector, SessionManager}; [INFO] [stderr] | ^^^^^ could not find `redis` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `darkredis` [INFO] [stderr] --> tests/redis.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use darkredis::ConnectionPool; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `darkredis` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stderr] --> tests/redis.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | tokio::spawn(async move { [INFO] [stderr] | ^^^^^ not found in `tokio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::thread::spawn; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `seance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::builder::Builder` in the current scope [INFO] [stderr] --> tests/redis.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[tokio::test] [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::builder::Builder` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `seance`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c01b0f678e549c492ed50e7fef41ef6b7e87f619c4419727d3299ff9b525fdba"` [INFO] running `"docker" "rm" "-f" "c01b0f678e549c492ed50e7fef41ef6b7e87f619c4419727d3299ff9b525fdba"` [INFO] [stdout] c01b0f678e549c492ed50e7fef41ef6b7e87f619c4419727d3299ff9b525fdba