[INFO] cloning repository https://github.com/jpothi01/mold [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jpothi01/mold" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpothi01%2Fmold", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpothi01%2Fmold'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5e15417c189e952ef09b3be4a1ac833b55682fd1 [INFO] testing jpothi01/mold against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpothi01%2Fmold" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jpothi01/mold on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jpothi01/mold [INFO] finished tweaking git repo https://github.com/jpothi01/mold [INFO] tweaked toml for git repo https://github.com/jpothi01/mold written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/jpothi01/mold already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d03d3f6f3ff5955d64307958249a4e862de599c91ce58821a80ce4ee760216ff [INFO] running `Command { std: "docker" "start" "-a" "d03d3f6f3ff5955d64307958249a4e862de599c91ce58821a80ce4ee760216ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d03d3f6f3ff5955d64307958249a4e862de599c91ce58821a80ce4ee760216ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d03d3f6f3ff5955d64307958249a4e862de599c91ce58821a80ce4ee760216ff", kill_on_drop: false }` [INFO] [stdout] d03d3f6f3ff5955d64307958249a4e862de599c91ce58821a80ce4ee760216ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d6967a75d1f40594aa8faec419c739b8d10c34f24603a68346dcf4dcfcad6a7 [INFO] running `Command { std: "docker" "start" "-a" "4d6967a75d1f40594aa8faec419c739b8d10c34f24603a68346dcf4dcfcad6a7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling dylib v0.0.3 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling mold v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `environment` [INFO] [stdout] --> src/core/eval/mod.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | environment: &mut Environment<'a>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_environment` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `arg_name` [INFO] [stdout] --> src/core/eval/mod.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | let arg_name = def_args[i].clone(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arg_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dynamic_function` [INFO] [stdout] --> src/core/eval/mod.rs:414:43 [INFO] [stdout] | [INFO] [stdout] 414 | rust::NativeFunction::Dynamic(dynamic_function) => panic!("Not implemented"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dynamic_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/core/eval/mod.rs:433:30 [INFO] [stdout] | [INFO] [stdout] 433 | let FunctionCall { name, args } = function_call; [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ifelse` [INFO] [stdout] --> src/core/eval/mod.rs:706:31 [INFO] [stdout] | [INFO] [stdout] 706 | Statement::IfElse(ifelse) => panic!(), [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ifelse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expr` [INFO] [stdout] --> src/core/eval/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | expr: &'a Expr, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VariableContent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/eval/mod.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.66s [INFO] running `Command { std: "docker" "inspect" "4d6967a75d1f40594aa8faec419c739b8d10c34f24603a68346dcf4dcfcad6a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d6967a75d1f40594aa8faec419c739b8d10c34f24603a68346dcf4dcfcad6a7", kill_on_drop: false }` [INFO] [stdout] 4d6967a75d1f40594aa8faec419c739b8d10c34f24603a68346dcf4dcfcad6a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 556da813e47a615232e59969f36833b99d14fd847f34b37d781c038c6b7738d4 [INFO] running `Command { std: "docker" "start" "-a" "556da813e47a615232e59969f36833b99d14fd847f34b37d781c038c6b7738d4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused variable: `environment` [INFO] [stdout] --> src/core/eval/mod.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | environment: &mut Environment<'a>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_environment` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `arg_name` [INFO] [stdout] --> src/core/eval/mod.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | let arg_name = def_args[i].clone(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arg_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dynamic_function` [INFO] [stdout] --> src/core/eval/mod.rs:414:43 [INFO] [stdout] | [INFO] [stdout] 414 | rust::NativeFunction::Dynamic(dynamic_function) => panic!("Not implemented"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dynamic_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mold v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/core/eval/mod.rs:433:30 [INFO] [stdout] | [INFO] [stdout] 433 | let FunctionCall { name, args } = function_call; [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ifelse` [INFO] [stdout] --> src/core/eval/mod.rs:706:31 [INFO] [stdout] | [INFO] [stdout] 706 | Statement::IfElse(ifelse) => panic!(), [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ifelse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expr` [INFO] [stdout] --> src/core/eval/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | expr: &'a Expr, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VariableContent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/eval/mod.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `environment` [INFO] [stdout] --> src/core/eval/mod.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | environment: &mut Environment<'a>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_environment` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `arg_name` [INFO] [stdout] --> src/core/eval/mod.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | let arg_name = def_args[i].clone(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arg_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dynamic_function` [INFO] [stdout] --> src/core/eval/mod.rs:414:43 [INFO] [stdout] | [INFO] [stdout] 414 | rust::NativeFunction::Dynamic(dynamic_function) => panic!("Not implemented"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dynamic_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/core/eval/mod.rs:433:30 [INFO] [stdout] | [INFO] [stdout] 433 | let FunctionCall { name, args } = function_call; [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ifelse` [INFO] [stdout] --> src/core/eval/mod.rs:706:31 [INFO] [stdout] | [INFO] [stdout] 706 | Statement::IfElse(ifelse) => panic!(), [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ifelse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expr` [INFO] [stdout] --> src/core/eval/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | expr: &'a Expr, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VariableContent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/eval/mod.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.96s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/mold-77aa9742b008d0ce) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/mold-530630f4433d7ac3) [INFO] running `Command { std: "docker" "inspect" "556da813e47a615232e59969f36833b99d14fd847f34b37d781c038c6b7738d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "556da813e47a615232e59969f36833b99d14fd847f34b37d781c038c6b7738d4", kill_on_drop: false }` [INFO] [stdout] 556da813e47a615232e59969f36833b99d14fd847f34b37d781c038c6b7738d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 09710c668422dbb0bb4b1ebfa54f56b503d58c7a4fcd5c3b1a8e038adbac3e18 [INFO] running `Command { std: "docker" "start" "-a" "09710c668422dbb0bb4b1ebfa54f56b503d58c7a4fcd5c3b1a8e038adbac3e18", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `environment` [INFO] [stderr] --> src/core/eval/mod.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | environment: &mut Environment<'a>, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_environment` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arg_name` [INFO] [stderr] --> src/core/eval/mod.rs:397:13 [INFO] [stderr] | [INFO] [stderr] 397 | let arg_name = def_args[i].clone(); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arg_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dynamic_function` [INFO] [stderr] --> src/core/eval/mod.rs:414:43 [INFO] [stderr] | [INFO] [stderr] 414 | rust::NativeFunction::Dynamic(dynamic_function) => panic!("Not implemented"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dynamic_function` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/core/eval/mod.rs:433:30 [INFO] [stderr] | [INFO] [stderr] 433 | let FunctionCall { name, args } = function_call; [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ifelse` [INFO] [stderr] --> src/core/eval/mod.rs:706:31 [INFO] [stderr] | [INFO] [stderr] 706 | Statement::IfElse(ifelse) => panic!(), [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ifelse` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `expr` [INFO] [stderr] --> src/core/eval/mod.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | expr: &'a Expr, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `VariableContent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/eval/mod.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `mold` (lib) generated 6 warnings [INFO] [stderr] warning: `mold` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mold-77aa9742b008d0ce) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test core::eval::test::simple_if_else ... ok [INFO] [stdout] test core::eval::test::function_definition_then_call ... ok [INFO] [stdout] test core::eval::test::trivial_evaluation ... ok [INFO] [stdout] test core::eval::test::string_concatenation ... ok [INFO] [stdout] test core::parse::tests::parse_block ... ok [INFO] [stdout] test core::parse::tests::parse_bool_literal ... ok [INFO] [stdout] test core::parse::tests::parse_complex_binops ... ok [INFO] [stdout] test core::parse::tests::parse_cascading_assignments ... ok [INFO] [stdout] test core::parse::tests::parse_empty_block ... ok [INFO] [stdout] test core::parse::tests::comments ... ok [INFO] [stdout] test core::parse::tests::parse_enum_alternative ... ok [INFO] [stdout] test core::parse::tests::parse_enum_definition ... ok [INFO] [stdout] test core::parse::tests::parse_function_call ... ok [INFO] [stdout] test core::parse::tests::parse_function_call_statement ... ok [INFO] [stdout] test core::parse::tests::parse_function_call_with_complex_expression ... ok [INFO] [stdout] test core::parse::tests::parse_function_definition ... ok [INFO] [stdout] test core::parse::tests::parse_function_definition_then_call ... ok [INFO] [stdout] test core::parse::tests::parse_if_else ... ok [INFO] [stdout] test core::parse::tests::parse_grouped_ops ... ok [INFO] [stdout] test core::parse::tests::parse_if_else_if_else ... ok [INFO] [stdout] test core::parse::tests::parse_function_multiple_function_definitions ... ok [INFO] [stdout] test core::parse::tests::parse_impl ... ok [INFO] [stdout] test core::parse::tests::parse_method_call ... ok [INFO] [stdout] test core::parse::tests::parse_match ... ok [INFO] [stdout] test core::parse::tests::parse_non_void_statement ... ok [INFO] [stdout] test core::parse::tests::parse_simple_binary_op ... ok [INFO] [stdout] test core::parse::tests::parse_rust_function ... ok [INFO] [stdout] test core::parse::tests::parse_string_literal ... ok [INFO] [stdout] test core::parse::tests::parse_unit_returning_toplevel ... ok [INFO] [stdout] test core::parse::tests::parse_unit_returning_block ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 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/mold-530630f4433d7ac3) [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] Doc-tests mold [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] running `Command { std: "docker" "inspect" "09710c668422dbb0bb4b1ebfa54f56b503d58c7a4fcd5c3b1a8e038adbac3e18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09710c668422dbb0bb4b1ebfa54f56b503d58c7a4fcd5c3b1a8e038adbac3e18", kill_on_drop: false }` [INFO] [stdout] 09710c668422dbb0bb4b1ebfa54f56b503d58c7a4fcd5c3b1a8e038adbac3e18