[INFO] cloning repository https://github.com/olivecasazza/boids [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/olivecasazza/boids" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folivecasazza%2Fboids", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folivecasazza%2Fboids'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfc9c8a688295585fabac7a33e822029c20b184b [INFO] checking olivecasazza/boids against try#cd420d8bda33494ba3cc45048d5f067484a32b94 for pr-140209-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folivecasazza%2Fboids" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/olivecasazza/boids on toolchain cd420d8bda33494ba3cc45048d5f067484a32b94 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cd420d8bda33494ba3cc45048d5f067484a32b94" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/olivecasazza/boids [INFO] finished tweaking git repo https://github.com/olivecasazza/boids [INFO] tweaked toml for git repo https://github.com/olivecasazza/boids written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/olivecasazza/boids 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" "+cd420d8bda33494ba3cc45048d5f067484a32b94" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+cd420d8bda33494ba3cc45048d5f067484a32b94" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfd2fc4b7979010902f3046bc91c544ee26223acf03df15be49c57d4becd0a7f [INFO] running `Command { std: "docker" "start" "-a" "dfd2fc4b7979010902f3046bc91c544ee26223acf03df15be49c57d4becd0a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfd2fc4b7979010902f3046bc91c544ee26223acf03df15be49c57d4becd0a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfd2fc4b7979010902f3046bc91c544ee26223acf03df15be49c57d4becd0a7f", kill_on_drop: false }` [INFO] [stdout] dfd2fc4b7979010902f3046bc91c544ee26223acf03df15be49c57d4becd0a7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+cd420d8bda33494ba3cc45048d5f067484a32b94" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10b72dc69d3b7ed2f843cc9ac03efcb841b195e7fee6ff7dfa9270611b4a3b45 [INFO] running `Command { std: "docker" "start" "-a" "10b72dc69d3b7ed2f843cc9ac03efcb841b195e7fee6ff7dfa9270611b4a3b45", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.99 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling wasm-bindgen v0.2.99 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking glam v0.24.2 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.95 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.99 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.49 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.99 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.99 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking js-sys v0.3.76 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.49 [INFO] [stderr] Checking web-sys v0.3.76 [INFO] [stderr] Checking wasm-bindgen-test v0.3.49 [INFO] [stderr] Checking wasm-flock v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this function takes 14 arguments but 11 arguments were supplied [INFO] [stdout] --> src/lib.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | let species = Species::new( [INFO] [stdout] | _______________________^^^^^^^^^^^^- [INFO] [stdout] 32 | | 40.0, // alignment_radius [INFO] [stdout] 33 | | 45.0, // cohesion_radius [INFO] [stdout] 34 | | 20.0, // separation_radius [INFO] [stdout] ... | [INFO] [stdout] 42 | | 1.2, // spawn_rate_multiplier [INFO] [stdout] 43 | | ); [INFO] [stdout] | |_________- three arguments of type `f32`, `f32`, and `f32` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/species.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | other_species_alignment_multiplier: f32, [INFO] [stdout] | --------------------------------------- [INFO] [stdout] 50 | other_species_cohesion_multiplier: f32, [INFO] [stdout] | -------------------------------------- [INFO] [stdout] 51 | other_species_separation_multiplier: f32, [INFO] [stdout] | ---------------------------------------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 31 - let species = Species::new( [INFO] [stdout] 32 - 40.0, // alignment_radius [INFO] [stdout] 33 - 45.0, // cohesion_radius [INFO] [stdout] 34 - 20.0, // separation_radius [INFO] [stdout] 35 - 1.2, // alignment_force [INFO] [stdout] 36 - 0.8, // cohesion_force [INFO] [stdout] 37 - 1.5, // separation_force [INFO] [stdout] 38 - 3.0, // max_speed [INFO] [stdout] 39 - 0.2, // max_force [INFO] [stdout] 40 - 6.0, // size [INFO] [stdout] 41 - 0xFF0000FF, // color (red) [INFO] [stdout] 42 - 1.2, // spawn_rate_multiplier [INFO] [stdout] 43 - ); [INFO] [stdout] 31 + let species = Species::new(40.0, 45.0, 20.0, 1.2, 0.8, 1.5, 3.0, 0.2, 6.0, 0xFF0000FF, 1.2, /* f32 */, /* f32 */, /* f32 */); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cohesion_radius` and `separation_radius` are never read [INFO] [stdout] --> src/species.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Species { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 9 | pub(crate) cohesion_radius: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | pub(crate) separation_radius: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Species` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasm-flock` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "10b72dc69d3b7ed2f843cc9ac03efcb841b195e7fee6ff7dfa9270611b4a3b45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10b72dc69d3b7ed2f843cc9ac03efcb841b195e7fee6ff7dfa9270611b4a3b45", kill_on_drop: false }` [INFO] [stdout] 10b72dc69d3b7ed2f843cc9ac03efcb841b195e7fee6ff7dfa9270611b4a3b45