[INFO] fetching crate sqlite 0.26.0... [INFO] testing sqlite-0.26.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sqlite 0.26.0 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate sqlite 0.26.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 sqlite 0.26.0 [INFO] finished tweaking crates.io crate sqlite 0.26.0 [INFO] tweaked toml for crates.io crate sqlite 0.26.0 written to /workspace/builds/worker-21/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-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] b4a0c78049a2e3f2ab677ad6a8d39d513039883d54919c6ee1cdfc88190e6032 [INFO] running `Command { std: "docker" "start" "-a" "b4a0c78049a2e3f2ab677ad6a8d39d513039883d54919c6ee1cdfc88190e6032", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4a0c78049a2e3f2ab677ad6a8d39d513039883d54919c6ee1cdfc88190e6032", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4a0c78049a2e3f2ab677ad6a8d39d513039883d54919c6ee1cdfc88190e6032", kill_on_drop: false }` [INFO] [stdout] b4a0c78049a2e3f2ab677ad6a8d39d513039883d54919c6ee1cdfc88190e6032 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 1ff9470a6c91fdfe134a9f57369f3b5a878e6191455cb98ef79632f3ae60e1c0 [INFO] running `Command { std: "docker" "start" "-a" "1ff9470a6c91fdfe134a9f57369f3b5a878e6191455cb98ef79632f3ae60e1c0", 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 sqlite3-src v0.3.0 [INFO] [stderr] Compiling sqlite3-sys v0.13.0 [INFO] [stderr] Compiling sqlite v0.26.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | 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:32:35 [INFO] [stdout] | [INFO] [stdout] 32 | 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:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | 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:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | 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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.91s [INFO] running `Command { std: "docker" "inspect" "1ff9470a6c91fdfe134a9f57369f3b5a878e6191455cb98ef79632f3ae60e1c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ff9470a6c91fdfe134a9f57369f3b5a878e6191455cb98ef79632f3ae60e1c0", kill_on_drop: false }` [INFO] [stdout] 1ff9470a6c91fdfe134a9f57369f3b5a878e6191455cb98ef79632f3ae60e1c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 5dec4d26624f39767e4cb55add5e25e6ad8c9c310524babc1d3215fd14671ea4 [INFO] running `Command { std: "docker" "start" "-a" "5dec4d26624f39767e4cb55add5e25e6ad8c9c310524babc1d3215fd14671ea4", kill_on_drop: false }` [INFO] [stderr] Compiling random v0.12.2 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | 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:32:35 [INFO] [stdout] | [INFO] [stdout] 32 | 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:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | 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:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | 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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling temporary v0.6.4 [INFO] [stderr] Compiling sqlite v0.26.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/statement.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | 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:32:35 [INFO] [stdout] | [INFO] [stdout] 32 | 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:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | 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:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | 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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.83s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlite-ab069d350b740f09) [INFO] [stderr] Executable tests/lib.rs (/opt/rustwide/target/debug/deps/lib-d20462acd16367fd) [INFO] running `Command { std: "docker" "inspect" "5dec4d26624f39767e4cb55add5e25e6ad8c9c310524babc1d3215fd14671ea4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dec4d26624f39767e4cb55add5e25e6ad8c9c310524babc1d3215fd14671ea4", kill_on_drop: false }` [INFO] [stdout] 5dec4d26624f39767e4cb55add5e25e6ad8c9c310524babc1d3215fd14671ea4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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", kill_on_drop: false }` [INFO] [stdout] 21d4dabfd1c5bc1c52e8a04e392309cec784debae6e38aaa39ed7183d0b1646e [INFO] running `Command { std: "docker" "start" "-a" "21d4dabfd1c5bc1c52e8a04e392309cec784debae6e38aaa39ed7183d0b1646e", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/statement.rs:32:19 [INFO] [stderr] | [INFO] [stderr] 32 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Statement` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/statement.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | fn bind(self, &mut Statement, usize) -> Result<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/statement.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | fn read(&Statement, usize) -> Result; [INFO] [stderr] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Statement` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/statement.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | fn read(&Statement, usize) -> Result; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `sqlite` (lib) generated 4 warnings [INFO] [stderr] warning: `sqlite` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlite-ab069d350b740f09) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-d20462acd16367fd) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test connection_error ... ok [INFO] [stdout] test connection_iterate ... ok [INFO] [stdout] test statement_parameter_index ... ok [INFO] [stdout] test cursor_bind_by_name ... ok [INFO] [stdout] test connection_change_count ... ok [INFO] [stdout] test statement_read ... ok [INFO] [stdout] test statement_bind_by_name_multiple ... ok [INFO] [stdout] test statement_bind_by_name ... ok [INFO] [stdout] test statement_read_with_optional ... ok [INFO] [stdout] test cursor_workflow ... ok [INFO] [stdout] test statement_bind ... ok [INFO] [stdout] test statement_column_count ... ok [INFO] [stdout] test statement_column_name ... ok [INFO] [stdout] test statement_bind_with_optional ... ok [INFO] [stdout] test statement_wildcard_with_binding ... ok [INFO] [stdout] test cursor_read ... ok [INFO] [stdout] test statement_column_type ... ok [INFO] [stdout] test cursor_wildcard_with_binding ... ok [INFO] [stdout] test cursor_wildcard ... ok [INFO] [stdout] test statement_wildcard ... ok [INFO] [stdout] test connection_open_with_flags ... ok [INFO] [stdout] test connection_set_busy_handler ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.80s [INFO] [stdout] [INFO] [stderr] Doc-tests sqlite [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/lib.rs - (line 7) ... ok [INFO] [stdout] test src/statement.rs - statement::Statement::parameter_index (line 129) ... ok [INFO] [stdout] test src/lib.rs - (line 75) ... ok [INFO] [stdout] test src/statement.rs - statement::Statement::bind_by_name (line 56) ... ok [INFO] [stdout] test src/cursor.rs - cursor::Cursor::bind_by_name (line 31) ... ok [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/lib.rs - (line 47) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "21d4dabfd1c5bc1c52e8a04e392309cec784debae6e38aaa39ed7183d0b1646e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21d4dabfd1c5bc1c52e8a04e392309cec784debae6e38aaa39ed7183d0b1646e", kill_on_drop: false }` [INFO] [stdout] 21d4dabfd1c5bc1c52e8a04e392309cec784debae6e38aaa39ed7183d0b1646e