[INFO] fetching crate sibyl 0.6.5... [INFO] testing sibyl-0.6.5 against 1.60.0 for beta-1.61-1 [INFO] extracting crate sibyl 0.6.5 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate sibyl 0.6.5 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sibyl 0.6.5 [INFO] finished tweaking crates.io crate sibyl 0.6.5 [INFO] tweaked toml for crates.io crate sibyl 0.6.5 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate sibyl 0.6.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0442d606ff6dbc54ab740978bbeeb8e9d189f84e9a57b04c11501354782b1882 [INFO] running `Command { std: "docker" "start" "-a" "0442d606ff6dbc54ab740978bbeeb8e9d189f84e9a57b04c11501354782b1882", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0442d606ff6dbc54ab740978bbeeb8e9d189f84e9a57b04c11501354782b1882", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0442d606ff6dbc54ab740978bbeeb8e9d189f84e9a57b04c11501354782b1882", kill_on_drop: false }` [INFO] [stdout] 0442d606ff6dbc54ab740978bbeeb8e9d189f84e9a57b04c11501354782b1882 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31fe15a1c0e1ff9e4005be89baaa9974c5f8eab01713b1b28311c193dae0b689 [INFO] running `Command { std: "docker" "start" "-a" "31fe15a1c0e1ff9e4005be89baaa9974c5f8eab01713b1b28311c193dae0b689", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.120 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling sibyl v0.6.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling parking_lot v0.12.0 [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: 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] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/oci/handle.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | unsafe impl Sync for Handle {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/oci/handle.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Handle (Ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `oci::OCIEnv` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/oci/handle.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | unsafe impl Sync for Handle {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/oci/handle.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Handle (Ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `oci::OCIError` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/oci/handle.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | unsafe impl Sync for Handle {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/oci/handle.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Handle (Ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `oci::OCISPool` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/oci/handle.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | unsafe impl Sync for Handle {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/oci/handle.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Handle (Ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `oci::OCICPool` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/oci/handle.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | unsafe impl Sync for Handle {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/oci/handle.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Handle (Ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `oci::OCIServer` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/oci/handle.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | unsafe impl Sync for Handle {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/oci/handle.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Handle (Ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `oci::OCISvcCtx` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/oci/handle.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | unsafe impl Sync for Handle {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/oci/handle.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Handle (Ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `oci::OCISession` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `drop` [INFO] [stdout] --> src/session.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | 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:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | 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:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | 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:676:1 [INFO] [stdout] | [INFO] [stdout] 676 | 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:706:1 [INFO] [stdout] | [INFO] [stdout] 706 | 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:736:1 [INFO] [stdout] | [INFO] [stdout] 736 | 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:252:44 [INFO] [stdout] | [INFO] [stdout] 252 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, oci::OCICLobLocator>` [INFO] [stdout] ... [INFO] [stdout] 264 | impl_from_lob!{ ColumnBuffer::CLOB => OCICLobLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | ----------------------------------------------------------------------------- function or associated item `make` not found for this [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:252:44 [INFO] [stdout] | [INFO] [stdout] 252 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, oci::OCIBLobLocator>` [INFO] [stdout] ... [INFO] [stdout] 265 | impl_from_lob!{ ColumnBuffer::BLOB => OCIBLobLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | ----------------------------------------------------------------------------- function or associated item `make` not found for this [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:252:44 [INFO] [stdout] | [INFO] [stdout] 252 | Ok( LOB::<$t>::make(loc, row.session()) ) [INFO] [stdout] | ^^^^ function or associated item not found in `LOB<'_, oci::OCIBFileLocator>` [INFO] [stdout] ... [INFO] [stdout] 266 | impl_from_lob!{ ColumnBuffer::BFile => OCIBFileLocator } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/lob.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct LOB<'a,T> where T: DescriptorType + 'static [INFO] [stdout] | ----------------------------------------------------------------------------- function or associated item `make` not found for this [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; 8 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` due to 11 previous errors; 8 warnings emitted [INFO] running `Command { std: "docker" "inspect" "31fe15a1c0e1ff9e4005be89baaa9974c5f8eab01713b1b28311c193dae0b689", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31fe15a1c0e1ff9e4005be89baaa9974c5f8eab01713b1b28311c193dae0b689", kill_on_drop: false }` [INFO] [stdout] 31fe15a1c0e1ff9e4005be89baaa9974c5f8eab01713b1b28311c193dae0b689