[INFO] fetching crate oprec 0.1.0... [INFO] testing oprec-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate oprec 0.1.0 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate oprec 0.1.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 oprec 0.1.0 [INFO] finished tweaking crates.io crate oprec 0.1.0 [INFO] tweaked toml for crates.io crate oprec 0.1.0 written to /workspace/builds/worker-22/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] e47cc8755de77bdfb65b684a3f83c6812849596b272ed1d383539173e7b33c0b [INFO] running `Command { std: "docker" "start" "-a" "e47cc8755de77bdfb65b684a3f83c6812849596b272ed1d383539173e7b33c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e47cc8755de77bdfb65b684a3f83c6812849596b272ed1d383539173e7b33c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e47cc8755de77bdfb65b684a3f83c6812849596b272ed1d383539173e7b33c0b", kill_on_drop: false }` [INFO] [stdout] e47cc8755de77bdfb65b684a3f83c6812849596b272ed1d383539173e7b33c0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 9b9987e1c190f2c16f19d04ba214eecfad5f7faf67b5de9c69cbaaa08cf65378 [INFO] running `Command { std: "docker" "start" "-a" "9b9987e1c190f2c16f19d04ba214eecfad5f7faf67b5de9c69cbaaa08cf65378", kill_on_drop: false }` [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling oprec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:340:63 [INFO] [stdout] | [INFO] [stdout] 340 | fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 340 - fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] 340 + fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:352:59 [INFO] [stdout] | [INFO] [stdout] 352 | fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 352 - fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] 352 + fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:240:34 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 240 - pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] 240 + pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | / impl_oprec_method!( [INFO] [stdout] 332 | | (sin, Sin), (cos, Cos), (tan, Tan), [INFO] [stdout] 333 | | (asin, Asin), (acos, Acos), (atan, Atan), [INFO] [stdout] 334 | | (sinh, Sinh), (cosh, Cosh), (tanh, Tanh), [INFO] [stdout] ... | [INFO] [stdout] 337 | | (exp, Exp), (ln, Ln), (abs, Abs) [INFO] [stdout] 338 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this warning originates in the macro `impl_oprec_method_intermediate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] 69 + fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.75s [INFO] running `Command { std: "docker" "inspect" "9b9987e1c190f2c16f19d04ba214eecfad5f7faf67b5de9c69cbaaa08cf65378", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b9987e1c190f2c16f19d04ba214eecfad5f7faf67b5de9c69cbaaa08cf65378", kill_on_drop: false }` [INFO] [stdout] 9b9987e1c190f2c16f19d04ba214eecfad5f7faf67b5de9c69cbaaa08cf65378 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] e3168af6d21816053db1de086565cf57c9f5d180f60a7415a9992f85887829a2 [INFO] running `Command { std: "docker" "start" "-a" "e3168af6d21816053db1de086565cf57c9f5d180f60a7415a9992f85887829a2", kill_on_drop: false }` [INFO] [stderr] Compiling oprec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:340:63 [INFO] [stdout] | [INFO] [stdout] 340 | fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 340 - fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] 340 + fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:352:59 [INFO] [stdout] | [INFO] [stdout] 352 | fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 352 - fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] 352 + fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:240:34 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 240 - pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] 240 + pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | / impl_oprec_method!( [INFO] [stdout] 332 | | (sin, Sin), (cos, Cos), (tan, Tan), [INFO] [stdout] 333 | | (asin, Asin), (acos, Acos), (atan, Atan), [INFO] [stdout] 334 | | (sinh, Sinh), (cosh, Cosh), (tanh, Tanh), [INFO] [stdout] ... | [INFO] [stdout] 337 | | (exp, Exp), (ln, Ln), (abs, Abs) [INFO] [stdout] 338 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this warning originates in the macro `impl_oprec_method_intermediate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] 69 + fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:340:63 [INFO] [stdout] | [INFO] [stdout] 340 | fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 340 - fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] 340 + fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:352:59 [INFO] [stdout] | [INFO] [stdout] 352 | fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 352 - fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] 352 + fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:240:34 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 240 - pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] 240 + pub fn functify(self) -> Box) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | / impl_oprec_method!( [INFO] [stdout] 332 | | (sin, Sin), (cos, Cos), (tan, Tan), [INFO] [stdout] 333 | | (asin, Asin), (acos, Acos), (atan, Atan), [INFO] [stdout] 334 | | (sinh, Sinh), (cosh, Cosh), (tanh, Tanh), [INFO] [stdout] ... | [INFO] [stdout] 337 | | (exp, Exp), (ln, Ln), (abs, Abs) [INFO] [stdout] 338 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this warning originates in the macro `impl_oprec_method_intermediate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] 69 + fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/oprec-b174d70ae93aed7f) [INFO] running `Command { std: "docker" "inspect" "e3168af6d21816053db1de086565cf57c9f5d180f60a7415a9992f85887829a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3168af6d21816053db1de086565cf57c9f5d180f60a7415a9992f85887829a2", kill_on_drop: false }` [INFO] [stdout] e3168af6d21816053db1de086565cf57c9f5d180f60a7415a9992f85887829a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] cac83d52aa686314e51ff4977c142b5bb2f3d9ebced943e38dd3ec704c575f81 [INFO] running `Command { std: "docker" "start" "-a" "cac83d52aa686314e51ff4977c142b5bb2f3d9ebced943e38dd3ec704c575f81", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:340:63 [INFO] [stderr] | [INFO] [stderr] 340 | fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 340 - fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stderr] 340 + fn oprec_to_function_check(x: &OpRec, last: NodeIndex) -> Box) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:352:59 [INFO] [stderr] | [INFO] [stderr] 352 | fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 352 - fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stderr] 352 + fn oprec_to_function(rec: &OpRec, last: NodeIndex) -> Box) -> f64> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:240:34 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn functify(self) -> Box) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 240 - pub fn functify(self) -> Box) -> Result> { [INFO] [stderr] 240 + pub fn functify(self) -> Box) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:69:55 [INFO] [stderr] | [INFO] [stderr] 69 | fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 331 | / impl_oprec_method!( [INFO] [stderr] 332 | | (sin, Sin), (cos, Cos), (tan, Tan), [INFO] [stderr] 333 | | (asin, Asin), (acos, Acos), (atan, Atan), [INFO] [stderr] 334 | | (sinh, Sinh), (cosh, Cosh), (tanh, Tanh), [INFO] [stderr] ... | [INFO] [stderr] 337 | | (exp, Exp), (ln, Ln), (abs, Abs) [INFO] [stderr] 338 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_oprec_method_intermediate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 69 - fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stderr] 69 + fn is_oprec_method(g: &Ops) -> Result f64>, Ops> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `oprec` (lib) generated 4 warnings [INFO] [stderr] warning: `oprec` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oprec-b174d70ae93aed7f) [INFO] [stdout] [INFO] [stderr] Doc-tests oprec [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] [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] running `Command { std: "docker" "inspect" "cac83d52aa686314e51ff4977c142b5bb2f3d9ebced943e38dd3ec704c575f81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cac83d52aa686314e51ff4977c142b5bb2f3d9ebced943e38dd3ec704c575f81", kill_on_drop: false }` [INFO] [stdout] cac83d52aa686314e51ff4977c142b5bb2f3d9ebced943e38dd3ec704c575f81