[INFO] cloning repository https://github.com/Arttaaz/mahjong_score_training
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arttaaz/mahjong_score_training" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArttaaz%2Fmahjong_score_training", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArttaaz%2Fmahjong_score_training'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ace30067c7039d567c0d59dec6c94fae98826f94
[INFO] checking Arttaaz/mahjong_score_training against master#a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb for pr-151109
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArttaaz%2Fmahjong_score_training" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Arttaaz/mahjong_score_training
[INFO] finished tweaking git repo https://github.com/Arttaaz/mahjong_score_training
[INFO] tweaked toml for git repo https://github.com/Arttaaz/mahjong_score_training written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arttaaz/mahjong_score_training on toolchain a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arttaaz/mahjong_score_training already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scanf v1.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23ecc921f44f142ccddb5eaab2ebfed728d1ae4de83d6b6458499a995452a694
[INFO] running `Command { std: "docker" "start" "-a" "23ecc921f44f142ccddb5eaab2ebfed728d1ae4de83d6b6458499a995452a694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23ecc921f44f142ccddb5eaab2ebfed728d1ae4de83d6b6458499a995452a694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23ecc921f44f142ccddb5eaab2ebfed728d1ae4de83d6b6458499a995452a694", kill_on_drop: false }`
[INFO] [stdout] 23ecc921f44f142ccddb5eaab2ebfed728d1ae4de83d6b6458499a995452a694
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e72b87629ae6ee73a732b1c5722d6f413d0fc62b6fb94cd4d80555124091e1e2
[INFO] running `Command { std: "docker" "start" "-a" "e72b87629ae6ee73a732b1c5722d6f413d0fc62b6fb94cd4d80555124091e1e2", kill_on_drop: false }`
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking scanf v1.3.0
[INFO] [stderr]     Checking mahjong_score_trainer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stdout]   --> src/main.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let tsumo = random::<bool>();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^-- argument #1 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /rustc/a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb/library/std/src/random.rs:94:7
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let tsumo = random::<bool>(/* dist */);
[INFO] [stdout]    |                                    ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stdout]   --> src/main.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let han = (random::<u32>() % 4) + 1;
[INFO] [stdout]    |                    ^^^^^^^^^^^^^-- argument #1 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /rustc/a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb/library/std/src/random.rs:94:7
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let han = (random::<u32>(/* dist */) % 4) + 1;
[INFO] [stdout]    |                                  ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stdout]   --> src/main.rs:47:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let fu = FU[(random::<usize>() % 2) + if tsumo { 0 } else { 1 }];
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^-- argument #1 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /rustc/a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb/library/std/src/random.rs:94:7
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let fu = FU[(random::<usize>(/* dist */) % 2) + if tsumo { 0 } else { 1 }];
[INFO] [stdout]    |                                      ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stdout]   --> src/main.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let tsumo = random::<bool>();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^-- argument #1 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /rustc/a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb/library/std/src/random.rs:94:7
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let tsumo = random::<bool>(/* dist */);
[INFO] [stdout]    |                                    ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stdout]   --> src/main.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let han = (random::<u32>() % 4) + 1;
[INFO] [stdout]    |                    ^^^^^^^^^^^^^-- argument #1 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /rustc/a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb/library/std/src/random.rs:94:7
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let han = (random::<u32>(/* dist */) % 4) + 1;
[INFO] [stdout]    |                                  ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stdout]   --> src/main.rs:47:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let fu = FU[(random::<usize>() % 2) + if tsumo { 0 } else { 1 }];
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^-- argument #1 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /rustc/a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb/library/std/src/random.rs:94:7
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let fu = FU[(random::<usize>(/* dist */) % 2) + if tsumo { 0 } else { 1 }];
[INFO] [stdout]    |                                      ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mahjong_score_trainer` (bin "mahjong_score_trainer") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mahjong_score_trainer` (bin "mahjong_score_trainer" test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "e72b87629ae6ee73a732b1c5722d6f413d0fc62b6fb94cd4d80555124091e1e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e72b87629ae6ee73a732b1c5722d6f413d0fc62b6fb94cd4d80555124091e1e2", kill_on_drop: false }`
[INFO] [stdout] e72b87629ae6ee73a732b1c5722d6f413d0fc62b6fb94cd4d80555124091e1e2
