[INFO] crate actix-session 0.4.0-alpha.1 is already in cache [INFO] checking actix-session-0.4.0-alpha.1 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate actix-session 0.4.0-alpha.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate actix-session 0.4.0-alpha.1 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 1ccecc629e24e785c8693293cd26b9dae19d0e058ee1676ed4504baa8773788f [INFO] running `"docker" "start" "-a" "1ccecc629e24e785c8693293cd26b9dae19d0e058ee1676ed4504baa8773788f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling standback v0.2.8 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling ring v0.16.13 [INFO] [stderr] Compiling time v0.2.15 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking actix-tls v2.0.0-alpha.1 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking thiserror v1.0.16 [INFO] [stderr] Checking trust-dns-proto v0.19.5 [INFO] [stderr] Checking trust-dns-resolver v0.19.5 [INFO] [stderr] Checking actix-connect v2.0.0-alpha.2 [INFO] [stderr] Checking actix-http v2.0.0-alpha.2 [INFO] [stderr] Checking awc v2.0.0-alpha.1 [INFO] [stderr] Checking actix-web v3.0.0-alpha.1 [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 33.92s [INFO] running `"docker" "inspect" "1ccecc629e24e785c8693293cd26b9dae19d0e058ee1676ed4504baa8773788f"` [INFO] running `"docker" "rm" "-f" "1ccecc629e24e785c8693293cd26b9dae19d0e058ee1676ed4504baa8773788f"` [INFO] [stdout] 1ccecc629e24e785c8693293cd26b9dae19d0e058ee1676ed4504baa8773788f