[INFO] fetching crate oci_rs 0.8.0... [INFO] checking oci_rs-0.8.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate oci_rs 0.8.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate oci_rs 0.8.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate oci_rs 0.8.0 [INFO] finished tweaking crates.io crate oci_rs 0.8.0 [INFO] tweaked toml for crates.io crate oci_rs 0.8.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6d3ce025ce33275f3bf63e96b47a5529cfb51d24b2d73342edd6f1d6b6fa927f [INFO] running `Command { std: "docker" "start" "-a" "6d3ce025ce33275f3bf63e96b47a5529cfb51d24b2d73342edd6f1d6b6fa927f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d3ce025ce33275f3bf63e96b47a5529cfb51d24b2d73342edd6f1d6b6fa927f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d3ce025ce33275f3bf63e96b47a5529cfb51d24b2d73342edd6f1d6b6fa927f", kill_on_drop: false }` [INFO] [stdout] 6d3ce025ce33275f3bf63e96b47a5529cfb51d24b2d73342edd6f1d6b6fa927f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b56b4cb41385cbdcdab9dbf8dc5fef64e1d1d58c2fa26e5d22abf8d8dd78f08b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b56b4cb41385cbdcdab9dbf8dc5fef64e1d1d58c2fa26e5d22abf8d8dd78f08b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling semver v0.6.0 [INFO] [stderr] Compiling build-helper v0.1.1 [INFO] [stderr] Compiling oci_rs v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/oci_error.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | Conversion(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/oci_error.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | Conversion(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/oci_error.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/statement.rs:122:39 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn bind(&mut self, params: &[&ToSqlValue]) -> Result<(), OciError> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ToSqlValue` [INFO] [stdout] | [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/oci_error.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/statement.rs:122:39 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn bind(&mut self, params: &[&ToSqlValue]) -> Result<(), OciError> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ToSqlValue` [INFO] [stdout] | [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] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/types.rs:148:33 [INFO] [stdout] | [INFO] [stdout] 148 | ref x @ _ => panic!(format!( [INFO] [stdout] | _________________________________^ [INFO] [stdout] 149 | | "Creating a SqlValue from raw bytes is not implemented yet for: \ [INFO] [stdout] 150 | | {:?}", [INFO] [stdout] 151 | | x [INFO] [stdout] 152 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 148 ~ ref x @ _ => panic!( [INFO] [stdout] 149 | "Creating a SqlValue from raw bytes is not implemented yet for: \ [INFO] [stdout] 150 | {:?}", [INFO] [stdout] 151 | x [INFO] [stdout] 152 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 63 | | "Found an unknown return code: {}, this should not happen.", [INFO] [stdout] 64 | | number [INFO] [stdout] 65 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 62 ~ _ => panic!( [INFO] [stdout] 63 | "Found an unknown return code: {}, this should not happen.", [INFO] [stdout] 64 | number [INFO] [stdout] 65 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 113 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 114 | | "Found an unknown handle type: {}, this should not happen.", [INFO] [stdout] 115 | | number [INFO] [stdout] 116 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 113 ~ _ => panic!( [INFO] [stdout] 114 | "Found an unknown handle type: {}, this should not happen.", [INFO] [stdout] 115 | number [INFO] [stdout] 116 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:291:25 [INFO] [stdout] | [INFO] [stdout] 291 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 292 | | "Found an unknown OciDataType code, {}, this should not happen.", [INFO] [stdout] 293 | | number [INFO] [stdout] 294 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 291 ~ _ => panic!( [INFO] [stdout] 292 | "Found an unknown OciDataType code, {}, this should not happen.", [INFO] [stdout] 293 | number [INFO] [stdout] 294 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:354:25 [INFO] [stdout] | [INFO] [stdout] 354 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 355 | | "Found an unknown statement type: {}, this should not happen.", [INFO] [stdout] 356 | | number [INFO] [stdout] 357 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 354 ~ _ => panic!( [INFO] [stdout] 355 | "Found an unknown statement type: {}, this should not happen.", [INFO] [stdout] 356 | number [INFO] [stdout] 357 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/statement.rs:396:20 [INFO] [stdout] | [INFO] [stdout] 396 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 397 | | "Could not release the statement Statement: {}", [INFO] [stdout] 398 | | err [INFO] [stdout] 399 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 396 ~ panic!( [INFO] [stdout] 397 | "Could not release the statement Statement: {}", [INFO] [stdout] 398 | err [INFO] [stdout] 399 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/types.rs:148:33 [INFO] [stdout] | [INFO] [stdout] 148 | ref x @ _ => panic!(format!( [INFO] [stdout] | _________________________________^ [INFO] [stdout] 149 | | "Creating a SqlValue from raw bytes is not implemented yet for: \ [INFO] [stdout] 150 | | {:?}", [INFO] [stdout] 151 | | x [INFO] [stdout] 152 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 148 ~ ref x @ _ => panic!( [INFO] [stdout] 149 | "Creating a SqlValue from raw bytes is not implemented yet for: \ [INFO] [stdout] 150 | {:?}", [INFO] [stdout] 151 | x [INFO] [stdout] 152 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 63 | | "Found an unknown return code: {}, this should not happen.", [INFO] [stdout] 64 | | number [INFO] [stdout] 65 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 62 ~ _ => panic!( [INFO] [stdout] 63 | "Found an unknown return code: {}, this should not happen.", [INFO] [stdout] 64 | number [INFO] [stdout] 65 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 113 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 114 | | "Found an unknown handle type: {}, this should not happen.", [INFO] [stdout] 115 | | number [INFO] [stdout] 116 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 113 ~ _ => panic!( [INFO] [stdout] 114 | "Found an unknown handle type: {}, this should not happen.", [INFO] [stdout] 115 | number [INFO] [stdout] 116 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:291:25 [INFO] [stdout] | [INFO] [stdout] 291 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 292 | | "Found an unknown OciDataType code, {}, this should not happen.", [INFO] [stdout] 293 | | number [INFO] [stdout] 294 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 291 ~ _ => panic!( [INFO] [stdout] 292 | "Found an unknown OciDataType code, {}, this should not happen.", [INFO] [stdout] 293 | number [INFO] [stdout] 294 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/oci_bindings.rs:354:25 [INFO] [stdout] | [INFO] [stdout] 354 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 355 | | "Found an unknown statement type: {}, this should not happen.", [INFO] [stdout] 356 | | number [INFO] [stdout] 357 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 354 ~ _ => panic!( [INFO] [stdout] 355 | "Found an unknown statement type: {}, this should not happen.", [INFO] [stdout] 356 | number [INFO] [stdout] 357 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/statement.rs:396:20 [INFO] [stdout] | [INFO] [stdout] 396 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 397 | | "Could not release the statement Statement: {}", [INFO] [stdout] 398 | | err [INFO] [stdout] 399 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 396 ~ panic!( [INFO] [stdout] 397 | "Could not release the statement Statement: {}", [INFO] [stdout] 398 | err [INFO] [stdout] 399 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.77s [INFO] running `Command { std: "docker" "inspect" "b56b4cb41385cbdcdab9dbf8dc5fef64e1d1d58c2fa26e5d22abf8d8dd78f08b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b56b4cb41385cbdcdab9dbf8dc5fef64e1d1d58c2fa26e5d22abf8d8dd78f08b", kill_on_drop: false }` [INFO] [stdout] b56b4cb41385cbdcdab9dbf8dc5fef64e1d1d58c2fa26e5d22abf8d8dd78f08b