[INFO] cloning repository https://github.com/sbag13/bch_coder [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sbag13/bch_coder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbag13%2Fbch_coder", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbag13%2Fbch_coder'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f114b8b45d7dc6d8ca305c22854106052c1d475a [INFO] testing sbag13/bch_coder against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbag13%2Fbch_coder" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sbag13/bch_coder on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sbag13/bch_coder [INFO] finished tweaking git repo https://github.com/sbag13/bch_coder [INFO] tweaked toml for git repo https://github.com/sbag13/bch_coder written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/sbag13/bch_coder already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rand_os v0.1.1 [INFO] [stderr] Downloaded bitvec v0.9.0 [INFO] [stderr] Downloaded rand_jitter v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2cc0ca10a53ac89ad44c65abece1a4bafae5ace071704c5df96876dc540eb68 [INFO] running `Command { std: "docker" "start" "-a" "a2cc0ca10a53ac89ad44c65abece1a4bafae5ace071704c5df96876dc540eb68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2cc0ca10a53ac89ad44c65abece1a4bafae5ace071704c5df96876dc540eb68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2cc0ca10a53ac89ad44c65abece1a4bafae5ace071704c5df96876dc540eb68", kill_on_drop: false }` [INFO] [stdout] a2cc0ca10a53ac89ad44c65abece1a4bafae5ace071704c5df96876dc540eb68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b188392aaff296b22516c8f45d30327bc0fa1aaf9f119ace9c2687e4ecec7baf [INFO] running `Command { std: "docker" "start" "-a" "b188392aaff296b22516c8f45d30327bc0fa1aaf9f119ace9c2687e4ecec7baf", 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] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling primes v0.2.3 [INFO] [stderr] Compiling bitvec v0.9.0 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling bch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `PrimeSet`, `is_prime` [INFO] [stdout] --> src/common.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use primes::{is_prime, PrimeSet}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `resize_default` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/berlekamp_decoder.rs:58:18 [INFO] [stdout] | [INFO] [stdout] 58 | min_pols.resize_default(n as usize); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Vec<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bch` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "b188392aaff296b22516c8f45d30327bc0fa1aaf9f119ace9c2687e4ecec7baf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b188392aaff296b22516c8f45d30327bc0fa1aaf9f119ace9c2687e4ecec7baf", kill_on_drop: false }` [INFO] [stdout] b188392aaff296b22516c8f45d30327bc0fa1aaf9f119ace9c2687e4ecec7baf