[INFO] fetching crate trillium-aws-lambda 0.2.0... [INFO] testing trillium-aws-lambda-0.2.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate trillium-aws-lambda 0.2.0 into /workspace/builds/worker-83/source [INFO] validating manifest of crates.io crate trillium-aws-lambda 0.2.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate trillium-aws-lambda 0.2.0 [INFO] finished tweaking crates.io crate trillium-aws-lambda 0.2.0 [INFO] tweaked toml for crates.io crate trillium-aws-lambda 0.2.0 written to /workspace/builds/worker-83/source/Cargo.toml [INFO] crate crates.io crate trillium-aws-lambda 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lamedh_runtime v0.3.0 [INFO] [stderr] Downloaded lamedh_attributes v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5459816cbba215f1b88adeb3696878618c854b094bf1e3547035606060cee86b [INFO] running `Command { std: "docker" "start" "-a" "5459816cbba215f1b88adeb3696878618c854b094bf1e3547035606060cee86b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5459816cbba215f1b88adeb3696878618c854b094bf1e3547035606060cee86b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5459816cbba215f1b88adeb3696878618c854b094bf1e3547035606060cee86b", kill_on_drop: false }` [INFO] [stdout] 5459816cbba215f1b88adeb3696878618c854b094bf1e3547035606060cee86b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdd655d393082302df7faa8ee3a44aa466fe9298975c032fc847543cc542a8b9 [INFO] running `Command { std: "docker" "start" "-a" "fdd655d393082302df7faa8ee3a44aa466fe9298975c032fc847543cc542a8b9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.129 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling serde v1.0.129 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling memmem v0.1.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling tokio v1.10.1 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling smartstring v0.2.9 [INFO] [stderr] Compiling smartcow v0.1.0 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling waker-set v0.2.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling lamedh_attributes v0.3.0 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling stopper v0.2.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling trillium-http v0.2.0 [INFO] [stderr] Compiling trillium v0.2.0 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling h2 v0.3.4 [INFO] [stderr] Compiling hyper v0.14.12 [INFO] [stderr] Compiling lamedh_runtime v0.3.0 [INFO] [stderr] Compiling trillium-aws-lambda v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `query_string_parameters` [INFO] [stdout] --> src/request.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub query_string_parameters: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `request_context` [INFO] [stdout] --> src/request.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | pub request_context: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `multi_value_query_string_parameters` [INFO] [stdout] --> src/request.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub multi_value_query_string_parameters: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `request_context` [INFO] [stdout] --> src/request.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub request_context: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.04s [INFO] running `Command { std: "docker" "inspect" "fdd655d393082302df7faa8ee3a44aa466fe9298975c032fc847543cc542a8b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdd655d393082302df7faa8ee3a44aa466fe9298975c032fc847543cc542a8b9", kill_on_drop: false }` [INFO] [stdout] fdd655d393082302df7faa8ee3a44aa466fe9298975c032fc847543cc542a8b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5cfd5822013f4e8c2a8b62c2cbd0ee4fa2223ac262d50a0c0780c639ffd086f [INFO] running `Command { std: "docker" "start" "-a" "c5cfd5822013f4e8c2a8b62c2cbd0ee4fa2223ac262d50a0c0780c639ffd086f", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `query_string_parameters` [INFO] [stdout] --> src/request.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub query_string_parameters: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `request_context` [INFO] [stdout] --> src/request.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | pub request_context: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `multi_value_query_string_parameters` [INFO] [stdout] --> src/request.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub multi_value_query_string_parameters: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling trillium-aws-lambda v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `request_context` [INFO] [stdout] --> src/request.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub request_context: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `query_string_parameters` [INFO] [stdout] --> src/request.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub query_string_parameters: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `request_context` [INFO] [stdout] --> src/request.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | pub request_context: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `multi_value_query_string_parameters` [INFO] [stdout] --> src/request.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub multi_value_query_string_parameters: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `request_context` [INFO] [stdout] --> src/request.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub request_context: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 28.63s [INFO] running `Command { std: "docker" "inspect" "c5cfd5822013f4e8c2a8b62c2cbd0ee4fa2223ac262d50a0c0780c639ffd086f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5cfd5822013f4e8c2a8b62c2cbd0ee4fa2223ac262d50a0c0780c639ffd086f", kill_on_drop: false }` [INFO] [stdout] c5cfd5822013f4e8c2a8b62c2cbd0ee4fa2223ac262d50a0c0780c639ffd086f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9cc3e41aef524d7353c22369551fe246fdb0913f7536b5b6698a899a4a834cdf [INFO] running `Command { std: "docker" "start" "-a" "9cc3e41aef524d7353c22369551fe246fdb0913f7536b5b6698a899a4a834cdf", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `query_string_parameters` [INFO] [stderr] --> src/request.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub query_string_parameters: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `request_context` [INFO] [stderr] --> src/request.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub request_context: serde_json::Value, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `multi_value_query_string_parameters` [INFO] [stderr] --> src/request.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | pub multi_value_query_string_parameters: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `request_context` [INFO] [stderr] --> src/request.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | pub request_context: serde_json::Value, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `trillium-aws-lambda` (lib) generated 4 warnings [INFO] [stderr] warning: `trillium-aws-lambda` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/trillium_aws_lambda-d11bd1ded942ee68) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test request::test::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests trillium-aws-lambda [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 14) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.52s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9cc3e41aef524d7353c22369551fe246fdb0913f7536b5b6698a899a4a834cdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc3e41aef524d7353c22369551fe246fdb0913f7536b5b6698a899a4a834cdf", kill_on_drop: false }` [INFO] [stdout] 9cc3e41aef524d7353c22369551fe246fdb0913f7536b5b6698a899a4a834cdf