[INFO] cloning repository https://github.com/wgoodall01/roq
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wgoodall01/roq" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgoodall01%2Froq", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgoodall01%2Froq'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1f9799bf7e2df8e3c2e4c2c8cebdf3c0d8063363
[INFO] checking wgoodall01/roq against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgoodall01%2Froq" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wgoodall01/roq
[INFO] finished tweaking git repo https://github.com/wgoodall01/roq
[INFO] tweaked toml for git repo https://github.com/wgoodall01/roq written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wgoodall01/roq on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wgoodall01/roq 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a
[INFO] running `Command { std: "docker" "start" "fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling serde v1.0.199
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking fastrand v2.0.2
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling shiba v0.1.1
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking insta v1.38.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.199
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking roq_core v0.1.0 (/opt/rustwide/workdir/roq_core)
[INFO] [stderr]     Checking uneval v0.2.4 (https://github.com/wgoodall01/uneval?rev=39c5c0b5b74b8413fa5d4544c1cf9b05e0935484#39c5c0b5)
[INFO] [stderr]     Checking roq v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking roq_derive v0.1.0 (/opt/rustwide/workdir/roq_derive)
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:171:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | /         assert_snapshot!(expr("a + 1"), @r###"
[INFO] [stdout] 172 | |         (plus a 1)
[INFO] [stdout] 173 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 | /         assert_snapshot!(expr("a - 1"), @r###"
[INFO] [stdout] 175 | |         (minus a 1)
[INFO] [stdout] 176 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | /         assert_snapshot!(expr("a * 1"), @r###"
[INFO] [stdout] 178 | |         (mult a 1)
[INFO] [stdout] 179 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:180:9
[INFO] [stdout]     |
[INFO] [stdout] 180 | /         assert_snapshot!(expr("a / 1"), @r###"
[INFO] [stdout] 181 | |         (Nat.div a 1)
[INFO] [stdout] 182 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 | /         assert_snapshot!(expr("a % 1"), @r###"
[INFO] [stdout] 184 | |         (Nat.modulo a 1)
[INFO] [stdout] 185 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/coqtop.rs:49:17
[INFO] [stdout]    |
[INFO] [stdout] 49 |                 bail!("File must have '.v' extension: {:?}", path)
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 | /         assert_snapshot!(expr("a && b"), @r###"
[INFO] [stdout] 187 | |         (andb a b)
[INFO] [stdout] 188 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 | /         assert_snapshot!(expr("a || b"), @r###"
[INFO] [stdout] 190 | |         (orb a b)
[INFO] [stdout] 191 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 | /         assert_snapshot!(expr("a << b"), @r###"
[INFO] [stdout] 193 | |         (Nat.shiftl a b)
[INFO] [stdout] 194 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 | /         assert_snapshot!(expr("a >> b"), @r###"
[INFO] [stdout] 196 | |         (Nat.shiftr a b)
[INFO] [stdout] 197 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 | /         assert_snapshot!(expr("a == b"), @r###"
[INFO] [stdout] 199 | |         (Nat.eqb a b)
[INFO] [stdout] 200 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 | /         assert_snapshot!(
[INFO] [stdout] 206 | |             expr("if a { b }"),
[INFO] [stdout] 207 | |             @r###"
[INFO] [stdout] 208 | |         match a with
[INFO] [stdout] ...   |
[INFO] [stdout] 213 | |         end
[INFO] [stdout] 214 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 | /         assert_snapshot!(
[INFO] [stdout] 220 | |             expr("if a { b } else { c }"),
[INFO] [stdout] 221 | |             @r###"
[INFO] [stdout] 222 | |         match a with
[INFO] [stdout] ...   |
[INFO] [stdout] 227 | |         end
[INFO] [stdout] 228 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/expr.rs:233:9
[INFO] [stdout]     |
[INFO] [stdout] 233 | /         assert_snapshot!(
[INFO] [stdout] 234 | |             expr("1 + 2 + 3"), 
[INFO] [stdout] 235 | |             @r###"
[INFO] [stdout] 236 | |         (plus (plus 1 2)
[INFO] [stdout] 237 | |          3)
[INFO] [stdout] 238 | |         "###);
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]   --> roq_derive/src/func.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 | /         assert_snapshot!(
[INFO] [stdout] 74 | |             test_as_def(r#"
[INFO] [stdout] 75 | |                 fn add(a: u64, b: u64) -> u64 {
[INFO] [stdout] 76 | |                     a + b
[INFO] [stdout] ...  |
[INFO] [stdout] 83 | |         "###
[INFO] [stdout] 84 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/func.rs:89:9
[INFO] [stdout]     |
[INFO] [stdout]  89 | /         assert_snapshot!(
[INFO] [stdout]  90 | |             test_as_def(r#"
[INFO] [stdout]  91 | |                 fn add(a: u64) -> u64 {
[INFO] [stdout]  92 | |                     a + 1
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | |         "###
[INFO] [stdout] 100 | |         );
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/func.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | /         assert_snapshot!(
[INFO] [stdout] 106 | |             test_as_def(r#"
[INFO] [stdout] 107 | |                 fn add(a: u64) -> u64 {
[INFO] [stdout] 108 | |                     let x = 1;
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |         "###
[INFO] [stdout] 118 | |         );
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> roq_derive/src/func.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 | /         assert_snapshot!(
[INFO] [stdout] 124 | |             test_as_def(r#"
[INFO] [stdout] 125 | |                 fn add(a: u64) -> u64 {
[INFO] [stdout] 126 | |                     let x = 1;
[INFO] [stdout] ...   |
[INFO] [stdout] 137 | |         "###
[INFO] [stdout] 138 | |         );
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]   --> roq_derive/src/ty.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | /         assert_snapshot!(
[INFO] [stdout] 44 | |             test_as_ty("u64"),
[INFO] [stdout] 45 | |             @"nat"
[INFO] [stdout] 46 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]   --> roq_derive/src/ty.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 | /         assert_snapshot!(
[INFO] [stdout] 52 | |             test_as_ty("std::u64"),
[INFO] [stdout] 53 | |             @"nat"
[INFO] [stdout] 54 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]   --> roq_derive/src/ty.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | /         assert_snapshot!(
[INFO] [stdout] 60 | |             test_as_ty("bool"),
[INFO] [stdout] 61 | |             @"nat"
[INFO] [stdout] 62 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]   --> roq_derive/src/ty.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | /         assert_snapshot!(
[INFO] [stdout] 68 | |             test_as_ty("std::bool"),
[INFO] [stdout] 69 | |             @"nat"
[INFO] [stdout] 70 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `roq_derive` (lib test) due to 21 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a", kill_on_drop: false }`
[INFO] [stdout] fa9a10b5ee77eb74d78fbe64b346e81df76590a544d693c1eac711341ce64d1a
