[INFO] fetching crate lambda-runtime-types 0.6.13...
[INFO] testing lambda-runtime-types-0.6.13 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate lambda-runtime-types 0.6.13 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate lambda-runtime-types 0.6.13
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate lambda-runtime-types 0.6.13
[INFO] tweaked toml for crates.io crate lambda-runtime-types 0.6.13 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lambda-runtime-types 0.6.13 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lambda-runtime-types 0.6.13 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 52566a709d238473cee2f559a1a99882d7c3a7ba1ba4b79474e5ff25328ad1ea
[INFO] running `Command { std: "docker" "start" "-a" "52566a709d238473cee2f559a1a99882d7c3a7ba1ba4b79474e5ff25328ad1ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52566a709d238473cee2f559a1a99882d7c3a7ba1ba4b79474e5ff25328ad1ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52566a709d238473cee2f559a1a99882d7c3a7ba1ba4b79474e5ff25328ad1ea", kill_on_drop: false }`
[INFO] [stdout] 52566a709d238473cee2f559a1a99882d7c3a7ba1ba4b79474e5ff25328ad1ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d9ed7dff87c7e8af22fd986557cd35d14fe23a5909b6eeeeabc4655b4725edf
[INFO] running `Command { std: "docker" "start" "-a" "5d9ed7dff87c7e8af22fd986557cd35d14fe23a5909b6eeeeabc4655b4725edf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling tokio v1.24.1
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling async-trait v0.1.61
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling lambda_runtime_api_client v0.7.0
[INFO] [stderr]    Compiling lambda_runtime v0.7.2
[INFO] [stderr]    Compiling lambda-runtime-types v0.6.13 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.28s
[INFO] running `Command { std: "docker" "inspect" "5d9ed7dff87c7e8af22fd986557cd35d14fe23a5909b6eeeeabc4655b4725edf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d9ed7dff87c7e8af22fd986557cd35d14fe23a5909b6eeeeabc4655b4725edf", kill_on_drop: false }`
[INFO] [stdout] 5d9ed7dff87c7e8af22fd986557cd35d14fe23a5909b6eeeeabc4655b4725edf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 056f71847e1136816bb09146b5ce74e23651cdb9d2936e2598c6786f0efe607e
[INFO] running `Command { std: "docker" "start" "-a" "056f71847e1136816bb09146b5ce74e23651cdb9d2936e2598c6786f0efe607e", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling tokio v1.24.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.4
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling postgres-types v0.2.4
[INFO] [stderr]    Compiling simple_logger v4.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling tokio-postgres v0.7.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling postgres-native-tls v0.5.0
[INFO] [stderr]    Compiling lambda_runtime_api_client v0.7.0
[INFO] [stderr]    Compiling lambda_runtime v0.7.2
[INFO] [stderr]    Compiling lambda-runtime-types v0.6.13 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `exec_test` in crate `lambda_runtime_types`
[INFO] [stdout]    --> tests/shared_data.rs:51:27
[INFO] [stdout]     |
[INFO] [stdout]  51 |     lambda_runtime_types::exec_test::<_, _, Runner, _>(test_data)
[INFO] [stdout]     |                           ^^^^^^^^^ not found in `lambda_runtime_types`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:387:8
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[cfg(feature = "test")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `test` feature
[INFO] [stdout] 386 | #[cfg_attr(docsrs, doc(cfg(feature = "test")))]
[INFO] [stdout] 387 | pub fn exec_test<Shared, Event, Run, Return>(test_data: &str) -> anyhow::Result<()>
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `exec_test` in crate `lambda_runtime_types`
[INFO] [stdout]    --> tests/basic.rs:45:27
[INFO] [stdout]     |
[INFO] [stdout]  45 |     lambda_runtime_types::exec_test::<_, _, Runner, _>(test_data)
[INFO] [stdout]     |                           ^^^^^^^^^ not found in `lambda_runtime_types`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:387:8
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[cfg(feature = "test")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `test` feature
[INFO] [stdout] 386 | #[cfg_attr(docsrs, doc(cfg(feature = "test")))]
[INFO] [stdout] 387 | pub fn exec_test<Shared, Event, Run, Return>(test_data: &str) -> anyhow::Result<()>
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]  --> tests/basic.rs:4:51
[INFO] [stdout]   |
[INFO] [stdout] 4 |     attributes: std::collections::HashMap<String, serde_json::Value>,
[INFO] [stdout]   |                                                   ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]  --> tests/shared_data.rs:4:51
[INFO] [stdout]   |
[INFO] [stdout] 4 |     attributes: std::collections::HashMap<String, serde_json::Value>,
[INFO] [stdout]   |                                                   ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lambda-runtime-types` (test "basic") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `lambda-runtime-types` (test "shared_data") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "056f71847e1136816bb09146b5ce74e23651cdb9d2936e2598c6786f0efe607e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "056f71847e1136816bb09146b5ce74e23651cdb9d2936e2598c6786f0efe607e", kill_on_drop: false }`
[INFO] [stdout] 056f71847e1136816bb09146b5ce74e23651cdb9d2936e2598c6786f0efe607e
