[INFO] fetching crate rust_sfq 0.1.2... [INFO] checking rust_sfq-0.1.2 against try#87f2ecc56b5f6032b075c8934ebc77f28d57183c for pr-148190 [INFO] extracting crate rust_sfq 0.1.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate rust_sfq 0.1.2 [INFO] finished tweaking crates.io crate rust_sfq 0.1.2 [INFO] tweaked toml for crates.io crate rust_sfq 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rust_sfq 0.1.2 on toolchain 87f2ecc56b5f6032b075c8934ebc77f28d57183c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rust_sfq 0.1.2 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" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7abbde38851957445ff69a4d5b70d9bf8bf5d3f6a2d71d5f0e5c902228df5e5e [INFO] running `Command { std: "docker" "start" "-a" "7abbde38851957445ff69a4d5b70d9bf8bf5d3f6a2d71d5f0e5c902228df5e5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7abbde38851957445ff69a4d5b70d9bf8bf5d3f6a2d71d5f0e5c902228df5e5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7abbde38851957445ff69a4d5b70d9bf8bf5d3f6a2d71d5f0e5c902228df5e5e", kill_on_drop: false }` [INFO] [stdout] 7abbde38851957445ff69a4d5b70d9bf8bf5d3f6a2d71d5f0e5c902228df5e5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 816166a0f865251a1cac637ceafd2f868d616d54297efc19a09ffc9398571ef1 [INFO] running `Command { std: "docker" "start" "-a" "816166a0f865251a1cac637ceafd2f868d616d54297efc19a09ffc9398571ef1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking twox-hash v2.1.0 [INFO] [stderr] Checking rust_sfq v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:40:45 [INFO] [stdout] | [INFO] [stdout] 40 | Gate::Jtl { name, a, q } => gate_string!(c, name, [a, q], "JTL"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 4]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 4]` [INFO] [stdout] help: the return type of this call is `[&str; 4]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:40:45 [INFO] [stdout] | [INFO] [stdout] 40 | Gate::Jtl { name, a, q } => gate_string!(c, name, [a, q], "JTL"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:41:52 [INFO] [stdout] | [INFO] [stdout] 41 | Gate::Split { name, a, q1, q2 } => gate_string!(c, name, [a, q1, q2], "SPLIT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:41:52 [INFO] [stdout] | [INFO] [stdout] 41 | Gate::Split { name, a, q1, q2 } => gate_string!(c, name, [a, q1, q2], "SPLIT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:40:45 [INFO] [stdout] | [INFO] [stdout] 40 | Gate::Jtl { name, a, q } => gate_string!(c, name, [a, q], "JTL"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 4]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 4]` [INFO] [stdout] help: the return type of this call is `[&str; 4]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:40:45 [INFO] [stdout] | [INFO] [stdout] 40 | Gate::Jtl { name, a, q } => gate_string!(c, name, [a, q], "JTL"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:41:52 [INFO] [stdout] | [INFO] [stdout] 41 | Gate::Split { name, a, q1, q2 } => gate_string!(c, name, [a, q1, q2], "SPLIT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:41:52 [INFO] [stdout] | [INFO] [stdout] 41 | Gate::Split { name, a, q1, q2 } => gate_string!(c, name, [a, q1, q2], "SPLIT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:42:50 [INFO] [stdout] | [INFO] [stdout] 42 | Gate::Merge { name, a, b, q } => gate_string!(c, name, [a, b, q], "MERGE"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:42:50 [INFO] [stdout] | [INFO] [stdout] 42 | Gate::Merge { name, a, b, q } => gate_string!(c, name, [a, b, q], "MERGE"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:42:50 [INFO] [stdout] | [INFO] [stdout] 42 | Gate::Merge { name, a, b, q } => gate_string!(c, name, [a, b, q], "MERGE"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:42:50 [INFO] [stdout] | [INFO] [stdout] 42 | Gate::Merge { name, a, b, q } => gate_string!(c, name, [a, b, q], "MERGE"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | Gate::And { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "AND"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | Gate::And { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "AND"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | Gate::And { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "AND"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | Gate::And { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "AND"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:44:52 [INFO] [stdout] | [INFO] [stdout] 44 | Gate::Or { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "OR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:44:52 [INFO] [stdout] | [INFO] [stdout] 44 | Gate::Or { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "OR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:44:52 [INFO] [stdout] | [INFO] [stdout] 44 | Gate::Or { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "OR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:44:52 [INFO] [stdout] | [INFO] [stdout] 44 | Gate::Or { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "OR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:45:53 [INFO] [stdout] | [INFO] [stdout] 45 | Gate::Xor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:45:53 [INFO] [stdout] | [INFO] [stdout] 45 | Gate::Xor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:46:54 [INFO] [stdout] | [INFO] [stdout] 46 | Gate::Xnor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XNOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:46:54 [INFO] [stdout] | [INFO] [stdout] 46 | Gate::Xnor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XNOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:45:53 [INFO] [stdout] | [INFO] [stdout] 45 | Gate::Xor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:45:53 [INFO] [stdout] | [INFO] [stdout] 45 | Gate::Xor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:46:54 [INFO] [stdout] | [INFO] [stdout] 46 | Gate::Xnor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XNOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:46:54 [INFO] [stdout] | [INFO] [stdout] 46 | Gate::Xnor { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "XNOR"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | Gate::Not { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "NOT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | Gate::Not { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "NOT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | Gate::Not { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "NOT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | Gate::Not { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "NOT"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:48:50 [INFO] [stdout] | [INFO] [stdout] 48 | Gate::Dff { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "DFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:48:50 [INFO] [stdout] | [INFO] [stdout] 48 | Gate::Dff { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "DFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:48:50 [INFO] [stdout] | [INFO] [stdout] 48 | Gate::Dff { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "DFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 5]` [INFO] [stdout] help: the return type of this call is `[&str; 5]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:48:50 [INFO] [stdout] | [INFO] [stdout] 48 | Gate::Dff { name, a, clk, q } => gate_string!(c, name, [a, clk, q], "DFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | Gate::Ndro { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "NDRO"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | Gate::Ndro { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "NDRO"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | Gate::Ndro { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "NDRO"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 6]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 6]` [INFO] [stdout] help: the return type of this call is `[&str; 6]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | Gate::Ndro { name, a, b, clk, q } => gate_string!(c, name, [a, b, clk, q], "NDRO"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:50:46 [INFO] [stdout] | [INFO] [stdout] 50 | Gate::Buff { name, a, q } => gate_string!(c, name, [a, q], "BUFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 4]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 4]` [INFO] [stdout] help: the return type of this call is `[&str; 4]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:50:46 [INFO] [stdout] | [INFO] [stdout] 50 | Gate::Buff { name, a, q } => gate_string!(c, name, [a, q], "BUFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:50:46 [INFO] [stdout] | [INFO] [stdout] 50 | Gate::Buff { name, a, q } => gate_string!(c, name, [a, q], "BUFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 4]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 4]` [INFO] [stdout] help: the return type of this call is `[&str; 4]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:50:46 [INFO] [stdout] | [INFO] [stdout] 50 | Gate::Buff { name, a, q } => gate_string!(c, name, [a, q], "BUFF"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | Gate::ZeroAsync { name, q } => gate_string!(c, name, [q], "ALWAYS0_ASYNC_NOA"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 3]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 3]` [INFO] [stdout] help: the return type of this call is `[&str; 3]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | Gate::ZeroAsync { name, q } => gate_string!(c, name, [q], "ALWAYS0_ASYNC_NOA"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | Gate::ZeroAsync { name, q } => gate_string!(c, name, [q], "ALWAYS0_ASYNC_NOA"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 3]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&String; _]` [INFO] [stdout] found array `[&str; 3]` [INFO] [stdout] help: the return type of this call is `[&str; 3]` due to the type of the argument passed [INFO] [stdout] --> src/backends/rsfqlib_spice.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | Gate::ZeroAsync { name, q } => gate_string!(c, name, [q], "ALWAYS0_ASYNC_NOA"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` which comes from the expansion of the macro `gate_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_sfq` (lib) due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rust_sfq` (lib test) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "816166a0f865251a1cac637ceafd2f868d616d54297efc19a09ffc9398571ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "816166a0f865251a1cac637ceafd2f868d616d54297efc19a09ffc9398571ef1", kill_on_drop: false }` [INFO] [stdout] 816166a0f865251a1cac637ceafd2f868d616d54297efc19a09ffc9398571ef1