[INFO] cloning repository https://github.com/kurtbuilds/openapi-client-generator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kurtbuilds/openapi-client-generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fopenapi-client-generator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fopenapi-client-generator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e9470196fb733115aa49ab00e5eebe2181d738c [INFO] testing kurtbuilds/openapi-client-generator against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fopenapi-client-generator" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kurtbuilds/openapi-client-generator [INFO] finished tweaking git repo https://github.com/kurtbuilds/openapi-client-generator [INFO] tweaked toml for git repo https://github.com/kurtbuilds/openapi-client-generator written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kurtbuilds/openapi-client-generator on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kurtbuilds/openapi-client-generator 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded text_io v0.1.12 [INFO] [stderr] Downloaded topo_sort v0.4.0 [INFO] [stderr] Downloaded tracing-ez v0.3.0 [INFO] [stderr] Downloaded ignore v0.4.21 [INFO] [stderr] Downloaded clap v4.5.0 [INFO] [stderr] Downloaded env_logger v0.11.2 [INFO] [stderr] Downloaded crossbeam-epoch v0.9.17 [INFO] [stderr] Downloaded bstr v1.8.0 [INFO] [stderr] Downloaded strum v0.26.1 [INFO] [stderr] Downloaded clap_builder v4.5.0 [INFO] [stderr] Downloaded clap_derive v4.5.0 [INFO] [stderr] Downloaded kurtbuilds_std_ext v0.1.1 [INFO] [stderr] Downloaded openapiv3-extended v6.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b511587f5d420ddab66cf3486397db74dffbb533900200366fd53d22fb2e6c14 [INFO] running `Command { std: "docker" "start" "-a" "b511587f5d420ddab66cf3486397db74dffbb533900200366fd53d22fb2e6c14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b511587f5d420ddab66cf3486397db74dffbb533900200366fd53d22fb2e6c14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b511587f5d420ddab66cf3486397db74dffbb533900200366fd53d22fb2e6c14", kill_on_drop: false }` [INFO] [stdout] b511587f5d420ddab66cf3486397db74dffbb533900200366fd53d22fb2e6c14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 99fcf5710e7e0143a7e923d4861a2504902ecd1f1ac40b654bea1a53130bbfdf [INFO] running `Command { std: "docker" "start" "-a" "99fcf5710e7e0143a7e923d4861a2504902ecd1f1ac40b654bea1a53130bbfdf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling anstream v0.6.11 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling clap_builder v4.5.0 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling prettyplease v0.2.16 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.17 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling bstr v1.8.0 [INFO] [stderr] Compiling unicode-bidi v0.3.14 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling libninja_macro v0.1.0 (/opt/rustwide/workdir/macro) [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling clap v4.5.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling kurtbuilds_std_ext v0.1.1 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling ignore v0.4.21 [INFO] [stderr] Compiling tracing-ez v0.3.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling tokio v1.35.1 [INFO] [stderr] Compiling text_io v0.1.12 [INFO] [stderr] Compiling indoc v2.0.4 [INFO] [stderr] Compiling strum v0.26.1 [INFO] [stderr] Compiling topo_sort v0.4.0 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling openapiv3-extended v6.0.0 [INFO] [stderr] Compiling libninja_mir v0.1.0 (/opt/rustwide/workdir/mir) [INFO] [stderr] Compiling libninja_hir v0.1.0 (/opt/rustwide/workdir/hir) [INFO] [stderr] Compiling libninja_mir_rust v0.1.0 (/opt/rustwide/workdir/mir_rust) [INFO] [stderr] Compiling libninja_codegen_rust v0.1.0 (/opt/rustwide/workdir/codegen_rust) [INFO] [stderr] Compiling libninja v0.2.0 (/opt/rustwide/workdir/libninja) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s [INFO] running `Command { std: "docker" "inspect" "99fcf5710e7e0143a7e923d4861a2504902ecd1f1ac40b654bea1a53130bbfdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99fcf5710e7e0143a7e923d4861a2504902ecd1f1ac40b654bea1a53130bbfdf", kill_on_drop: false }` [INFO] [stdout] 99fcf5710e7e0143a7e923d4861a2504902ecd1f1ac40b654bea1a53130bbfdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d25721c7f66755b04a8be11d6cbe8c9dadeadea5dd08a635140672159e988da0 [INFO] running `Command { std: "docker" "start" "-a" "d25721c7f66755b04a8be11d6cbe8c9dadeadea5dd08a635140672159e988da0", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling libninja_macro v0.1.0 (/opt/rustwide/workdir/macro) [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling env_logger v0.11.2 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling libninja_hir v0.1.0 (/opt/rustwide/workdir/hir) [INFO] [stderr] Compiling libninja_mir v0.1.0 (/opt/rustwide/workdir/mir) [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling openapiv3-extended v6.0.0 [INFO] [stderr] Compiling prettyplease v0.2.16 [INFO] [stderr] Compiling libninja_mir_rust v0.1.0 (/opt/rustwide/workdir/mir_rust) [INFO] [stderr] Compiling tempfile v3.8.1 [INFO] [stderr] Compiling libninja_codegen_rust v0.1.0 (/opt/rustwide/workdir/codegen_rust) [INFO] [stderr] Compiling libninja v0.2.0 (/opt/rustwide/workdir/libninja) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 47.13s [INFO] running `Command { std: "docker" "inspect" "d25721c7f66755b04a8be11d6cbe8c9dadeadea5dd08a635140672159e988da0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d25721c7f66755b04a8be11d6cbe8c9dadeadea5dd08a635140672159e988da0", kill_on_drop: false }` [INFO] [stdout] d25721c7f66755b04a8be11d6cbe8c9dadeadea5dd08a635140672159e988da0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 107281c1f0741713d4ba3ad37127553bbf3cab5f8ba8165195cdc16d2bb0f85e [INFO] running `Command { std: "docker" "start" "-a" "107281c1f0741713d4ba3ad37127553bbf3cab5f8ba8165195cdc16d2bb0f85e", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libninja-6be68d7dcd39fb13) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test extractor::plural::tests::test_is_plural ... ok [INFO] [stdout] test extractor::plural::tests::test_make_singular ... ok [INFO] [stdout] test extractor::operation::tests::test_make_operation_name2 ... ok [INFO] [stdout] test extractor::operation::tests::test_make_operation_name ... ok [INFO] [stdout] test extractor::record::tests::test_all_of_required_set_correctly ... ok [INFO] [stdout] test extractor::operation::tests::test_required_args ... ok [INFO] [stderr] Running unittests src/bin/libninja.rs (/opt/rustwide/target/debug/deps/libninja-4c9b7fd8453eaee9) [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/all_of/main.rs (/opt/rustwide/target/debug/deps/all_of-26ca37b051b96da9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_nullable_doesnt_deref ... ok [INFO] [stdout] test test_transaction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] [stderr] Running tests/basic/main.rs (/opt/rustwide/target/debug/deps/basic-473c419556d47111) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_generate_example ... FAILED [INFO] [stdout]  WARN libninja::extractor: Server description not recognized. User must pass in server directly. Description: None [INFO] [stdout] DEBUG libninja::extractor: Found security scheme for api_key: Item(HTTP { scheme: "basic", bearer_format: None, description: Some("Enter the API key as the username and set the password to an empty string. You can locate and manage your API keys from the [API Credentials](https://app.recurly.com/go/developer/api_keys) page.") }) [INFO] [stdout] DEBUG libninja::extractor: extracted 1 security: [Token(TokenAuth { name: "api_key", fields: [AuthParam { name: "api_key", location: Bearer }] })] [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: AddOnUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: BillingInfoVerify [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: BillingInfoVerifyCVV [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: BinaryFile [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: CouponBulkCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: CouponCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: CouponRedemptionCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: DunningCampaignsBulkUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: Empty [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ErrorMayHaveTransaction [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ExternalTransaction [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: InvoiceCollect [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: InvoiceCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: InvoiceRefund [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: InvoiceUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ItemCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ItemUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: MeasuredUnitCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: MeasuredUnitUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: PlanCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: PlanUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: PurchaseCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ShippingAddressUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ShippingFeeCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ShippingMethodCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: ShippingMethodUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: SubscriptionCancel [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: SubscriptionChangeCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: SubscriptionCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: SubscriptionPause [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: SubscriptionUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: UsageCreate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: CouponUpdate [INFO] [stdout] DEBUG libninja::extractor: Removing unused schema: Error [INFO] [stdout]  WARN libninja::extractor: Field cost in schema AccountAcquisitionUpdate is an Any with inner: Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Account balance"), description: None, discriminator: None, default: None, extensions: {"x-class-name": String("AccountAcquisitionCost")} }, kind: Type(Object(ObjectType { properties: RefOrMap({"currency": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Currency"), description: Some("3-letter ISO 4217 currency code."), discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: [], min_length: None, max_length: Some(3) })) }), "amount": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Amount"), description: Some("The amount of the corresponding currency used to acquire the account."), discriminator: None, default: None, extensions: {} }, kind: Type(Number(NumberType { format: Item(Float), multiple_of: None, exclusive_minimum: false, exclusive_maximum: false, minimum: None, maximum: None, enumeration: [] })) })}), required: [], additional_properties: None, min_properties: None, max_properties: None })) } [INFO] [stdout]  WARN libninja::extractor: Field fraud in schema BillingInfo is an Any with inner: Schema { data: SchemaData { nullable: false, read_only: true, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Fraud information"), description: Some("Most recent fraud result."), discriminator: None, default: None, extensions: {"x-class-name": String("FraudInfo")} }, kind: Type(Object(ObjectType { properties: RefOrMap({"score": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Kount score"), description: None, discriminator: None, default: None, extensions: {} }, kind: Type(Integer(IntegerType { format: Empty, multiple_of: None, exclusive_minimum: false, exclusive_maximum: false, minimum: Some(1), maximum: Some(99), enumeration: [] })) }), "decision": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Kount decision"), description: None, discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: ["approve", "decline", "escalate", "review"], min_length: None, max_length: Some(10) })) }), "risk_rules_triggered": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Kount rules"), description: None, discriminator: None, default: None, extensions: {} }, kind: Type(Object(ObjectType { properties: RefOrMap({}), required: [], additional_properties: None, min_properties: None, max_properties: None })) })}), required: [], additional_properties: None, min_properties: None, max_properties: None })) } [INFO] [stdout]  WARN libninja::extractor: Field updated_by in schema BillingInfo is an Any with inner: Schema { data: SchemaData { nullable: false, read_only: true, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: None, discriminator: None, default: None, extensions: {"x-class-name": String("BillingInfoUpdatedBy")} }, kind: Type(Object(ObjectType { properties: RefOrMap({"ip": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: Some("Customer's IP address when updating their billing information."), discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: [], min_length: None, max_length: Some(20) })) }), "country": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: Some("Country, 2-letter ISO 3166-1 alpha-2 code matching the origin IP address, if known by Recurly."), discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: [], min_length: None, max_length: Some(2) })) })}), required: [], additional_properties: None, min_properties: None, max_properties: None })) } [INFO] [stdout]  WARN libninja::extractor: Field unique_coupon_code in schema Coupon is an Any with inner: Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: Some("Will be populated when the Coupon being returned is a `UniqueCouponCode`."), discriminator: None, default: None, extensions: {} }, kind: Type(Object(ObjectType { properties: RefOrMap({}), required: [], additional_properties: None, min_properties: None, max_properties: None })) } [INFO] [stdout]  WARN libninja::extractor: Field trial in schema CouponDiscount is an Any with inner: Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: Some("This is only present when `type=free_trial`."), discriminator: None, default: None, extensions: {"x-class-name": String("CouponDiscountTrial")} }, kind: Type(Object(ObjectType { properties: RefOrMap({"unit": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Trial unit"), description: Some("Temporal unit of the free trial"), discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: ["day", "month", "week"], min_length: None, max_length: None })) }), "length": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Trial length"), description: Some("Trial length measured in the units specified by the sibling `unit` property"), discriminator: None, default: None, extensions: {} }, kind: Type(Integer(IntegerType { format: Empty, multiple_of: None, exclusive_minimum: false, exclusive_maximum: false, minimum: None, maximum: None, enumeration: [] })) })}), required: [], additional_properties: None, min_properties: None, max_properties: None })) } [INFO] [stdout]  WARN libninja::extractor: Field gateway_response_values in schema Transaction is an Any with inner: Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Gateway response values"), description: Some("The values in this field will vary from gateway to gateway."), discriminator: None, default: None, extensions: {} }, kind: Type(Object(ObjectType { properties: RefOrMap({}), required: [], additional_properties: None, min_properties: None, max_properties: None })) } [INFO] [stdout]  WARN libninja::extractor: Field payment_gateway in schema Transaction is an Any with inner: Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: None, discriminator: None, default: None, extensions: {"x-class-name": String("TransactionPaymentGateway")} }, kind: Type(Object(ObjectType { properties: RefOrMap({"id": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: None, discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: [], min_length: None, max_length: None })) }), "object": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: Some("Object type"), description: None, discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: [], min_length: None, max_length: None })) }), "type": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: None, discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: [], min_length: None, max_length: None })) }), "name": Item(Schema { data: SchemaData { nullable: false, read_only: false, write_only: false, deprecated: false, external_docs: None, example: None, title: None, description: None, discriminator: None, default: None, extensions: {} }, kind: Type(String(StringType { format: Empty, pattern: None, enumeration: [], min_length: None, max_length: None })) })}), required: [], additional_properties: None, min_properties: None, max_properties: None })) } [INFO] [stdout] DEBUG libninja::extractor: Extracted 125 schemas: ["Account", "AccountAcquisition", "AccountAcquisitionList", "AccountAcquisitionReadOnly", "AccountAcquisitionUpdate", "AccountBalance", "AccountBalanceAmount", "AccountCreate", "AccountList", "AccountMini", "AccountNote", "AccountNoteList", "AccountPurchase", "AccountReadOnly", "AccountResponse", "AccountUpdate", "AddOn", "AddOnCreate", "AddOnList", "AddOnMini", "AddOnPricing", "Address", "AddressWithName", "BillingInfo", "BillingInfoCreate", "BillingInfoList", "Coupon", "CouponDiscount", "CouponDiscountPricing", "CouponList", "CouponMini", "CouponPricing", "CouponRedemption", "CouponRedemptionList", "CouponRedemptionMini", "CreditPayment", "CreditPaymentList", "CustomField", "CustomFieldDefinition", "CustomFieldDefinitionList", "CustomFields", "CustomerPermission", "DunningCampaign", "DunningCampaignList", "DunningCampaignsBulkUpdateResponse", "DunningCycle", "DunningInterval", "Entitlement", "Entitlements", "ExportDates", "ExportFile", "ExportFiles", "ExternalProduct", "ExternalProductList", "ExternalProductReferenceMini", "ExternalResourceMini", "ExternalSubscription", "ExternalSubscriptionList", "GrantedBy", "Invoice", "InvoiceAddress", "InvoiceCollection", "InvoiceList", "InvoiceMini", "InvoiceTemplate", "InvoiceTemplateList", "Item", "ItemList", "ItemMini", "LineItem", "LineItemCreate", "LineItemList", "LineItemRefund", "MeasuredUnit", "MeasuredUnitList", "PaymentMethod", "PercentageTier", "PercentageTiersByCurrency", "Plan", "PlanHostedPages", "PlanList", "PlanMini", "PlanPricing", "PlanRampInterval", "PlanRampPricing", "Pricing", "Settings", "ShippingAddress", "ShippingAddressCreate", "ShippingAddressList", "ShippingMethod", "ShippingMethodList", "ShippingMethodMini", "Site", "SiteList", "Subscription", "SubscriptionAddOn", "SubscriptionAddOnCreate", "SubscriptionAddOnPercentageTier", "SubscriptionAddOnTier", "SubscriptionAddOnUpdate", "SubscriptionChange", "SubscriptionChangeBillingInfo", "SubscriptionChangeBillingInfoCreate", "SubscriptionChangeShippingCreate", "SubscriptionList", "SubscriptionPurchase", "SubscriptionRampInterval", "SubscriptionRampIntervalResponse", "SubscriptionShipping", "SubscriptionShippingCreate", "SubscriptionShippingPurchase", "SubscriptionShippingUpdate", "TaxDetail", "TaxInfo", "Tier", "TierPricing", "Transaction", "TransactionList", "UniqueCouponCode", "UniqueCouponCodeList", "UniqueCouponCodeParams", "Usage", "UsageList", "User"] [INFO] [stdout] test test_build_full_library_recurly ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_generate_example stdout ---- [INFO] [stdout] Extracting schema: LinkTokenCreateRequest [INFO] [stdout] Extracting schema: LinkTokenCreateRequestUser [INFO] [stdout] Extracting schema: UserName [INFO] [stdout] Extracting schema: GivenNameField [INFO] [stdout] Extracting schema: FamilyNameField [INFO] [stdout] [INFO] [stdout] thread 'test_generate_example' (28) panicked at libninja/tests/basic/main.rs:20:51: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: No operation named linkTokenCreate [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: anyhow::error::::msg [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.89/src/backtrace.rs:27:14 [INFO] [stdout] 1: hir::HirSpec::get_operation::{{closure}} [INFO] [stdout] at /opt/rustwide/workdir/hir/src/lib.rs:351:28 [INFO] [stdout] 2: core::option::Option::ok_or_else [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/option.rs:1362:25 [INFO] [stdout] 3: hir::HirSpec::get_operation [INFO] [stdout] at /opt/rustwide/workdir/hir/src/lib.rs:351:14 [INFO] [stdout] 4: basic::test_generate_example [INFO] [stdout] at ./tests/basic/main.rs:20:18 [INFO] [stdout] 5: basic::test_generate_example::{{closure}} [INFO] [stdout] at ./tests/basic/main.rs:11:27 [INFO] [stdout] 6: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 7: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 8: test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:663:18 [INFO] [stdout] 9: test::run_test_in_process::{{closure}} [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:686:74 [INFO] [stdout] 10: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 11: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:590:40 [INFO] [stdout] 12: std::panicking::catch_unwind [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:553:19 [INFO] [stdout] 13: std::panic::catch_unwind [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panic.rs:359:14 [INFO] [stdout] 14: test::run_test_in_process [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:686:27 [INFO] [stdout] 15: test::run_test::{{closure}} [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:607:43 [INFO] [stdout] 16: test::run_test::{{closure}} [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:637:41 [INFO] [stdout] 17: std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 18: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 19: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 20: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:590:40 [INFO] [stdout] 21: std::panicking::catch_unwind [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:553:19 [INFO] [stdout] 22: std::panic::catch_unwind [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panic.rs:359:14 [INFO] [stdout] 23: std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 24: core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 26: std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 27: [INFO] [stdout] 28: clone [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x586682a94322 - std::backtrace_rs::backtrace::libunwind::trace::h52580dd202462214 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x586682a94322 - std::backtrace_rs::backtrace::trace_unsynchronized::hc969519abce0f52b [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x586682a94322 - std::sys::backtrace::_print_fmt::hfd5825900b6e0030 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x586682a94322 - ::fmt::h427144ad75cfb218 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x586682aa778f - core::fmt::rt::Argument::fmt::hd5ccc9cf97cea7f7 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x586682aa778f - core::fmt::write::h593aaf5adf0f5dae [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x586682a5ec31 - std::io::default_write_fmt::h305b5a0727055346 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x586682a5ec31 - std::io::Write::write_fmt::h76f14a8a88733dc5 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x586682a6b882 - std::sys::backtrace::BacktraceLock::print::h3953113552dca3ca [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x586682a7139f - std::panicking::default_hook::{{closure}}::h486b96ad75eafbb8 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x586682a71231 - std::panicking::default_hook::h99456317c5a1a20c [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5866822db1ee - as core::ops::function::Fn>::call::h441e4551014e4cf8 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x5866822db1ee - test::test_main_with_exit_callback::{{closure}}::hdbca54e17f1a00e4 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x586682a71b0f - as core::ops::function::Fn>::call::h1e57b72c4e1d3045 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x586682a71b0f - std::panicking::panic_with_hook::h67ab0df20212e4ea [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x586682a718ba - std::panicking::panic_handler::{{closure}}::hc9e4a933ae92e208 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x586682a6b9c9 - std::sys::backtrace::__rust_end_short_backtrace::hbfa72df9b68c2d19 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x586682a51f8d - __rustc[8cce077e14951490]::rust_begin_unwind [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x586682ab1dd0 - core::panicking::panic_fmt::h49931053d20abf41 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x586682ab0b56 - core::result::unwrap_failed::h7f5a2d4cf85d933f [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/result.rs:1854:5 [INFO] [stdout] 20: 0x5866822859b4 - core::result::Result::unwrap::h1547c9f1fd9fe7a3 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/result.rs:1225:23 [INFO] [stdout] 21: 0x5866822859b4 - basic::test_generate_example::ha28316a42fcdc4ed [INFO] [stdout] at /opt/rustwide/workdir/libninja/tests/basic/main.rs:20:51 [INFO] [stdout] 22: 0x586682285d37 - basic::test_generate_example::{{closure}}::h9537fdf7d3a96510 [INFO] [stdout] at /opt/rustwide/workdir/libninja/tests/basic/main.rs:11:27 [INFO] [stdout] 23: 0x5866822810b6 - core::ops::function::FnOnce::call_once::hcaa47ba240fa56b1 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5866822dafab - core::ops::function::FnOnce::call_once::h5d9016d521f5aee4 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5866822dafab - test::__rust_begin_short_backtrace::h123fcee610330442 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5866822f0a95 - test::run_test_in_process::{{closure}}::h0442efda2e6359b2 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5866822f0a95 - as core::ops::function::FnOnce<()>>::call_once::hfe3528c8dd09682c [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5866822f0a95 - std::panicking::catch_unwind::do_call::hb1659f7844fe8531 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5866822f0a95 - std::panicking::catch_unwind::hdc1f4be0019e72ad [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5866822f0a95 - std::panic::catch_unwind::hd6d7ccfa4513e770 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5866822f0a95 - test::run_test_in_process::h6bbb839ed0802366 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5866822f0a95 - test::run_test::{{closure}}::he4fad7398c8acc11 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5866822c7404 - test::run_test::{{closure}}::h41975797e198d26c [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5866822c7404 - std::sys::backtrace::__rust_begin_short_backtrace::hfb46c397857336f1 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5866822cadaa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hddf826a64f532bea [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5866822cadaa - as core::ops::function::FnOnce<()>>::call_once::hc3518c3eab91aeb3 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5866822cadaa - std::panicking::catch_unwind::do_call::h7bf3ad6dc012415a [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5866822cadaa - std::panicking::catch_unwind::h8b88f0375c767e36 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5866822cadaa - std::panic::catch_unwind::h66cb5d61a90f7bc5 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5866822cadaa - std::thread::Builder::spawn_unchecked_::{{closure}}::h65bc9d15fb966bbd [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5866822cadaa - core::ops::function::FnOnce::call_once{{vtable.shim}}::he8d2c9a8796342e5 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x586682a659af - as core::ops::function::FnOnce>::call_once::hef12b47e5c033835 [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 43: 0x586682a659af - std::sys::pal::unix::thread::Thread::new::thread_start::h135087e7c97657bc [INFO] [stdout] at /rustc/ad85bc524b1ad696e42061ad8338d382dffbdbe5/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 44: 0x7fdf1a042aa4 - [INFO] [stdout] 45: 0x7fdf1a0cfa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_generate_example [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.62s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p libninja --test basic` [INFO] running `Command { std: "docker" "inspect" "107281c1f0741713d4ba3ad37127553bbf3cab5f8ba8165195cdc16d2bb0f85e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "107281c1f0741713d4ba3ad37127553bbf3cab5f8ba8165195cdc16d2bb0f85e", kill_on_drop: false }` [INFO] [stdout] 107281c1f0741713d4ba3ad37127553bbf3cab5f8ba8165195cdc16d2bb0f85e