[INFO] updating cached repository https://github.com/nvanbenschoten/cockroach_fuse [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnvanbenschoten%2Fcockroach_fuse" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nvanbenschoten/cockroach_fuse on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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 /workspace/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 `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ebaa39e7e31faf0376cc9b31fae8b81d361e95e214870e3e0151b0891660ab50 [INFO] running `"docker" "start" "-a" "ebaa39e7e31faf0376cc9b31fae8b81d361e95e214870e3e0151b0891660ab50"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [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 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_shared v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling iovec v0.1.2 [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 clap v2.33.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling sha2 v0.7.1 [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] 329 | let kind = match ((mode as u16) >> 12) << 12 { [INFO] [stderr] | --------------------------- this expression has type `u16` [INFO] [stderr] 330 | S_IFIFO => Some(FileType::NamedPipe), [INFO] [stderr] | ^^^^^^^ expected `u16`, found `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:331:9 [INFO] [stderr] | [INFO] [stderr] 329 | let kind = match ((mode as u16) >> 12) << 12 { [INFO] [stderr] | --------------------------- this expression has type `u16` [INFO] [stderr] 330 | S_IFIFO => Some(FileType::NamedPipe), [INFO] [stderr] 331 | S_IFCHR => Some(FileType::CharDevice), [INFO] [stderr] | ^^^^^^^ expected `u16`, found `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 329 | let kind = match ((mode as u16) >> 12) << 12 { [INFO] [stderr] | --------------------------- this expression has type `u16` [INFO] [stderr] ... [INFO] [stderr] 332 | S_IFBLK => Some(FileType::BlockDevice), [INFO] [stderr] | ^^^^^^^ expected `u16`, found `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:333:9 [INFO] [stderr] | [INFO] [stderr] 329 | let kind = match ((mode as u16) >> 12) << 12 { [INFO] [stderr] | --------------------------- this expression has type `u16` [INFO] [stderr] ... [INFO] [stderr] 333 | S_IFDIR => Some(FileType::Directory), [INFO] [stderr] | ^^^^^^^ expected `u16`, found `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:334:9 [INFO] [stderr] | [INFO] [stderr] 329 | let kind = match ((mode as u16) >> 12) << 12 { [INFO] [stderr] | --------------------------- this expression has type `u16` [INFO] [stderr] ... [INFO] [stderr] 334 | S_IFREG => Some(FileType::RegularFile), [INFO] [stderr] | ^^^^^^^ expected `u16`, found `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 329 | let kind = match ((mode as u16) >> 12) << 12 { [INFO] [stderr] | --------------------------- this expression has type `u16` [INFO] [stderr] ... [INFO] [stderr] 335 | S_IFLNK => Some(FileType::Symlink), [INFO] [stderr] | ^^^^^^^ expected `u16`, found `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fs.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 329 | let kind = match ((mode as u16) >> 12) << 12 { [INFO] [stderr] | --------------------------- this expression has type `u16` [INFO] [stderr] ... [INFO] [stderr] 336 | S_IFSOCK => Some(FileType::Socket), [INFO] [stderr] | ^^^^^^^^ expected `u16`, found `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" "ebaa39e7e31faf0376cc9b31fae8b81d361e95e214870e3e0151b0891660ab50"` [INFO] running `"docker" "rm" "-f" "ebaa39e7e31faf0376cc9b31fae8b81d361e95e214870e3e0151b0891660ab50"` [INFO] [stdout] ebaa39e7e31faf0376cc9b31fae8b81d361e95e214870e3e0151b0891660ab50