[INFO] cloning repository https://github.com/Danue1/danu-lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Danue1/danu-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanue1%2Fdanu-lang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanue1%2Fdanu-lang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cfd81620928bfa3251ea60c3fcc8a2b038a8272b
[INFO] testing Danue1/danu-lang against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanue1%2Fdanu-lang" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Danue1/danu-lang
[INFO] finished tweaking git repo https://github.com/Danue1/danu-lang
[INFO] tweaked toml for git repo https://github.com/Danue1/danu-lang written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Danue1/danu-lang on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Danue1/danu-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ba36008401521a1ad0a093a8f0593753d638475e5132c3ef3d696b0044da83f
[INFO] running `Command { std: "docker" "start" "-a" "2ba36008401521a1ad0a093a8f0593753d638475e5132c3ef3d696b0044da83f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ba36008401521a1ad0a093a8f0593753d638475e5132c3ef3d696b0044da83f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ba36008401521a1ad0a093a8f0593753d638475e5132c3ef3d696b0044da83f", kill_on_drop: false }`
[INFO] [stdout] 2ba36008401521a1ad0a093a8f0593753d638475e5132c3ef3d696b0044da83f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0bd46d1501c5618c201565d2adb24038dff294c46b7f4e4d12258adf25049fae
[INFO] running `Command { std: "docker" "start" "-a" "0bd46d1501c5618c201565d2adb24038dff294c46b7f4e4d12258adf25049fae", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling rowan v0.16.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling danubec_syntax v0.1.0 (/opt/rustwide/workdir/compiler/danubec_syntax)
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling drop_bomb v0.1.5
[INFO] [stderr]    Compiling danubec_ast v0.1.0 (/opt/rustwide/workdir/compiler/danubec_ast)
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling danubec v0.1.0 (/opt/rustwide/workdir/compiler/danubec)
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling danubec_symbol v0.1.0 (/opt/rustwide/workdir/compiler/danubec_symbol)
[INFO] [stderr]    Compiling danubec_hir v0.1.0 (/opt/rustwide/workdir/compiler/danubec_hir)
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling danubec_lex v0.1.0 (/opt/rustwide/workdir/compiler/danubec_lex)
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling danubec_diagnostic v0.1.0 (/opt/rustwide/workdir/compiler/danubec_diagnostic)
[INFO] [stderr]    Compiling danubec_parse v0.1.0 (/opt/rustwide/workdir/compiler/danubec_parse)
[INFO] [stderr]    Compiling danubec_semantic v0.1.0 (/opt/rustwide/workdir/compiler/danubec_semantic)
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `increment` is never used
[INFO] [stdout]   --> compiler/danubec_semantic/src/ticker.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout]  5 | impl Ticker {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub const fn increment(&mut self) {
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.48s
[INFO] running `Command { std: "docker" "inspect" "0bd46d1501c5618c201565d2adb24038dff294c46b7f4e4d12258adf25049fae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bd46d1501c5618c201565d2adb24038dff294c46b7f4e4d12258adf25049fae", kill_on_drop: false }`
[INFO] [stdout] 0bd46d1501c5618c201565d2adb24038dff294c46b7f4e4d12258adf25049fae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb9e8f3ecb71cfcc4b395d3b48e61fd849332904a56aedacbb34fa66cef2c2e6
[INFO] running `Command { std: "docker" "start" "-a" "eb9e8f3ecb71cfcc4b395d3b48e61fd849332904a56aedacbb34fa66cef2c2e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling danubec_symbol v0.1.0 (/opt/rustwide/workdir/compiler/danubec_symbol)
[INFO] [stderr]    Compiling danubec_lex v0.1.0 (/opt/rustwide/workdir/compiler/danubec_lex)
[INFO] [stderr]    Compiling danubec_diagnostic v0.1.0 (/opt/rustwide/workdir/compiler/danubec_diagnostic)
[INFO] [stderr]    Compiling danubec_ast v0.1.0 (/opt/rustwide/workdir/compiler/danubec_ast)
[INFO] [stderr]    Compiling danubec_semantic v0.1.0 (/opt/rustwide/workdir/compiler/danubec_semantic)
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling danubec_parse v0.1.0 (/opt/rustwide/workdir/compiler/danubec_parse)
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling danubec_hir v0.1.0 (/opt/rustwide/workdir/compiler/danubec_hir)
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling danubec_syntax v0.1.0 (/opt/rustwide/workdir/compiler/danubec_syntax)
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `increment` is never used
[INFO] [stdout]   --> compiler/danubec_semantic/src/ticker.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout]  5 | impl Ticker {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub const fn increment(&mut self) {
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling danubec v0.1.0 (/opt/rustwide/workdir/compiler/danubec)
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/check.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/inference.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     env: &mut Env,
[INFO] [stdout]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbols`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     symbols: &mut SymbolInterner,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `diagnostic`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stdout]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ticker`
[INFO] [stdout]  --> compiler/danubec_semantic/src/resolve.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ticker: &mut Ticker,
[INFO] [stdout]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `increment` is never used
[INFO] [stdout]   --> compiler/danubec_semantic/src/ticker.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout]  5 | impl Ticker {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub const fn increment(&mut self) {
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.07s
[INFO] running `Command { std: "docker" "inspect" "eb9e8f3ecb71cfcc4b395d3b48e61fd849332904a56aedacbb34fa66cef2c2e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb9e8f3ecb71cfcc4b395d3b48e61fd849332904a56aedacbb34fa66cef2c2e6", kill_on_drop: false }`
[INFO] [stdout] eb9e8f3ecb71cfcc4b395d3b48e61fd849332904a56aedacbb34fa66cef2c2e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 67bcc4ec2e0b0fe84b96ce1e2ec8f839f0a01f3977e780ec05ec629380e68519
[INFO] running `Command { std: "docker" "start" "-a" "67bcc4ec2e0b0fe84b96ce1e2ec8f839f0a01f3977e780ec05ec629380e68519", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `env`
[INFO] [stderr]  --> compiler/danubec_semantic/src/check.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     env: &mut Env,
[INFO] [stderr]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `symbols`
[INFO] [stderr]  --> compiler/danubec_semantic/src/check.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     symbols: &mut SymbolInterner,
[INFO] [stderr]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `diagnostic`
[INFO] [stderr]  --> compiler/danubec_semantic/src/check.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stderr]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ticker`
[INFO] [stderr]  --> compiler/danubec_semantic/src/check.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     ticker: &mut Ticker,
[INFO] [stderr]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `env`
[INFO] [stderr]  --> compiler/danubec_semantic/src/inference.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     env: &mut Env,
[INFO] [stderr]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `symbols`
[INFO] [stderr]  --> compiler/danubec_semantic/src/inference.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     symbols: &mut SymbolInterner,
[INFO] [stderr]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `diagnostic`
[INFO] [stderr]  --> compiler/danubec_semantic/src/inference.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stderr]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ticker`
[INFO] [stderr]  --> compiler/danubec_semantic/src/inference.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     ticker: &mut Ticker,
[INFO] [stderr]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `env`
[INFO] [stderr]  --> compiler/danubec_semantic/src/resolve.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     env: &mut Env,
[INFO] [stderr]   |     ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `symbols`
[INFO] [stderr]  --> compiler/danubec_semantic/src/resolve.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     symbols: &mut SymbolInterner,
[INFO] [stderr]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbols`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `diagnostic`
[INFO] [stderr]  --> compiler/danubec_semantic/src/resolve.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     diagnostic: &mut Diagnostic,
[INFO] [stderr]   |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostic`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ticker`
[INFO] [stderr]  --> compiler/danubec_semantic/src/resolve.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     ticker: &mut Ticker,
[INFO] [stderr]   |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ticker`
[INFO] [stderr] 
[INFO] [stderr] warning: method `increment` is never used
[INFO] [stderr]   --> compiler/danubec_semantic/src/ticker.rs:16:18
[INFO] [stderr]    |
[INFO] [stderr]  5 | impl Ticker {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 16 |     pub const fn increment(&mut self) {
[INFO] [stderr]    |                  ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `danubec_semantic` (lib) generated 13 warnings (run `cargo fix --lib -p danubec_semantic` to apply 12 suggestions)
[INFO] [stderr] warning: `danubec_semantic` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/danubec-3f4d73abe332d8dc)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/danubec_ast-ddd01c723648cbb0)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/danubec_diagnostic-fcf2ff4a75e009df)
[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 0 tests
[INFO] [stdout] 
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/danubec_hir-d401c361cea84d43)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[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 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/danubec_lex-0b854da60ff4f5e8)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::char ... ok
[INFO] [stdout] test tests::line_comment ... ok
[INFO] [stdout] test tests::multiline_string ... ok
[INFO] [stdout] test tests::non_multiline_string ... ok
[INFO] [stdout] test tests::octal ... ok
[INFO] [stdout] test tests::empty_string ... ok
[INFO] [stdout] test tests::raw_identifier ... ok
[INFO] [stdout] test tests::punctuations ... ok
[INFO] [stdout] test tests::similar_block ... ok
[INFO] [stdout] test tests::identifier ... ok
[INFO] [stdout] test tests::binary ... ok
[INFO] [stdout] test tests::keywords ... ok
[INFO] [stdout] test tests::raw_string ... ok
[INFO] [stdout] test tests::hex ... ok
[INFO] [stdout] test tests::integer ... ok
[INFO] [stdout] test tests::float ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/danubec_parse-7f611ed09b41b3c6)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test tests::anonymous_implement ... ok
[INFO] [stdout] test tests::function ... ok
[INFO] [stdout] test tests::mixed_enum ... ok
[INFO] [stdout] test tests::constant ... ok
[INFO] [stdout] test tests::static_variable ... ok
[INFO] [stdout] test tests::trait_definition ... ok
[INFO] [stdout] test tests::named_struct ... ok
[INFO] [stdout] test tests::module ... ok
[INFO] [stdout] test tests::top_level_attribute ... ok
[INFO] [stdout] test tests::primary_expression ... ok
[INFO] [stdout] test tests::unary_expression ... ok
[INFO] [stdout] test tests::unnamed_struct ... ok
[INFO] [stdout] test tests::type_alias ... ok
[INFO] [stdout] test tests::attribute ... ok
[INFO] [stdout] test tests::zero_sized_struct ... ok
[INFO] [stdout] test tests::use_definition ... ok
[INFO] [stdout] test tests::targeted_implement ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/danubec_semantic-8f8595736fe0af41)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::all_files ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::all_files stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: compiler/danubec_semantic/src/tests/snapshots/danubec_semantic__tests__all_files.snap
[INFO] [stdout] Snapshot: all_files
[INFO] [stdout] Source: compiler/danubec_semantic/src/tests/mod.rs:10
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: fs
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]    30    30 │         canonicals: SecondaryMap {
[INFO] [stdout]    31    31 │             slots: [
[INFO] [stdout]    32    32 │                 Vacant,
[INFO] [stdout]    33    33 │                 Occupied {
[INFO] [stdout]    34       │-                    value: "/Users/danuel/Documents/internal/danube-lang/danube/compiler/danubec_semantic/src/tests/fixtures/lib.dnb",
[INFO] [stdout]          34 │+                    value: "/opt/rustwide/workdir/compiler/danubec_semantic/src/tests/fixtures/lib.dnb",
[INFO] [stdout]    35    35 │                     version: 1,
[INFO] [stdout]    36    36 │                 },
[INFO] [stdout]    37    37 │                 Occupied {
[INFO] [stdout]    38       │-                    value: "/Users/danuel/Documents/internal/danube-lang/danube/compiler/danubec_semantic/src/tests/fixtures/imports.dnb",
[INFO] [stdout]          38 │+                    value: "/opt/rustwide/workdir/compiler/danubec_semantic/src/tests/fixtures/imports.dnb",
[INFO] [stdout]    39    39 │                     version: 1,
[INFO] [stdout]    40    40 │                 },
[INFO] [stdout]    41    41 │                 Occupied {
[INFO] [stdout]    42       │-                    value: "/Users/danuel/Documents/internal/danube-lang/danube/compiler/danubec_semantic/src/tests/fixtures/structs.dnb",
[INFO] [stdout]          42 │+                    value: "/opt/rustwide/workdir/compiler/danubec_semantic/src/tests/fixtures/structs.dnb",
[INFO] [stdout]    43    43 │                     version: 1,
[INFO] [stdout]    44    44 │                 },
[INFO] [stdout]    45    45 │                 Occupied {
[INFO] [stdout]    46       │-                    value: "/Users/danuel/Documents/internal/danube-lang/danube/compiler/danubec_semantic/src/tests/fixtures/enums.dnb",
[INFO] [stdout]          46 │+                    value: "/opt/rustwide/workdir/compiler/danubec_semantic/src/tests/fixtures/enums.dnb",
[INFO] [stdout]    47    47 │                     version: 1,
[INFO] [stdout]    48    48 │                 },
[INFO] [stdout]    49    49 │             ],
[INFO] [stdout]    50    50 │             num_elems: 4,
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::all_files' (58) panicked at compiler/danubec_semantic/src/tests/mod.rs:10:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/compiler/danubec_semantic/src/tests/snapshots/danubec_semantic__tests__all_files.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b7c43ce1192 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b7c43ce1192 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b7c43ce1192 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b7c43ce1192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b7c43cf436f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b7c43cf436f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5b7c43cac943 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b7c43cac943 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b7c43cb9072 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b7c43cbec7f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5b7c43cbeb11 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5b7c43b8498e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5b7c43b8498e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b7c43cbf28f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5b7c43cbf28f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5b7c43cbf0ea - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5b7c43cb91a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5b7c43c9fedd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5b7c43cfe610 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b7c43cfd4b6 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x5b7c43a2c137 - core::result::Result<T,E>::unwrap::h41d2923b179f09d6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5b7c43a2c137 - danubec_semantic::tests::all_files::h8f205bbb44cf0490
[INFO] [stdout]                                at /opt/rustwide/workdir/compiler/danubec_semantic/src/tests/mod.rs:10:5
[INFO] [stdout]   22:     0x5b7c43a2d0b7 - danubec_semantic::tests::all_files::{{closure}}::h1c4d46578f98964d
[INFO] [stdout]                                at /opt/rustwide/workdir/compiler/danubec_semantic/src/tests/mod.rs:4:15
[INFO] [stdout]   23:     0x5b7c43a39306 - core::ops::function::FnOnce::call_once::hc80adb54bac8d037
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b7c43b8478b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b7c43b8478b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5b7c43b987ed - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5b7c43b987ed - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5b7c43b987ed - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5b7c43b987ed - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5b7c43b987ed - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b7c43b987ed - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5b7c43b987ed - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5b7c43b71d34 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5b7c43b71d34 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5b7c43b7558a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x5b7c43b7558a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5b7c43b7558a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5b7c43b7558a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5b7c43b7558a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b7c43b7558a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x5b7c43b7558a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b7c43cb43bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x5b7c43cb43bf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7f3fb9858aa4 - <unknown>
[INFO] [stdout]   45:     0x7f3fb98e5a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::all_files
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p danubec_semantic --lib`
[INFO] running `Command { std: "docker" "inspect" "67bcc4ec2e0b0fe84b96ce1e2ec8f839f0a01f3977e780ec05ec629380e68519", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67bcc4ec2e0b0fe84b96ce1e2ec8f839f0a01f3977e780ec05ec629380e68519", kill_on_drop: false }`
[INFO] [stdout] 67bcc4ec2e0b0fe84b96ce1e2ec8f839f0a01f3977e780ec05ec629380e68519
