[INFO] cloning repository https://github.com/agubelu/CBT [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agubelu/CBT" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagubelu%2FCBT", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagubelu%2FCBT'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b55849494267671e1530ceed85bd734d46571180 [INFO] testing agubelu/CBT 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%2Fagubelu%2FCBT" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agubelu/CBT 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] removed /workspace/builds/worker-9/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/agubelu/CBT [INFO] finished tweaking git repo https://github.com/agubelu/CBT [INFO] tweaked toml for git repo https://github.com/agubelu/CBT written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/agubelu/CBT 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ddf7b368ed480bed09d189973f9e24454615fc93ad26d0a63e264cdeeac7c04e [INFO] running `Command { std: "docker" "start" "-a" "ddf7b368ed480bed09d189973f9e24454615fc93ad26d0a63e264cdeeac7c04e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ddf7b368ed480bed09d189973f9e24454615fc93ad26d0a63e264cdeeac7c04e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddf7b368ed480bed09d189973f9e24454615fc93ad26d0a63e264cdeeac7c04e", kill_on_drop: false }` [INFO] [stdout] ddf7b368ed480bed09d189973f9e24454615fc93ad26d0a63e264cdeeac7c04e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 941b2c896731d6f9ad3315d680ee8a6cc0b46f81deef6d8428f41484e68ec51e [INFO] running `Command { std: "docker" "start" "-a" "941b2c896731d6f9ad3315d680ee8a6cc0b46f81deef6d8428f41484e68ec51e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling fastrand v1.6.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling atomic v0.5.1 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ubyte v0.10.1 [INFO] [stderr] Compiling shakmat-core v0.1.0 (/opt/rustwide/workdir/shakmat-core) [INFO] [stderr] Compiling h2 v0.3.10 [INFO] [stderr] Compiling shakmat-engine v0.1.0 (/opt/rustwide/workdir/shakmat-engine) [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stdout] warning: unused variable: `pos` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:177:16 [INFO] [stdout] | [INFO] [stdout] 177 | fn eval_bishop(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bb` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | fn eval_bishop(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_bb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `color` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:177:39 [INFO] [stdout] | [INFO] [stdout] 177 | fn eval_bishop(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eval_data` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:177:53 [INFO] [stdout] | [INFO] [stdout] 177 | fn eval_bishop(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eval_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pos` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:181:16 [INFO] [stdout] | [INFO] [stdout] 181 | fn eval_knight(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bb` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:181:25 [INFO] [stdout] | [INFO] [stdout] 181 | fn eval_knight(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_bb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `color` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | fn eval_knight(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eval_data` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:181:53 [INFO] [stdout] | [INFO] [stdout] 181 | fn eval_knight(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eval_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bb` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:185:23 [INFO] [stdout] | [INFO] [stdout] 185 | fn eval_rook(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_bb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pos` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | fn eval_queen(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bb` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:213:24 [INFO] [stdout] | [INFO] [stdout] 213 | fn eval_queen(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_bb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `color` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:213:38 [INFO] [stdout] | [INFO] [stdout] 213 | fn eval_queen(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eval_data` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:213:52 [INFO] [stdout] | [INFO] [stdout] 213 | fn eval_queen(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eval_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pos` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:217:14 [INFO] [stdout] | [INFO] [stdout] 217 | fn eval_king(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bb` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:217:23 [INFO] [stdout] | [INFO] [stdout] 217 | fn eval_king(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_bb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `color` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:217:37 [INFO] [stdout] | [INFO] [stdout] 217 | fn eval_king(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eval_data` [INFO] [stdout] --> shakmat-engine/src/evaluation/evaluate.rs:217:51 [INFO] [stdout] | [INFO] [stdout] 217 | fn eval_king(pos: u8, bb: BitBoard, color: Color, eval_data: &EvalData) -> ScorePair { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eval_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rocket_http v0.5.0-rc.1 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 [INFO] [stderr] Compiling shakmat-server v0.1.0 (/opt/rustwide/workdir/shakmat-server) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.75s [INFO] running `Command { std: "docker" "inspect" "941b2c896731d6f9ad3315d680ee8a6cc0b46f81deef6d8428f41484e68ec51e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "941b2c896731d6f9ad3315d680ee8a6cc0b46f81deef6d8428f41484e68ec51e", kill_on_drop: false }` [INFO] [stdout] 941b2c896731d6f9ad3315d680ee8a6cc0b46f81deef6d8428f41484e68ec51e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1bf9c30fcfcd055ae2e74054c54bcbffc1416f60b7d5b90bc0e36aec7b4bf96 [INFO] running `Command { std: "docker" "start" "-a" "e1bf9c30fcfcd055ae2e74054c54bcbffc1416f60b7d5b90bc0e36aec7b4bf96", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling fastrand v1.6.0 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling atomic v0.5.1 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ubyte v0.10.1 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling h2 v0.3.10 [INFO] [stderr] Compiling shakmat-core v0.1.0 (/opt/rustwide/workdir/shakmat-core) [INFO] [stderr] error: could not compile `tokio` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="winapi"' -C metadata=1b63367735e153c6 -C extra-filename=-1b63367735e153c6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-a3f6d05105f49c08.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-a943cfd8331f15c2.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-738e88b89e1ba03c.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-b0d2ee2be7d977e9.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-fae93b0f42631a98.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-5e718c582cbacd68.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-2cb4f65f03843812.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-14b8053780a86f9e.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-0ce67dda7e881b03.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e1bf9c30fcfcd055ae2e74054c54bcbffc1416f60b7d5b90bc0e36aec7b4bf96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1bf9c30fcfcd055ae2e74054c54bcbffc1416f60b7d5b90bc0e36aec7b4bf96", kill_on_drop: false }` [INFO] [stdout] e1bf9c30fcfcd055ae2e74054c54bcbffc1416f60b7d5b90bc0e36aec7b4bf96