[INFO] fetching crate smt2 0.2.0...
[INFO] testing smt2-0.2.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate smt2 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate smt2 0.2.0
[INFO] finished tweaking crates.io crate smt2 0.2.0
[INFO] tweaked toml for crates.io crate smt2 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate smt2 0.2.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62cd0910b36b6f69e81ee1fe670c5704eb0082723d0130fc5576e4e98663b23a
[INFO] running `Command { std: "docker" "start" "-a" "62cd0910b36b6f69e81ee1fe670c5704eb0082723d0130fc5576e4e98663b23a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62cd0910b36b6f69e81ee1fe670c5704eb0082723d0130fc5576e4e98663b23a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62cd0910b36b6f69e81ee1fe670c5704eb0082723d0130fc5576e4e98663b23a", kill_on_drop: false }`
[INFO] [stdout] 62cd0910b36b6f69e81ee1fe670c5704eb0082723d0130fc5576e4e98663b23a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] faeb38a18a01781a4f35d5f62f505cc1e6027a260e4f0eecf5b0305451116c4a
[INFO] running `Command { std: "docker" "start" "-a" "faeb38a18a01781a4f35d5f62f505cc1e6027a260e4f0eecf5b0305451116c4a", kill_on_drop: false }`
[INFO] [stderr]    Compiling numtoa v0.1.0
[INFO] [stderr]    Compiling utf8-decode v1.0.1
[INFO] [stderr]    Compiling termion v1.5.6
[INFO] [stderr]    Compiling source-span v2.7.0
[INFO] [stderr]    Compiling smt2 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `downgrade_pattern`, `downgrade_sort_declaration`, `upgrade_pattern`, and `upgrade_abstract_sort` are never used
[INFO] [stdout]    --> src/client/interface.rs:85:16
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl<L, C: Constant, S: Sort, F: Function> Client<L, C, S, F> {
[INFO] [stdout]     | ------------------------------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub(crate) fn downgrade_pattern(&self, _pattern: &Typed<Pattern<Self>>) -> ExecResult<Typed<Pattern<Internal<L, C, F>>>, Error<...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub(crate) fn downgrade_sort_declaration(&self, decl: &SortDeclaration<Self>) -> ExecResult<SortDeclaration<Internal<L, C, F>>,...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub(crate) fn upgrade_pattern(&self, _pattern: &Typed<Pattern<Internal<L, C, F>>>) -> ExecResult<Typed<Pattern<Self>>, Error<L,...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub(crate) fn upgrade_abstract_sort(&self, sort: &AbstractGroundSort<Ident>) -> ExecResult<AbstractGroundSort<S>, Error<L, C, S...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
[INFO] running `Command { std: "docker" "inspect" "faeb38a18a01781a4f35d5f62f505cc1e6027a260e4f0eecf5b0305451116c4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faeb38a18a01781a4f35d5f62f505cc1e6027a260e4f0eecf5b0305451116c4a", kill_on_drop: false }`
[INFO] [stdout] faeb38a18a01781a4f35d5f62f505cc1e6027a260e4f0eecf5b0305451116c4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d926b499595f69ab51a3dde885971a89869c40ce36ada2f7f34ca250408409d4
[INFO] running `Command { std: "docker" "start" "-a" "d926b499595f69ab51a3dde885971a89869c40ce36ada2f7f34ca250408409d4", kill_on_drop: false }`
[INFO] [stderr]    Compiling smt2 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `downgrade_pattern`, `downgrade_sort_declaration`, `upgrade_pattern`, and `upgrade_abstract_sort` are never used
[INFO] [stdout]    --> src/client/interface.rs:85:16
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl<L, C: Constant, S: Sort, F: Function> Client<L, C, S, F> {
[INFO] [stdout]     | ------------------------------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub(crate) fn downgrade_pattern(&self, _pattern: &Typed<Pattern<Self>>) -> ExecResult<Typed<Pattern<Internal<L, C, F>>>, Error<...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub(crate) fn downgrade_sort_declaration(&self, decl: &SortDeclaration<Self>) -> ExecResult<SortDeclaration<Internal<L, C, F>>,...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub(crate) fn upgrade_pattern(&self, _pattern: &Typed<Pattern<Internal<L, C, F>>>) -> ExecResult<Typed<Pattern<Self>>, Error<L,...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub(crate) fn upgrade_abstract_sort(&self, sort: &AbstractGroundSort<Ident>) -> ExecResult<AbstractGroundSort<S>, Error<L, C, S...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `downgrade_pattern`, `downgrade_sort_declaration`, `upgrade_pattern`, and `upgrade_abstract_sort` are never used
[INFO] [stdout]    --> src/client/interface.rs:85:16
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl<L, C: Constant, S: Sort, F: Function> Client<L, C, S, F> {
[INFO] [stdout]     | ------------------------------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub(crate) fn downgrade_pattern(&self, _pattern: &Typed<Pattern<Self>>) -> ExecResult<Typed<Pattern<Internal<L, C, F>>>, Error<...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub(crate) fn downgrade_sort_declaration(&self, decl: &SortDeclaration<Self>) -> ExecResult<SortDeclaration<Internal<L, C, F>>,...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub(crate) fn upgrade_pattern(&self, _pattern: &Typed<Pattern<Internal<L, C, F>>>) -> ExecResult<Typed<Pattern<Self>>, Error<L,...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub(crate) fn upgrade_abstract_sort(&self, sort: &AbstractGroundSort<Ident>) -> ExecResult<AbstractGroundSort<S>, Error<L, C, S...
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "d926b499595f69ab51a3dde885971a89869c40ce36ada2f7f34ca250408409d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d926b499595f69ab51a3dde885971a89869c40ce36ada2f7f34ca250408409d4", kill_on_drop: false }`
[INFO] [stdout] d926b499595f69ab51a3dde885971a89869c40ce36ada2f7f34ca250408409d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9a716ca5763f8d3c08ee68f2fe4df00b436d12667fe72a93ca07e139cb40f4b7
[INFO] running `Command { std: "docker" "start" "-a" "9a716ca5763f8d3c08ee68f2fe4df00b436d12667fe72a93ca07e139cb40f4b7", kill_on_drop: false }`
[INFO] [stderr] warning: methods `downgrade_pattern`, `downgrade_sort_declaration`, `upgrade_pattern`, and `upgrade_abstract_sort` are never used
[INFO] [stderr]    --> src/client/interface.rs:85:16
[INFO] [stderr]     |
[INFO] [stderr]  19 | impl<L, C: Constant, S: Sort, F: Function> Client<L, C, S, F> {
[INFO] [stderr]     | ------------------------------------------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  85 |     pub(crate) fn downgrade_pattern(&self, _pattern: &Typed<Pattern<Self>>) -> ExecResult<Typed<Pattern<Internal<L, C, F>>>, Error<...
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 148 |     pub(crate) fn downgrade_sort_declaration(&self, decl: &SortDeclaration<Self>) -> ExecResult<SortDeclaration<Internal<L, C, F>>,...
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 220 |     pub(crate) fn upgrade_pattern(&self, _pattern: &Typed<Pattern<Internal<L, C, F>>>) -> ExecResult<Typed<Pattern<Self>>, Error<L,...
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 247 |     pub(crate) fn upgrade_abstract_sort(&self, sort: &AbstractGroundSort<Ident>) -> ExecResult<AbstractGroundSort<S>, Error<L, C, S...
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `smt2` (lib) generated 1 warning
[INFO] [stderr] warning: `smt2` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smt2-aeaf21a0c2dad09d)
[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] [stderr]    Doc-tests smt2
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Command (line 357) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Command (line 358) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Command (line 363) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Command (line 359) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Command (line 362) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Term (line 188) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Term (line 186) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::DataTypeDeclaration (line 296) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Term (line 187) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Command (line 360) ... FAILED
[INFO] [stdout] test src/syntax/ast.rs - syntax::ast::Command (line 361) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Command (line 357) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:358:5
[INFO] [stdout]     |
[INFO] [stdout] 358 |           | ( check-sat )
[INFO] [stdout]     |           ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Command (line 358) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:359:5
[INFO] [stdout]     |
[INFO] [stdout] 359 |           | ( declare-const <symbol> <sort> )
[INFO] [stdout]     |           ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Command (line 363) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:364:5
[INFO] [stdout]     |
[INFO] [stdout] 364 |           | ( set-logic <symbol> )
[INFO] [stdout]     |           ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Command (line 359) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:360:5
[INFO] [stdout]     |
[INFO] [stdout] 360 |           | ( declare-datatype <symbol> <datatype_decl> )
[INFO] [stdout]     |           ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Command (line 362) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |           | ( set-info <attribute> )
[INFO] [stdout]     |           ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Term (line 188) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:189:4
[INFO] [stdout]     |
[INFO] [stdout] 189 |       | ( exists ( <sorted_var>+ ) <term> )
[INFO] [stdout]     |       ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Term (line 186) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:187:4
[INFO] [stdout]     |
[INFO] [stdout] 187 |       | ( let ( <var_binding>+ ) <term> )
[INFO] [stdout]     |       ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::DataTypeDeclaration (line 296) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:297:7
[INFO] [stdout]     |
[INFO] [stdout] 297 |             | ( par ( <symbol>+ ) <constructor_dec>+ )
[INFO] [stdout]     |             ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Term (line 187) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:188:4
[INFO] [stdout]     |
[INFO] [stdout] 188 |       | ( forall ( <sorted_var>+ ) <term> )
[INFO] [stdout]     |       ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Command (line 360) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:361:5
[INFO] [stdout]     |
[INFO] [stdout] 361 |           | ( declare-datatypes ( <sort_dec>n+1 ) ( <datatype_dec>n+1 ) )
[INFO] [stdout]     |           ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/syntax/ast.rs - syntax::ast::Command (line 361) stdout ----
[INFO] [stdout] error: expected item, found `|`
[INFO] [stdout]    --> src/syntax/ast.rs:362:5
[INFO] [stdout]     |
[INFO] [stdout] 362 |           | ( exit )
[INFO] [stdout]     |           ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Command (line 357)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Command (line 358)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Command (line 359)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Command (line 360)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Command (line 361)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Command (line 362)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Command (line 363)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::DataTypeDeclaration (line 296)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Term (line 186)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Term (line 187)
[INFO] [stdout]     src/syntax/ast.rs - syntax::ast::Term (line 188)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9a716ca5763f8d3c08ee68f2fe4df00b436d12667fe72a93ca07e139cb40f4b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a716ca5763f8d3c08ee68f2fe4df00b436d12667fe72a93ca07e139cb40f4b7", kill_on_drop: false }`
[INFO] [stdout] 9a716ca5763f8d3c08ee68f2fe4df00b436d12667fe72a93ca07e139cb40f4b7
