[INFO] fetching crate expresso 0.2.5... [INFO] checking expresso-0.2.5 against try#c3491e21996dc67a8e37d9e5e74ed156563e9854 for pr-101345 [INFO] extracting crate expresso 0.2.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate expresso 0.2.5 on toolchain c3491e21996dc67a8e37d9e5e74ed156563e9854 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate expresso 0.2.5 [INFO] finished tweaking crates.io crate expresso 0.2.5 [INFO] tweaked toml for crates.io crate expresso 0.2.5 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate expresso 0.2.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5eb2213ba1e7877a251c3cae1cf9295d5aa41e91e570b13b04cca295d417cc17 [INFO] running `Command { std: "docker" "start" "-a" "5eb2213ba1e7877a251c3cae1cf9295d5aa41e91e570b13b04cca295d417cc17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5eb2213ba1e7877a251c3cae1cf9295d5aa41e91e570b13b04cca295d417cc17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eb2213ba1e7877a251c3cae1cf9295d5aa41e91e570b13b04cca295d417cc17", kill_on_drop: false }` [INFO] [stdout] 5eb2213ba1e7877a251c3cae1cf9295d5aa41e91e570b13b04cca295d417cc17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6bd29d2131d1c0691f13621dd08587af11f25715b0a99e678e1628032da25d3d [INFO] running `Command { std: "docker" "start" "-a" "6bd29d2131d1c0691f13621dd08587af11f25715b0a99e678e1628032da25d3d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking serde_yaml v0.8.23 [INFO] [stderr] Checking expresso v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::tokenizer::Token` [INFO] [stdout] --> src/expression.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::tokenizer::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::variable_storage::VariableStorage` [INFO] [stdout] --> src/expression.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::variable_storage::VariableStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `OPERATORS` [INFO] [stdout] --> src/instructions.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::operator::{Operator,OPERATORS}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::tokenizer::Token` [INFO] [stdout] --> src/variable_stack.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::tokenizer::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/variable_storage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::tokenizer::Token` [INFO] [stdout] --> src/expression.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::tokenizer::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::variable_storage::VariableStorage` [INFO] [stdout] --> src/expression.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::variable_storage::VariableStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `OPERATORS` [INFO] [stdout] --> src/instructions.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::operator::{Operator,OPERATORS}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::tokenizer::Token` [INFO] [stdout] --> src/variable_stack.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::tokenizer::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/variable_storage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::variable_storage::VariableStorage` [INFO] [stdout] --> src/tests.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::variable_storage::VariableStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/compiler/rustc_errors/src/lib.rs:1465:9 [INFO] [stdout] error: internal compiler error: compiler/rustc_middle/src/hir/mod.rs:127:36: No HirId for DefId(0:83 ~ expresso[eda3]::function_table::{impl#0}::find::'r) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7fc97f2ee340 - std::backtrace_rs::backtrace::libunwind::trace::h6176bf60b78d74d6 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7fc97f2ee340 - std::backtrace_rs::backtrace::trace_unsynchronized::h5d22932bd33ba306 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7fc97f2ee340 - std::sys_common::backtrace::_print_fmt::h91ed71259c388db3 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7fc97f2ee340 - ::fmt::hde15bb8cbf7665da [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7fc97f3490fe - core::fmt::write::h9761a5598d7cc269 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x7fc97f2ded15 - std::io::Write::write_fmt::h26becaaa3f318825 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x7fc97f2f0fd3 - std::sys_common::backtrace::_print::hc10fefd61e366dd2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7fc97f2f0fd3 - std::sys_common::backtrace::print::hd8c846072a354bbf [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7fc97f2f0fd3 - std::panicking::default_hook::{{closure}}::haa135eeb0555cd8c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7fc97f2f0cbf - std::panicking::default_hook::h962e5f45e4e85804 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7fc981b89244 - rustc_driver[37844947c1c4e730]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7fc97f2f180d - std::panicking::rust_panic_with_hook::h26097f8ccbe406f2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7fc982b50051 - std[17c996d5f6362125]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 13: 0x7fc982b4f946 - std[17c996d5f6362125]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 14: 0x7fc982b4c5f6 - std[17c996d5f6362125]::panicking::begin_panic:: [INFO] [stderr] 15: 0x7fc982b4c5e6 - std[17c996d5f6362125]::panic::panic_any:: [INFO] [stderr] 16: 0x7fc982b4b3ad - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 17: 0x7fc982b4ac10 - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 18: 0x7fc982bb3c6d - rustc_middle[7beb62e1eee56aa5]::ty::context::tls::with_context_opt::::{closure#0}, ()>::{closure#0}, ()> [INFO] [stderr] 19: 0x7fc982bb59b6 - rustc_middle[7beb62e1eee56aa5]::util::bug::opt_span_bug_fmt:: [INFO] [stderr] 20: 0x7fc98055a1a3 - rustc_middle[7beb62e1eee56aa5]::util::bug::bug_fmt [INFO] [stderr] 21: 0x7fc981b2e638 - >::call_once [INFO] [stderr] 22: 0x7fc981233808 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 23: 0x7fc981b300d1 - >::call_once [INFO] [stderr] 24: 0x7fc98103fe70 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 25: 0x7fc980e00b3f - ::encode_def_ids [INFO] [stderr] 26: 0x7fc980dd9cb2 - ::encode_crate_root [INFO] [stderr] 27: 0x7fc9809c9aee - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata_impl [INFO] [stderr] 28: 0x7fc9809c3fce - rustc_data_structures[7dd3ac3ff0520fbe]::sync::join:: [INFO] [stderr] 29: 0x7fc9809c3eb9 - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata [INFO] [stderr] 30: 0x7fc9809c2ea2 - rustc_metadata[e2de1dab51b6df6a]::fs::encode_and_write_metadata [INFO] [stderr] 31: 0x7fc9809b5f63 - ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core[fae64f17691dff84]::result::Result, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 32: 0x7fc9809b0223 - ::ongoing_codegen [INFO] [stderr] 33: 0x7fc9809af2e1 - ::enter::, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 34: 0x7fc9809aa41c - rustc_span[b6ed302232182e4]::with_source_map::, rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 35: 0x7fc9809a9e12 - rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}> [INFO] [stderr] 36: 0x7fc9809a8a61 - >::set::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 37: 0x7fc9809a874f - std[17c996d5f6362125]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 38: 0x7fc9819a7629 - <::spawn_unchecked_, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#1} as core[fae64f17691dff84]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 39: 0x7fc97f2fb663 - as core::ops::function::FnOnce>::call_once::hbcba3d5baddb20d1 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 40: 0x7fc97f2fb663 - as core::ops::function::FnOnce>::call_once::hcb40027853eebed4 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 41: 0x7fc97f2fb663 - std::sys::unix::thread::Thread::new::thread_start::habdd10d71164d0ca [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 42: 0x7fc97f1ab609 - start_thread [INFO] [stderr] 43: 0x7fc97f0ce133 - clone [INFO] [stderr] 44: 0x0 - [INFO] [stderr] [INFO] [stderr] note: 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: rustc 1.65.0-nightly (c3491e219 2022-09-03) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -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] thread 'rustc' panicked at 'already borrowed: BorrowMutError', /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/compiler/rustc_query_system/src/query/plumbing.rs:341:11 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7fc97f2ee340 - std::backtrace_rs::backtrace::libunwind::trace::h6176bf60b78d74d6 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7fc97f2ee340 - std::backtrace_rs::backtrace::trace_unsynchronized::h5d22932bd33ba306 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7fc97f2ee340 - std::sys_common::backtrace::_print_fmt::h91ed71259c388db3 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7fc97f2ee340 - ::fmt::hde15bb8cbf7665da [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7fc97f3490fe - core::fmt::write::h9761a5598d7cc269 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x7fc97f2ded15 - std::io::Write::write_fmt::h26becaaa3f318825 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x7fc97f2f0fd3 - std::sys_common::backtrace::_print::hc10fefd61e366dd2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7fc97f2f0fd3 - std::sys_common::backtrace::print::hd8c846072a354bbf [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7fc97f2f0fd3 - std::panicking::default_hook::{{closure}}::haa135eeb0555cd8c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7fc97f2f0cbf - std::panicking::default_hook::h962e5f45e4e85804 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7fc981b89244 - rustc_driver[37844947c1c4e730]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7fc97f2f180d - std::panicking::rust_panic_with_hook::h26097f8ccbe406f2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7fc97f2f1667 - std::panicking::begin_panic_handler::{{closure}}::hc0f865aa1bb60c7c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:588:13 [INFO] [stderr] 13: 0x7fc97f2ee85c - std::sys_common::backtrace::__rust_end_short_backtrace::h6d4dc99be6f721b8 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 14: 0x7fc97f2f1382 - rust_begin_unwind [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:584:5 [INFO] [stderr] 15: 0x7fc97f345ce3 - core::panicking::panic_fmt::h4db8cd7388285b2c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/panicking.rs:142:14 [INFO] [stderr] 16: 0x7fc97f346063 - core::result::unwrap_failed::h152dba8d7b7a8078 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/result.rs:1785:5 [INFO] [stderr] 17: 0x7fc981234dcc - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 18: 0x7fc981b2fb07 - >::call_once [INFO] [stderr] 19: 0x7fc98117f3ea - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 20: 0x7fc98117efe3 - ::def_span [INFO] [stderr] 21: 0x7fc9824a1326 - ::default_span [INFO] [stderr] 22: 0x7fc98258e0ec - rustc_query_impl[9cda1b2952faa175]::plumbing::create_query_frame:: [INFO] [stderr] 23: 0x7fc982586383 - <::try_collect_active_jobs::{closure#8} as core[fae64f17691dff84]::ops::function::FnOnce<(rustc_query_impl[9cda1b2952faa175]::plumbing::QueryCtxt, rustc_span[b6ed302232182e4]::def_id::LocalDefId)>>::call_once [INFO] [stderr] 24: 0x7fc9824103a5 - >::try_collect_active_jobs:: [INFO] [stderr] 25: 0x7fc982588998 - ::try_collect_active_jobs [INFO] [stderr] 26: 0x7fc982575b18 - rustc_query_system[50d9efc904e05111]::query::job::print_query_stack:: [INFO] [stderr] 27: 0x7fc981c2d65f - rustc_interface[5b9d04fc58ee7720]::interface::try_print_query_stack [INFO] [stderr] 28: 0x7fc981b8b8d6 - rustc_driver[37844947c1c4e730]::report_ice [INFO] [stderr] 29: 0x7fc97f2f180d - std::panicking::rust_panic_with_hook::h26097f8ccbe406f2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:702:17 [INFO] [stderr] 30: 0x7fc982b50051 - std[17c996d5f6362125]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 31: 0x7fc982b4f946 - std[17c996d5f6362125]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 32: 0x7fc982b4c5f6 - std[17c996d5f6362125]::panicking::begin_panic:: [INFO] [stderr] 33: 0x7fc982b4c5e6 - std[17c996d5f6362125]::panic::panic_any:: [INFO] [stderr] 34: 0x7fc982b4b3ad - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 35: 0x7fc982b4ac10 - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 36: 0x7fc982bb3c6d - rustc_middle[7beb62e1eee56aa5]::ty::context::tls::with_context_opt::::{closure#0}, ()>::{closure#0}, ()> [INFO] [stderr] 37: 0x7fc982bb59b6 - rustc_middle[7beb62e1eee56aa5]::util::bug::opt_span_bug_fmt:: [INFO] [stderr] 38: 0x7fc98055a1a3 - rustc_middle[7beb62e1eee56aa5]::util::bug::bug_fmt [INFO] [stderr] 39: 0x7fc981b2e638 - >::call_once [INFO] [stderr] 40: 0x7fc981233808 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 41: 0x7fc981b300d1 - >::call_once [INFO] [stderr] 42: 0x7fc98103fe70 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 43: 0x7fc980e00b3f - ::encode_def_ids [INFO] [stderr] 44: 0x7fc980dd9cb2 - ::encode_crate_root [INFO] [stderr] 45: 0x7fc9809c9aee - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata_impl [INFO] [stderr] 46: 0x7fc9809c3fce - rustc_data_structures[7dd3ac3ff0520fbe]::sync::join:: [INFO] [stderr] 47: 0x7fc9809c3eb9 - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata [INFO] [stderr] 48: 0x7fc9809c2ea2 - rustc_metadata[e2de1dab51b6df6a]::fs::encode_and_write_metadata [INFO] [stderr] 49: 0x7fc9809b5f63 - ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core[fae64f17691dff84]::result::Result, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 50: 0x7fc9809b0223 - ::ongoing_codegen [INFO] [stderr] 51: 0x7fc9809af2e1 - ::enter::, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 52: 0x7fc9809aa41c - rustc_span[b6ed302232182e4]::with_source_map::, rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 53: 0x7fc9809a9e12 - rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}> [INFO] [stderr] 54: 0x7fc9809a8a61 - >::set::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 55: 0x7fc9809a874f - std[17c996d5f6362125]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 56: 0x7fc9819a7629 - <::spawn_unchecked_, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#1} as core[fae64f17691dff84]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 57: 0x7fc97f2fb663 - as core::ops::function::FnOnce>::call_once::hbcba3d5baddb20d1 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 58: 0x7fc97f2fb663 - as core::ops::function::FnOnce>::call_once::hcb40027853eebed4 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 59: 0x7fc97f2fb663 - std::sys::unix::thread::Thread::new::thread_start::habdd10d71164d0ca [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 60: 0x7fc97f1ab609 - start_thread [INFO] [stderr] 61: 0x7fc97f0ce133 - clone [INFO] [stderr] 62: 0x0 - [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: 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: rustc 1.65.0-nightly (c3491e219 2022-09-03) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -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] end of query stack [INFO] [stderr] thread panicked while panicking. aborting. [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:425:2 [INFO] [stdout] | [INFO] [stdout] 425 | expression.from_str( "1+2" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:432:2 [INFO] [stdout] | [INFO] [stdout] 432 | expression.from_str( "1+2" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:435:2 [INFO] [stdout] | [INFO] [stdout] 435 | expression.from_str( "1+" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:443:2 [INFO] [stdout] | [INFO] [stdout] 443 | expression.from_str( "(1+2*5+9-10)/(4-2)" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:451:2 [INFO] [stdout] | [INFO] [stdout] 451 | expression.from_str( "fun3(1,2,3)" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:462:2 [INFO] [stdout] | [INFO] [stdout] 462 | expression.from_str( "" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:470:2 [INFO] [stdout] | [INFO] [stdout] 470 | expression.from_str( "1 +" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tests.rs:473:2 [INFO] [stdout] | [INFO] [stdout] 473 | expression.from_str( "1 1 1 +" ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `expresso`; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name expresso --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=fd6c5c1da7647c80 -C extra-filename=-fd6c5c1da7647c80 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-e21bf3d3cc947453.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4799d79b2f9e8d02.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-958ffcff5e3b83d1.rmeta --cap-lints=forbid` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "6bd29d2131d1c0691f13621dd08587af11f25715b0a99e678e1628032da25d3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bd29d2131d1c0691f13621dd08587af11f25715b0a99e678e1628032da25d3d", kill_on_drop: false }` [INFO] [stdout] 6bd29d2131d1c0691f13621dd08587af11f25715b0a99e678e1628032da25d3d