[INFO] fetching crate vagabond 0.1.1... [INFO] checking vagabond-0.1.1 against beta for pr-78714 [INFO] extracting crate vagabond 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate vagabond 0.1.1 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 crates.io crate vagabond 0.1.1 [INFO] finished tweaking crates.io crate vagabond 0.1.1 [INFO] tweaked toml for crates.io crate vagabond 0.1.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] [stdout] 36d49f7c48f49275336120251e8a2805db51448f7c6869780bd28c480a96f339 [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" "36d49f7c48f49275336120251e8a2805db51448f7c6869780bd28c480a96f339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36d49f7c48f49275336120251e8a2805db51448f7c6869780bd28c480a96f339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36d49f7c48f49275336120251e8a2805db51448f7c6869780bd28c480a96f339", kill_on_drop: false }` [INFO] [stdout] 36d49f7c48f49275336120251e8a2805db51448f7c6869780bd28c480a96f339 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] eb0b2027458fade9757c4032613fb3f0df4ba8651df47503a84eccd34782aed3 [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" "eb0b2027458fade9757c4032613fb3f0df4ba8651df47503a84eccd34782aed3", kill_on_drop: false }` [INFO] [stderr] Checking kankyo v0.2.0 [INFO] [stderr] Checking lz4-compress v0.1.0 [INFO] [stderr] Checking cdrs v2.3.3 [INFO] [stderr] Checking vagabond v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 140 | fn init_single_connection(cfg: &Config) -> VBSession { [INFO] [stdout] | --------- expected `Session>>>` because of return type [INFO] [stdout] ... [INFO] [stdout] 163 | ses [INFO] [stdout] | ^^^ expected struct `Pool`, found struct `cluster::generic_connection_pool::ConnectionPool` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Session>>>` [INFO] [stdout] found struct `Session>>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | session.query(query).ioexpect(&format!("Error applying migration query: {}. You should probably clean this up", query)); [INFO] [stdout] | ^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | let body = session.query("SELECT migration FROM vagabond").unwrap().get_body().unwrap(); [INFO] [stdout] | ^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 188 | session.query("TRUNCATE vagabond").unwrap(); [INFO] [stdout] | ^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query_with_values` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | session.query_with_values("INSERT INTO vagabond (migration) VALUES (?)", query_values!(name)).ioexpect("Error setting migration in da... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query_with_values` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 140 | fn init_single_connection(cfg: &Config) -> VBSession { [INFO] [stdout] | --------- expected `Session>>>` because of return type [INFO] [stdout] ... [INFO] [stdout] 163 | ses [INFO] [stdout] | ^^^ expected struct `Pool`, found struct `cluster::generic_connection_pool::ConnectionPool` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Session>>>` [INFO] [stdout] found struct `Session>>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cdrs::types::IntoRustByIndex` [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use cdrs::types::IntoRustByIndex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | session.query(query).ioexpect(&format!("Error applying migration query: {}. You should probably clean this up", query)); [INFO] [stdout] | ^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [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: E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | let body = session.query("SELECT migration FROM vagabond").unwrap().get_body().unwrap(); [INFO] [stdout] | ^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 188 | session.query("TRUNCATE vagabond").unwrap(); [INFO] [stdout] | ^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query_with_values` found for reference `&Session>>>` in the current scope [INFO] [stdout] --> src/main.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | session.query_with_values("INSERT INTO vagabond (migration) VALUES (?)", query_values!(name)).ioexpect("Error setting migration in da... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `&Session>>>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/cluster/session.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Session { [INFO] [stdout] | ---------------------- doesn't satisfy `_: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cdrs-2.3.3/src/load_balancing/single_node.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct SingleNode { [INFO] [stdout] | ------------------------ doesn't satisfy `_: LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query_with_values` exists but the following trait bounds were not satisfied: [INFO] [stdout] `SingleNode>>: LoadBalancingStrategy>` [INFO] [stdout] which is required by `Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vagabond` [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] [stdout] warning: unused import: `cdrs::types::IntoRustByIndex` [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use cdrs::types::IntoRustByIndex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [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: E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "eb0b2027458fade9757c4032613fb3f0df4ba8651df47503a84eccd34782aed3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb0b2027458fade9757c4032613fb3f0df4ba8651df47503a84eccd34782aed3", kill_on_drop: false }` [INFO] [stdout] eb0b2027458fade9757c4032613fb3f0df4ba8651df47503a84eccd34782aed3