[INFO] cloning repository https://github.com/akiradeveloper/rust-comp-snippets [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akiradeveloper/rust-comp-snippets" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakiradeveloper%2Frust-comp-snippets", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakiradeveloper%2Frust-comp-snippets'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fabb6a9811a955db3546f682679010e61022c472 [INFO] checking akiradeveloper/rust-comp-snippets against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakiradeveloper%2Frust-comp-snippets" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/akiradeveloper/rust-comp-snippets 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 git repo https://github.com/akiradeveloper/rust-comp-snippets [INFO] finished tweaking git repo https://github.com/akiradeveloper/rust-comp-snippets [INFO] tweaked toml for git repo https://github.com/akiradeveloper/rust-comp-snippets written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/akiradeveloper/rust-comp-snippets already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b34f5642f79387adc1ad97b4a7a434a31b758b77758da609ec10cce4798c6a3d [INFO] running `Command { std: "docker" "start" "-a" "b34f5642f79387adc1ad97b4a7a434a31b758b77758da609ec10cce4798c6a3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b34f5642f79387adc1ad97b4a7a434a31b758b77758da609ec10cce4798c6a3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b34f5642f79387adc1ad97b4a7a434a31b758b77758da609ec10cce4798c6a3d", kill_on_drop: false }` [INFO] [stdout] b34f5642f79387adc1ad97b4a7a434a31b758b77758da609ec10cce4798c6a3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 44aa04b8da6450a3aa5f8d2f842fb3184b77990910ee9ee92083a99f2a92c283 [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" "44aa04b8da6450a3aa5f8d2f842fb3184b77990910ee9ee92083a99f2a92c283", kill_on_drop: false }` [INFO] [stderr] Compiling cargo-snippet v0.5.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rust-comp-snippets v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(custom_inner_attributes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(plugin)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(proc_macro_hygiene)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/graph/lca.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | if (v0 == v1) { [INFO] [stdout] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/graph/dijkstra_queue.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `max`, `min` [INFO] [stdout] --> src/macros.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::{max,min}; [INFO] [stdout] | ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / macro_rules! chmax { [INFO] [stdout] 4 | | ($x:expr, $($v:expr),+) => { [INFO] [stdout] 5 | | $( [INFO] [stdout] 6 | | $x = std::cmp::max($x,$v); [INFO] [stdout] 7 | | )+ [INFO] [stdout] 8 | | }; [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / macro_rules! chmin { [INFO] [stdout] 11 | | ($x:expr, $($v:expr),+) => { [INFO] [stdout] 12 | | $( [INFO] [stdout] 13 | | $x = std::cmp::min($x,$v); [INFO] [stdout] 14 | | )+ [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / macro_rules! max { [INFO] [stdout] 18 | | ($x:expr) => ( $x ); [INFO] [stdout] 19 | | ($x:expr, $($xs:expr),+) => { [INFO] [stdout] 20 | | std::cmp::max($x, max!( $($xs),+ )) [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / macro_rules! min { [INFO] [stdout] 24 | | ($x:expr) => ( $x ); [INFO] [stdout] 25 | | ($x:expr, $($xs:expr),+) => { [INFO] [stdout] 26 | | std::cmp::min($x, min!( $($xs),+ )) [INFO] [stdout] 27 | | }; [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ntt_heia`, `ntt_yuya178` [INFO] [stdout] --> src/ntt.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | use crate::ntt_ext::{ntt_heia, ntt_yuya178}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fft` [INFO] [stdout] --> src/ntt.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 255 | use crate::fft; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MAX_RUQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | struct MAX_RUQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MaxRuq` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MIN_RUQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | struct MIN_RUQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MinRuq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `SUM_RUQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | struct SUM_RUQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SumRuq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `SUM_RAQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:218:8 [INFO] [stdout] | [INFO] [stdout] 218 | struct SUM_RAQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SumRaq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MAX_RAQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:255:8 [INFO] [stdout] | [INFO] [stdout] 255 | struct MAX_RAQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MaxRaq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MIN_RAQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:278:8 [INFO] [stdout] | [INFO] [stdout] 278 | struct MIN_RAQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MinRaq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BTreeMap`, `BTreeSet` [INFO] [stdout] --> src/skiplist.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use std::collections::{BTreeMap, BTreeSet}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `skiplist::*` [INFO] [stdout] --> src/skiplist.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 430 | use skiplist::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::BTreeSet` [INFO] [stdout] --> src/skiplist.rs:431:5 [INFO] [stdout] | [INFO] [stdout] 431 | use std::collections::BTreeSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(custom_inner_attributes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(plugin)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(proc_macro_hygiene)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `test::Bencher` [INFO] [stdout] --> src/fenwick.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | use test::Bencher; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/graph/lca.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | if (v0 == v1) { [INFO] [stdout] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/graph/zenho.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/graph/dijkstra_queue.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `max`, `min` [INFO] [stdout] --> src/macros.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::{max,min}; [INFO] [stdout] | ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MAX_RUQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | struct MAX_RUQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MaxRuq` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MIN_RUQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | struct MIN_RUQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MinRuq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `SUM_RUQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | struct SUM_RUQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SumRuq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `SUM_RAQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:218:8 [INFO] [stdout] | [INFO] [stdout] 218 | struct SUM_RAQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SumRaq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MAX_RAQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:255:8 [INFO] [stdout] | [INFO] [stdout] 255 | struct MAX_RAQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MaxRaq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `MIN_RAQ` should have an upper camel case name [INFO] [stdout] --> src/seg_lazy.rs:278:8 [INFO] [stdout] | [INFO] [stdout] 278 | struct MIN_RAQ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MinRaq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BTreeMap`, `BTreeSet` [INFO] [stdout] --> src/skiplist.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use std::collections::{BTreeMap, BTreeSet}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/sqrt_decomposition.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | assert_eq!(sc.bucket((0)), 0); [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/sqrt_decomposition.rs:60:26 [INFO] [stdout] | [INFO] [stdout] 60 | assert_eq!(sc.bucket((4)), 1); [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::slice::::connect`: renamed to join [INFO] [stdout] --> src/skiplist.rs:61:34 [INFO] [stdout] | [INFO] [stdout] 61 | println!("{}",ss.connect(",")); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 19 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-comp-snippets` [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] warning: use of deprecated associated function `std::slice::::connect`: renamed to join [INFO] [stdout] --> src/skiplist.rs:61:34 [INFO] [stdout] | [INFO] [stdout] 61 | println!("{}",ss.connect(",")); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error: aborting due to 4 previous errors; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "44aa04b8da6450a3aa5f8d2f842fb3184b77990910ee9ee92083a99f2a92c283", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44aa04b8da6450a3aa5f8d2f842fb3184b77990910ee9ee92083a99f2a92c283", kill_on_drop: false }` [INFO] [stdout] 44aa04b8da6450a3aa5f8d2f842fb3184b77990910ee9ee92083a99f2a92c283