[INFO] fetching crate oprec 0.1.0... [INFO] checking oprec-0.1.0 against beta for pr-78714 [INFO] extracting crate oprec 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate oprec 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ordermap v0.3.5 [INFO] [stderr] Downloaded petgraph v0.4.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca362f14f4d34a91f49fe17a100d17bd8bc03e00fc151e9d6d61a400feafc206 [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" "ca362f14f4d34a91f49fe17a100d17bd8bc03e00fc151e9d6d61a400feafc206", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca362f14f4d34a91f49fe17a100d17bd8bc03e00fc151e9d6d61a400feafc206", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca362f14f4d34a91f49fe17a100d17bd8bc03e00fc151e9d6d61a400feafc206", kill_on_drop: false }` [INFO] [stdout] ca362f14f4d34a91f49fe17a100d17bd8bc03e00fc151e9d6d61a400feafc206 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cafde51967c4863d85fc34c975b57322245415e441b5d4893681f25f22336418 [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" "cafde51967c4863d85fc34c975b57322245415e441b5d4893681f25f22336418", kill_on_drop: false }` [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking oprec v0.1.0 (/opt/rustwide/workdir) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(HashMap) -> Result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> f64` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(HashMap) -> Result` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(HashMap) -> f64` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(HashMap) -> Result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> f64` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(HashMap) -> Result` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(HashMap) -> f64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.00s [INFO] running `Command { std: "docker" "inspect" "cafde51967c4863d85fc34c975b57322245415e441b5d4893681f25f22336418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cafde51967c4863d85fc34c975b57322245415e441b5d4893681f25f22336418", kill_on_drop: false }` [INFO] [stdout] cafde51967c4863d85fc34c975b57322245415e441b5d4893681f25f22336418