[INFO] fetching crate libreda-db 0.0.4... [INFO] testing libreda-db-0.0.4 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate libreda-db 0.0.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate libreda-db 0.0.4 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libreda-db 0.0.4 [INFO] finished tweaking crates.io crate libreda-db 0.0.4 [INFO] tweaked toml for crates.io crate libreda-db 0.0.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77bc10c29a6ca9f9e98f2566546c8a929be86eddc1f91aab7b26d3c8338a0982 [INFO] running `Command { std: "docker" "start" "-a" "77bc10c29a6ca9f9e98f2566546c8a929be86eddc1f91aab7b26d3c8338a0982", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77bc10c29a6ca9f9e98f2566546c8a929be86eddc1f91aab7b26d3c8338a0982", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77bc10c29a6ca9f9e98f2566546c8a929be86eddc1f91aab7b26d3c8338a0982", kill_on_drop: false }` [INFO] [stdout] 77bc10c29a6ca9f9e98f2566546c8a929be86eddc1f91aab7b26d3c8338a0982 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59858a109fc0944e80fab3f76a6918aa2b28861bd63f5efc166211086c79ef4c [INFO] running `Command { std: "docker" "start" "-a" "59858a109fc0944e80fab3f76a6918aa2b28861bd63f5efc166211086c79ef4c", kill_on_drop: false }` [INFO] [stderr] Compiling genawaiter-macro v0.99.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling genawaiter v0.99.1 [INFO] [stderr] Compiling iron-shapes v0.0.4 [INFO] [stderr] Compiling libreda-db v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.79s [INFO] running `Command { std: "docker" "inspect" "59858a109fc0944e80fab3f76a6918aa2b28861bd63f5efc166211086c79ef4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59858a109fc0944e80fab3f76a6918aa2b28861bd63f5efc166211086c79ef4c", kill_on_drop: false }` [INFO] [stdout] 59858a109fc0944e80fab3f76a6918aa2b28861bd63f5efc166211086c79ef4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98dacdcb0847e23cdcd1372be7d248a0dc17b7f7ec10031a2583c2fd99b1b9fb [INFO] running `Command { std: "docker" "start" "-a" "98dacdcb0847e23cdcd1372be7d248a0dc17b7f7ec10031a2583c2fd99b1b9fb", kill_on_drop: false }` [INFO] [stderr] Compiling libreda-db v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_file` [INFO] [stdout] --> tests/test.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn read_file(path: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.77s [INFO] running `Command { std: "docker" "inspect" "98dacdcb0847e23cdcd1372be7d248a0dc17b7f7ec10031a2583c2fd99b1b9fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98dacdcb0847e23cdcd1372be7d248a0dc17b7f7ec10031a2583c2fd99b1b9fb", kill_on_drop: false }` [INFO] [stdout] 98dacdcb0847e23cdcd1372be7d248a0dc17b7f7ec10031a2583c2fd99b1b9fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 09a60797b2128b9a47ec234515bdfda2870c1f0397ae8f8cf2c61e2ec1aec925 [INFO] running `Command { std: "docker" "start" "-a" "09a60797b2128b9a47ec234515bdfda2870c1f0397ae8f8cf2c61e2ec1aec925", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] running 9 tests [INFO] [stderr] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stdout] test layout::layout::test_layout_properties ... ok [INFO] [stderr] | [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_remove_circuit ... ok [INFO] [stderr] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_create_net ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_create_circuit ... ok [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stderr] | [INFO] [stderr] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stderr] | [INFO] [stderr] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stderr] | [INFO] [stderr] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_file` [INFO] [stderr] --> tests/test.rs:6:4 [INFO] [stderr] | [INFO] [stderr] 6 | fn read_file(path: &str) -> Vec { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libreda_db-f95780ff5ad26f11) [INFO] [stdout] test netlist::hashmap_netlist::test_create_populated_netlist ... ok [INFO] [stderr] Running tests/circuit.rs (/opt/rustwide/target/debug/deps/circuit-8f588135a724aca4) [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_create_pin ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_connect_pin ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_circuit_remove_net ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_clone ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_rename_net ... ok [INFO] [stdout] test test_create_and_remove_instance ... ok [INFO] [stdout] test test_dependent_circuits ... ok [INFO] [stdout] test test_simple_net ... ok [INFO] [stdout] test test_flatten_circuit_instance ... ok [INFO] [stdout] test test_circuit_eq ... ok [INFO] [stderr] Running tests/layout_properties.rs (/opt/rustwide/target/debug/deps/layout_properties-a025b287956f1726) [INFO] [stdout] test test_circuit_no_recursion_2 - should panic ... ok [INFO] [stdout] test test_circuit_no_recursion_1 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-a0ef5c19c80d4c17) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_shape_properties ... 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] Doc-tests libreda-db [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] [stdout] running 9 tests [INFO] [stdout] test src/layout/hashmap_layout.rs - layout::hashmap_layout::Layout (line 53) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::create_cell (line 88) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::cell_by_index (line 149) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::rename_cell (line 189) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::create_and_get_cell (line 125) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::cell_by_name (line 167) ... ok [INFO] [stdout] test src/netlist/rc_netlist/rc_netlist.rs - netlist::rc_netlist::rc_netlist::RcNetlist::create_circuit (line 100) ... ok [INFO] [stdout] test src/rc_string.rs - rc_string (line 27) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout (line 38) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "09a60797b2128b9a47ec234515bdfda2870c1f0397ae8f8cf2c61e2ec1aec925", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09a60797b2128b9a47ec234515bdfda2870c1f0397ae8f8cf2c61e2ec1aec925", kill_on_drop: false }` [INFO] [stdout] 09a60797b2128b9a47ec234515bdfda2870c1f0397ae8f8cf2c61e2ec1aec925