[INFO] cloning repository https://github.com/tomerhc/connectue [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomerhc/connectue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerhc%2Fconnectue"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerhc%2Fconnectue'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1892355b6acd55dcd4126cd88331d5fb891f3be6 [INFO] testing tomerhc/connectue against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerhc%2Fconnectue" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomerhc/connectue on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tomerhc/connectue [INFO] finished tweaking git repo https://github.com/tomerhc/connectue [INFO] tweaked toml for git repo https://github.com/tomerhc/connectue written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/tomerhc/connectue already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] fb6f3b845f13a5049b831443b9cbc9baa136d44678b3d7d882c6e7739c5d4521 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "fb6f3b845f13a5049b831443b9cbc9baa136d44678b3d7d882c6e7739c5d4521"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling terminal_size v0.1.12 [INFO] [stderr] Compiling console v0.11.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling dialoguer v0.6.2 [INFO] [stderr] Compiling connectume v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Error`, `Regex` [INFO] [stderr] --> src/schema.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use regex::{Regex, Error}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stderr] --> src/main.rs:21:21 [INFO] [stderr] | [INFO] [stderr] 21 | let mut table = Table::new(schema, 10, 4096); [INFO] [stderr] | ^^^^^^^^^^ ------ -- ---- supplied 3 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 4 arguments [INFO] [stderr] | [INFO] [stderr] ::: src/table.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn new(s:Schema, max_pages: u32, page_size: u32, path: String) -> Self { [INFO] [stderr] | -------------------------------------------------------------------------- defined here [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/table.rs:68:56 [INFO] [stderr] | [INFO] [stderr] 68 | let deserilized = self.deserialize_row(row); [INFO] [stderr] | ^^^ expected struct `std::vec::Vec`, found `u8` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec` [INFO] [stderr] found type `u8` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `connectume`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fb6f3b845f13a5049b831443b9cbc9baa136d44678b3d7d882c6e7739c5d4521"` [INFO] running `"docker" "rm" "-f" "fb6f3b845f13a5049b831443b9cbc9baa136d44678b3d7d882c6e7739c5d4521"` [INFO] [stdout] fb6f3b845f13a5049b831443b9cbc9baa136d44678b3d7d882c6e7739c5d4521