[INFO] cloning repository https://github.com/Fattouche/Bearish [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Fattouche/Bearish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFattouche%2FBearish"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFattouche%2FBearish'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b91c35ff01a7e837a882c3072d4c8f4a81268889 [INFO] checking Fattouche/Bearish against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFattouche%2FBearish" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Fattouche/Bearish on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Fattouche/Bearish [INFO] finished tweaking git repo https://github.com/Fattouche/Bearish [INFO] tweaked toml for git repo https://github.com/Fattouche/Bearish written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Fattouche/Bearish already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2900bbcf5bea2a0c792bcdaba37b34e4635bb8a5d16d7a063d685340cfda805f [INFO] running `"docker" "start" "-a" "2900bbcf5bea2a0c792bcdaba37b34e4635bb8a5d16d7a063d685340cfda805f"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Checking getrandom v0.1.7 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.2 [INFO] [stderr] Compiling rocket_http v0.4.2 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Checking Bearish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::fmt::format` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fmt::format; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `symbol` [INFO] [stderr] --> src/main.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | fn hit_api(symbol: &String) -> f64{ [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_symbol` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `Bearish` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `bearish` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::format` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fmt::format; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `symbol` [INFO] [stderr] --> src/main.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | fn hit_api(symbol: &String) -> f64{ [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_symbol` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `Bearish` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `bearish` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `"docker" "inspect" "2900bbcf5bea2a0c792bcdaba37b34e4635bb8a5d16d7a063d685340cfda805f"` [INFO] running `"docker" "rm" "-f" "2900bbcf5bea2a0c792bcdaba37b34e4635bb8a5d16d7a063d685340cfda805f"` [INFO] [stdout] 2900bbcf5bea2a0c792bcdaba37b34e4635bb8a5d16d7a063d685340cfda805f