[INFO] fetching crate sqlite3 0.24.0... [INFO] testing sqlite3-0.24.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sqlite3 0.24.0 into /workspace/builds/worker-28/source [INFO] validating manifest of crates.io crate sqlite3 0.24.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sqlite3 0.24.0 [INFO] finished tweaking crates.io crate sqlite3 0.24.0 [INFO] tweaked toml for crates.io crate sqlite3 0.24.0 written to /workspace/builds/worker-28/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 58853bba6a75a6d280ff49a1d3156fb79ba5bede17923aaf55fc72ccf5be98d1 [INFO] running `Command { std: "docker" "start" "-a" "58853bba6a75a6d280ff49a1d3156fb79ba5bede17923aaf55fc72ccf5be98d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58853bba6a75a6d280ff49a1d3156fb79ba5bede17923aaf55fc72ccf5be98d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58853bba6a75a6d280ff49a1d3156fb79ba5bede17923aaf55fc72ccf5be98d1", kill_on_drop: false }` [INFO] [stdout] 58853bba6a75a6d280ff49a1d3156fb79ba5bede17923aaf55fc72ccf5be98d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb257327874a2f9bf8ad2a36f7f0482e9cda5be5a627d9445c3cc70bc9ba9646 [INFO] running `Command { std: "docker" "start" "-a" "cb257327874a2f9bf8ad2a36f7f0482e9cda5be5a627d9445c3cc70bc9ba9646", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling sqlite3-src v0.2.12 [INFO] [stderr] Compiling sqlite3-sys v0.12.0 [INFO] [stderr] Compiling sqlite3 v0.24.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/connection.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | try!(self.remove_busy_handler()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(self.statement.reset()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | try!(self.statement.bind(i + 1, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:35:35 [INFO] [stdout] | [INFO] [stdout] 35 | self.state = Some(try!(self.statement.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:47:38 [INFO] [stdout] | [INFO] [stdout] 47 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:53:38 [INFO] [stdout] | [INFO] [stdout] 53 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:64:33 [INFO] [stdout] | [INFO] [stdout] 64 | values.push(try!(self.statement.read(i))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | self.state = Some(try!(self.statement.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ffi::CStr` [INFO] [stdout] --> src/statement.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ffi::CStr; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Statement` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn read(&Statement, usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Statement` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | fn read(&Statement, usize) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:242:43 [INFO] [stdout] | [INFO] [stdout] 242 | Type::Binary => Value::Binary(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:243:41 [INFO] [stdout] | [INFO] [stdout] 243 | Type::Float => Value::Float(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:244:45 [INFO] [stdout] | [INFO] [stdout] 244 | Type::Integer => Value::Integer(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:245:43 [INFO] [stdout] | [INFO] [stdout] 245 | Type::String => Value::String(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connection.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | busy_callback: Option bool>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - busy_callback: Option bool>>, [INFO] [stdout] 11 + busy_callback: Option bool>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `Command { std: "docker" "inspect" "cb257327874a2f9bf8ad2a36f7f0482e9cda5be5a627d9445c3cc70bc9ba9646", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb257327874a2f9bf8ad2a36f7f0482e9cda5be5a627d9445c3cc70bc9ba9646", kill_on_drop: false }` [INFO] [stdout] cb257327874a2f9bf8ad2a36f7f0482e9cda5be5a627d9445c3cc70bc9ba9646 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a59c43d41444ee7f34aa283dfb8b1943ffb41fb01459edb315d897a8440b9a4 [INFO] running `Command { std: "docker" "start" "-a" "2a59c43d41444ee7f34aa283dfb8b1943ffb41fb01459edb315d897a8440b9a4", kill_on_drop: false }` [INFO] [stderr] Compiling random v0.12.2 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/connection.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | try!(self.remove_busy_handler()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(self.statement.reset()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | try!(self.statement.bind(i + 1, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:35:35 [INFO] [stdout] | [INFO] [stdout] 35 | self.state = Some(try!(self.statement.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:47:38 [INFO] [stdout] | [INFO] [stdout] 47 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:53:38 [INFO] [stdout] | [INFO] [stdout] 53 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:64:33 [INFO] [stdout] | [INFO] [stdout] 64 | values.push(try!(self.statement.read(i))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | self.state = Some(try!(self.statement.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ffi::CStr` [INFO] [stdout] --> src/statement.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ffi::CStr; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Statement` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn read(&Statement, usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Statement` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | fn read(&Statement, usize) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:242:43 [INFO] [stdout] | [INFO] [stdout] 242 | Type::Binary => Value::Binary(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:243:41 [INFO] [stdout] | [INFO] [stdout] 243 | Type::Float => Value::Float(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:244:45 [INFO] [stdout] | [INFO] [stdout] 244 | Type::Integer => Value::Integer(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:245:43 [INFO] [stdout] | [INFO] [stdout] 245 | Type::String => Value::String(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connection.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | busy_callback: Option bool>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - busy_callback: Option bool>>, [INFO] [stdout] 11 + busy_callback: Option bool>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling temporary v0.6.4 [INFO] [stderr] Compiling sqlite3 v0.24.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `sqlite` [INFO] [stdout] --> tests/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate sqlite; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:64:51 [INFO] [stdout] | [INFO] [stdout] 64 | assert_eq!(ok!(statement.next()), State::Done); [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 115 | ok!(select.bind(&[Value::Integer(1)])); [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | &[Value::Integer(1), Value::String("Alice".to_string())] [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:118:34 [INFO] [stdout] | [INFO] [stdout] 118 | &[Value::Integer(1), Value::String("Alice".to_string())] [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:123:23 [INFO] [stdout] | [INFO] [stdout] 123 | ok!(select.bind(&[Value::Integer(42)])); [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:126:23 [INFO] [stdout] | [INFO] [stdout] 126 | ok!(insert.bind(&[Value::Integer(42), Value::String("Bob".to_string())])); [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:126:43 [INFO] [stdout] | [INFO] [stdout] 126 | ok!(insert.bind(&[Value::Integer(42), Value::String("Bob".to_string())])); [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:129:23 [INFO] [stdout] | [INFO] [stdout] 129 | ok!(select.bind(&[Value::Integer(42)])); [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | &[Value::Integer(42), Value::String("Bob".to_string())] [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/lib.rs:132:31 [INFO] [stdout] | [INFO] [stdout] 132 | &[Value::Integer(42), Value::String("Bob".to_string())] [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:145:39 [INFO] [stdout] | [INFO] [stdout] 145 | assert_eq!(ok!(statement.next()), State::Row); [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:170:35 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(statement.kind(0), Type::Null); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:171:35 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(statement.kind(1), Type::Null); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | assert_eq!(statement.kind(2), Type::Null); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:173:35 [INFO] [stdout] | [INFO] [stdout] 173 | assert_eq!(statement.kind(3), Type::Null); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:175:39 [INFO] [stdout] | [INFO] [stdout] 175 | assert_eq!(ok!(statement.next()), State::Row); [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:177:35 [INFO] [stdout] | [INFO] [stdout] 177 | assert_eq!(statement.kind(0), Type::Integer); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:178:35 [INFO] [stdout] | [INFO] [stdout] 178 | assert_eq!(statement.kind(1), Type::String); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:179:35 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(statement.kind(2), Type::Float); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> tests/lib.rs:180:35 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(statement.kind(3), Type::Binary); [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:193:39 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(ok!(statement.next()), State::Done); [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:202:39 [INFO] [stdout] | [INFO] [stdout] 202 | assert_eq!(ok!(statement.next()), State::Row); [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:207:39 [INFO] [stdout] | [INFO] [stdout] 207 | assert_eq!(ok!(statement.next()), State::Done); [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:218:15 [INFO] [stdout] | [INFO] [stdout] 218 | while let State::Row = ok!(statement.next()) { [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> tests/lib.rs:231:15 [INFO] [stdout] | [INFO] [stdout] 231 | while let State::Row = ok!(statement.next()) { [INFO] [stdout] | ^^^^^ use of undeclared type `State` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/connection.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | try!(self.remove_busy_handler()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Connection` in this scope [INFO] [stdout] --> tests/lib.rs:237:46 [INFO] [stdout] | [INFO] [stdout] 237 | fn setup_english>(path: T) -> Connection { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Connection` in this scope [INFO] [stdout] --> tests/lib.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | fn setup_users>(path: T) -> Connection { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(self.statement.reset()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | try!(self.statement.bind(i + 1, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:35:35 [INFO] [stdout] | [INFO] [stdout] 35 | self.state = Some(try!(self.statement.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:47:38 [INFO] [stdout] | [INFO] [stdout] 47 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:53:38 [INFO] [stdout] | [INFO] [stdout] 53 | ... *value = try!(self.statement.read(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:64:33 [INFO] [stdout] | [INFO] [stdout] 64 | values.push(try!(self.statement.read(i))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | self.state = Some(try!(self.statement.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ffi::CStr` [INFO] [stdout] --> src/statement.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ffi::CStr; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Statement` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn read(&Statement, usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Statement` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | fn read(&Statement, usize) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:242:43 [INFO] [stdout] | [INFO] [stdout] 242 | Type::Binary => Value::Binary(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:243:41 [INFO] [stdout] | [INFO] [stdout] 243 | Type::Float => Value::Float(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:244:45 [INFO] [stdout] | [INFO] [stdout] 244 | Type::Integer => Value::Integer(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/statement.rs:245:43 [INFO] [stdout] | [INFO] [stdout] 245 | Type::String => Value::String(try!(Readable::read(statement, i))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connection.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | busy_callback: Option bool>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - busy_callback: Option bool>>, [INFO] [stdout] 11 + busy_callback: Option bool>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlite3` due to 29 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2a59c43d41444ee7f34aa283dfb8b1943ffb41fb01459edb315d897a8440b9a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a59c43d41444ee7f34aa283dfb8b1943ffb41fb01459edb315d897a8440b9a4", kill_on_drop: false }` [INFO] [stdout] 2a59c43d41444ee7f34aa283dfb8b1943ffb41fb01459edb315d897a8440b9a4