[INFO] cloning repository https://github.com/EhlOps/lox_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EhlOps/lox_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEhlOps%2Flox_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEhlOps%2Flox_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 508f87ff160209ab9b77083072957d4aec5e6fd3 [INFO] building EhlOps/lox_rust against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEhlOps%2Flox_rust" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EhlOps/lox_rust on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EhlOps/lox_rust [INFO] finished tweaking git repo https://github.com/EhlOps/lox_rust [INFO] tweaked toml for git repo https://github.com/EhlOps/lox_rust written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/EhlOps/lox_rust 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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9d9fb487e34ed9951b47ba7088a5a007b5dfbb2920df4790d0409da25b0741e [INFO] running `Command { std: "docker" "start" "-a" "c9d9fb487e34ed9951b47ba7088a5a007b5dfbb2920df4790d0409da25b0741e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9d9fb487e34ed9951b47ba7088a5a007b5dfbb2920df4790d0409da25b0741e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9d9fb487e34ed9951b47ba7088a5a007b5dfbb2920df4790d0409da25b0741e", kill_on_drop: false }` [INFO] [stdout] c9d9fb487e34ed9951b47ba7088a5a007b5dfbb2920df4790d0409da25b0741e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60b9ee7517d0be945d54879fb881eff5ce97e057701f5875043e14e556db1833 [INFO] running `Command { std: "docker" "start" "-a" "60b9ee7517d0be945d54879fb881eff5ce97e057701f5875043e14e556db1833", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling clap_builder v4.5.17 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling clap v4.5.17 [INFO] [stderr] Compiling loxvm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `type_name` [INFO] [stdout] --> src/vm.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::any::{type_name, Any}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/vm.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 127 | _ => { [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/vm.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 90 | Bool(a) => { [INFO] [stdout] | ------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 97 | Number(a) => { [INFO] [stdout] | --------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 104 | Value::Nil => { [INFO] [stdout] | ---------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 107 | Obj(obj_id_a) => { [INFO] [stdout] | ------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 127 | _ => { [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Return` is never constructed [INFO] [stdout] --> src/chunk.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Op { [INFO] [stdout] | -- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 28 | Return, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Op` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Script` is never constructed [INFO] [stdout] --> src/compile.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 54 | pub enum FunctionType { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] 55 | Function, [INFO] [stdout] 56 | Script, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `function_type` is never read [INFO] [stdout] --> src/compile.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct Compiler { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 60 | function: ObjFunction, [INFO] [stdout] 61 | function_type: FunctionType, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `bytes_allocated` and `next_gc` are never read [INFO] [stdout] --> src/object.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Heap { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 5 | bytes_allocated: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | next_gc: usize, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_all` and `mark` are never used [INFO] [stdout] --> src/object.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Heap { [INFO] [stdout] | --------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn get_all(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn mark(&mut self, id: usize) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `marked` is never read [INFO] [stdout] --> src/object.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct HeapVal { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 53 | marked: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HeapVal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `is_marked` are never used [INFO] [stdout] --> src/object.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 57 | impl HeapVal { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 58 | pub fn new(data: HeapData) -> HeapVal { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn is_marked(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ObjFunction` is never constructed [INFO] [stdout] --> src/object.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 71 | pub enum HeapData { [INFO] [stdout] | -------- variant in this enum [INFO] [stdout] 72 | String(String), [INFO] [stdout] 73 | ObjFunction(ObjFunction), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HeapData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `arity` is never read [INFO] [stdout] --> src/object.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct ObjFunction { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 78 | pub arity: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ObjFunction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `with_name`, `chunk`, `chunk_mut`, `name`, and `set_name` are never used [INFO] [stdout] --> src/object.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 83 | impl ObjFunction { [INFO] [stdout] | ---------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 92 | pub fn with_name(name: String) -> ObjFunction { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | pub fn chunk(&self) -> &Chunk { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn chunk_mut(&mut self) -> &mut Chunk { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn name(&self) -> &String { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn set_name(&mut self, name: String) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s [INFO] running `Command { std: "docker" "inspect" "60b9ee7517d0be945d54879fb881eff5ce97e057701f5875043e14e556db1833", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60b9ee7517d0be945d54879fb881eff5ce97e057701f5875043e14e556db1833", kill_on_drop: false }` [INFO] [stdout] 60b9ee7517d0be945d54879fb881eff5ce97e057701f5875043e14e556db1833 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31a2ada8ab33457d45c976ae1c6fb18f1d0c24f8fb570ea2d4249fa8cf4a79cd [INFO] running `Command { std: "docker" "start" "-a" "31a2ada8ab33457d45c976ae1c6fb18f1d0c24f8fb570ea2d4249fa8cf4a79cd", kill_on_drop: false }` [INFO] [stderr] Compiling loxvm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `type_name` [INFO] [stdout] --> src/vm.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::any::{type_name, Any}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/vm.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 127 | _ => { [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/vm.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 90 | Bool(a) => { [INFO] [stdout] | ------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 97 | Number(a) => { [INFO] [stdout] | --------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 104 | Value::Nil => { [INFO] [stdout] | ---------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 107 | Obj(obj_id_a) => { [INFO] [stdout] | ------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 127 | _ => { [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Return` is never constructed [INFO] [stdout] --> src/chunk.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Op { [INFO] [stdout] | -- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 28 | Return, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Op` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Script` is never constructed [INFO] [stdout] --> src/compile.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 54 | pub enum FunctionType { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] 55 | Function, [INFO] [stdout] 56 | Script, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `function_type` is never read [INFO] [stdout] --> src/compile.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct Compiler { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 60 | function: ObjFunction, [INFO] [stdout] 61 | function_type: FunctionType, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `bytes_allocated` and `next_gc` are never read [INFO] [stdout] --> src/object.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Heap { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 5 | bytes_allocated: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | next_gc: usize, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_all` and `mark` are never used [INFO] [stdout] --> src/object.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Heap { [INFO] [stdout] | --------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn get_all(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn mark(&mut self, id: usize) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `marked` is never read [INFO] [stdout] --> src/object.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct HeapVal { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 53 | marked: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HeapVal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `is_marked` are never used [INFO] [stdout] --> src/object.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 57 | impl HeapVal { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 58 | pub fn new(data: HeapData) -> HeapVal { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn is_marked(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ObjFunction` is never constructed [INFO] [stdout] --> src/object.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 71 | pub enum HeapData { [INFO] [stdout] | -------- variant in this enum [INFO] [stdout] 72 | String(String), [INFO] [stdout] 73 | ObjFunction(ObjFunction), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HeapData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `arity` is never read [INFO] [stdout] --> src/object.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct ObjFunction { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 78 | pub arity: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ObjFunction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `with_name`, `chunk`, `chunk_mut`, `name`, and `set_name` are never used [INFO] [stdout] --> src/object.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 83 | impl ObjFunction { [INFO] [stdout] | ---------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 92 | pub fn with_name(name: String) -> ObjFunction { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | pub fn chunk(&self) -> &Chunk { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn chunk_mut(&mut self) -> &mut Chunk { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn name(&self) -> &String { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn set_name(&mut self, name: String) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `Command { std: "docker" "inspect" "31a2ada8ab33457d45c976ae1c6fb18f1d0c24f8fb570ea2d4249fa8cf4a79cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31a2ada8ab33457d45c976ae1c6fb18f1d0c24f8fb570ea2d4249fa8cf4a79cd", kill_on_drop: false }` [INFO] [stdout] 31a2ada8ab33457d45c976ae1c6fb18f1d0c24f8fb570ea2d4249fa8cf4a79cd