[INFO] cloning repository https://github.com/tomerhc/connectue [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerhc%2Fconnectue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 718eed18d36521848a8d2db659381c8eda27b54d [INFO] checking tomerhc/connectue against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerhc%2Fconnectue" "/workspace/builds/worker-4/source", kill_on_drop: false }` [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 beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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 `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bab664979e830e88bacc019e802ef899827e20c25dfb03826ab6ea093096f9ba [INFO] running `Command { std: "docker" "start" "-a" "bab664979e830e88bacc019e802ef899827e20c25dfb03826ab6ea093096f9ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bab664979e830e88bacc019e802ef899827e20c25dfb03826ab6ea093096f9ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bab664979e830e88bacc019e802ef899827e20c25dfb03826ab6ea093096f9ba", kill_on_drop: false }` [INFO] [stdout] bab664979e830e88bacc019e802ef899827e20c25dfb03826ab6ea093096f9ba [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 031607c50e4b4dc67a0cde42cc2972a6cb794221ddd82e9e8559e4fa861a7281 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "031607c50e4b4dc67a0cde42cc2972a6cb794221ddd82e9e8559e4fa861a7281", kill_on_drop: false }` [INFO] [stderr] Checking terminal_size v0.1.12 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking console v0.11.2 [INFO] [stderr] Checking dialoguer v0.6.2 [INFO] [stderr] Checking connectume v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Error`, `Regex` [INFO] [stdout] --> src/schema.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use regex::{Regex, Error}; [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Error`, `Regex` [INFO] [stdout] --> src/schema.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use regex::{Regex, Error}; [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | let mut table = Table::new(schema, 10, 4096); [INFO] [stdout] | ^^^^^^^^^^ ------ -- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] ::: src/table.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(s:Schema, max_pages: u32, page_size: u32, path: String) -> Self { [INFO] [stdout] | -------------------------------------------------------------------------- defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | let mut table = Table::new(schema, 10, 4096); [INFO] [stdout] | ^^^^^^^^^^ ------ -- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] ::: src/table.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(s:Schema, max_pages: u32, page_size: u32, path: String) -> Self { [INFO] [stdout] | -------------------------------------------------------------------------- defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | let mut table = Table::new(schema, 5, 100); [INFO] [stdout] | ^^^^^^^^^^ ------ - --- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] ::: src/table.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(s:Schema, max_pages: u32, page_size: u32, path: String) -> Self { [INFO] [stdout] | -------------------------------------------------------------------------- defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | let mut table = Table::new(schema, 10, 4096); [INFO] [stdout] | ^^^^^^^^^^ ------ -- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] ::: src/table.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(s:Schema, max_pages: u32, page_size: u32, path: String) -> Self { [INFO] [stdout] | -------------------------------------------------------------------------- defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:106:25 [INFO] [stdout] | [INFO] [stdout] 106 | let mut table = Table::new(schema, 10, 4096); [INFO] [stdout] | ^^^^^^^^^^ ------ -- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] ::: src/table.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(s:Schema, max_pages: u32, page_size: u32, path: String) -> Self { [INFO] [stdout] | -------------------------------------------------------------------------- defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/table.rs:68:56 [INFO] [stdout] | [INFO] [stdout] 68 | let deserilized = self.deserialize_row(row); [INFO] [stdout] | ^^^ expected struct `Vec`, found `u8` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [INFO] [stdout] found type `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/table.rs:68:56 [INFO] [stdout] | [INFO] [stdout] 68 | let deserilized = self.deserialize_row(row); [INFO] [stdout] | ^^^ expected struct `Vec`, found `u8` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [INFO] [stdout] found type `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `connectume` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "031607c50e4b4dc67a0cde42cc2972a6cb794221ddd82e9e8559e4fa861a7281", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "031607c50e4b4dc67a0cde42cc2972a6cb794221ddd82e9e8559e4fa861a7281", kill_on_drop: false }` [INFO] [stdout] 031607c50e4b4dc67a0cde42cc2972a6cb794221ddd82e9e8559e4fa861a7281