[INFO] cloning repository https://github.com/idcxa/daedal-lib [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/idcxa/daedal-lib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidcxa%2Fdaedal-lib", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidcxa%2Fdaedal-lib'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91015fd5f9585a4cd66ec9a64e53007242020784 [INFO] testing idcxa/daedal-lib against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidcxa%2Fdaedal-lib" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/idcxa/daedal-lib on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/idcxa/daedal-lib [INFO] finished tweaking git repo https://github.com/idcxa/daedal-lib [INFO] tweaked toml for git repo https://github.com/idcxa/daedal-lib written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/idcxa/daedal-lib already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded emath v0.15.0 [INFO] [stderr] Downloaded egui v0.15.0 [INFO] [stderr] Downloaded epaint v0.15.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8eb9f91a3ee991a9df133bd963c3e2c55ea08735f3820158f66105d1f782fa5 [INFO] running `Command { std: "docker" "start" "-a" "e8eb9f91a3ee991a9df133bd963c3e2c55ea08735f3820158f66105d1f782fa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8eb9f91a3ee991a9df133bd963c3e2c55ea08735f3820158f66105d1f782fa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8eb9f91a3ee991a9df133bd963c3e2c55ea08735f3820158f66105d1f782fa5", kill_on_drop: false }` [INFO] [stdout] e8eb9f91a3ee991a9df133bd963c3e2c55ea08735f3820158f66105d1f782fa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 571b6c7841e8f7f8abdf44ce242ebf30faffee2a63058e53fad808132a357c0a [INFO] running `Command { std: "docker" "start" "-a" "571b6c7841e8f7f8abdf44ce242ebf30faffee2a63058e53fad808132a357c0a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.79 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling ttf-parser v0.14.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling crc32fast v1.3.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling atomic_refcell v0.1.8 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling emath v0.15.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.79 [INFO] [stderr] Compiling base-x v0.2.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling owned_ttf_parser v0.14.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling ab_glyph v0.2.13 [INFO] [stderr] Compiling epaint v0.15.0 [INFO] [stderr] Compiling egui v0.15.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.79 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.79 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.79 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling daedal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `parallel` [INFO] [stdout] --> src/mandelbrot.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "parallel")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `parallel` [INFO] [stdout] --> src/mandelbrot.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(feature = "parallel")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Clamped` and `prelude::*` [INFO] [stdout] --> src/mandelbrot.rs:2:20 [INFO] [stdout] | [INFO] [stdout] 2 | use wasm_bindgen::{prelude::*, Clamped}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use crate::mandelbrot::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `spawn` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | --------------- but the name `spawn` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `ImageSize` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `ImageSize` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Position` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `Position` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Parameters` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `Parameters` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::julia::*` [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kill_switch` [INFO] [stdout] --> src/mandelbrot.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn gen_simd(kill_switch: mpsc::Receiver<()>, opt: Parameters) -> ImageBuffer, Vec> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kill_switch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.93s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: stdweb v0.4.20, wasm-bindgen v0.2.79 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "571b6c7841e8f7f8abdf44ce242ebf30faffee2a63058e53fad808132a357c0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "571b6c7841e8f7f8abdf44ce242ebf30faffee2a63058e53fad808132a357c0a", kill_on_drop: false }` [INFO] [stdout] 571b6c7841e8f7f8abdf44ce242ebf30faffee2a63058e53fad808132a357c0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5887b20c07498f9bc4ac4aab1d78432dc6e533a7d0afe3826dad0c16413ee8de [INFO] running `Command { std: "docker" "start" "-a" "5887b20c07498f9bc4ac4aab1d78432dc6e533a7d0afe3826dad0c16413ee8de", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `parallel` [INFO] [stdout] --> src/mandelbrot.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "parallel")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `parallel` [INFO] [stdout] --> src/mandelbrot.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(feature = "parallel")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Clamped` and `prelude::*` [INFO] [stdout] --> src/mandelbrot.rs:2:20 [INFO] [stdout] | [INFO] [stdout] 2 | use wasm_bindgen::{prelude::*, Clamped}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use crate::mandelbrot::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `spawn` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | --------------- but the name `spawn` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `ImageSize` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `ImageSize` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Position` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `Position` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Parameters` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `Parameters` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::julia::*` [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling daedal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `kill_switch` [INFO] [stdout] --> src/mandelbrot.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn gen_simd(kill_switch: mpsc::Receiver<()>, opt: Parameters) -> ImageBuffer, Vec> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kill_switch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `parallel` [INFO] [stdout] --> src/mandelbrot.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "parallel")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `parallel` [INFO] [stdout] --> src/mandelbrot.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(feature = "parallel")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Clamped` and `prelude::*` [INFO] [stdout] --> src/mandelbrot.rs:2:20 [INFO] [stdout] | [INFO] [stdout] 2 | use wasm_bindgen::{prelude::*, Clamped}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use crate::mandelbrot::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `spawn` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | --------------- but the name `spawn` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `ImageSize` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `ImageSize` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Position` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `Position` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Parameters` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 11 | pub use crate::options::*; [INFO] [stdout] | ----------------- but the name `Parameters` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::julia::*` [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::julia::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kill_switch` [INFO] [stdout] --> src/mandelbrot.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn gen_simd(kill_switch: mpsc::Receiver<()>, opt: Parameters) -> ImageBuffer, Vec> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kill_switch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.16s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: stdweb v0.4.20, wasm-bindgen v0.2.79 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "5887b20c07498f9bc4ac4aab1d78432dc6e533a7d0afe3826dad0c16413ee8de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5887b20c07498f9bc4ac4aab1d78432dc6e533a7d0afe3826dad0c16413ee8de", kill_on_drop: false }` [INFO] [stdout] 5887b20c07498f9bc4ac4aab1d78432dc6e533a7d0afe3826dad0c16413ee8de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 796d7762976713bf99efa2a85f1ab1c8569154db9da83310f78d76239e12351f [INFO] running `Command { std: "docker" "start" "-a" "796d7762976713bf99efa2a85f1ab1c8569154db9da83310f78d76239e12351f", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `parallel` [INFO] [stderr] --> src/mandelbrot.rs:4:7 [INFO] [stderr] | [INFO] [stderr] 4 | #[cfg(feature = "parallel")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `parallel` [INFO] [stderr] --> src/mandelbrot.rs:7:7 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg(feature = "parallel")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `parallel` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Clamped` and `prelude::*` [INFO] [stderr] --> src/mandelbrot.rs:2:20 [INFO] [stderr] | [INFO] [stderr] 2 | use wasm_bindgen::{prelude::*, Clamped}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub use crate::mandelbrot::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the name `spawn` in the value namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 7 | pub use crate::julia::*; [INFO] [stderr] | --------------- but the name `spawn` in the value namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use crate::julia::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ the name `ImageSize` in the type namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 11 | pub use crate::options::*; [INFO] [stderr] | ----------------- but the name `ImageSize` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use crate::julia::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ the name `Position` in the type namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 11 | pub use crate::options::*; [INFO] [stderr] | ----------------- but the name `Position` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use crate::julia::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ the name `Parameters` in the type namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 11 | pub use crate::options::*; [INFO] [stderr] | ----------------- but the name `Parameters` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::julia::*` [INFO] [stderr] --> src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use crate::julia::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `kill_switch` [INFO] [stderr] --> src/mandelbrot.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn gen_simd(kill_switch: mpsc::Receiver<()>, opt: Parameters) -> ImageBuffer, Vec> { [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kill_switch` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `daedal` (lib) generated 9 warnings (run `cargo fix --lib -p daedal` to apply 2 suggestions) [INFO] [stderr] warning: `daedal` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: stdweb v0.4.20, wasm-bindgen v0.2.79 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/daedal-821ecea47d2ceede) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test mandelbrot::tests::colours ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests daedal [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" "796d7762976713bf99efa2a85f1ab1c8569154db9da83310f78d76239e12351f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "796d7762976713bf99efa2a85f1ab1c8569154db9da83310f78d76239e12351f", kill_on_drop: false }` [INFO] [stdout] 796d7762976713bf99efa2a85f1ab1c8569154db9da83310f78d76239e12351f