[INFO] fetching crate rdc 0.1.0... [INFO] testing rdc-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate rdc 0.1.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate rdc 0.1.0 [INFO] finished tweaking crates.io crate rdc 0.1.0 [INFO] tweaked toml for crates.io crate rdc 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rdc 0.1.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 35 packages to latest compatible versions [INFO] [stderr] Adding genco v0.17.10 (available: v0.18.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded genco v0.17.10 [INFO] [stderr] Downloaded genco-macros v0.17.10 [INFO] [stderr] Downloaded rdc-macros v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03083c8a87dcf966fd646cbe0ed87e256cc52f7404dd1e18b23fc6cbf11f4f27 [INFO] running `Command { std: "docker" "start" "-a" "03083c8a87dcf966fd646cbe0ed87e256cc52f7404dd1e18b23fc6cbf11f4f27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03083c8a87dcf966fd646cbe0ed87e256cc52f7404dd1e18b23fc6cbf11f4f27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03083c8a87dcf966fd646cbe0ed87e256cc52f7404dd1e18b23fc6cbf11f4f27", kill_on_drop: false }` [INFO] [stdout] 03083c8a87dcf966fd646cbe0ed87e256cc52f7404dd1e18b23fc6cbf11f4f27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b658be538a5ada9b642e2711bbb966bcb1f05c94df5f6e0e33a7b352cddf9d0 [INFO] running `Command { std: "docker" "start" "-a" "2b658be538a5ada9b642e2711bbb966bcb1f05c94df5f6e0e33a7b352cddf9d0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling genco-macros v0.17.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rdc-macros v0.1.0 [INFO] [stderr] Compiling genco v0.17.10 [INFO] [stderr] Compiling rdc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `join` is never used [INFO] [stdout] --> src/targets/java/cg_utils.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait Compact { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] 5 | fn compact(&self) -> T; [INFO] [stdout] 6 | fn join(&self, sep: &str) -> T; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s [INFO] running `Command { std: "docker" "inspect" "2b658be538a5ada9b642e2711bbb966bcb1f05c94df5f6e0e33a7b352cddf9d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b658be538a5ada9b642e2711bbb966bcb1f05c94df5f6e0e33a7b352cddf9d0", kill_on_drop: false }` [INFO] [stdout] 2b658be538a5ada9b642e2711bbb966bcb1f05c94df5f6e0e33a7b352cddf9d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 165f3c0efd582e7e3ca4dcbf90af0f8f078caa81db89b47f100cc7b5aeced985 [INFO] running `Command { std: "docker" "start" "-a" "165f3c0efd582e7e3ca4dcbf90af0f8f078caa81db89b47f100cc7b5aeced985", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stdout] warning: method `join` is never used [INFO] [stdout] --> src/targets/java/cg_utils.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait Compact { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] 5 | fn compact(&self) -> T; [INFO] [stdout] 6 | fn join(&self, sep: &str) -> T; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling rdc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `C` is never constructed [INFO] [stdout] --> src/targets/java/cg_struct.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | struct C [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `join` is never used [INFO] [stdout] --> src/targets/java/cg_utils.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait Compact { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] 5 | fn compact(&self) -> T; [INFO] [stdout] 6 | fn join(&self, sep: &str) -> T; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.88s [INFO] running `Command { std: "docker" "inspect" "165f3c0efd582e7e3ca4dcbf90af0f8f078caa81db89b47f100cc7b5aeced985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "165f3c0efd582e7e3ca4dcbf90af0f8f078caa81db89b47f100cc7b5aeced985", kill_on_drop: false }` [INFO] [stdout] 165f3c0efd582e7e3ca4dcbf90af0f8f078caa81db89b47f100cc7b5aeced985 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5e8ba23e15b3d9707575beb6f900139090de226a94fbd856bd8e8dd2506d3b41 [INFO] running `Command { std: "docker" "start" "-a" "5e8ba23e15b3d9707575beb6f900139090de226a94fbd856bd8e8dd2506d3b41", kill_on_drop: false }` [INFO] [stderr] warning: method `join` is never used [INFO] [stderr] --> src/targets/java/cg_utils.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 4 | pub trait Compact { [INFO] [stderr] | ------- method in this trait [INFO] [stderr] 5 | fn compact(&self) -> T; [INFO] [stderr] 6 | fn join(&self, sep: &str) -> T; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `C` is never constructed [INFO] [stderr] --> src/targets/java/cg_struct.rs:108:12 [INFO] [stderr] | [INFO] [stderr] 108 | struct C [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `join` is never used [INFO] [stderr] --> src/targets/java/cg_utils.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 4 | pub trait Compact { [INFO] [stderr] | ------- method in this trait [INFO] [stderr] 5 | fn compact(&self) -> T; [INFO] [stderr] 6 | fn join(&self, sep: &str) -> T; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rdc` (lib) generated 1 warning [INFO] [stderr] warning: `rdc` (lib test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rdc-7ed88dc3caa1cce4) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test ir::data::tests::test_name_from_pascal_case ... ok [INFO] [stdout] test ir::data::tests::test_name_from_snake_case ... ok [INFO] [stdout] test targets::java::cg_enum::tests::generate_basic_class ... ok [INFO] [stdout] test targets::java::cg_struct::tests::generate_basic_class ... ok [INFO] [stdout] test targets::java::writer_tests::test_generate_java_code ... ok [INFO] [stdout] test ir::data::tests::test_name_from_camel_case ... ok [INFO] [stdout] test targets::java::cg_struct::tests::struct_derive_test ... FAILED [INFO] [stdout] test targets::java::tests::project_builder::tests::run_java_test ... FAILED [INFO] [stdout] test targets::java::cg_enum::tests::enum_derive_test ... FAILED [INFO] [stdout] test targets::java::tests::project_builder::tests::uppercase_stdin_test ... FAILED [INFO] [stdout] test targets::java::writer_tests::test_write_java ... FAILED [INFO] [stdout] test targets::java::tests::project_builder::tests::jackson_test ... FAILED [INFO] [stdout] test targets::java::cg_data_enum::tests::enum_derive_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- targets::java::cg_struct::tests::struct_derive_test stdout ---- [INFO] [stdout] import com.fasterxml.jackson.annotation.JsonProperty; public class A { @JsonProperty("a") private Integer a;@JsonProperty("b") private Integer b; public A() {} public Integer getA() { return a; } public void setA(Integer a) { this.a = a; }public Integer getB() { return b; } public void setB(Integer b) { this.b = b; } } [INFO] [stdout] import com.fasterxml.jackson.annotation.JsonProperty; public class BIntegerDouble { @JsonProperty("k") private Integer k;@JsonProperty("hello") private Double v;@JsonProperty("a") private A a; public BIntegerDouble() {} public Integer getK() { return k; } public void setK(Integer k) { this.k = k; }public Double getV() { return v; } public void setV(Double v) { this.v = v; }public A getA() { return a; } public void setA(A a) { this.a = a; } } [INFO] [stdout] import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.core.type.TypeReference; public class Main { public static void main(String[] args) throws Exception { var objectMapper = new ObjectMapper(); String input = Utils.input(); BIntegerDouble b = objectMapper.readValue(input, new TypeReference() {}); String serialized = objectMapper.writeValueAsString(b); BIntegerDouble b2 = objectMapper.readValue(serialized, new TypeReference() {}); String serialized2 = objectMapper.writeValueAsString(b2); System.out.print(serialized2); } } [INFO] [stdout] Waiting for gradle lock [INFO] [stdout] Got gradle lock [INFO] [stdout] Running Java code... [INFO] [stdout] Creating project directory: /tmp/rdc/84376d7b-8653-47c1-ba0f-9c37568d6630 [INFO] [stdout] Writing java... [INFO] [stdout] Writing build.gradle... [INFO] [stdout] Writing settings.gradle... [INFO] [stdout] Writing Utils.java... [INFO] [stdout] Running command: gradle [INFO] [stdout] Cleaning up... [INFO] [stdout] [INFO] [stdout] thread 'targets::java::cg_struct::tests::struct_derive_test' panicked at src/targets/java/cg_struct.rs:155:23: [INFO] [stdout] Failed to run command [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eacbdff7042 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eacbdff7042 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eacbdff7042 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eacbdff7042 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eacbe01d883 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eacbe01d883 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eacbdff3a33 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eacbdff3a33 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eacbdff6e92 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eacbdff8659 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5eacbdff848e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5eacbdfa66a4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5eacbdfa66a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5eacbdff902e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5eacbdff902e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5eacbdff8dfa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5eacbdff7539 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5eacbdff8a8d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5eacbe01bec0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5eacbdf2b320 - core::panicking::panic_display::h63947d36d7953b56 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:268:5 [INFO] [stdout] 20: 0x5eacbdf0f0ca - rdc::targets::java::cg_struct::tests::struct_derive_test::panic_cold_display::h003d9d8fea6dfec5 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:100:13 [INFO] [stdout] 21: 0x5eacbdf0f010 - rdc::targets::java::cg_struct::tests::struct_derive_test::h98cf863fb8c447da [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/cg_struct.rs:155:23 [INFO] [stdout] 22: 0x5eacbdf0d497 - rdc::targets::java::cg_struct::tests::struct_derive_test::{{closure}}::hde80fced87326dc2 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/cg_struct.rs:117:28 [INFO] [stdout] 23: 0x5eacbdf3d9f6 - core::ops::function::FnOnce::call_once::hcdaa7677d27d4fe2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5eacbdfabf0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5eacbdfabf0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x5eacbdfab045 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x5eacbdfab045 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x5eacbdfab045 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x5eacbdfab045 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x5eacbdfab045 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5eacbdfab045 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x5eacbdfab045 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5eacbdf6ec44 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5eacbdf6ec44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5eacbdf7261a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x5eacbdf7261a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x5eacbdf7261a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x5eacbdf7261a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5eacbdf7261a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x5eacbdffbfaf - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x5eacbdffbfaf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7336b92b7aa4 - [INFO] [stdout] 45: 0x7336b9344a34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- targets::java::tests::project_builder::tests::run_java_test stdout ---- [INFO] [stdout] Waiting for gradle lock [INFO] [stdout] Got gradle lock [INFO] [stdout] Running Java code... [INFO] [stdout] Creating project directory: /tmp/rdc/53ed239c-9eb1-45b0-9905-0062e2bd6b61 [INFO] [stdout] Writing java... [INFO] [stdout] Writing build.gradle... [INFO] [stdout] Writing settings.gradle... [INFO] [stdout] Writing Utils.java... [INFO] [stdout] Running command: gradle [INFO] [stdout] Cleaning up... [INFO] [stdout] Failed to run command [INFO] [stdout] [INFO] [stdout] thread 'targets::java::tests::project_builder::tests::run_java_test' panicked at src/targets/java/tests/project_builder.rs:182:9: [INFO] [stdout] assertion failed: result.is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eacbdff7042 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eacbdff7042 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eacbdff7042 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eacbdff7042 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eacbe01d883 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eacbe01d883 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eacbdff3a33 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eacbdff3a33 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eacbdff6e92 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eacbdff8659 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5eacbdff848e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5eacbdfa66a4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5eacbdfa66a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5eacbdff902e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5eacbdff902e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5eacbdff8dc6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13 [INFO] [stdout] 16: 0x5eacbdff7539 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5eacbdff8a8d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5eacbe01bec0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5eacbe01bf4c - core::panicking::panic::h89a5f2df32b0508a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5 [INFO] [stdout] 20: 0x5eacbdf13ef7 - rdc::targets::java::tests::project_builder::tests::run_java_test::h729cf3f120f55e55 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/tests/project_builder.rs:182:9 [INFO] [stdout] 21: 0x5eacbdf13bf7 - rdc::targets::java::tests::project_builder::tests::run_java_test::{{closure}}::h4ac040de439d1112 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/tests/project_builder.rs:166:23 [INFO] [stdout] 22: 0x5eacbdf3d886 - core::ops::function::FnOnce::call_once::h5871ce8fc7f026fd [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: 0x5eacbdfabf0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5eacbdfabf0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 25: 0x5eacbdfab045 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 26: 0x5eacbdfab045 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x5eacbdfab045 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 28: 0x5eacbdfab045 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 29: 0x5eacbdfab045 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5eacbdfab045 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 31: 0x5eacbdfab045 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 32: 0x5eacbdf6ec44 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 33: 0x5eacbdf6ec44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x5eacbdf7261a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x5eacbdf7261a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 37: 0x5eacbdf7261a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 38: 0x5eacbdf7261a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x5eacbdf7261a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 41: 0x5eacbdffbfaf - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 42: 0x5eacbdffbfaf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 43: 0x7336b92b7aa4 - [INFO] [stdout] 44: 0x7336b9344a34 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- targets::java::cg_enum::tests::enum_derive_test stdout ---- [INFO] [stdout] import com.fasterxml.jackson.annotation.JsonProperty; public class Value { @JsonProperty("value") private ExportType value; public Value() {} public ExportType getValue() { return value; } public void setValue(ExportType value) { this.value = value; } } [INFO] [stdout] import com.fasterxml.jackson.annotation.JsonProperty; public enum ExportType { @JsonProperty("CSV") CSV,@JsonProperty("Json") JSON,@JsonProperty("XML") XML } [INFO] [stdout] Waiting for gradle lock [INFO] [stdout] Got gradle lock [INFO] [stdout] Running Java code... [INFO] [stdout] Creating project directory: /tmp/rdc/92b9a8f4-bd05-4b2f-9a2c-6480c0a2535f [INFO] [stdout] Writing java... [INFO] [stdout] Writing build.gradle... [INFO] [stdout] Writing settings.gradle... [INFO] [stdout] Writing Utils.java... [INFO] [stdout] Running command: gradle [INFO] [stdout] Cleaning up... [INFO] [stdout] [INFO] [stdout] thread 'targets::java::cg_enum::tests::enum_derive_test' panicked at src/targets/java/cg_enum.rs:115:69: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { message: "Failed to run command" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eacbdff7042 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eacbdff7042 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eacbdff7042 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eacbdff7042 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eacbe01d883 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eacbe01d883 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eacbdff3a33 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eacbdff3a33 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eacbdff6e92 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eacbdff8659 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5eacbdff848e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5eacbdfa66a4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5eacbdfa66a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5eacbdff902e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5eacbdff902e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5eacbdff8dfa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5eacbdff7539 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5eacbdff8a8d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5eacbe01bec0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5eacbe01c386 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x5eacbdf138f3 - core::result::Result::unwrap::h20676127dee8c156 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x5eacbdf138f3 - rdc::targets::java::cg_enum::tests::enum_derive_test::h1075b0641a6248ed [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/cg_enum.rs:115:69 [INFO] [stdout] 22: 0x5eacbdf120b7 - rdc::targets::java::cg_enum::tests::enum_derive_test::{{closure}}::hece4c9a81e3e0301 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/cg_enum.rs:80:26 [INFO] [stdout] 23: 0x5eacbdf3d756 - core::ops::function::FnOnce::call_once::h2d593fa4bb59987f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5eacbdfabf0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5eacbdfabf0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x5eacbdfab045 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x5eacbdfab045 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x5eacbdfab045 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x5eacbdfab045 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x5eacbdfab045 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5eacbdfab045 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x5eacbdfab045 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5eacbdf6ec44 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5eacbdf6ec44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5eacbdf7261a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x5eacbdf7261a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x5eacbdf7261a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x5eacbdf7261a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5eacbdf7261a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x5eacbdffbfaf - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x5eacbdffbfaf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7336b92b7aa4 - [INFO] [stdout] 45: 0x7336b9344a34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- targets::java::tests::project_builder::tests::uppercase_stdin_test stdout ---- [INFO] [stdout] Waiting for gradle lock [INFO] [stdout] Got gradle lock [INFO] [stdout] Running Java code... [INFO] [stdout] Creating project directory: /tmp/rdc/ac7eb00f-de84-4a99-a9ac-8ba6fe8ca276 [INFO] [stdout] Writing java... [INFO] [stdout] Writing build.gradle... [INFO] [stdout] Writing settings.gradle... [INFO] [stdout] Writing Utils.java... [INFO] [stdout] Running command: gradle [INFO] [stdout] Cleaning up... [INFO] [stdout] Failed to run command [INFO] [stdout] [INFO] [stdout] thread 'targets::java::tests::project_builder::tests::uppercase_stdin_test' panicked at src/targets/java/tests/project_builder.rs:202:9: [INFO] [stdout] assertion failed: result.is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eacbdff7042 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eacbdff7042 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eacbdff7042 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eacbdff7042 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eacbe01d883 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eacbe01d883 - core::fmt::write::h8a494366950f23bb [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eacbdff3a33 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eacbdff3a33 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eacbdff6e92 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eacbdff8659 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5eacbdff848e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5eacbdfa66a4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5eacbdfa66a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5eacbdff902e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5eacbdff902e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5eacbdff8dc6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13 [INFO] [stdout] 16: 0x5eacbdff7539 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5eacbdff8a8d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5eacbe01bec0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5eacbe01bf4c - core::panicking::panic::h89a5f2df32b0508a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5 [INFO] [stdout] 20: 0x5eacbdf14445 - rdc::targets::java::tests::project_builder::tests::uppercase_stdin_test::h05db2e9b5ea8b25d [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/tests/project_builder.rs:202:9 [INFO] [stdout] 21: 0x5eacbdf14147 - rdc::targets::java::tests::project_builder::tests::uppercase_stdin_test::{{closure}}::hb9e840affba1d481 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/tests/project_builder.rs:187:30 [INFO] [stdout] 22: 0x5eacbdf3d716 - core::ops::function::FnOnce::call_once::h2c844a353df8473b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: 0x5eacbdfabf0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5eacbdfabf0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 25: 0x5eacbdfab045 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 26: 0x5eacbdfab045 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x5eacbdfab045 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 28: 0x5eacbdfab045 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 29: 0x5eacbdfab045 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5eacbdfab045 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 31: 0x5eacbdfab045 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 32: 0x5eacbdf6ec44 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 33: 0x5eacbdf6ec44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x5eacbdf7261a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x5eacbdf7261a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 37: 0x5eacbdf7261a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 38: 0x5eacbdf7261a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x5eacbdf7261a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 41: 0x5eacbdffbfaf - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 42: 0x5eacbdffbfaf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 43: 0x7336b92b7aa4 - [INFO] [stdout] 44: 0x7336b9344a34 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- targets::java::writer_tests::test_write_java stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'targets::java::writer_tests::test_write_java' panicked at src/targets/java.rs:169:9: [INFO] [stdout] assertion failed: write_java(&results.unwrap(), "com.example", [INFO] [stdout] "target/test-tmp/src/main/java").is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eacbdff7042 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eacbdff7042 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eacbdff7042 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eacbdff7042 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eacbe01d883 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eacbe01d883 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eacbdff3a33 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eacbdff3a33 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eacbdff6e92 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eacbdff8659 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5eacbdff848e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5eacbdfa66a4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5eacbdfa66a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5eacbdff902e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5eacbdff902e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5eacbdff8dc6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13 [INFO] [stdout] 16: 0x5eacbdff7539 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5eacbdff8a8d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5eacbe01bec0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5eacbe01bf4c - core::panicking::panic::h89a5f2df32b0508a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5 [INFO] [stdout] 20: 0x5eacbdf15bf4 - rdc::targets::java::writer_tests::test_write_java::h676c989bffb5fcb8 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java.rs:169:9 [INFO] [stdout] 21: 0x5eacbdf158a7 - rdc::targets::java::writer_tests::test_write_java::{{closure}}::he63b8220dcd1ed39 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java.rs:166:25 [INFO] [stdout] 22: 0x5eacbdf3d846 - core::ops::function::FnOnce::call_once::h512ad59480960b54 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: 0x5eacbdfabf0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5eacbdfabf0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 25: 0x5eacbdfab045 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 26: 0x5eacbdfab045 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x5eacbdfab045 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 28: 0x5eacbdfab045 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 29: 0x5eacbdfab045 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5eacbdfab045 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 31: 0x5eacbdfab045 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 32: 0x5eacbdf6ec44 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 33: 0x5eacbdf6ec44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x5eacbdf7261a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x5eacbdf7261a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 37: 0x5eacbdf7261a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 38: 0x5eacbdf7261a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x5eacbdf7261a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 41: 0x5eacbdffbfaf - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 42: 0x5eacbdffbfaf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 43: 0x7336b92b7aa4 - [INFO] [stdout] 44: 0x7336b9344a34 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- targets::java::tests::project_builder::tests::jackson_test stdout ---- [INFO] [stdout] Waiting for gradle lock [INFO] [stdout] Got gradle lock [INFO] [stdout] Running Java code... [INFO] [stdout] Creating project directory: /tmp/rdc/bfc83229-1bd5-4a1a-af36-58580aab1f9e [INFO] [stdout] Writing java... [INFO] [stdout] Writing build.gradle... [INFO] [stdout] Writing settings.gradle... [INFO] [stdout] Writing Utils.java... [INFO] [stdout] Running command: gradle [INFO] [stdout] Cleaning up... [INFO] [stdout] Failed to run command [INFO] [stdout] [INFO] [stdout] thread 'targets::java::tests::project_builder::tests::jackson_test' panicked at src/targets/java/tests/project_builder.rs:227:9: [INFO] [stdout] assertion failed: result.is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eacbdff7042 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eacbdff7042 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eacbdff7042 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eacbdff7042 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eacbe01d883 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eacbe01d883 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eacbdff3a33 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eacbdff3a33 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eacbdff6e92 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eacbdff8659 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5eacbdff848e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5eacbdfa66a4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5eacbdfa66a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5eacbdff902e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5eacbdff902e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5eacbdff8dc6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13 [INFO] [stdout] 16: 0x5eacbdff7539 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5eacbdff8a8d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5eacbe01bec0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5eacbe01bf4c - core::panicking::panic::h89a5f2df32b0508a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5 [INFO] [stdout] 20: 0x5eacbdf14997 - rdc::targets::java::tests::project_builder::tests::jackson_test::h394ccf0a18c2fada [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/tests/project_builder.rs:227:9 [INFO] [stdout] 21: 0x5eacbdf14697 - rdc::targets::java::tests::project_builder::tests::jackson_test::{{closure}}::hc00132f3d199ced5 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/tests/project_builder.rs:207:22 [INFO] [stdout] 22: 0x5eacbdf3d6d6 - core::ops::function::FnOnce::call_once::h16e91635c28bb253 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: 0x5eacbdfabf0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5eacbdfabf0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 25: 0x5eacbdfab045 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 26: 0x5eacbdfab045 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x5eacbdfab045 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 28: 0x5eacbdfab045 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 29: 0x5eacbdfab045 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5eacbdfab045 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 31: 0x5eacbdfab045 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 32: 0x5eacbdf6ec44 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 33: 0x5eacbdf6ec44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x5eacbdf7261a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x5eacbdf7261a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 37: 0x5eacbdf7261a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 38: 0x5eacbdf7261a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x5eacbdf7261a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 41: 0x5eacbdffbfaf - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 42: 0x5eacbdffbfaf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 43: 0x7336b92b7aa4 - [INFO] [stdout] 44: 0x7336b9344a34 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- targets::java::cg_data_enum::tests::enum_derive_test stdout ---- [INFO] [stdout] import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.SerializerProvider; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.deser.std.StdDeserializer; import com.fasterxml.jackson.databind.node.ObjectNode; import com.fasterxml.jackson.databind.ser.std.StdSerializer; import com.fasterxml.jackson.core.type.TypeReference; import java.io.IOException; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonSerialize(using = TestEnumInteger.Serializer.class) @JsonDeserialize(using = TestEnumInteger.Deserializer.class) public class TestEnumInteger { @JsonIgnore private final Variant variant; @JsonIgnore private final Object value; private TestEnumInteger(Variant variant, Object value) { this.variant = variant; this.value = value; } public static TestEnumInteger ofCsv(String arg0) { return new TestEnumInteger(Variant.CSV, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public String getCsv() { if (variant != Variant.CSV) { throw new IllegalStateException("Invalid variant: " + variant); } return (String) ((Object[]) value)[0]; } public boolean isCsv() { return variant == Variant.CSV; }public static TestEnumInteger ofJson(Integer arg0) { return new TestEnumInteger(Variant.JSON, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public Integer getJson() { if (variant != Variant.JSON) { throw new IllegalStateException("Invalid variant: " + variant); } return (Integer) ((Object[]) value)[0]; } public boolean isJson() { return variant == Variant.JSON; }public static TestEnumInteger ofXml(Double arg0,Integer arg1) { return new TestEnumInteger(Variant.XML, new Object[] { arg0,arg1 }); } @SuppressWarnings("unchecked") public Double getXml0() { if (variant != Variant.XML) { throw new IllegalStateException("Invalid variant: " + variant); } return (Double) ((Object[]) value)[0]; }@SuppressWarnings("unchecked") public Integer getXml1() { if (variant != Variant.XML) { throw new IllegalStateException("Invalid variant: " + variant); } return (Integer) ((Object[]) value)[1]; } public boolean isXml() { return variant == Variant.XML; }public static TestEnumInteger ofYaml(Integer arg0) { return new TestEnumInteger(Variant.YAML, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public Integer getYaml() { if (variant != Variant.YAML) { throw new IllegalStateException("Invalid variant: " + variant); } return (Integer) ((Object[]) value)[0]; } public boolean isYaml() { return variant == Variant.YAML; }public static TestEnumInteger ofOther(Other value) { return new TestEnumInteger(Variant.OTHER, value); } public Other getOther() { if (variant != Variant.OTHER) { throw new IllegalStateException("Invalid variant: " + variant); } return (Other) value; } public static class Other { private final String name; public Other(@JsonProperty("other") String name) { this.name = name; } @JsonProperty("other") public String getName() { return name; } } public boolean isOther() { return variant == Variant.OTHER; }public static TestEnumInteger ofUnit() { return new TestEnumInteger(Variant.UNIT, null); } public boolean isUnit() { return variant == Variant.UNIT; }public static TestEnumInteger ofList(java.util.List arg0) { return new TestEnumInteger(Variant.LIST, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public java.util.List getList() { if (variant != Variant.LIST) { throw new IllegalStateException("Invalid variant: " + variant); } return (java.util.List) ((Object[]) value)[0]; } public boolean isList() { return variant == Variant.LIST; }public static TestEnumInteger ofNested(TestEnumInteger arg0) { return new TestEnumInteger(Variant.NESTED, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public TestEnumInteger getNested() { if (variant != Variant.NESTED) { throw new IllegalStateException("Invalid variant: " + variant); } return (TestEnumInteger) ((Object[]) value)[0]; } public boolean isNested() { return variant == Variant.NESTED; } public static class Serializer extends StdSerializer { public Serializer() { super(TestEnumInteger.class); } @Override public void serialize(TestEnumInteger value, JsonGenerator gen, SerializerProvider provider) throws IOException { switch (value.getVariant()) { case CSV: { gen.writeStartObject(); gen.writeObjectField("Csv", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case JSON: { gen.writeStartObject(); gen.writeObjectField("JSON", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case XML: { gen.writeStartObject(); gen.writeObjectField("XML", value.value); gen.writeEndObject(); } break;case YAML: { gen.writeStartObject(); gen.writeObjectField("YAML", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case OTHER: { gen.writeStartObject(); gen.writeObjectField("Other", value.value); gen.writeEndObject(); } break;case UNIT: { gen.writeString("Unit"); } break;case LIST: { gen.writeStartObject(); gen.writeObjectField("List", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case NESTED: { gen.writeStartObject(); gen.writeObjectField("Nested", ((Object[]) value.value)[0]); gen.writeEndObject(); } break; } } } public static class Deserializer extends StdDeserializer { public Deserializer() { super(TestEnumInteger.class); } private Object[] parseField(DeserializationContext cxtx, ObjectNode node, String key, TypeReference...types) throws IOException { JsonNode field = node.get(key); if (field == null) { return new Object[types.length]; } if (field.isArray()) { if (field.size() != types.length) { throw new JsonParseException(cxtx.getParser(), "Expected array of size " + types.length + " for field " + key); } Object[] result = new Object[types.length]; for (int i = 0; i < types.length; i++) { try (JsonParser parser = field.get(i).traverse(cxtx.getParser().getCodec())) { result[i] = parser.readValueAs(types[i]); } } return result; } else { if (types.length != 1) { throw new JsonParseException(cxtx.getParser(), "Expected array for field " + key); } try (JsonParser parser = field.traverse(cxtx.getParser().getCodec())) { return new Object[]{parser.readValueAs(types[0])}; } } } @Override public TestEnumInteger deserialize(JsonParser p, DeserializationContext ctxt) throws IOException, JacksonException { if (p.currentToken() == JsonToken.VALUE_STRING) { if (p.getText().equals("Unit")) { return new TestEnumInteger(Variant.UNIT, null); } } else if (p.currentToken() == JsonToken.START_OBJECT) { var node = (ObjectNode) p.getCodec().readTree(p); if (node.has("Csv")) { return new TestEnumInteger(Variant.CSV, parseField(ctxt, node, "Csv", new TypeReference(){})); }if (node.has("JSON")) { return new TestEnumInteger(Variant.JSON, parseField(ctxt, node, "JSON", new TypeReference(){})); }if (node.has("XML")) { return new TestEnumInteger(Variant.XML, parseField(ctxt, node, "XML", new TypeReference(){}, new TypeReference(){})); }if (node.has("YAML")) { return new TestEnumInteger(Variant.YAML, parseField(ctxt, node, "YAML", new TypeReference(){})); }if (node.has("Other")) { return new TestEnumInteger(Variant.OTHER, parseField(ctxt, node, "Other", new TypeReference(){})[0]); }if (node.has("List")) { return new TestEnumInteger(Variant.LIST, parseField(ctxt, node, "List", new TypeReference>(){})); }if (node.has("Nested")) { return new TestEnumInteger(Variant.NESTED, parseField(ctxt, node, "Nested", new TypeReference(){})); } } throw ctxt.instantiationException(TestEnumInteger.class, "Cannot deserialize " + "TestEnumInteger"); } } public enum Variant { CSV,JSON,XML,YAML,OTHER,UNIT,LIST,NESTED } Variant getVariant() { return variant; } } [INFO] [stdout] import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.SerializerProvider; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.deser.std.StdDeserializer; import com.fasterxml.jackson.databind.node.ObjectNode; import com.fasterxml.jackson.databind.ser.std.StdSerializer; import com.fasterxml.jackson.core.type.TypeReference; import java.io.IOException; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonSerialize(using = TestEnumInteger.Serializer.class) @JsonDeserialize(using = TestEnumInteger.Deserializer.class) public class TestEnumInteger { @JsonIgnore private final Variant variant; @JsonIgnore private final Object value; private TestEnumInteger(Variant variant, Object value) { this.variant = variant; this.value = value; } public static TestEnumInteger ofCsv(String arg0) { return new TestEnumInteger(Variant.CSV, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public String getCsv() { if (variant != Variant.CSV) { throw new IllegalStateException("Invalid variant: " + variant); } return (String) ((Object[]) value)[0]; } public boolean isCsv() { return variant == Variant.CSV; }public static TestEnumInteger ofJson(Integer arg0) { return new TestEnumInteger(Variant.JSON, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public Integer getJson() { if (variant != Variant.JSON) { throw new IllegalStateException("Invalid variant: " + variant); } return (Integer) ((Object[]) value)[0]; } public boolean isJson() { return variant == Variant.JSON; }public static TestEnumInteger ofXml(Double arg0,Integer arg1) { return new TestEnumInteger(Variant.XML, new Object[] { arg0,arg1 }); } @SuppressWarnings("unchecked") public Double getXml0() { if (variant != Variant.XML) { throw new IllegalStateException("Invalid variant: " + variant); } return (Double) ((Object[]) value)[0]; }@SuppressWarnings("unchecked") public Integer getXml1() { if (variant != Variant.XML) { throw new IllegalStateException("Invalid variant: " + variant); } return (Integer) ((Object[]) value)[1]; } public boolean isXml() { return variant == Variant.XML; }public static TestEnumInteger ofYaml(Integer arg0) { return new TestEnumInteger(Variant.YAML, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public Integer getYaml() { if (variant != Variant.YAML) { throw new IllegalStateException("Invalid variant: " + variant); } return (Integer) ((Object[]) value)[0]; } public boolean isYaml() { return variant == Variant.YAML; }public static TestEnumInteger ofOther(Other value) { return new TestEnumInteger(Variant.OTHER, value); } public Other getOther() { if (variant != Variant.OTHER) { throw new IllegalStateException("Invalid variant: " + variant); } return (Other) value; } public static class Other { private final String name; public Other(@JsonProperty("other") String name) { this.name = name; } @JsonProperty("other") public String getName() { return name; } } public boolean isOther() { return variant == Variant.OTHER; }public static TestEnumInteger ofUnit() { return new TestEnumInteger(Variant.UNIT, null); } public boolean isUnit() { return variant == Variant.UNIT; }public static TestEnumInteger ofList(java.util.List arg0) { return new TestEnumInteger(Variant.LIST, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public java.util.List getList() { if (variant != Variant.LIST) { throw new IllegalStateException("Invalid variant: " + variant); } return (java.util.List) ((Object[]) value)[0]; } public boolean isList() { return variant == Variant.LIST; }public static TestEnumInteger ofNested(TestEnumInteger arg0) { return new TestEnumInteger(Variant.NESTED, new Object[] { arg0 }); } @SuppressWarnings("unchecked") public TestEnumInteger getNested() { if (variant != Variant.NESTED) { throw new IllegalStateException("Invalid variant: " + variant); } return (TestEnumInteger) ((Object[]) value)[0]; } public boolean isNested() { return variant == Variant.NESTED; } public static class Serializer extends StdSerializer { public Serializer() { super(TestEnumInteger.class); } @Override public void serialize(TestEnumInteger value, JsonGenerator gen, SerializerProvider provider) throws IOException { switch (value.getVariant()) { case CSV: { gen.writeStartObject(); gen.writeObjectField("Csv", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case JSON: { gen.writeStartObject(); gen.writeObjectField("JSON", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case XML: { gen.writeStartObject(); gen.writeObjectField("XML", value.value); gen.writeEndObject(); } break;case YAML: { gen.writeStartObject(); gen.writeObjectField("YAML", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case OTHER: { gen.writeStartObject(); gen.writeObjectField("Other", value.value); gen.writeEndObject(); } break;case UNIT: { gen.writeString("Unit"); } break;case LIST: { gen.writeStartObject(); gen.writeObjectField("List", ((Object[]) value.value)[0]); gen.writeEndObject(); } break;case NESTED: { gen.writeStartObject(); gen.writeObjectField("Nested", ((Object[]) value.value)[0]); gen.writeEndObject(); } break; } } } public static class Deserializer extends StdDeserializer { public Deserializer() { super(TestEnumInteger.class); } private Object[] parseField(DeserializationContext cxtx, ObjectNode node, String key, TypeReference...types) throws IOException { JsonNode field = node.get(key); if (field == null) { return new Object[types.length]; } if (field.isArray()) { if (field.size() != types.length) { throw new JsonParseException(cxtx.getParser(), "Expected array of size " + types.length + " for field " + key); } Object[] result = new Object[types.length]; for (int i = 0; i < types.length; i++) { try (JsonParser parser = field.get(i).traverse(cxtx.getParser().getCodec())) { result[i] = parser.readValueAs(types[i]); } } return result; } else { if (types.length != 1) { throw new JsonParseException(cxtx.getParser(), "Expected array for field " + key); } try (JsonParser parser = field.traverse(cxtx.getParser().getCodec())) { return new Object[]{parser.readValueAs(types[0])}; } } } @Override public TestEnumInteger deserialize(JsonParser p, DeserializationContext ctxt) throws IOException, JacksonException { if (p.currentToken() == JsonToken.VALUE_STRING) { if (p.getText().equals("Unit")) { return new TestEnumInteger(Variant.UNIT, null); } } else if (p.currentToken() == JsonToken.START_OBJECT) { var node = (ObjectNode) p.getCodec().readTree(p); if (node.has("Csv")) { return new TestEnumInteger(Variant.CSV, parseField(ctxt, node, "Csv", new TypeReference(){})); }if (node.has("JSON")) { return new TestEnumInteger(Variant.JSON, parseField(ctxt, node, "JSON", new TypeReference(){})); }if (node.has("XML")) { return new TestEnumInteger(Variant.XML, parseField(ctxt, node, "XML", new TypeReference(){}, new TypeReference(){})); }if (node.has("YAML")) { return new TestEnumInteger(Variant.YAML, parseField(ctxt, node, "YAML", new TypeReference(){})); }if (node.has("Other")) { return new TestEnumInteger(Variant.OTHER, parseField(ctxt, node, "Other", new TypeReference(){})[0]); }if (node.has("List")) { return new TestEnumInteger(Variant.LIST, parseField(ctxt, node, "List", new TypeReference>(){})); }if (node.has("Nested")) { return new TestEnumInteger(Variant.NESTED, parseField(ctxt, node, "Nested", new TypeReference(){})); } } throw ctxt.instantiationException(TestEnumInteger.class, "Cannot deserialize " + "TestEnumInteger"); } } public enum Variant { CSV,JSON,XML,YAML,OTHER,UNIT,LIST,NESTED } Variant getVariant() { return variant; } } [INFO] [stdout] Waiting for gradle lock [INFO] [stdout] Got gradle lock [INFO] [stdout] Running Java code... [INFO] [stdout] Creating project directory: /tmp/rdc/0e868d44-074f-4c14-a7e7-fe7d74587d82 [INFO] [stdout] Writing java... [INFO] [stdout] Writing build.gradle... [INFO] [stdout] Writing settings.gradle... [INFO] [stdout] Writing Utils.java... [INFO] [stdout] Running command: gradle [INFO] [stdout] Cleaning up... [INFO] [stdout] [INFO] [stdout] thread 'targets::java::cg_data_enum::tests::enum_derive_test' panicked at src/targets/java/cg_data_enum.rs:329:69: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { message: "Failed to run command" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eacbdff7042 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eacbdff7042 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eacbdff7042 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eacbdff7042 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eacbe01d883 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eacbe01d883 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eacbdff3a33 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eacbdff3a33 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eacbdff6e92 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eacbdff8659 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5eacbdff848e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5eacbdfa66a4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5eacbdfa66a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5eacbdff902e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5eacbdff902e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5eacbdff8dfa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5eacbdff7539 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5eacbdff8a8d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5eacbe01bec0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5eacbe01c386 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x5eacbdf4958d - core::result::Result::unwrap::h20676127dee8c156 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x5eacbdf4958d - rdc::targets::java::cg_data_enum::tests::enum_derive_test::h2ea416def9940a03 [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/cg_data_enum.rs:329:69 [INFO] [stdout] 22: 0x5eacbdf46ae7 - rdc::targets::java::cg_data_enum::tests::enum_derive_test::{{closure}}::h69a834f5afc58fbe [INFO] [stdout] at /opt/rustwide/workdir/src/targets/java/cg_data_enum.rs:280:26 [INFO] [stdout] 23: 0x5eacbdf3d526 - core::ops::function::FnOnce::call_once::h0a21cbaab7711036 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x5eacbdfabf0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5eacbdfabf0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x5eacbdfab045 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x5eacbdfab045 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x5eacbdfab045 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x5eacbdfab045 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x5eacbdfab045 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5eacbdfab045 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x5eacbdfab045 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5eacbdf6ec44 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5eacbdf6ec44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5eacbdf7261a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x5eacbdf7261a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x5eacbdf7261a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x5eacbdf7261a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5eacbdf7261a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5eacbdf7261a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x5eacbdffbfaf - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x5eacbdffbfaf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7336b92b7aa4 - [INFO] [stdout] 45: 0x7336b9344a34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] targets::java::cg_data_enum::tests::enum_derive_test [INFO] [stdout] targets::java::cg_enum::tests::enum_derive_test [INFO] [stdout] targets::java::cg_struct::tests::struct_derive_test [INFO] [stdout] targets::java::tests::project_builder::tests::jackson_test [INFO] [stdout] targets::java::tests::project_builder::tests::run_java_test [INFO] [stdout] targets::java::tests::project_builder::tests::uppercase_stdin_test [INFO] [stdout] targets::java::writer_tests::test_write_java [INFO] [stdout] [INFO] [stdout] test result: FAILED. 6 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5e8ba23e15b3d9707575beb6f900139090de226a94fbd856bd8e8dd2506d3b41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e8ba23e15b3d9707575beb6f900139090de226a94fbd856bd8e8dd2506d3b41", kill_on_drop: false }` [INFO] [stdout] 5e8ba23e15b3d9707575beb6f900139090de226a94fbd856bd8e8dd2506d3b41