[INFO] updating cached repository https://github.com/RadekDvorak/outdoor
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] [stderr] From https://github.com/RadekDvorak/outdoor
[INFO] [stderr]    558d449..0c9b7e5  master     -> master
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 0c9b7e5241651a8ba14b5faf6c9ed47f0505450b
[INFO] checking RadekDvorak/outdoor against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRadekDvorak%2Foutdoor" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/RadekDvorak/outdoor on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/RadekDvorak/outdoor
[INFO] finished tweaking git repo https://github.com/RadekDvorak/outdoor
[INFO] tweaked toml for git repo https://github.com/RadekDvorak/outdoor written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/RadekDvorak/outdoor already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 4448ed4a14c45615db3cc35c91e6d16e80f15e1b5f7ef379b887a57f3b4f8013
[INFO] running `"docker" "start" "-a" "4448ed4a14c45615db3cc35c91e6d16e80f15e1b5f7ef379b887a57f3b4f8013"`
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]     Checking uom v0.27.0
[INFO] [stderr]     Checking slog-scope v4.3.0
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]    Compiling derive_more v0.99.3
[INFO] [stderr]    Compiling trackable_derive v0.1.3
[INFO] [stderr]    Compiling async-stream-impl v0.2.1
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking slog-kvfilter v0.7.0
[INFO] [stderr]     Checking slog-stdlog v3.0.5
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.11
[INFO] [stderr]     Checking slog-term v2.5.0
[INFO] [stderr]     Checking trackable v0.2.23
[INFO] [stderr]     Checking tokio v0.2.12
[INFO] [stderr]     Checking async-stream v0.2.1
[INFO] [stderr]     Checking sloggers v0.3.5
[INFO] [stderr]    Compiling proc-macro-error v0.4.11
[INFO] [stderr]    Compiling structopt-derive v0.4.4
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]     Checking tokio-rustls v0.12.2
[INFO] [stderr]     Checking structopt v0.3.11
[INFO] [stderr]     Checking h2 v0.2.1
[INFO] [stderr]     Checking rumq-core v0.1.0-alpha.6
[INFO] [stderr]     Checking rumq-client v0.1.0-alpha.7
[INFO] [stderr]     Checking hyper v0.13.2
[INFO] [stderr]     Checking hyper-tls v0.4.1
[INFO] [stderr]     Checking reqwest v0.10.3
[INFO] [stderr]     Checking outdoor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: the trait bound `f32: std::convert::From<domain::current_weather::Humidity>` is not satisfied
[INFO] [stderr]    --> src/domain/current_weather.rs:162:24
[INFO] [stderr]     |
[INFO] [stderr] 162 |         let v: f32 = t.into();
[INFO] [stderr]     |                        ^^^^ the trait `std::convert::From<domain::current_weather::Humidity>` is not implemented for `f32`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <f32 as std::convert::From<i16>>
[INFO] [stderr]               <f32 as std::convert::From<i8>>
[INFO] [stderr]               <f32 as std::convert::From<u16>>
[INFO] [stderr]               <f32 as std::convert::From<u8>>
[INFO] [stderr]             and 2 others
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::convert::Into<f32>` for `domain::current_weather::Humidity`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `outdoor`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "4448ed4a14c45615db3cc35c91e6d16e80f15e1b5f7ef379b887a57f3b4f8013"`
[INFO] running `"docker" "rm" "-f" "4448ed4a14c45615db3cc35c91e6d16e80f15e1b5f7ef379b887a57f3b4f8013"`
[INFO] [stdout] 4448ed4a14c45615db3cc35c91e6d16e80f15e1b5f7ef379b887a57f3b4f8013
