[INFO] crate vagabond 0.1.1 is already in cache [INFO] testing vagabond-0.1.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate vagabond 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate vagabond 0.1.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "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] c1664b4a4278354921dd1f418e04ad3f23da2bce3d46ff2ea376a1175cc3262b [INFO] running `Command { std: "docker" "start" "-a" "c1664b4a4278354921dd1f418e04ad3f23da2bce3d46ff2ea376a1175cc3262b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1664b4a4278354921dd1f418e04ad3f23da2bce3d46ff2ea376a1175cc3262b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1664b4a4278354921dd1f418e04ad3f23da2bce3d46ff2ea376a1175cc3262b", kill_on_drop: false }` [INFO] [stdout] c1664b4a4278354921dd1f418e04ad3f23da2bce3d46ff2ea376a1175cc3262b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acf882862e3b0b903d0e428041eaf0e0a83f211a581b01b7cda72666188420da [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" "acf882862e3b0b903d0e428041eaf0e0a83f211a581b01b7cda72666188420da", kill_on_drop: false }` [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling kankyo v0.2.0 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling lz4-compress v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling snap v0.2.5 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling cdrs v2.3.3 [INFO] [stderr] Compiling 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 `cdrs::cluster::session::Session>>>` because of return type [INFO] [stdout] ... [INFO] [stdout] 163 | ses [INFO] [stdout] | ^^^ expected struct `r2d2::Pool`, found struct `cdrs::cluster::generic_connection_pool::ConnectionPool` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `cdrs::cluster::session::Session>>>` [INFO] [stdout] found struct `cdrs::cluster::session::Session>>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&cdrs::cluster::session::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 `&cdrs::cluster::session::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 `_: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `cdrs::load_balancing::SingleNode>>: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] which is required by `cdrs::cluster::session::Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&cdrs::cluster::session::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 `&cdrs::cluster::session::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 `_: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `cdrs::load_balancing::SingleNode>>: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] which is required by `cdrs::cluster::session::Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query` found for reference `&cdrs::cluster::session::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 `&cdrs::cluster::session::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 `_: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query` exists but the following trait bounds were not satisfied: [INFO] [stdout] `cdrs::load_balancing::SingleNode>>: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] which is required by `cdrs::cluster::session::Session>>>: cdrs::query::QueryExecutor<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `query_with_values` found for reference `&cdrs::cluster::session::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 `&cdrs::cluster::session::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 `_: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] | [INFO] [stdout] = note: the method `query_with_values` exists but the following trait bounds were not satisfied: [INFO] [stdout] `cdrs::load_balancing::SingleNode>>: cdrs::load_balancing::LoadBalancingStrategy>` [INFO] [stdout] which is required by `cdrs::cluster::session::Session>>>: cdrs::query::QueryExecutor<_, _>` [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: 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: could not compile `vagabond`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "acf882862e3b0b903d0e428041eaf0e0a83f211a581b01b7cda72666188420da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf882862e3b0b903d0e428041eaf0e0a83f211a581b01b7cda72666188420da", kill_on_drop: false }` [INFO] [stdout] acf882862e3b0b903d0e428041eaf0e0a83f211a581b01b7cda72666188420da