[INFO] fetching crate sibyl 0.6.16... [INFO] checking sibyl-0.6.16 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate sibyl 0.6.16 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate sibyl 0.6.16 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sibyl 0.6.16 [INFO] finished tweaking crates.io crate sibyl 0.6.16 [INFO] tweaked toml for crates.io crate sibyl 0.6.16 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate sibyl 0.6.16 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-once-cell v0.4.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff08f9f3f8fdcd6f0c71f94b258ddd3b76f556c353725ce28d4ec66da586dc1b [INFO] running `Command { std: "docker" "start" "-a" "ff08f9f3f8fdcd6f0c71f94b258ddd3b76f556c353725ce28d4ec66da586dc1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff08f9f3f8fdcd6f0c71f94b258ddd3b76f556c353725ce28d4ec66da586dc1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff08f9f3f8fdcd6f0c71f94b258ddd3b76f556c353725ce28d4ec66da586dc1b", kill_on_drop: false }` [INFO] [stdout] ff08f9f3f8fdcd6f0c71f94b258ddd3b76f556c353725ce28d4ec66da586dc1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fde3432352c6ec2c8591c69b912234437a846e3c6a91867c3dfe3eddcea02baa [INFO] running `Command { std: "docker" "start" "-a" "fde3432352c6ec2c8591c69b912234437a846e3c6a91867c3dfe3eddcea02baa", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling tokio v1.25.0 [INFO] [stderr] Compiling sibyl v0.6.16 (/opt/rustwide/workdir) [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking once_cell v1.17.0 [INFO] [stderr] Checking lock_api v0.4.9 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stdout] error: either 'blocking' or 'nonblocking' feature must be explicitly specified [INFO] [stdout] --> src/lib.rs:124:1 [INFO] [stdout] | [INFO] [stdout] 124 | compile_error!("either 'blocking' or 'nonblocking' feature must be explicitly specified"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/attr.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Result, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 2 | use super::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `c_void` is imported redundantly [INFO] [stdout] --> src/oci/attr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::*; [INFO] [stdout] | -------- the item `c_void` is already imported here [INFO] [stdout] 3 | use libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/handle.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Error` is imported redundantly [INFO] [stdout] --> src/oci/handle.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Error` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/desc.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Error` is imported redundantly [INFO] [stdout] --> src/oci/desc.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Error` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/param.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 4 | use super::{*, desc::Descriptor}; [INFO] [stdout] | - the item `Result` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Descriptor` is imported redundantly [INFO] [stdout] --> src/oci/param.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use super::{*, desc::Descriptor}; [INFO] [stdout] | - ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item `Descriptor` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `attr` is imported redundantly [INFO] [stdout] --> src/stmt/rows.rs:14:63 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::{Cursor, Error, Result, RowID, Statement, oci::{*, attr}, types::Ctx, Session}; [INFO] [stdout] | - ^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item `attr` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Ordering` [INFO] [stdout] --> src/lob.rs:11:42 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::{Arc, atomic::{AtomicU32, Ordering}}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `drop` [INFO] [stdout] --> src/session.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | impl Drop for SvcCtx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ missing `drop` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn drop(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `drop` [INFO] [stdout] --> src/stmt.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | impl Drop for Statement<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `drop` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn drop(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `drop` [INFO] [stdout] --> src/lob.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | impl Drop for LobInner where T: DescriptorType + 'static { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `drop` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn drop(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `fmt` [INFO] [stdout] --> src/lob.rs:638:1 [INFO] [stdout] | [INFO] [stdout] 638 | impl std::fmt::Debug for LOB<'_,OCICLobLocator> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `fmt` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn fmt(&self, _: &mut Formatter<'_>) -> std::result::Result<(), std::fmt::Error> { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `fmt` [INFO] [stdout] --> src/lob.rs:669:1 [INFO] [stdout] | [INFO] [stdout] 669 | impl std::fmt::Debug for LOB<'_,OCIBLobLocator> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `fmt` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn fmt(&self, _: &mut Formatter<'_>) -> std::result::Result<(), std::fmt::Error> { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `fmt` [INFO] [stdout] --> src/lob.rs:700:1 [INFO] [stdout] | [INFO] [stdout] 700 | impl std::fmt::Debug for LOB<'_,OCIBFileLocator> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `fmt` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn fmt(&self, _: &mut Formatter<'_>) -> std::result::Result<(), std::fmt::Error> { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `make` found for struct `LOB` in the current scope [INFO] [stdout] --> src/stmt/data.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, OCICLobLocator>` [INFO] [stdout] ... [INFO] [stdout] 266 | impl_from_lob!{ ColumnBuffer::CLOB => OCICLobLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | -------------------- function or associated item `make` not found for this struct [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `LOB<'_, oci::OCICLobLocator>` consider using one of the following associated functions: [INFO] [stdout] LOB::<'a, T>::make_new [INFO] [stdout] LOB::<'a, T>::make_temp [INFO] [stdout] LOB::<'a, T>::new [INFO] [stdout] LOB::<'a, T>::empty [INFO] [stdout] --> src/lob.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | fn make_new(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | fn make_temp(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 446 | pub fn empty(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `impl_from_lob` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `make` found for struct `LOB` in the current scope [INFO] [stdout] --> src/stmt/data.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, OCIBLobLocator>` [INFO] [stdout] ... [INFO] [stdout] 267 | impl_from_lob!{ ColumnBuffer::BLOB => OCIBLobLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | -------------------- function or associated item `make` not found for this struct [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `LOB<'_, oci::OCIBLobLocator>` consider using one of the following associated functions: [INFO] [stdout] LOB::<'a, T>::make_new [INFO] [stdout] LOB::<'a, T>::make_temp [INFO] [stdout] LOB::<'a, T>::new [INFO] [stdout] LOB::<'a, T>::empty [INFO] [stdout] --> src/lob.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | fn make_new(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | fn make_temp(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 446 | pub fn empty(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `impl_from_lob` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `make` found for struct `LOB` in the current scope [INFO] [stdout] --> src/stmt/data.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, OCIBFileLocator>` [INFO] [stdout] ... [INFO] [stdout] 268 | impl_from_lob!{ ColumnBuffer::BFile => OCIBFileLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | -------------------- function or associated item `make` not found for this struct [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `LOB<'_, oci::OCIBFileLocator>` consider using one of the following associated functions: [INFO] [stdout] LOB::<'a, T>::make_new [INFO] [stdout] LOB::<'a, T>::make_temp [INFO] [stdout] LOB::<'a, T>::new [INFO] [stdout] LOB::<'a, T>::empty [INFO] [stdout] LOB::<'a, oci::OCIBFileLocator>::new [INFO] [stdout] --> src/lob.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | fn make_new(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | fn make_temp(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 446 | pub fn empty(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `impl_from_lob` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: either 'blocking' or 'nonblocking' feature must be explicitly specified [INFO] [stdout] --> src/lib.rs:124:1 [INFO] [stdout] | [INFO] [stdout] 124 | compile_error!("either 'blocking' or 'nonblocking' feature must be explicitly specified"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/attr.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Result, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 2 | use super::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `c_void` is imported redundantly [INFO] [stdout] --> src/oci/attr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::*; [INFO] [stdout] | -------- the item `c_void` is already imported here [INFO] [stdout] 3 | use libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/handle.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Error` is imported redundantly [INFO] [stdout] --> src/oci/handle.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Error` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/desc.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Error` is imported redundantly [INFO] [stdout] --> src/oci/desc.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, Error, oci}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | -------- the item `Error` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/oci/param.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{Result, oci}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 4 | use super::{*, desc::Descriptor}; [INFO] [stdout] | - the item `Result` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Descriptor` is imported redundantly [INFO] [stdout] --> src/oci/param.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use super::{*, desc::Descriptor}; [INFO] [stdout] | - ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item `Descriptor` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `attr` is imported redundantly [INFO] [stdout] --> src/stmt/rows.rs:14:63 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::{Cursor, Error, Result, RowID, Statement, oci::{*, attr}, types::Ctx, Session}; [INFO] [stdout] | - ^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item `attr` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Ordering` [INFO] [stdout] --> src/lob.rs:11:42 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::{Arc, atomic::{AtomicU32, Ordering}}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `drop` [INFO] [stdout] --> src/session.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | impl Drop for SvcCtx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ missing `drop` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn drop(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `drop` [INFO] [stdout] --> src/stmt.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | impl Drop for Statement<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `drop` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn drop(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sibyl` (lib) due to 11 previous errors; 10 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `drop` [INFO] [stdout] --> src/lob.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | impl Drop for LobInner where T: DescriptorType + 'static { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `drop` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn drop(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `fmt` [INFO] [stdout] --> src/lob.rs:638:1 [INFO] [stdout] | [INFO] [stdout] 638 | impl std::fmt::Debug for LOB<'_,OCICLobLocator> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `fmt` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn fmt(&self, _: &mut Formatter<'_>) -> std::result::Result<(), std::fmt::Error> { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `fmt` [INFO] [stdout] --> src/lob.rs:669:1 [INFO] [stdout] | [INFO] [stdout] 669 | impl std::fmt::Debug for LOB<'_,OCIBLobLocator> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `fmt` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn fmt(&self, _: &mut Formatter<'_>) -> std::result::Result<(), std::fmt::Error> { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `fmt` [INFO] [stdout] --> src/lob.rs:700:1 [INFO] [stdout] | [INFO] [stdout] 700 | impl std::fmt::Debug for LOB<'_,OCIBFileLocator> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `fmt` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn fmt(&self, _: &mut Formatter<'_>) -> std::result::Result<(), std::fmt::Error> { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `make` found for struct `LOB` in the current scope [INFO] [stdout] --> src/stmt/data.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, OCICLobLocator>` [INFO] [stdout] ... [INFO] [stdout] 266 | impl_from_lob!{ ColumnBuffer::CLOB => OCICLobLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | -------------------- function or associated item `make` not found for this struct [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `LOB<'_, oci::OCICLobLocator>` consider using one of the following associated functions: [INFO] [stdout] LOB::<'a, T>::make_new [INFO] [stdout] LOB::<'a, T>::make_temp [INFO] [stdout] LOB::<'a, T>::new [INFO] [stdout] LOB::<'a, T>::empty [INFO] [stdout] --> src/lob.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | fn make_new(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | fn make_temp(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 446 | pub fn empty(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `impl_from_lob` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `make` found for struct `LOB` in the current scope [INFO] [stdout] --> src/stmt/data.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, OCIBLobLocator>` [INFO] [stdout] ... [INFO] [stdout] 267 | impl_from_lob!{ ColumnBuffer::BLOB => OCIBLobLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | -------------------- function or associated item `make` not found for this struct [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `LOB<'_, oci::OCIBLobLocator>` consider using one of the following associated functions: [INFO] [stdout] LOB::<'a, T>::make_new [INFO] [stdout] LOB::<'a, T>::make_temp [INFO] [stdout] LOB::<'a, T>::new [INFO] [stdout] LOB::<'a, T>::empty [INFO] [stdout] --> src/lob.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | fn make_new(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | fn make_temp(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 446 | pub fn empty(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `impl_from_lob` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `make` found for struct `LOB` in the current scope [INFO] [stdout] --> src/stmt/data.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, OCIBFileLocator>` [INFO] [stdout] ... [INFO] [stdout] 268 | impl_from_lob!{ ColumnBuffer::BFile => OCIBFileLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | -------------------- function or associated item `make` not found for this struct [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `LOB<'_, oci::OCIBFileLocator>` consider using one of the following associated functions: [INFO] [stdout] LOB::<'a, T>::make_new [INFO] [stdout] LOB::<'a, T>::make_temp [INFO] [stdout] LOB::<'a, T>::new [INFO] [stdout] LOB::<'a, T>::empty [INFO] [stdout] LOB::<'a, oci::OCIBFileLocator>::new [INFO] [stdout] --> src/lob.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | fn make_new(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | fn make_temp(locator: Descriptor, session: &'a Session) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 446 | pub fn empty(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | pub fn new(session: &'a Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `impl_from_lob` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sibyl` (lib test) due to 11 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "fde3432352c6ec2c8591c69b912234437a846e3c6a91867c3dfe3eddcea02baa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fde3432352c6ec2c8591c69b912234437a846e3c6a91867c3dfe3eddcea02baa", kill_on_drop: false }` [INFO] [stdout] fde3432352c6ec2c8591c69b912234437a846e3c6a91867c3dfe3eddcea02baa [INFO] checking sibyl-0.6.16 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] extracting crate sibyl 0.6.16 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate sibyl 0.6.16 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sibyl 0.6.16 [INFO] finished tweaking crates.io crate sibyl 0.6.16 [INFO] tweaked toml for crates.io crate sibyl 0.6.16 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate sibyl 0.6.16 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 970f7eab3d141c62b74ce4729ff2f3e395d208783bec9b17b8da57c549e75c76 [INFO] running `Command { std: "docker" "start" "-a" "970f7eab3d141c62b74ce4729ff2f3e395d208783bec9b17b8da57c549e75c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "970f7eab3d141c62b74ce4729ff2f3e395d208783bec9b17b8da57c549e75c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970f7eab3d141c62b74ce4729ff2f3e395d208783bec9b17b8da57c549e75c76", kill_on_drop: false }` [INFO] [stdout] 970f7eab3d141c62b74ce4729ff2f3e395d208783bec9b17b8da57c549e75c76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de0dfe1854b667c81fec8ab5a7c87e5e5aaeff497ebcd51ce9e42899844636a7 [INFO] running `Command { std: "docker" "start" "-a" "de0dfe1854b667c81fec8ab5a7c87e5e5aaeff497ebcd51ce9e42899844636a7", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "de0dfe1854b667c81fec8ab5a7c87e5e5aaeff497ebcd51ce9e42899844636a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de0dfe1854b667c81fec8ab5a7c87e5e5aaeff497ebcd51ce9e42899844636a7", kill_on_drop: false }` [INFO] [stdout] de0dfe1854b667c81fec8ab5a7c87e5e5aaeff497ebcd51ce9e42899844636a7