[INFO] fetching crate voronoiify-image 1.0.2... [INFO] checking voronoiify-image-1.0.2 against beta for pr-78714 [INFO] extracting crate voronoiify-image 1.0.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate voronoiify-image 1.0.2 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 voronoiify-image 1.0.2 [INFO] disabled cargo feature 'default-run' from crates.io crate voronoiify-image 1.0.2 [INFO] finished tweaking crates.io crate voronoiify-image 1.0.2 [INFO] tweaked toml for crates.io crate voronoiify-image 1.0.2 written to /workspace/builds/worker-13/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] warning: the cargo feature `profile-overrides` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] warning: unused manifest key: profile.dev.overrides [INFO] [stderr] warning: unused manifest key: profile.release.overrides [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] d03191c7c012a4bf09e67a9f38597f11f86a9c10fab5616f23971e5aa7ff4242 [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" "d03191c7c012a4bf09e67a9f38597f11f86a9c10fab5616f23971e5aa7ff4242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d03191c7c012a4bf09e67a9f38597f11f86a9c10fab5616f23971e5aa7ff4242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d03191c7c012a4bf09e67a9f38597f11f86a9c10fab5616f23971e5aa7ff4242", kill_on_drop: false }` [INFO] [stdout] d03191c7c012a4bf09e67a9f38597f11f86a9c10fab5616f23971e5aa7ff4242 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b575e7da47b3e9d689b4280b235ede8a6c015a0b8b4350c048613d10ebc185f5 [INFO] running `Command { std: "docker" "start" "-a" "b575e7da47b3e9d689b4280b235ede8a6c015a0b8b4350c048613d10ebc185f5", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `profile-overrides` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] warning: unused manifest key: profile.dev.overrides [INFO] [stderr] warning: unused manifest key: profile.release.overrides [INFO] [stderr] Checking deque v0.3.2 [INFO] [stderr] Checking variance v0.1.3 [INFO] [stderr] Checking scopeguard v0.1.2 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking num_cpus v1.0.0 [INFO] [stderr] Checking rayon v0.6.0 [INFO] [stderr] Checking scoped-pool v1.0.0 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking jpeg-decoder v0.1.11 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking voronoiify-image v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(extern_prelude)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(nll)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(duration_as_u128)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(extern_prelude)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(nll)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/voronoi.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(duration_as_u128)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/norms.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | /// Pseudo-distance is not a valid norm, but rather a value with the only guarantees [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/norms.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | /// that is has the exact same partial order as the real norm ([Dist]) and is non-negative. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/norms.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | /// Pseudo-distance is not a valid norm, but rather a value with the only guarantees [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/norms.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | /// that is has the exact same partial order as the real norm ([Dist]) and is non-negative. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/norms.rs:197:44 [INFO] [stdout] | [INFO] [stdout] 197 | fn get_norm_funcs() -> Vec<&'static Fn(&N) -> Dist> [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&N) -> Dist` [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/norms.rs:201:37 [INFO] [stdout] | [INFO] [stdout] 201 | let mut funcs: Vec<&'static Fn(&N) -> Dist> = Vec::with_capacity(3); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&N) -> Dist` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `voronoiify-image` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 4 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b575e7da47b3e9d689b4280b235ede8a6c015a0b8b4350c048613d10ebc185f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b575e7da47b3e9d689b4280b235ede8a6c015a0b8b4350c048613d10ebc185f5", kill_on_drop: false }` [INFO] [stdout] b575e7da47b3e9d689b4280b235ede8a6c015a0b8b4350c048613d10ebc185f5