[INFO] fetching crate libreda-db 0.0.4... [INFO] testing libreda-db-0.0.4 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] extracting crate libreda-db 0.0.4 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate libreda-db 0.0.4 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0287b7a1df0640358a2a0283df187b98658568d97573a4332d6192146b21ff3c [INFO] running `Command { std: "docker" "start" "-a" "0287b7a1df0640358a2a0283df187b98658568d97573a4332d6192146b21ff3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0287b7a1df0640358a2a0283df187b98658568d97573a4332d6192146b21ff3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0287b7a1df0640358a2a0283df187b98658568d97573a4332d6192146b21ff3c", kill_on_drop: false }` [INFO] [stdout] 0287b7a1df0640358a2a0283df187b98658568d97573a4332d6192146b21ff3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae8dfe5f8deca2f8854759f36985762ecbcf65c4629da432380cfb5d0a90cf70 [INFO] running `Command { std: "docker" "start" "-a" "ae8dfe5f8deca2f8854759f36985762ecbcf65c4629da432380cfb5d0a90cf70", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [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 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 8.09s [INFO] running `Command { std: "docker" "inspect" "ae8dfe5f8deca2f8854759f36985762ecbcf65c4629da432380cfb5d0a90cf70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae8dfe5f8deca2f8854759f36985762ecbcf65c4629da432380cfb5d0a90cf70", kill_on_drop: false }` [INFO] [stdout] ae8dfe5f8deca2f8854759f36985762ecbcf65c4629da432380cfb5d0a90cf70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d2d9c8dcffe9ab5b2149dd83197514f462b9efccd9d9edf2b744ac0f2921f38 [INFO] running `Command { std: "docker" "start" "-a" "6d2d9c8dcffe9ab5b2149dd83197514f462b9efccd9d9edf2b744ac0f2921f38", 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 5.06s [INFO] running `Command { std: "docker" "inspect" "6d2d9c8dcffe9ab5b2149dd83197514f462b9efccd9d9edf2b744ac0f2921f38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d2d9c8dcffe9ab5b2149dd83197514f462b9efccd9d9edf2b744ac0f2921f38", kill_on_drop: false }` [INFO] [stdout] 6d2d9c8dcffe9ab5b2149dd83197514f462b9efccd9d9edf2b744ac0f2921f38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3d7d254cf8b3cd7efb243a5582aa678e4f7eca742ee66e9ebf163aa57197796c [INFO] running `Command { std: "docker" "start" "-a" "3d7d254cf8b3cd7efb243a5582aa678e4f7eca742ee66e9ebf163aa57197796c", kill_on_drop: false }` [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: 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] [INFO] [stdout] running 9 tests [INFO] [stderr] Running tests/circuit.rs (/opt/rustwide/target/debug/deps/circuit-8f588135a724aca4) [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_connect_pin ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_create_net ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_clone ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_create_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_create_circuit ... ok [INFO] [stdout] test layout::layout::test_layout_properties ... ok [INFO] [stdout] test netlist::hashmap_netlist::test_create_populated_netlist ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_remove_circuit ... 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_dependent_circuits ... ok [INFO] [stdout] test test_flatten_circuit_instance ... ok [INFO] [stdout] test test_circuit_eq ... ok [INFO] [stdout] test test_create_and_remove_instance ... ok [INFO] [stdout] test test_rename_net ... ok [INFO] [stdout] test test_simple_net ... ok [INFO] [stdout] test test_circuit_no_recursion_1 - should panic ... ok [INFO] [stdout] test test_circuit_no_recursion_2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/layout_properties.rs (/opt/rustwide/target/debug/deps/layout_properties-a025b287956f1726) [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.01s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-a0ef5c19c80d4c17) [INFO] [stdout] [INFO] [stderr] Doc-tests libreda-db [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/layout.rs - layout::layout::Layout::create_and_get_cell (line 125) ... ok [INFO] [stdout] test src/rc_string.rs - rc_string (line 27) ... 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/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/netlist/rc_netlist/rc_netlist.rs - netlist::rc_netlist::rc_netlist::RcNetlist::create_circuit (line 100) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout (line 38) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::cell_by_name (line 167) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.68s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3d7d254cf8b3cd7efb243a5582aa678e4f7eca742ee66e9ebf163aa57197796c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d7d254cf8b3cd7efb243a5582aa678e4f7eca742ee66e9ebf163aa57197796c", kill_on_drop: false }` [INFO] [stdout] 3d7d254cf8b3cd7efb243a5582aa678e4f7eca742ee66e9ebf163aa57197796c