[INFO] cloning repository https://github.com/hyvnova/lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hyvnova/lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyvnova%2Flang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyvnova%2Flang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0ef61b33c8a7d33a840efc8a04e4b3daf1ec9fd
[INFO] testing hyvnova/lang against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyvnova%2Flang" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hyvnova/lang
[INFO] finished tweaking git repo https://github.com/hyvnova/lang
[INFO] tweaked toml for git repo https://github.com/hyvnova/lang written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hyvnova/lang on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hyvnova/lang 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-macros v0.22.6
[INFO] [stderr]   Downloaded tower-lsp-macros v0.9.0
[INFO] [stderr]   Downloaded pyo3-build-config v0.22.6
[INFO] [stderr]   Downloaded colored v2.1.0
[INFO] [stderr]   Downloaded tower-lsp v0.20.0
[INFO] [stderr]   Downloaded pyo3-ffi v0.22.6
[INFO] [stderr]   Downloaded lsp-types v0.94.1
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.22.6
[INFO] [stderr]   Downloaded pyo3 v0.22.6
[INFO] [stderr]   Downloaded tokio v1.52.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ecdf72b34202df0d53b1946fe0df3050a7e7303955b9535759f262603557943
[INFO] running `Command { std: "docker" "start" "-a" "5ecdf72b34202df0d53b1946fe0df3050a7e7303955b9535759f262603557943", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ecdf72b34202df0d53b1946fe0df3050a7e7303955b9535759f262603557943", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ecdf72b34202df0d53b1946fe0df3050a7e7303955b9535759f262603557943", kill_on_drop: false }`
[INFO] [stdout] 5ecdf72b34202df0d53b1946fe0df3050a7e7303955b9535759f262603557943
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7827bbeab56707933c5786d4423f45b62753bbfa11baae1a7e4437de9aa159b2
[INFO] running `Command { std: "docker" "start" "-a" "7827bbeab56707933c5786d4423f45b62753bbfa11baae1a7e4437de9aa159b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling clap_builder v4.5.13
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling tokio v1.52.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling clap v4.5.13
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling tower-lsp v0.20.0
[INFO] [stderr]    Compiling lang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 3m 13s
[INFO] running `Command { std: "docker" "inspect" "7827bbeab56707933c5786d4423f45b62753bbfa11baae1a7e4437de9aa159b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7827bbeab56707933c5786d4423f45b62753bbfa11baae1a7e4437de9aa159b2", kill_on_drop: false }`
[INFO] [stdout] 7827bbeab56707933c5786d4423f45b62753bbfa11baae1a7e4437de9aa159b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c272d5bc4700e2025be3f3fd59c93f3afafcc1a124afa57a170b7f02bf59dbed
[INFO] running `Command { std: "docker" "start" "-a" "c272d5bc4700e2025be3f3fd59c93f3afafcc1a124afa57a170b7f02bf59dbed", kill_on_drop: false }`
[INFO] [stderr]    Compiling lang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 10.26s
[INFO] running `Command { std: "docker" "inspect" "c272d5bc4700e2025be3f3fd59c93f3afafcc1a124afa57a170b7f02bf59dbed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c272d5bc4700e2025be3f3fd59c93f3afafcc1a124afa57a170b7f02bf59dbed", kill_on_drop: false }`
[INFO] [stdout] c272d5bc4700e2025be3f3fd59c93f3afafcc1a124afa57a170b7f02bf59dbed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cd7eaba92e5a319a98a0f40518995b955c6923219b2ed23244bf719690916dc7
[INFO] running `Command { std: "docker" "start" "-a" "cd7eaba92e5a319a98a0f40518995b955c6923219b2ed23244bf719690916dc7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lang-8098b6eec69af8bd)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test macros::tests::derive_name_parser_preserves_source_order ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lang-6bc504ad36c00c8c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/analysis_contracts.rs (/opt/rustwide/target/debug/deps/analysis_contracts-cebe9cba4c0e699b)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test analysis_collects_document_symbols ... ok
[INFO] [stdout] test malformed_source_returns_diagnostic_without_exiting ... ok
[INFO] [stdout] test analysis_understands_struct_literal_variable_values ... ok
[INFO] [stderr]      Running tests/architecture_contracts.rs (/opt/rustwide/target/debug/deps/architecture_contracts-9b31669929511784)
[INFO] [stdout] test missing_relative_import_surfaces_as_diagnostic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test code_structure_guidelines_are_documented ... ok
[INFO] [stdout] test lsp_and_analysis_are_split_into_documented_modules ... ok
[INFO] [stdout] test rewritten_modules_stay_small_enough_to_read ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_contracts.rs (/opt/rustwide/target/debug/deps/cli_contracts-c1ad29dc92114bde)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test manifest_root_enables_absolute_imports_without_project_root_flag ... FAILED
[INFO] [stdout] test cli_flags_override_manifest_root_and_transpiler ... FAILED
[INFO] [stdout] test lang_run_without_file_uses_manifest_entry ... FAILED
[INFO] [stdout] test bare_executable_invocation_uses_manifest_entry ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test cli_contracts`
[INFO] [stdout] test lang_run_file_overrides_manifest_entry ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- manifest_root_enables_absolute_imports_without_project_root_flag stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'manifest_root_enables_absolute_imports_without_project_root_flag' (34) panicked at tests/cli_contracts.rs:143:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Entry file '/tmp/lang_fixture_9823511286922572557/./app/main.lang' does not exist.
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bbf36a7467a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5bbf36a88b5a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    2:     0x5bbf36a78eb2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5bbf36a5252f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5bbf36a6c909 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]    5:     0x5bbf369cccfc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5bbf36a6cac2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5bbf36a525e8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5bbf36a47719 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5bbf36a532fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]   10:     0x5bbf36a892ac - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5bbf369bf0aa - cli_contracts[fe525d777ba35ae0]::manifest_root_enables_absolute_imports_without_project_root_flag
[INFO] [stdout]   12:     0x5bbf369be163 - cli_contracts[fe525d777ba35ae0]::manifest_root_enables_absolute_imports_without_project_root_flag::{closure#0}
[INFO] [stdout]   13:     0x5bbf369bff36 - <cli_contracts[fe525d777ba35ae0]::manifest_root_enables_absolute_imports_without_project_root_flag::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5bbf369bffdb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]   15:     0x5bbf369cd7cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5bbf369c6ee4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5bbf369d03d2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5bbf36a73dbf - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7182270b0aa4 - <unknown>
[INFO] [stdout]   20:     0x71822713da64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cli_flags_override_manifest_root_and_transpiler stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli_flags_override_manifest_root_and_transpiler' (31) panicked at tests/cli_contracts.rs:194:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Failed to canonicalize file '/tmp/lang_fixture_3507764086601379632/app/main.lang': No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bbf36a7467a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5bbf36a88b5a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    2:     0x5bbf36a78eb2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5bbf36a5252f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5bbf36a6c909 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]    5:     0x5bbf369cccfc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5bbf36a6cac2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5bbf36a525e8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5bbf36a47719 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5bbf36a532fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]   10:     0x5bbf36a892ac - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5bbf369bed6a - cli_contracts[fe525d777ba35ae0]::cli_flags_override_manifest_root_and_transpiler
[INFO] [stdout]   12:     0x5bbf369be133 - cli_contracts[fe525d777ba35ae0]::cli_flags_override_manifest_root_and_transpiler::{closure#0}
[INFO] [stdout]   13:     0x5bbf369bfef6 - <cli_contracts[fe525d777ba35ae0]::cli_flags_override_manifest_root_and_transpiler::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5bbf369bffdb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]   15:     0x5bbf369cd7cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5bbf369c6ee4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5bbf369d03d2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5bbf36a73dbf - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7182270b0aa4 - <unknown>
[INFO] [stdout]   20:     0x71822713da64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lang_run_without_file_uses_manifest_entry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lang_run_without_file_uses_manifest_entry' (33) panicked at tests/cli_contracts.rs:31:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Native std runtime build succeeded but artifact '/opt/rustwide/workdir/target/debug/liblang_std_native.so' was not found.
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bbf36a7467a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5bbf36a88b5a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    2:     0x5bbf36a78eb2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5bbf36a5252f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5bbf36a6c909 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]    5:     0x5bbf369cccfc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5bbf36a6cac2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5bbf36a525e8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5bbf36a47719 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5bbf36a532fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]   10:     0x5bbf36a892ac - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5bbf369be6ea - cli_contracts[fe525d777ba35ae0]::lang_run_without_file_uses_manifest_entry
[INFO] [stdout]   12:     0x5bbf369be0d3 - cli_contracts[fe525d777ba35ae0]::lang_run_without_file_uses_manifest_entry::{closure#0}
[INFO] [stdout]   13:     0x5bbf369bfe76 - <cli_contracts[fe525d777ba35ae0]::lang_run_without_file_uses_manifest_entry::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5bbf369bffdb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]   15:     0x5bbf369cd7cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5bbf369c6ee4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5bbf369d03d2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5bbf36a73dbf - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7182270b0aa4 - <unknown>
[INFO] [stdout]   20:     0x71822713da64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- bare_executable_invocation_uses_manifest_entry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'bare_executable_invocation_uses_manifest_entry' (30) panicked at tests/cli_contracts.rs:102:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Native std runtime build succeeded but artifact '/opt/rustwide/workdir/target/debug/liblang_std_native.so' was not found.
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bbf36a7467a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5bbf36a88b5a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    2:     0x5bbf36a78eb2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5bbf36a5252f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5bbf36a6c909 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]    5:     0x5bbf369cccfc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5bbf36a6cac2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5bbf36a525e8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5bbf36a47719 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5bbf36a532fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]   10:     0x5bbf36a892ac - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5bbf369bea27 - cli_contracts[fe525d777ba35ae0]::bare_executable_invocation_uses_manifest_entry
[INFO] [stdout]   12:     0x5bbf369be103 - cli_contracts[fe525d777ba35ae0]::bare_executable_invocation_uses_manifest_entry::{closure#0}
[INFO] [stdout]   13:     0x5bbf369bfeb6 - <cli_contracts[fe525d777ba35ae0]::bare_executable_invocation_uses_manifest_entry::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5bbf369bffdb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]   15:     0x5bbf369cd7cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5bbf369c6ee4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5bbf369d03d2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5bbf36a73dbf - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7182270b0aa4 - <unknown>
[INFO] [stdout]   20:     0x71822713da64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lang_run_file_overrides_manifest_entry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lang_run_file_overrides_manifest_entry' (32) panicked at tests/cli_contracts.rs:71:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Native std runtime build succeeded but artifact '/opt/rustwide/workdir/target/debug/liblang_std_native.so' was not found.
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bbf36a7467a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5bbf36a88b5a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    2:     0x5bbf36a78eb2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5bbf36a5252f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5bbf36a6c909 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]    5:     0x5bbf369cccfc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5bbf36a6cac2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5bbf36a525e8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5bbf36a47719 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5bbf36a532fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]   10:     0x5bbf36a892ac - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5bbf369be3aa - cli_contracts[fe525d777ba35ae0]::lang_run_file_overrides_manifest_entry
[INFO] [stdout]   12:     0x5bbf369be0a3 - cli_contracts[fe525d777ba35ae0]::lang_run_file_overrides_manifest_entry::{closure#0}
[INFO] [stdout]   13:     0x5bbf369bfe36 - <cli_contracts[fe525d777ba35ae0]::lang_run_file_overrides_manifest_entry::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5bbf369bffdb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]   15:     0x5bbf369cd7cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5bbf369c6ee4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5bbf369d03d2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5bbf36a73dbf - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7182270b0aa4 - <unknown>
[INFO] [stdout]   20:     0x71822713da64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     bare_executable_invocation_uses_manifest_entry
[INFO] [stdout]     cli_flags_override_manifest_root_and_transpiler
[INFO] [stdout]     lang_run_file_overrides_manifest_entry
[INFO] [stdout]     lang_run_without_file_uses_manifest_entry
[INFO] [stdout]     manifest_root_enables_absolute_imports_without_project_root_flag
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 58.68s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cd7eaba92e5a319a98a0f40518995b955c6923219b2ed23244bf719690916dc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd7eaba92e5a319a98a0f40518995b955c6923219b2ed23244bf719690916dc7", kill_on_drop: false }`
[INFO] [stdout] cd7eaba92e5a319a98a0f40518995b955c6923219b2ed23244bf719690916dc7
