[INFO] cloning repository https://github.com/jaseemabid/rsqlite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaseemabid/rsqlite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaseemabid%2Frsqlite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaseemabid%2Frsqlite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 282773101b488f3a864995465d0a042c62f36ed4
[INFO] checking jaseemabid/rsqlite against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaseemabid%2Frsqlite" "/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/jaseemabid/rsqlite
[INFO] finished tweaking git repo https://github.com/jaseemabid/rsqlite
[INFO] tweaked toml for git repo https://github.com/jaseemabid/rsqlite written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jaseemabid/rsqlite on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jaseemabid/rsqlite 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e639d521fcff1ed66f33280311ad911db4175a080279f88ab74dedd31160696d
[INFO] running `Command { std: "docker" "start" "-a" "e639d521fcff1ed66f33280311ad911db4175a080279f88ab74dedd31160696d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e639d521fcff1ed66f33280311ad911db4175a080279f88ab74dedd31160696d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e639d521fcff1ed66f33280311ad911db4175a080279f88ab74dedd31160696d", kill_on_drop: false }`
[INFO] [stdout] e639d521fcff1ed66f33280311ad911db4175a080279f88ab74dedd31160696d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e23f4efe3cbdb3e0dab01a2c691f00eb3a0a3f75a5315678bc8f5e264894ae1
[INFO] running `Command { std: "docker" "start" "-a" "3e23f4efe3cbdb3e0dab01a2c691f00eb3a0a3f75a5315678bc8f5e264894ae1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling binrw_derive v0.14.1
[INFO] [stderr]    Compiling binrw v0.14.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking rsqlite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> src/schema.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(BinRead, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: end byte index 43 is out of bounds for string of length 38
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> src/schema.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(BinRead, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: end byte index 43 is out of bounds for string of length 38
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `schema::Database: binrw::BinRead` is not satisfied
[INFO] [stdout]    --> src/schema.rs:423:39
[INFO] [stdout]     |
[INFO] [stdout] 423 |         let database: Database = file.read_be().expect("Failed to read db header at start of file");
[INFO] [stdout]     |                                       ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `binrw::BinRead` is not implemented for `schema::Database`
[INFO] [stdout]    --> src/schema.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct Database {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `binrw::BinRead`:
[INFO] [stdout]               ()
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (b15, b16, b17, b18, b19, b20, b21, b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32)
[INFO] [stdout]             and 66 others
[INFO] [stdout] note: required by a bound in `binrw::BinReaderExt::read_be`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/binrw-0.14.1/src/binread/mod.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn read_be<'a, T>(&mut self) -> BinResult<T>
[INFO] [stdout]     |        ------- required by a bound in this associated function
[INFO] [stdout] 233 |     where
[INFO] [stdout] 234 |         T: BinRead,
[INFO] [stdout]     |            ^^^^^^^ required by this bound in `BinReaderExt::read_be`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rsqlite-19e03a8c0c669fb3.long-type-17479257024533603347.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `schema::Database: binrw::BinRead` is not satisfied
[INFO] [stdout]    --> src/schema.rs:423:34
[INFO] [stdout]     |
[INFO] [stdout] 423 |         let database: Database = file.read_be().expect("Failed to read db header at start of file");
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `binrw::BinRead` is not implemented for `schema::Database`
[INFO] [stdout]    --> src/schema.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct Database {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `binrw::BinRead`:
[INFO] [stdout]               ()
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (b15, b16, b17, b18, b19, b20, b21, b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32)
[INFO] [stdout]             and 66 others
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rsqlite-19e03a8c0c669fb3.long-type-17479257024533603347.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `schema::Database: binrw::BinRead` is not satisfied
[INFO] [stdout]    --> src/schema.rs:432:33
[INFO] [stdout]     |
[INFO] [stdout] 432 |         let db: Database = file.read_be().expect("Failed to parse 1st page");
[INFO] [stdout]     |                                 ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `binrw::BinRead` is not implemented for `schema::Database`
[INFO] [stdout]    --> src/schema.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct Database {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `binrw::BinRead`:
[INFO] [stdout]               ()
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (b15, b16, b17, b18, b19, b20, b21, b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32)
[INFO] [stdout]             and 66 others
[INFO] [stdout] note: required by a bound in `binrw::BinReaderExt::read_be`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/binrw-0.14.1/src/binread/mod.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn read_be<'a, T>(&mut self) -> BinResult<T>
[INFO] [stdout]     |        ------- required by a bound in this associated function
[INFO] [stdout] 233 |     where
[INFO] [stdout] 234 |         T: BinRead,
[INFO] [stdout]     |            ^^^^^^^ required by this bound in `BinReaderExt::read_be`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rsqlite-19e03a8c0c669fb3.long-type-17479257024533603347.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `schema::Database: binrw::BinRead` is not satisfied
[INFO] [stdout]    --> src/schema.rs:432:28
[INFO] [stdout]     |
[INFO] [stdout] 432 |         let db: Database = file.read_be().expect("Failed to parse 1st page");
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `binrw::BinRead` is not implemented for `schema::Database`
[INFO] [stdout]    --> src/schema.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct Database {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `binrw::BinRead`:
[INFO] [stdout]               ()
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (b15, b16, b17, b18, b19, b20, b21, b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32)
[INFO] [stdout]             and 66 others
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rsqlite-19e03a8c0c669fb3.long-type-17479257024533603347.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `schema::Database: binrw::BinRead` is not satisfied
[INFO] [stdout]    --> src/schema.rs:485:33
[INFO] [stdout]     |
[INFO] [stdout] 485 |         let db: Database = file.read_be().expect("Failed to parse 2nd page");
[INFO] [stdout]     |                                 ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `binrw::BinRead` is not implemented for `schema::Database`
[INFO] [stdout]    --> src/schema.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct Database {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `binrw::BinRead`:
[INFO] [stdout]               ()
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (b15, b16, b17, b18, b19, b20, b21, b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32)
[INFO] [stdout]             and 66 others
[INFO] [stdout] note: required by a bound in `binrw::BinReaderExt::read_be`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/binrw-0.14.1/src/binread/mod.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn read_be<'a, T>(&mut self) -> BinResult<T>
[INFO] [stdout]     |        ------- required by a bound in this associated function
[INFO] [stdout] 233 |     where
[INFO] [stdout] 234 |         T: BinRead,
[INFO] [stdout]     |            ^^^^^^^ required by this bound in `BinReaderExt::read_be`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rsqlite-19e03a8c0c669fb3.long-type-17479257024533603347.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `schema::Database: binrw::BinRead` is not satisfied
[INFO] [stdout]    --> src/schema.rs:485:28
[INFO] [stdout]     |
[INFO] [stdout] 485 |         let db: Database = file.read_be().expect("Failed to parse 2nd page");
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `binrw::BinRead` is not implemented for `schema::Database`
[INFO] [stdout]    --> src/schema.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct Database {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `binrw::BinRead`:
[INFO] [stdout]               ()
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (b15, b16, b17, b18, b19, b20, b21, b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32)
[INFO] [stdout]             and 66 others
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rsqlite-19e03a8c0c669fb3.long-type-17479257024533603347.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rsqlite` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rsqlite` (lib test) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "3e23f4efe3cbdb3e0dab01a2c691f00eb3a0a3f75a5315678bc8f5e264894ae1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e23f4efe3cbdb3e0dab01a2c691f00eb3a0a3f75a5315678bc8f5e264894ae1", kill_on_drop: false }`
[INFO] [stdout] 3e23f4efe3cbdb3e0dab01a2c691f00eb3a0a3f75a5315678bc8f5e264894ae1
