[INFO] updating cached repository main--/rust-windows-setup-deprompt-patcher [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/main--/rust-windows-setup-deprompt-patcher [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/main--/rust-windows-setup-deprompt-patcher" "work/ex/beta-1.38-1/sources/1.37.0/gh/main--/rust-windows-setup-deprompt-patcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/main--/rust-windows-setup-deprompt-patcher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/main--/rust-windows-setup-deprompt-patcher" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/main--/rust-windows-setup-deprompt-patcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/main--/rust-windows-setup-deprompt-patcher'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 74697cd41175a2802f1e3d9838dca54ee05fa4ce [INFO] sha for GitHub repo main--/rust-windows-setup-deprompt-patcher: 74697cd41175a2802f1e3d9838dca54ee05fa4ce [INFO] validating manifest of main--/rust-windows-setup-deprompt-patcher on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of main--/rust-windows-setup-deprompt-patcher on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing main--/rust-windows-setup-deprompt-patcher [INFO] finished frobbing main--/rust-windows-setup-deprompt-patcher [INFO] frobbed toml for main--/rust-windows-setup-deprompt-patcher written to work/ex/beta-1.38-1/sources/1.37.0/gh/main--/rust-windows-setup-deprompt-patcher/Cargo.toml [INFO] started frobbing main--/rust-windows-setup-deprompt-patcher [INFO] finished frobbing main--/rust-windows-setup-deprompt-patcher [INFO] frobbed toml for main--/rust-windows-setup-deprompt-patcher written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/main--/rust-windows-setup-deprompt-patcher/Cargo.toml [INFO] crate main--/rust-windows-setup-deprompt-patcher already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing main--/rust-windows-setup-deprompt-patcher against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/main--/rust-windows-setup-deprompt-patcher:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] abc2ec48deae8f27e12e22d6ce152122a6f7778ff88c037effef7e1136975133 [INFO] running `"docker" "start" "-a" "abc2ec48deae8f27e12e22d6ce152122a6f7778ff88c037effef7e1136975133"` [INFO] [stderr] Compiling libloading v0.4.2 [INFO] [stderr] Compiling memmem v0.1.1 [INFO] [stderr] Compiling memmap v0.6.1 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Compiling cexpr v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Compiling aster v0.41.0 [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/crater/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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "abc2ec48deae8f27e12e22d6ce152122a6f7778ff88c037effef7e1136975133"` [INFO] running `"docker" "rm" "-f" "abc2ec48deae8f27e12e22d6ce152122a6f7778ff88c037effef7e1136975133"` [INFO] [stdout] abc2ec48deae8f27e12e22d6ce152122a6f7778ff88c037effef7e1136975133