[INFO] fetching crate gorm 0.1.4... [INFO] checking gorm-0.1.4 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate gorm 0.1.4 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate gorm 0.1.4 [INFO] finished tweaking crates.io crate gorm 0.1.4 [INFO] tweaked toml for crates.io crate gorm 0.1.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gorm 0.1.4 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gorm 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60e3ef44f0ba34725c2bfbf95c21b635a6047b18ca494f0f37925342a7ebad40 [INFO] running `Command { std: "docker" "start" "-a" "60e3ef44f0ba34725c2bfbf95c21b635a6047b18ca494f0f37925342a7ebad40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60e3ef44f0ba34725c2bfbf95c21b635a6047b18ca494f0f37925342a7ebad40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60e3ef44f0ba34725c2bfbf95c21b635a6047b18ca494f0f37925342a7ebad40", kill_on_drop: false }` [INFO] [stdout] 60e3ef44f0ba34725c2bfbf95c21b635a6047b18ca494f0f37925342a7ebad40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22c1e3b2858e72e12afde863930042b6e7682c8096349860b3438d9105ca499d [INFO] running `Command { std: "docker" "start" "-a" "22c1e3b2858e72e12afde863930042b6e7682c8096349860b3438d9105ca499d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking bytes v1.2.1 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Checking siphasher v0.3.10 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling serde v1.0.141 [INFO] [stderr] Compiling rust_decimal v1.25.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Checking retain_mut v0.1.9 [INFO] [stderr] Compiling anyhow v1.0.60 [INFO] [stderr] Compiling convert_case v0.5.0 [INFO] [stderr] Checking phf_shared v0.10.0 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking md-5 v0.10.1 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Checking postgres-protocol v0.6.4 [INFO] [stderr] Checking postgres-types v0.2.3 [INFO] [stderr] Compiling darling_core v0.14.1 [INFO] [stderr] Compiling proc_macro_roids v0.7.0 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling darling_macro v0.14.1 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Compiling darling v0.14.1 [INFO] [stderr] Compiling gorm_macros v0.1.4 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking tokio-util v0.7.3 [INFO] [stderr] Checking deadpool-runtime v0.1.2 [INFO] [stderr] Checking deadpool v0.9.5 [INFO] [stderr] Checking tokio-postgres v0.7.6 [INFO] [stderr] Checking postgres v0.19.3 [INFO] [stderr] Checking deadpool-postgres v0.10.2 [INFO] [stderr] Checking gorm v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/execution/connection.rs:36:36 [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn begin_transaction(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn begin_transaction(&mut self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/execution/connection_pool/connection.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | pub async fn begin_transaction(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub async fn begin_transaction(&mut self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/statements/mod.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | fn build(&self) -> (String, ParameterBinder) { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn build(&self) -> (String, ParameterBinder<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/execution/connection.rs:36:36 [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn begin_transaction(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn begin_transaction(&mut self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/execution/connection_pool/connection.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | pub async fn begin_transaction(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub async fn begin_transaction(&mut self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/statements/mod.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | fn build(&self) -> (String, ParameterBinder) { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn build(&self) -> (String, ParameterBinder<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `gorm::migration_cli_main` [INFO] [stdout] --> examples/migration_cli.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use gorm::migration_cli_main; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `migration_cli_main` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg(feature = "migration_cli")] [INFO] [stdout] | ------------------------- the item is gated behind the `migration_cli` feature [INFO] [stdout] 128 | pub use migration_cli::migration_cli_main; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `gorm` (example "migration_cli") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] [INFO] [stderr] thread 'rustc' (1238) panicked at /rust/deps/ena-0.14.3/src/snapshot_vec.rs:199:10: [INFO] [stderr] index out of bounds: the len is 446 but the index is 449 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7eda460333d3 - ::fmt::h2cd9656577aefc6d [INFO] [stderr] 1: 0x7eda46801a3c - core::fmt::write::h5bf12ce417f28db4 [INFO] [stderr] 2: 0x7eda4601e2b3 - std::io::Write::write_fmt::h279920046451d90f [INFO] [stderr] 3: 0x7eda46033512 - std::sys::backtrace::BacktraceLock::print::h80e4c589a4f701f2 [INFO] [stderr] 4: 0x7eda460162a9 - std::panicking::default_hook::{{closure}}::h15ddaac16a5a7446 [INFO] [stderr] 5: 0x7eda46015dd5 - std::panicking::default_hook::hb187b31075710008 [INFO] [stderr] 6: 0x7eda450805e5 - std[5af8afafc43f9102]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7eda460152fa - std::panicking::panic_with_hook::h13a15813804ea1a7 [INFO] [stderr] 8: 0x7eda460335ca - std::panicking::panic_handler::{{closure}}::h6e8a7899819f7e8e [INFO] [stderr] 9: 0x7eda46033529 - std::sys::backtrace::__rust_end_short_backtrace::h9ee05d6aba5d3318 [INFO] [stderr] 10: 0x7eda4601544d - __rustc[106fd6a171f8100f]::rust_begin_unwind [INFO] [stderr] 11: 0x7eda426da9e0 - core::panicking::panic_fmt::h1f7e7fb8eac469a1 [INFO] [stderr] 12: 0x7eda445c27d3 - core::panicking::panic_bounds_check::h783d035ef3e85a27 [INFO] [stderr] 13: 0x7eda48057f53 - >, &mut rustc_infer[1cc2aa31d442d92d]::infer::snapshot::undo_log::InferCtxtUndoLogs>>>::uninlined_get_root_key.cold [INFO] [stderr] 14: 0x7eda47291d83 - >::fold_ty [INFO] [stderr] 15: 0x7eda47293957 - >::fold_ty [INFO] [stderr] 16: 0x7eda47290c6f - >::fold_predicate [INFO] [stderr] 17: 0x7eda4728ae32 - ::evaluate_obligation [INFO] [stderr] 18: 0x7eda453361c3 - ::type_implements_trait::<&rustc_middle[9be379582dc1efde]::ty::list::RawList<(), rustc_middle[9be379582dc1efde]::ty::generic_args::GenericArg>> [INFO] [stderr] 19: 0x7eda452dc861 - ::report_no_match_method_error [INFO] [stderr] 20: 0x7eda452cbd6d - ::report_method_error [INFO] [stderr] 21: 0x7eda46eb0b15 - ::check_expr_with_expectation_and_args [INFO] [stderr] 22: 0x7eda46e6c975 - ::check_expr_call [INFO] [stderr] 23: 0x7eda46ea1a18 - ::check_expr_with_expectation_and_args [INFO] [stderr] 24: 0x7eda46ea4674 - ::check_expr_with_expectation_and_args [INFO] [stderr] 25: 0x7eda46e6c975 - ::check_expr_call [INFO] [stderr] 26: 0x7eda46ea1a18 - ::check_expr_with_expectation_and_args [INFO] [stderr] 27: 0x7eda46ea4674 - ::check_expr_with_expectation_and_args [INFO] [stderr] 28: 0x7eda46e2d75e - ::check_decl [INFO] [stderr] 29: 0x7eda46e1c35b - ::check_expr_block [INFO] [stderr] 30: 0x7eda46ea1f2d - ::check_expr_with_expectation_and_args [INFO] [stderr] 31: 0x7eda46e2775b - rustc_hir_typeck[b2f9547f124e942]::check::check_fn [INFO] [stderr] 32: 0x7eda476b29f3 - ::check_expr_closure [INFO] [stderr] 33: 0x7eda46ea77ec - ::check_expr_with_expectation_and_args [INFO] [stderr] 34: 0x7eda46e2d75e - ::check_decl [INFO] [stderr] 35: 0x7eda46e1c35b - ::check_expr_block [INFO] [stderr] 36: 0x7eda46ea1f2d - ::check_expr_with_expectation_and_args [INFO] [stderr] 37: 0x7eda46e2775b - rustc_hir_typeck[b2f9547f124e942]::check::check_fn [INFO] [stderr] 38: 0x7eda46af79cc - rustc_hir_typeck[b2f9547f124e942]::typeck_with_inspect::{closure#0} [INFO] [stderr] 39: 0x7eda46af6176 - rustc_query_impl[7f4a80d0ab433190]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 40: 0x7eda46ae4bc5 - rustc_query_system[72328d964867c87b]::query::plumbing::try_execute_query::, rustc_query_system[72328d964867c87b]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[7f4a80d0ab433190]::plumbing::QueryCtxt, false> [INFO] [stderr] 41: 0x7eda46ae4549 - rustc_query_impl[7f4a80d0ab433190]::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 42: 0x7eda46aeccdc - rustc_hir_analysis[a8a562897989d441]::check_crate [INFO] [stderr] 43: 0x7eda46ae038a - rustc_interface[a669aa4ce7c74efc]::passes::analysis [INFO] [stderr] 44: 0x7eda46ae004d - rustc_query_impl[7f4a80d0ab433190]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 45: 0x7eda478aa7e0 - rustc_query_system[72328d964867c87b]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[7f4a80d0ab433190]::plumbing::QueryCtxt, false> [INFO] [stderr] 46: 0x7eda478aa436 - rustc_query_impl[7f4a80d0ab433190]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 47: 0x7eda47be928b - rustc_interface[a669aa4ce7c74efc]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[79b701fa5626ed8d]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 48: 0x7eda47a8b7aa - rustc_interface[a669aa4ce7c74efc]::interface::run_compiler::<(), rustc_driver_impl[79b701fa5626ed8d]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 49: 0x7eda47964a78 - std[5af8afafc43f9102]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 50: 0x7eda4796475c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[5e01b507c77196b8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 51: 0x7eda4796a20b - std::sys::pal::unix::thread::Thread::new::thread_start::h26ba54688a95c6e4 [INFO] [stderr] 52: 0x7eda4128aaa4 - [INFO] [stderr] 53: 0x7eda41317a34 - clone [INFO] [stderr] 54: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-09-03T17_55_12-1233.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (c659ee110 2025-08-19) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type bin -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [typeck] type-checking `main` [INFO] [stderr] #1 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `gorm` (example "usage") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/bin/rustc --crate-name usage --edition=2021 examples/usage.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("migration_cli"))' -C metadata=30b7f2c356995022 -C extra-filename=-effc3dd4256c5b18 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-6a64616e05c2a644.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0fc83976f4cb5818.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b02cd1c77f2c36b6.rmeta --extern deadpool_postgres=/opt/rustwide/target/debug/deps/libdeadpool_postgres-6fc1c4318795a03d.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-df49c67e8a8b8f20.rmeta --extern gorm=/opt/rustwide/target/debug/deps/libgorm-e689ceb4ee0d90f2.rmeta --extern gorm_macros=/opt/rustwide/target/debug/deps/libgorm_macros-41aae3fc177e1ff5.so --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-ef7df17ecab83e8d.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-6b1a1367268f27d3.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-424a6820a5403890.rmeta --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "22c1e3b2858e72e12afde863930042b6e7682c8096349860b3438d9105ca499d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22c1e3b2858e72e12afde863930042b6e7682c8096349860b3438d9105ca499d", kill_on_drop: false }` [INFO] [stdout] 22c1e3b2858e72e12afde863930042b6e7682c8096349860b3438d9105ca499d