[INFO] crate actix-session 0.4.0-alpha.1 is already in cache [INFO] checking actix-session-0.4.0-alpha.1 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate actix-session 0.4.0-alpha.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate actix-session 0.4.0-alpha.1 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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] 1fe92d14d9df20d7525ecadd858e99505d50d51a3d295a45b07435260cfa2402 [INFO] running `"docker" "start" "-a" "1fe92d14d9df20d7525ecadd858e99505d50d51a3d295a45b07435260cfa2402"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling standback v0.2.8 [INFO] [stderr] Compiling ring v0.16.13 [INFO] [stderr] Compiling time v0.2.15 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Compiling actix-web-codegen v0.2.1 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Checking actix-threadpool v0.3.1 [INFO] [stderr] Checking actix-service v1.0.5 [INFO] [stderr] Checking actix-router v0.2.4 [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 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 actix-codec v0.2.0 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking actix-utils v1.0.6 [INFO] [stderr] Checking actix-server v1.0.2 [INFO] [stderr] Checking actix-tls v2.0.0-alpha.1 [INFO] [stderr] Checking trust-dns-resolver v0.19.5 [INFO] [stderr] Checking actix-testing v1.0.0 [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] Finished dev [unoptimized + debuginfo] target(s) in 46.96s [INFO] running `"docker" "inspect" "1fe92d14d9df20d7525ecadd858e99505d50d51a3d295a45b07435260cfa2402"` [INFO] running `"docker" "rm" "-f" "1fe92d14d9df20d7525ecadd858e99505d50d51a3d295a45b07435260cfa2402"` [INFO] [stdout] 1fe92d14d9df20d7525ecadd858e99505d50d51a3d295a45b07435260cfa2402