[INFO] crate windebug_logger 0.1.3 is already in cache
[INFO] checking windebug_logger-0.1.3 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate windebug_logger 0.1.3 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate windebug_logger 0.1.3 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate windebug_logger 0.1.3
[INFO] finished tweaking crates.io crate windebug_logger 0.1.3
[INFO] tweaked toml for crates.io crate windebug_logger 0.1.3 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] c78f8c4e9f9beebed1a21f4edbb89f13aa86948804449d598fc14b3923e46a30
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "c78f8c4e9f9beebed1a21f4edbb89f13aa86948804449d598fc14b3923e46a30"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]    Compiling wchar-impl v0.6.0
[INFO] [stderr]     Checking wchar v0.6.0
[INFO] [stderr]     Checking windebug_logger v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/codecvt.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::{stringapiset::MultiByteToWideChar, winnls::CP_UTF8};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]   --> src/lib.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 | use winapi::um::{datetimeapi, debugapi, sysinfoapi, winbase, winnt};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `MultiByteToWideChar` in this scope
[INFO] [stderr]   --> src/codecvt.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 |                 MultiByteToWideChar(CP_UTF8, 0, s.as_ptr() as *const i8, in_len, null_mut(), 0);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CP_UTF8` in this scope
[INFO] [stderr]   --> src/codecvt.rs:15:37
[INFO] [stderr]    |
[INFO] [stderr] 15 |                 MultiByteToWideChar(CP_UTF8, 0, s.as_ptr() as *const i8, in_len, null_mut(), 0);
[INFO] [stderr]    |                                     ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `MultiByteToWideChar` in this scope
[INFO] [stderr]   --> src/codecvt.rs:24:34
[INFO] [stderr]    |
[INFO] [stderr] 24 |             let out_num_wchars = MultiByteToWideChar(
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CP_UTF8` in this scope
[INFO] [stderr]   --> src/codecvt.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 CP_UTF8,
[INFO] [stderr]    |                 ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `convert::TryInto`
[INFO] [stderr]   --> src/lib.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     convert::TryInto,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `windebug_logger`.
[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[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/codecvt.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::{stringapiset::MultiByteToWideChar, winnls::CP_UTF8};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]   --> src/lib.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 | use winapi::um::{datetimeapi, debugapi, sysinfoapi, winbase, winnt};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `MultiByteToWideChar` in this scope
[INFO] [stderr]   --> src/codecvt.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 |                 MultiByteToWideChar(CP_UTF8, 0, s.as_ptr() as *const i8, in_len, null_mut(), 0);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CP_UTF8` in this scope
[INFO] [stderr]   --> src/codecvt.rs:15:37
[INFO] [stderr]    |
[INFO] [stderr] 15 |                 MultiByteToWideChar(CP_UTF8, 0, s.as_ptr() as *const i8, in_len, null_mut(), 0);
[INFO] [stderr]    |                                     ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `MultiByteToWideChar` in this scope
[INFO] [stderr]   --> src/codecvt.rs:24:34
[INFO] [stderr]    |
[INFO] [stderr] 24 |             let out_num_wchars = MultiByteToWideChar(
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CP_UTF8` in this scope
[INFO] [stderr]   --> src/codecvt.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 CP_UTF8,
[INFO] [stderr]    |                 ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `convert::TryInto`
[INFO] [stderr]   --> src/lib.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     convert::TryInto,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `windebug_logger`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "c78f8c4e9f9beebed1a21f4edbb89f13aa86948804449d598fc14b3923e46a30"`
[INFO] running `"docker" "rm" "-f" "c78f8c4e9f9beebed1a21f4edbb89f13aa86948804449d598fc14b3923e46a30"`
[INFO] [stdout] c78f8c4e9f9beebed1a21f4edbb89f13aa86948804449d598fc14b3923e46a30
