[INFO] crate actix-session 0.4.0-alpha.1 is already in cache [INFO] checking actix-session-0.4.0-alpha.1 against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] extracting crate actix-session 0.4.0-alpha.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate actix-session 0.4.0-alpha.1 on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate actix-session 0.4.0-alpha.1 [INFO] finished tweaking crates.io crate actix-session 0.4.0-alpha.1 [INFO] tweaked toml for crates.io crate actix-session 0.4.0-alpha.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 04d327e2df5532c7a92b6a96ee52157b33ec683b9a253f7cfba065d441338785 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "04d327e2df5532c7a92b6a96ee52157b33ec683b9a253f7cfba065d441338785"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking tinyvec v0.3.3 [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling actix-web-codegen v0.2.2 [INFO] [stderr] Checking brotli-sys v0.3.2 [INFO] [stderr] Checking ring v0.16.14 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking serde v1.0.111 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking thiserror v1.0.19 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking actix-rt v1.1.1 [INFO] [stderr] Checking trust-dns-proto v0.19.5 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking actix-codec v0.2.0 [INFO] [stderr] Checking actix-utils v1.0.6 [INFO] [stderr] Checking actix-server v1.0.3 [INFO] [stderr] Checking actix-tls v2.0.0-alpha.1 [INFO] [stderr] Checking actix-testing v1.0.1 [INFO] [stderr] Checking trust-dns-resolver v0.19.5 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking actix-router v0.2.4 [INFO] [stderr] Checking actix-connect v2.0.0-alpha.3 [INFO] [stderr] Checking actix-http v2.0.0-alpha.4 [INFO] [stderr] Checking awc v2.0.0-alpha.2 [INFO] [stderr] Checking actix-web v3.0.0-alpha.3 [INFO] [stderr] Checking actix-session v0.4.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'time::offset_date_time::OffsetDateTime::now': This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stderr] --> src/cookie.rs:103:32 [INFO] [stderr] | [INFO] [stderr] 103 | cookie.set_expires(OffsetDateTime::now() + expires_in); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'time::offset_date_time::OffsetDateTime::now': This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stderr] --> src/cookie.rs:134:28 [INFO] [stderr] | [INFO] [stderr] 134 | cookie.set_expires(OffsetDateTime::now() - Duration::days(365)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'time::offset_date_time::OffsetDateTime::now': This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stderr] --> src/cookie.rs:103:32 [INFO] [stderr] | [INFO] [stderr] 103 | cookie.set_expires(OffsetDateTime::now() + expires_in); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'time::offset_date_time::OffsetDateTime::now': This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stderr] --> src/cookie.rs:134:28 [INFO] [stderr] | [INFO] [stderr] 134 | cookie.set_expires(OffsetDateTime::now() - Duration::days(365)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.15s [INFO] running `"docker" "inspect" "04d327e2df5532c7a92b6a96ee52157b33ec683b9a253f7cfba065d441338785"` [INFO] running `"docker" "rm" "-f" "04d327e2df5532c7a92b6a96ee52157b33ec683b9a253f7cfba065d441338785"` [INFO] [stdout] 04d327e2df5532c7a92b6a96ee52157b33ec683b9a253f7cfba065d441338785