[INFO] crate yalb 0.0.1 is already in cache
[INFO] checking yalb-0.0.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate yalb 0.0.1 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate yalb 0.0.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate yalb 0.0.1
[INFO] finished tweaking crates.io crate yalb 0.0.1
[INFO] tweaked toml for crates.io crate yalb 0.0.1 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] a401848710396406cd0c1282f6b4a51173d1a499536f44ce245c64c17c81cf31
[INFO] running `"docker" "start" "-a" "a401848710396406cd0c1282f6b4a51173d1a499536f44ce245c64c17c81cf31"`
[INFO] [stderr]     Checking yalb v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `log::LogMetadata`, `log::LogRecord`, `log::LogLevelFilter`
[INFO] [stderr]  --> src/lib.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{LogMetadata, LogRecord, LogLevelFilter, SetLoggerError};
[INFO] [stderr]   |           ^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^^ no `LogLevelFilter` in the root
[INFO] [stderr]   |           |            |
[INFO] [stderr]   |           |            no `LogRecord` in the root
[INFO] [stderr]   |           no `LogMetadata` in the root
[INFO] [stderr]   |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{Metadata, LogRecord, LogLevelFilter, SetLoggerError};
[INFO] [stderr]   |           ^^^^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{LogMetadata, Record, LogLevelFilter, SetLoggerError};
[INFO] [stderr]   |                        ^^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{LogMetadata, LogRecord, LevelFilter, SetLoggerError};
[INFO] [stderr]   |                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `shutdown_logger` in crate `log`
[INFO] [stderr]   --> src/lib.rs:44:18
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let _ = log::shutdown_logger();
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^ not found in `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0046]: not all trait items implemented, missing: `flush`
[INFO] [stderr]   --> src/lib.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl log::Log for Logger{
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ missing `flush` in implementation
[INFO] [stderr]    |
[INFO] [stderr]    = help: implement the missing item: `fn flush(&self) { todo!() }`
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/lib.rs:37:29
[INFO] [stderr]    |
[INFO] [stderr] 37 |     return log::set_logger(|max_log_level| {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^ consider giving this closure parameter a type
[INFO] [stderr]    |
[INFO] [stderr]    = note: type must be known at this point
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `log::LogMetadata`, `log::LogRecord`, `log::LogLevelFilter`
[INFO] [stderr]  --> src/lib.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{LogMetadata, LogRecord, LogLevelFilter, SetLoggerError};
[INFO] [stderr]   |           ^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^^ no `LogLevelFilter` in the root
[INFO] [stderr]   |           |            |
[INFO] [stderr]   |           |            no `LogRecord` in the root
[INFO] [stderr]   |           no `LogMetadata` in the root
[INFO] [stderr]   |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{Metadata, LogRecord, LogLevelFilter, SetLoggerError};
[INFO] [stderr]   |           ^^^^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{LogMetadata, Record, LogLevelFilter, SetLoggerError};
[INFO] [stderr]   |                        ^^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 3 | use log::{LogMetadata, LogRecord, LevelFilter, SetLoggerError};
[INFO] [stderr]   |                                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0046, E0282, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0046`.
[INFO] [stderr] error[E0425]: cannot find function `shutdown_logger` in crate `log`
[INFO] [stderr]   --> src/lib.rs:44:18
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let _ = log::shutdown_logger();
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^ not found in `log`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `yalb`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0046]: not all trait items implemented, missing: `flush`
[INFO] [stderr]   --> src/lib.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl log::Log for Logger{
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ missing `flush` in implementation
[INFO] [stderr]    |
[INFO] [stderr]    = help: implement the missing item: `fn flush(&self) { todo!() }`
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/lib.rs:37:29
[INFO] [stderr]    |
[INFO] [stderr] 37 |     return log::set_logger(|max_log_level| {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^ consider giving this closure parameter a type
[INFO] [stderr]    |
[INFO] [stderr]    = note: type must be known at this point
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0046, E0282, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0046`.
[INFO] [stderr] error: could not compile `yalb`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a401848710396406cd0c1282f6b4a51173d1a499536f44ce245c64c17c81cf31"`
[INFO] running `"docker" "rm" "-f" "a401848710396406cd0c1282f6b4a51173d1a499536f44ce245c64c17c81cf31"`
[INFO] [stdout] a401848710396406cd0c1282f6b4a51173d1a499536f44ce245c64c17c81cf31
