[INFO] cloning repository https://github.com/Arquedia/berg2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arquedia/berg2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArquedia%2Fberg2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArquedia%2Fberg2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 461bcff4d1ae3891ba33b8bd7e45af0307d9d22d [INFO] testing Arquedia/berg2 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArquedia%2Fberg2" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Arquedia/berg2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Arquedia/berg2 [INFO] finished tweaking git repo https://github.com/Arquedia/berg2 [INFO] tweaked toml for git repo https://github.com/Arquedia/berg2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Arquedia/berg2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 5d89eed9883e8c91192515431245970e1bbd0fb423be6c739a25cc21207340cb [INFO] running `Command { std: "docker" "start" "-a" "5d89eed9883e8c91192515431245970e1bbd0fb423be6c739a25cc21207340cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d89eed9883e8c91192515431245970e1bbd0fb423be6c739a25cc21207340cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d89eed9883e8c91192515431245970e1bbd0fb423be6c739a25cc21207340cb", kill_on_drop: false }` [INFO] [stdout] 5d89eed9883e8c91192515431245970e1bbd0fb423be6c739a25cc21207340cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] 287094d4177b9131bebce08703664eb8b606c6a4fb946909eb7836b463f1eebf [INFO] running `Command { std: "docker" "start" "-a" "287094d4177b9131bebce08703664eb8b606c6a4fb946909eb7836b463f1eebf", kill_on_drop: false }` [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling string v0.1.1 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling encoding_rs v0.8.12 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling rand_isaac v0.1.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling coco v0.2.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.0 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling historian v3.0.4 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling serde-humantime v0.1.1 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling tokio-timer v0.2.7 [INFO] [stderr] Compiling tokio-current-thread v0.1.3 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling mime v0.3.12 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling libflate v0.1.18 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling sled_sync v0.1.5 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling pagetable v0.1.1 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling hyper v0.12.15 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling num_enum v0.1.1 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling osu_api_internal_derive v0.1.0 (/opt/rustwide/workdir/crates/derive) [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling pagecache v0.7.5 [INFO] [stderr] Compiling osu_api v0.1.0 (/opt/rustwide/workdir/crates/osu_api) [INFO] [stdout] warning: associated constant `NoFail` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:234:15 [INFO] [stdout] | [INFO] [stdout] 234 | const NoFail = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `NO_FAIL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Easy` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:235:15 [INFO] [stdout] | [INFO] [stdout] 235 | const Easy = 2; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `EASY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TouchDevice` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:236:15 [INFO] [stdout] | [INFO] [stdout] 236 | const TouchDevice = 4; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `TOUCH_DEVICE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Hidden` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:237:15 [INFO] [stdout] | [INFO] [stdout] 237 | const Hidden = 8; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `HIDDEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HardRock` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:238:15 [INFO] [stdout] | [INFO] [stdout] 238 | const HardRock = 16; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `HARD_ROCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SuddenDeath` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:239:15 [INFO] [stdout] | [INFO] [stdout] 239 | const SuddenDeath = 32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SUDDEN_DEATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DoubleTime` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:240:15 [INFO] [stdout] | [INFO] [stdout] 240 | const DoubleTime = 64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `DOUBLE_TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Relax` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:241:15 [INFO] [stdout] | [INFO] [stdout] 241 | const Relax = 128; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RELAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HalfTime` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:242:15 [INFO] [stdout] | [INFO] [stdout] 242 | const HalfTime = 256; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `HALF_TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Nightcore` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:243:15 [INFO] [stdout] | [INFO] [stdout] 243 | const Nightcore = 512; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `NIGHTCORE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Flashlight` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:244:15 [INFO] [stdout] | [INFO] [stdout] 244 | const Flashlight = 1024; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `FLASHLIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Autoplay` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:245:15 [INFO] [stdout] | [INFO] [stdout] 245 | const Autoplay = 2048; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `AUTOPLAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SpunOut` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:246:15 [INFO] [stdout] | [INFO] [stdout] 246 | const SpunOut = 4096; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SPUN_OUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Autopilot` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:247:15 [INFO] [stdout] | [INFO] [stdout] 247 | const Autopilot = 8192; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `AUTOPILOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Perfect` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:248:15 [INFO] [stdout] | [INFO] [stdout] 248 | const Perfect = 16384; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `PERFECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key4` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | const Key4 = 32768; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key5` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 250 | const Key5 = 65536; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key6` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:251:15 [INFO] [stdout] | [INFO] [stdout] 251 | const Key6 = 131072; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key7` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:252:15 [INFO] [stdout] | [INFO] [stdout] 252 | const Key7 = 262144; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key8` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:253:15 [INFO] [stdout] | [INFO] [stdout] 253 | const Key8 = 524288; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `FadeIn` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:254:15 [INFO] [stdout] | [INFO] [stdout] 254 | const FadeIn = 1048576; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FADE_IN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Random` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:255:15 [INFO] [stdout] | [INFO] [stdout] 255 | const Random = 2097152; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `RANDOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Cinema` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:256:15 [INFO] [stdout] | [INFO] [stdout] 256 | const Cinema = 4194304; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CINEMA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Target` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:257:15 [INFO] [stdout] | [INFO] [stdout] 257 | const Target = 8388608; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `TARGET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key9` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:258:15 [INFO] [stdout] | [INFO] [stdout] 258 | const Key9 = 16777216; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `KeyCoop` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | const KeyCoop = 33554432; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `KEY_COOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key1` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | const Key1 = 67108864; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key3` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:261:15 [INFO] [stdout] | [INFO] [stdout] 261 | const Key3 = 134217728; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Key2` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:262:15 [INFO] [stdout] | [INFO] [stdout] 262 | const Key2 = 268435456; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `KEY2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ScoreV2` should have an upper case name [INFO] [stdout] --> crates/osu_api/src/data.rs:263:15 [INFO] [stdout] | [INFO] [stdout] 263 | const ScoreV2 = 536870912; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `SCORE_V2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sled v0.16.3 [INFO] [stderr] Compiling list_maps v0.1.0 (/opt/rustwide/workdir/crates/list_maps) [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> crates/list_maps/src/main.rs:188:58 [INFO] [stdout] | [INFO] [stdout] 188 | let text = osu_api::GetBeatmaps::new(api.key.as_ref()) [INFO] [stdout] | --------^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef<[u8]> for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> crates/list_maps/src/main.rs:798:54 [INFO] [stdout] | [INFO] [stdout] 798 | let beatmaps = osu_api::GetBeatmaps::new(api.key.as_ref()) [INFO] [stdout] | --------^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef<[u8]> for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `list_maps` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "287094d4177b9131bebce08703664eb8b606c6a4fb946909eb7836b463f1eebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "287094d4177b9131bebce08703664eb8b606c6a4fb946909eb7836b463f1eebf", kill_on_drop: false }` [INFO] [stdout] 287094d4177b9131bebce08703664eb8b606c6a4fb946909eb7836b463f1eebf