[INFO] updating cached repository https://github.com/main--/rust-windows-setup-deprompt-patcher [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 74697cd41175a2802f1e3d9838dca54ee05fa4ce [INFO] checking main--/rust-windows-setup-deprompt-patcher against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmain--%2Frust-windows-setup-deprompt-patcher" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/main--/rust-windows-setup-deprompt-patcher on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/main--/rust-windows-setup-deprompt-patcher [INFO] finished tweaking git repo https://github.com/main--/rust-windows-setup-deprompt-patcher [INFO] tweaked toml for git repo https://github.com/main--/rust-windows-setup-deprompt-patcher written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/main--/rust-windows-setup-deprompt-patcher already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0eddeb55a705441f955715c1413d1d23d0c3f2372480e038eca63493b43668e2 [INFO] running `"docker" "start" "-a" "0eddeb55a705441f955715c1413d1d23d0c3f2372480e038eca63493b43668e2"` [INFO] [stderr] Compiling libloading v0.4.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Checking memmap v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling clap v2.27.1 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling cexpr v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling aster v0.41.0 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Compiling quasi v0.32.0 [INFO] [stderr] Compiling quasi_codegen v0.32.0 [INFO] [stderr] Compiling bindgen v0.26.3 [INFO] [stderr] Compiling windows-setup-deprompt-patcher v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:39:52 [INFO] [stderr] | [INFO] [stderr] 39 | let dirent = unsafe { udf_get_root(self.0, partition.is_none() as u8, partition.unwrap_or(0)) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found u8 [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | assert!(udf_close(self.0) > 0); [INFO] [stderr] | ^ expected bool, found integer [INFO] [stderr] | [INFO] [stderr] = note: expected type `bool` [INFO] [stderr] found type `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:107:49 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(udf_dirent_free(self.ptr) > 0); [INFO] [stderr] | ^ expected bool, found integer [INFO] [stderr] | [INFO] [stderr] = note: expected type `bool` [INFO] [stderr] found type `{integer}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `windows-setup-deprompt-patcher`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:39:52 [INFO] [stderr] | [INFO] [stderr] 39 | let dirent = unsafe { udf_get_root(self.0, partition.is_none() as u8, partition.unwrap_or(0)) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected bool, found u8 [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | assert!(udf_close(self.0) > 0); [INFO] [stderr] | ^ expected bool, found integer [INFO] [stderr] | [INFO] [stderr] = note: expected type `bool` [INFO] [stderr] found type `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:107:49 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(udf_dirent_free(self.ptr) > 0); [INFO] [stderr] | ^ expected bool, found integer [INFO] [stderr] | [INFO] [stderr] = note: expected type `bool` [INFO] [stderr] found type `{integer}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `windows-setup-deprompt-patcher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0eddeb55a705441f955715c1413d1d23d0c3f2372480e038eca63493b43668e2"` [INFO] running `"docker" "rm" "-f" "0eddeb55a705441f955715c1413d1d23d0c3f2372480e038eca63493b43668e2"` [INFO] [stdout] 0eddeb55a705441f955715c1413d1d23d0c3f2372480e038eca63493b43668e2