[INFO] cloning repository https://github.com/smclmnt/rust-lambda [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smclmnt/rust-lambda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmclmnt%2Frust-lambda", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmclmnt%2Frust-lambda'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d571ee9aa6afc6417266350176038af51e2033a6 [INFO] testing smclmnt/rust-lambda against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmclmnt%2Frust-lambda" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/smclmnt/rust-lambda [INFO] finished tweaking git repo https://github.com/smclmnt/rust-lambda [INFO] tweaked toml for git repo https://github.com/smclmnt/rust-lambda written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/smclmnt/rust-lambda on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/smclmnt/rust-lambda 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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b333e44986030d08754eb05ded47c68bd843308e101deffe3654493b0417e215 [INFO] running `Command { std: "docker" "start" "-a" "b333e44986030d08754eb05ded47c68bd843308e101deffe3654493b0417e215", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b333e44986030d08754eb05ded47c68bd843308e101deffe3654493b0417e215", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b333e44986030d08754eb05ded47c68bd843308e101deffe3654493b0417e215", kill_on_drop: false }` [INFO] [stdout] b333e44986030d08754eb05ded47c68bd843308e101deffe3654493b0417e215 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2603e54e71a67fdaab8ceeef52ecb75d2374c55cb68d1ef3981eeec7649966e7 [INFO] running `Command { std: "docker" "start" "-a" "2603e54e71a67fdaab8ceeef52ecb75d2374c55cb68d1ef3981eeec7649966e7", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling aws-lc-rs v1.13.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling zerovec v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling cc v1.2.31 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling aws-types v1.3.8 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Compiling darling_core v0.21.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling prettyplease v0.2.36 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling mockall_derive v0.13.1 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling xmlparser v0.13.6 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling aws-smithy-xml v0.60.10 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Compiling aws-lc-sys v0.30.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling fragile v2.0.1 [INFO] [stderr] Compiling static_assertions_next v1.1.2 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling darling_macro v0.21.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling darling v0.21.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling query_map v0.7.0 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling bytes-utils v0.1.4 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling async-graphql-value v7.0.17 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling handlebars v5.1.2 [INFO] [stderr] Compiling bon-macros v3.6.5 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling http-serde v2.1.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling async-graphql-parser v7.0.17 [INFO] [stderr] Compiling aws_lambda_events v0.15.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling mockall v0.13.1 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling async-graphql-derive v7.0.17 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling bon v3.6.5 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling aws-smithy-async v1.2.5 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling h2 v0.4.11 [INFO] [stderr] Compiling aws-smithy-types v1.3.2 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling aws-smithy-runtime-api v1.8.7 [INFO] [stderr] Compiling aws-smithy-json v0.61.4 [INFO] [stderr] Compiling aws-smithy-query v0.60.7 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling aws-smithy-http v0.62.3 [INFO] [stderr] Compiling aws-credential-types v1.2.4 [INFO] [stderr] Compiling aws-smithy-observability v0.1.3 [INFO] [stderr] Compiling aws-sigv4 v1.3.3 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling async-graphql v7.0.17 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling lambda_runtime_api_client v0.11.1 [INFO] [stderr] Compiling lambda_runtime_api_client v0.12.3 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling lambda_runtime v0.14.3 [INFO] [stderr] Compiling lambda_runtime v0.13.0 [INFO] [stderr] Compiling lambda_http v0.13.0 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling aws-smithy-http-client v1.0.6 [INFO] [stderr] Compiling aws-smithy-runtime v1.8.6 [INFO] [stderr] Compiling aws-runtime v1.5.9 [INFO] [stderr] Compiling aws-sdk-sso v1.78.0 [INFO] [stderr] Compiling aws-sdk-sts v1.80.0 [INFO] [stderr] Compiling aws-sdk-ssooidc v1.79.0 [INFO] [stderr] Compiling aws-sdk-dynamodb v1.86.0 [INFO] [stderr] Compiling aws-config v1.8.3 [INFO] [stderr] Compiling sam_clement v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `MaskedCustomer` is never constructed [INFO] [stdout] --> src/graphql/masked_customer.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct MaskedCustomer(Customer); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `mask` is never used [INFO] [stdout] --> src/graphql/masked_customer.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 30 | impl MaskedCustomer { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] 31 | fn mask(data: &str) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s [INFO] running `Command { std: "docker" "inspect" "2603e54e71a67fdaab8ceeef52ecb75d2374c55cb68d1ef3981eeec7649966e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2603e54e71a67fdaab8ceeef52ecb75d2374c55cb68d1ef3981eeec7649966e7", kill_on_drop: false }` [INFO] [stdout] 2603e54e71a67fdaab8ceeef52ecb75d2374c55cb68d1ef3981eeec7649966e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2513cc55a009757d1034f5843c3cb201d711206b4cf41c01696d0b755e31b870 [INFO] running `Command { std: "docker" "start" "-a" "2513cc55a009757d1034f5843c3cb201d711206b4cf41c01696d0b755e31b870", kill_on_drop: false }` [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stdout] warning: struct `MaskedCustomer` is never constructed [INFO] [stdout] --> src/graphql/masked_customer.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct MaskedCustomer(Customer); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `mask` is never used [INFO] [stdout] --> src/graphql/masked_customer.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 30 | impl MaskedCustomer { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] 31 | fn mask(data: &str) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rstest v0.26.1 [INFO] [stderr] Compiling sam_clement v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `MaskedCustomer` is never constructed [INFO] [stdout] --> src/graphql/masked_customer.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct MaskedCustomer(Customer); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `mask` is never used [INFO] [stdout] --> src/graphql/masked_customer.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 30 | impl MaskedCustomer { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] 31 | fn mask(data: &str) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 14.68s [INFO] running `Command { std: "docker" "inspect" "2513cc55a009757d1034f5843c3cb201d711206b4cf41c01696d0b755e31b870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2513cc55a009757d1034f5843c3cb201d711206b4cf41c01696d0b755e31b870", kill_on_drop: false }` [INFO] [stdout] 2513cc55a009757d1034f5843c3cb201d711206b4cf41c01696d0b755e31b870 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e196a74dc6fc777b1f8ea39755d8845175fa9fb02079addc836cb79edd609004 [INFO] running `Command { std: "docker" "start" "-a" "e196a74dc6fc777b1f8ea39755d8845175fa9fb02079addc836cb79edd609004", kill_on_drop: false }` [INFO] [stderr] warning: struct `MaskedCustomer` is never constructed [INFO] [stderr] --> src/graphql/masked_customer.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct MaskedCustomer(Customer); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `mask` is never used [INFO] [stderr] --> src/graphql/masked_customer.rs:31:8 [INFO] [stderr] | [INFO] [stderr] 30 | impl MaskedCustomer { [INFO] [stderr] | ------------------- associated function in this implementation [INFO] [stderr] 31 | fn mask(data: &str) -> String { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `sam_clement` (lib) generated 2 warnings [INFO] [stderr] warning: `sam_clement` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sam_clement-adcd001eb774244b) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test customer::tests::test_builder ... ok [INFO] [stderr] [INFO] [stderr] thread 'graphql::customers::test::test_delete_customer::case_1_delete_existing' (38) has overflowed its stack [INFO] [stderr] fatal runtime error: stack overflow, aborting [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/sam_clement-adcd001eb774244b` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "e196a74dc6fc777b1f8ea39755d8845175fa9fb02079addc836cb79edd609004", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e196a74dc6fc777b1f8ea39755d8845175fa9fb02079addc836cb79edd609004", kill_on_drop: false }` [INFO] [stdout] e196a74dc6fc777b1f8ea39755d8845175fa9fb02079addc836cb79edd609004