[INFO] updating cached repository nvanbenschoten/cockroach_fuse [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nvanbenschoten/cockroach_fuse [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nvanbenschoten/cockroach_fuse" "work/ex/beta-1.38-1/sources/1.37.0/gh/nvanbenschoten/cockroach_fuse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/nvanbenschoten/cockroach_fuse'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nvanbenschoten/cockroach_fuse" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nvanbenschoten/cockroach_fuse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nvanbenschoten/cockroach_fuse'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 59039fc167430ca2b22af212e20e39f005e09588 [INFO] sha for GitHub repo nvanbenschoten/cockroach_fuse: 59039fc167430ca2b22af212e20e39f005e09588 [INFO] validating manifest of nvanbenschoten/cockroach_fuse 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 nvanbenschoten/cockroach_fuse 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 nvanbenschoten/cockroach_fuse [INFO] finished frobbing nvanbenschoten/cockroach_fuse [INFO] frobbed toml for nvanbenschoten/cockroach_fuse written to work/ex/beta-1.38-1/sources/1.37.0/gh/nvanbenschoten/cockroach_fuse/Cargo.toml [INFO] started frobbing nvanbenschoten/cockroach_fuse [INFO] finished frobbing nvanbenschoten/cockroach_fuse [INFO] frobbed toml for nvanbenschoten/cockroach_fuse written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nvanbenschoten/cockroach_fuse/Cargo.toml [INFO] crate nvanbenschoten/cockroach_fuse 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 nvanbenschoten/cockroach_fuse 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-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nvanbenschoten/cockroach_fuse:/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] 260809dfaefba8b11dcc3c2ef483ba6af6cf72f4eec515672ed7a2f6017e0de8 [INFO] running `"docker" "start" "-a" "260809dfaefba8b11dcc3c2ef483ba6af6cf72f4eec515672ed7a2f6017e0de8"` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling fuse v0.3.1 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling socket2 v0.3.9 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling cockroach_fuse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | S_IFIFO => Some(FileType::NamedPipe), [INFO] [stderr] | ^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `u16` [INFO] [stderr] found type `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:331:9 [INFO] [stderr] | [INFO] [stderr] 331 | S_IFCHR => Some(FileType::CharDevice), [INFO] [stderr] | ^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `u16` [INFO] [stderr] found type `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | S_IFBLK => Some(FileType::BlockDevice), [INFO] [stderr] | ^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `u16` [INFO] [stderr] found type `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:333:9 [INFO] [stderr] | [INFO] [stderr] 333 | S_IFDIR => Some(FileType::Directory), [INFO] [stderr] | ^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `u16` [INFO] [stderr] found type `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:334:9 [INFO] [stderr] | [INFO] [stderr] 334 | S_IFREG => Some(FileType::RegularFile), [INFO] [stderr] | ^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `u16` [INFO] [stderr] found type `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 335 | S_IFLNK => Some(FileType::Symlink), [INFO] [stderr] | ^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `u16` [INFO] [stderr] found type `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | S_IFSOCK => Some(FileType::Socket), [INFO] [stderr] | ^^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `u16` [INFO] [stderr] found type `u32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `cockroach_fuse`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "260809dfaefba8b11dcc3c2ef483ba6af6cf72f4eec515672ed7a2f6017e0de8"` [INFO] running `"docker" "rm" "-f" "260809dfaefba8b11dcc3c2ef483ba6af6cf72f4eec515672ed7a2f6017e0de8"` [INFO] [stdout] 260809dfaefba8b11dcc3c2ef483ba6af6cf72f4eec515672ed7a2f6017e0de8