[INFO] updating cached repository https://github.com/nvanbenschoten/cockroach_fuse [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/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] 59039fc167430ca2b22af212e20e39f005e09588 [INFO] testing nvanbenschoten/cockroach_fuse against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnvanbenschoten%2Fcockroach_fuse" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nvanbenschoten/cockroach_fuse on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nvanbenschoten/cockroach_fuse [INFO] finished tweaking git repo https://github.com/nvanbenschoten/cockroach_fuse [INFO] tweaked toml for git repo https://github.com/nvanbenschoten/cockroach_fuse written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/nvanbenschoten/cockroach_fuse already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] a50d30dd1429a9fd706a5d5be39ef0f4084f16e045b96468c8b5facb1cd31b61 [INFO] running `"docker" "start" "-a" "a50d30dd1429a9fd706a5d5be39ef0f4084f16e045b96468c8b5facb1cd31b61"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling fuse v0.3.1 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling socket2 v0.3.9 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [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/rustwide/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" "a50d30dd1429a9fd706a5d5be39ef0f4084f16e045b96468c8b5facb1cd31b61"` [INFO] running `"docker" "rm" "-f" "a50d30dd1429a9fd706a5d5be39ef0f4084f16e045b96468c8b5facb1cd31b61"` [INFO] [stdout] a50d30dd1429a9fd706a5d5be39ef0f4084f16e045b96468c8b5facb1cd31b61