[INFO] cloning repository https://github.com/joris-gallot/typeme [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joris-gallot/typeme" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoris-gallot%2Ftypeme", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoris-gallot%2Ftypeme'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9ccafa9b23623c1541d231182e5f9f2a7d0dd194 [INFO] testing joris-gallot/typeme against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoris-gallot%2Ftypeme" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/joris-gallot/typeme [INFO] finished tweaking git repo https://github.com/joris-gallot/typeme [INFO] tweaked toml for git repo https://github.com/joris-gallot/typeme written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/joris-gallot/typeme on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/joris-gallot/typeme 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca [INFO] running `Command { std: "docker" "start" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling semver v1.0.25 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling napi-build v2.2.4 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling napi-sys v2.4.0 [INFO] [stderr] Compiling napi-schematype v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling ctor v0.2.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling napi v2.16.17 [INFO] [stderr] Compiling napi-derive-backend v1.0.75 [INFO] [stderr] Compiling napi-derive v2.16.13 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling openapiv3 v2.2.0 [INFO] [stderr] Finished `release` profile [optimized] target(s) in 52.67s [INFO] running `Command { std: "docker" "inspect" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling napi-schematype v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 30.85s [INFO] running `Command { std: "docker" "inspect" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/napi_schematype-717a93566396467e) [INFO] [stdout] [INFO] [stdout] running 42 tests [INFO] [stdout] test json_schema_to_typescript::tests::test_empty_object ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_array_with_anyof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_array_with_oneof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_nested_object_with_array_anyof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_basic_object ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_array_with_allof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_allof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_nested_object_with_array_oneof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_nested_object_with_array_allof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_anyof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_anyof_array_primitive_object ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_array ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_boolean_enum ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_complex_nested_arrays ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_deep_array_refs ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_integer_enum ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_invalid_property ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_nested_arrays ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_nullable_properties ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_mixed_enums_allof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_nested_objects ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_oneof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_property_descriptions ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_prefer_interface_nested_object ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_prefer_interface_simple_object ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_oneof_array_primitive_object ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_prefer_interface_union_type ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_schema_with_any_types ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_number_enum ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_required_properties ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_schema_without_name ... ok [INFO] [stdout] test open_api_to_typescript::tests::test_basic_get ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_schema_with_unknown_types ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_schema_without_name_unknown_over_any ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_mixed_enums_anyof ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_string_enum ... ok [INFO] [stdout] test open_api_to_typescript::tests::test_multiple_responses ... ok [INFO] [stdout] test open_api_to_typescript::tests::test_with_path_params ... ok [INFO] [stdout] test open_api_to_typescript::tests::test_with_query_params ... ok [INFO] [stdout] test open_api_to_typescript::tests::test_with_request_body ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_deprecated_properties ... ok [INFO] [stdout] test json_schema_to_typescript::tests::test_object_with_mixed_enums_oneof ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca", kill_on_drop: false }` [INFO] [stdout] a3c19d67f1a4392a57bc253f90d7e5d24052316fc717b18390d34ef2440c31ca