[INFO] cloning repository https://github.com/hatoo/sandbox-wasabi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hatoo/sandbox-wasabi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2Fsandbox-wasabi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2Fsandbox-wasabi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f83a4db7073452732205216f34841c5a8dfc23de
[INFO] checking hatoo/sandbox-wasabi against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2Fsandbox-wasabi" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/hatoo/sandbox-wasabi
[INFO] finished tweaking git repo https://github.com/hatoo/sandbox-wasabi
[INFO] tweaked toml for git repo https://github.com/hatoo/sandbox-wasabi written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hatoo/sandbox-wasabi on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hatoo/sandbox-wasabi 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29ec2cfc339fcdeb31cd19c7932a0dd64731e08ed87808d988b25a6f13a860cc
[INFO] running `Command { std: "docker" "start" "-a" "29ec2cfc339fcdeb31cd19c7932a0dd64731e08ed87808d988b25a6f13a860cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29ec2cfc339fcdeb31cd19c7932a0dd64731e08ed87808d988b25a6f13a860cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29ec2cfc339fcdeb31cd19c7932a0dd64731e08ed87808d988b25a6f13a860cc", kill_on_drop: false }`
[INFO] [stdout] 29ec2cfc339fcdeb31cd19c7932a0dd64731e08ed87808d988b25a6f13a860cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 368184c57bc79dcfeab6c792127bed6c5d880ddeb90e482a6411df04b1352fba
[INFO] running `Command { std: "docker" "start" "-a" "368184c57bc79dcfeab6c792127bed6c5d880ddeb90e482a6411df04b1352fba", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]     Checking micromath v2.1.0
[INFO] [stderr]     Checking sabi v0.1.0 (https://github.com/hikalium/wasabi.git?branch=for_saba#abf27c6f)
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking embedded-graphics-core v0.4.0
[INFO] [stderr]     Checking embedded-graphics v0.8.1
[INFO] [stderr]    Compiling font v0.1.0 (https://github.com/hikalium/wasabi.git?branch=for_saba#abf27c6f)
[INFO] [stderr]     Checking noli v0.1.0 (https://github.com/hikalium/wasabi.git?branch=for_saba#abf27c6f)
[INFO] [stderr]     Checking app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![no_main]`
[INFO] [stdout]  --> src/main.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(target_os = "linux", no_main)]
[INFO] [stdout]   |                                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: this attribute does not have an `!`, which means it is applied to this use
[INFO] [stdout]  --> src/main.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | use noli::prelude::*;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![no_main]`
[INFO] [stdout]  --> src/main.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(target_os = "linux", no_main)]
[INFO] [stdout]   |                                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: this attribute does not have an `!`, which means it is applied to this use
[INFO] [stdout]  --> src/main.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | use noli::prelude::*;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
[INFO] running `Command { std: "docker" "inspect" "368184c57bc79dcfeab6c792127bed6c5d880ddeb90e482a6411df04b1352fba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "368184c57bc79dcfeab6c792127bed6c5d880ddeb90e482a6411df04b1352fba", kill_on_drop: false }`
[INFO] [stdout] 368184c57bc79dcfeab6c792127bed6c5d880ddeb90e482a6411df04b1352fba
