[INFO] cloning repository https://github.com/cjm00/rust-wfc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cjm00/rust-wfc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjm00%2Frust-wfc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjm00%2Frust-wfc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76b262ba3707afe22f6a6d8a9699aa9413d91955 [INFO] testing cjm00/rust-wfc against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjm00%2Frust-wfc" "/workspace/builds/worker-66/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-66/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cjm00/rust-wfc on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cjm00/rust-wfc [INFO] finished tweaking git repo https://github.com/cjm00/rust-wfc [INFO] tweaked toml for git repo https://github.com/cjm00/rust-wfc written to /workspace/builds/worker-66/source/Cargo.toml [INFO] crate git repo https://github.com/cjm00/rust-wfc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bit-vec v0.4.3 [INFO] [stderr] Downloaded matrixmultiply v0.1.13 [INFO] [stderr] Downloaded num-complex v0.1.37 [INFO] [stderr] Downloaded either v1.1.0 [INFO] [stderr] Downloaded itertools v0.6.0 [INFO] [stderr] Downloaded ndarray v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d96eeb91bbb4a834e8ec52f71e3e2eee9674cdb993473e8fcaa1f5e5ecf97193 [INFO] running `Command { std: "docker" "start" "-a" "d96eeb91bbb4a834e8ec52f71e3e2eee9674cdb993473e8fcaa1f5e5ecf97193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d96eeb91bbb4a834e8ec52f71e3e2eee9674cdb993473e8fcaa1f5e5ecf97193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d96eeb91bbb4a834e8ec52f71e3e2eee9674cdb993473e8fcaa1f5e5ecf97193", kill_on_drop: false }` [INFO] [stdout] d96eeb91bbb4a834e8ec52f71e3e2eee9674cdb993473e8fcaa1f5e5ecf97193 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c55c3e53cb92a54069915bd2149f2479bba9f802eb27c59c9dc9aa45a715d3fb [INFO] running `Command { std: "docker" "start" "-a" "c55c3e53cb92a54069915bd2149f2479bba9f802eb27c59c9dc9aa45a715d3fb", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.1.36 [INFO] [stderr] Compiling libc v0.2.21 [INFO] [stderr] Compiling matrixmultiply v0.1.13 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling adler32 v1.0.0 [INFO] [stderr] Compiling ndarray v0.9.0 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling bit-vec v0.4.3 [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stderr] Compiling num-complex v0.1.37 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling itertools v0.6.0 [INFO] [stderr] Compiling deflate v0.7.5 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling rust-wfc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/overlappingmodel.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | / /// Marks all but a single state of the BitVec as forbidden, randomly chosen [INFO] [stdout] 89 | | /// from the states still permitted and weighted by their frequency in the original image. [INFO] [stdout] | |__________________________________________________________________________________________________^ [INFO] [stdout] 90 | let mut possible_states = self.possible_states.borrow_mut(); [INFO] [stdout] | ------------------------------------------------------------ rustdoc does not generate documentation for statements [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | / /// Returns an index from the slice of (T, u) where u is the integer weight, i.e. [INFO] [stdout] 41 | | /// [('a', 3), ('b', 1), ('c', 1)] returns 0 (the index of 'a') with probability 3/5 [INFO] [stdout] | |________________________________________________________________________________________^ [INFO] [stdout] 42 | [INFO] [stdout] 43 | / let total: usize = input.iter() [INFO] [stdout] 44 | | .map(|&(_, u)| u) [INFO] [stdout] 45 | | .zip(mask.into_iter()) [INFO] [stdout] 46 | | .filter(|&(_, m)| m) [INFO] [stdout] 47 | | .map(|(u, _)| u) [INFO] [stdout] 48 | | .sum(); [INFO] [stdout] | |_______________- rustdoc does not generate documentation for statements [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `coord` [INFO] [stdout] --> src/overlappingmodel.rs:421:45 [INFO] [stdout] | [INFO] [stdout] 421 | fn wrap_coord>(&self, coord: (T, T)) -> Result<(usize, usize), ()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_coord` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(try_from)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(try_from)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 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 `rust-wfc` due to 2 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c55c3e53cb92a54069915bd2149f2479bba9f802eb27c59c9dc9aa45a715d3fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c55c3e53cb92a54069915bd2149f2479bba9f802eb27c59c9dc9aa45a715d3fb", kill_on_drop: false }` [INFO] [stdout] c55c3e53cb92a54069915bd2149f2479bba9f802eb27c59c9dc9aa45a715d3fb