[INFO] crate actix-session 0.3.0-alpha.1 is already in cache [INFO] checking actix-session-0.3.0-alpha.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate actix-session 0.3.0-alpha.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate actix-session 0.3.0-alpha.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate actix-session 0.3.0-alpha.1 [INFO] finished tweaking crates.io crate actix-session 0.3.0-alpha.1 [INFO] tweaked toml for crates.io crate actix-session 0.3.0-alpha.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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=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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 505d458f4c3160e69b337d02ad040edb49325c904812299914033f4a2edfa1a7 [INFO] running `"docker" "start" "-a" "505d458f4c3160e69b337d02ad040edb49325c904812299914033f4a2edfa1a7"` [INFO] [stderr] Checking alloc-no-stdlib v2.0.1 [INFO] [stderr] Checking untrusted v0.7.0 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Checking bytestring v0.1.1 [INFO] [stderr] Compiling actix-web-codegen v0.2.0-alpha.2 [INFO] [stderr] Checking tokio v0.2.4 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking actix-threadpool v0.3.0 [INFO] [stderr] Checking actix-router v0.2.0 [INFO] [stderr] Checking alloc-stdlib v0.2.1 [INFO] [stderr] Checking brotli-decompressor v2.3.0 [INFO] [stderr] Checking brotli v3.3.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking actix-rt v1.0.0-alpha.3 [INFO] [stderr] Checking trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Checking actix-codec v0.2.0-alpha.3 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking actix-utils v1.0.0-alpha.3 [INFO] [stderr] Checking actix-server v1.0.0-alpha.4 [INFO] [stderr] Checking actix-tls v1.0.0-alpha.3 [INFO] [stderr] Checking actix-testing v1.0.0-alpha.3 [INFO] [stderr] Checking trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Checking actix-connect v1.0.0-alpha.3 [INFO] [stderr] Checking actix-http v1.0.0-alpha.4 [INFO] [stderr] Checking awc v1.0.0-alpha.4 [INFO] [stderr] Checking actix-web v2.0.0-alpha.4 [INFO] [stderr] Checking actix-session v0.3.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `block_on` in module `test` [INFO] [stderr] --> src/cookie.rs:369:15 [INFO] [stderr] | [INFO] [stderr] 369 | test::block_on(async { [INFO] [stderr] | ^^^^^^^^ not found in `test` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 363 | use futures::executor::block_on; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `block_on` in module `test` [INFO] [stderr] --> src/cookie.rs:394:15 [INFO] [stderr] | [INFO] [stderr] 394 | test::block_on(async { [INFO] [stderr] | ^^^^^^^^ not found in `test` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 363 | use futures::executor::block_on; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `block_on` in module `test` [INFO] [stderr] --> src/cookie.rs:419:15 [INFO] [stderr] | [INFO] [stderr] 419 | test::block_on(async { [INFO] [stderr] | ^^^^^^^^ not found in `test` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 363 | use futures::executor::block_on; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `block_on` in module `test` [INFO] [stderr] --> src/cookie.rs:444:15 [INFO] [stderr] | [INFO] [stderr] 444 | test::block_on(async { [INFO] [stderr] | ^^^^^^^^ not found in `test` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 363 | use futures::executor::block_on; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `bytes::bytes::Bytes` with `bytes::bytes::Bytes` [INFO] [stderr] --> src/cookie.rs:485:13 [INFO] [stderr] | [INFO] [stderr] 485 | assert_eq!(body, Bytes::from_static(b"counter: 100")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `bytes::bytes::Bytes == bytes::bytes::Bytes` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `bytes::bytes::Bytes` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `actix-session`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "505d458f4c3160e69b337d02ad040edb49325c904812299914033f4a2edfa1a7"` [INFO] running `"docker" "rm" "-f" "505d458f4c3160e69b337d02ad040edb49325c904812299914033f4a2edfa1a7"` [INFO] [stdout] 505d458f4c3160e69b337d02ad040edb49325c904812299914033f4a2edfa1a7