[INFO] cloning repository https://github.com/lethuzulu/sqlite-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lethuzulu/sqlite-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Fsqlite-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Fsqlite-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3b9090f1140dd954946720ee01111f15f350bee0
[INFO] testing lethuzulu/sqlite-rust against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Fsqlite-rust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lethuzulu/sqlite-rust
[INFO] finished tweaking git repo https://github.com/lethuzulu/sqlite-rust
[INFO] tweaked toml for git repo https://github.com/lethuzulu/sqlite-rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lethuzulu/sqlite-rust on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lethuzulu/sqlite-rust 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c5c34eadbec8d15476f5e5297c82ee9aa6e7c10f9227674862927b57ad30065
[INFO] running `Command { std: "docker" "start" "-a" "4c5c34eadbec8d15476f5e5297c82ee9aa6e7c10f9227674862927b57ad30065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c5c34eadbec8d15476f5e5297c82ee9aa6e7c10f9227674862927b57ad30065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c5c34eadbec8d15476f5e5297c82ee9aa6e7c10f9227674862927b57ad30065", kill_on_drop: false }`
[INFO] [stdout] 4c5c34eadbec8d15476f5e5297c82ee9aa6e7c10f9227674862927b57ad30065
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4528024d63b5b282a4c393d7dcc7675e4db6f63d7fd25c7086bb1a58f8f8b9e9
[INFO] running `Command { std: "docker" "start" "-a" "4528024d63b5b282a4c393d7dcc7675e4db6f63d7fd25c7086bb1a58f8f8b9e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sqlite-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:144:57
[INFO] [stdout]     |
[INFO] [stdout] 144 |     file.seek(SeekFrom::Start((rootpage as usize - 1) * page_size as u64))?;
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^ expected `usize`, found `u64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot multiply `usize` by `u64`
[INFO] [stdout]    --> src/main.rs:144:55
[INFO] [stdout]     |
[INFO] [stdout] 144 |     file.seek(SeekFrom::Start((rootpage as usize - 1) * page_size as u64))?;
[INFO] [stdout]     |                                                       ^ no implementation for `usize * u64`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Mul<u64>` is not implemented for `usize`
[INFO] [stdout] help: the following other types implement trait `Mul<Rhs>`
[INFO] [stdout]    --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/arith.rs:346:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `usize` implements `Mul`
[INFO] [stdout]    ::: /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/arith.rs:361:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]    --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/internal_macros.rs:22:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&usize` implements `Mul<usize>`
[INFO] [stdout]    ::: /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/internal_macros.rs:33:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `usize` implements `Mul<&usize>`
[INFO] [stdout]    ::: /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/internal_macros.rs:44:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&usize` implements `Mul`
[INFO] [stdout]     = note: this error originates in the macro `mul_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:144:31
[INFO] [stdout]     |
[INFO] [stdout] 144 |     file.seek(SeekFrom::Start((rootpage as usize - 1) * page_size as u64))?;
[INFO] [stdout]     |               --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `usize`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/io/mod.rs:2228:4
[INFO] [stdout] help: you can convert a `usize` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 144 |     file.seek(SeekFrom::Start(((rootpage as usize - 1) * page_size as u64).try_into().unwrap()))?;
[INFO] [stdout]     |                               +                                          +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlite-rust` (bin "sqlite-rust") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "4528024d63b5b282a4c393d7dcc7675e4db6f63d7fd25c7086bb1a58f8f8b9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4528024d63b5b282a4c393d7dcc7675e4db6f63d7fd25c7086bb1a58f8f8b9e9", kill_on_drop: false }`
[INFO] [stdout] 4528024d63b5b282a4c393d7dcc7675e4db6f63d7fd25c7086bb1a58f8f8b9e9
