[INFO] updating cached repository https://github.com/agrover/froyo [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] f76e792534d017e7adb41e25af57a5706a335c23 [INFO] testing agrover/froyo against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagrover%2Ffroyo" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agrover/froyo on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/agrover/froyo [INFO] finished tweaking git repo https://github.com/agrover/froyo [INFO] tweaked toml for git repo https://github.com/agrover/froyo written to work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/agrover/froyo already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] afe8a6c4fa8bca67a1a3803c14c5aadba0b7d88a34c1fbd6d3c3a194c8b75895 [INFO] running `"docker" "start" "-a" "afe8a6c4fa8bca67a1a3803c14c5aadba0b7d88a34c1fbd6d3c3a194c8b75895"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling strsim v0.4.1 [INFO] [stderr] Compiling vec_map v0.4.0 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling byteorder v0.3.13 [INFO] [stderr] Compiling bytesize v0.1.3 [INFO] [stderr] Compiling syntex_pos v0.39.0 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling serde_json v0.7.4 [INFO] [stderr] Compiling clap v1.5.6 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling dbus v0.3.4 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Compiling syntex_errors v0.39.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling syntex_syntax v0.39.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling devicemapper v0.4.7 [INFO] [stderr] warning[E0502]: cannot borrow `cx.parse_sess.span_diagnostic` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.39.0/src/ext/expand.rs:659:25 [INFO] [stderr] | [INFO] [stderr] 649 | let mut expander = MacroExpander::new(&mut cx); [INFO] [stderr] | ------- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 659 | let err_count = cx.parse_sess.span_diagnostic.err_count(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] 660 | let mut ret = expander.fold_crate(c); [INFO] [stderr] | -------- mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling aster v0.22.1 [INFO] [stderr] Compiling syntex v0.39.0 [INFO] [stderr] Compiling quasi v0.16.0 [INFO] [stderr] Compiling serde_codegen_internals v0.4.0 [INFO] [stderr] Compiling quasi_codegen v0.16.0 [INFO] [stderr] Compiling serde_codegen v0.7.15 [INFO] [stderr] Compiling froyo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `devicemapper::DevId`, `devicemapper::DmFlags`, `devicemapper::DM_SUSPEND`, `devicemapper::TargetLine` [INFO] [stderr] --> src/dmdevice.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | use devicemapper::{DM, Device, DevId, DmFlags, DM_SUSPEND, TargetLine}; [INFO] [stderr] | ^^^^^ ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ no `TargetLine` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `DM_SUSPEND` in the root [INFO] [stderr] | | no `DmFlags` in the root [INFO] [stderr] | no `DevId` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `devicemapper::DmFlags`, `devicemapper::DevId`, `devicemapper::DM_SUSPEND` [INFO] [stderr] --> src/thin.rs:12:32 [INFO] [stderr] | [INFO] [stderr] 12 | use devicemapper::{DM, Device, DmFlags, DevId, DM_SUSPEND}; [INFO] [stderr] | ^^^^^^^ ^^^^^ ^^^^^^^^^^ no `DM_SUSPEND` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `DevId` in the root [INFO] [stderr] | no `DmFlags` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nix::sys::stat::S_IFBLK`, `nix::sys::stat::S_IRUSR`, `nix::sys::stat::S_IWUSR`, `nix::sys::stat::S_IRGRP`, `nix::sys::stat::S_IWGRP` [INFO] [stderr] --> src/thin.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | use nix::sys::stat::{mknod, umask, Mode, S_IFBLK, S_IRUSR, S_IWUSR, S_IRGRP, S_IWGRP}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ no `S_IWGRP` in `sys::stat` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `S_IRGRP` in `sys::stat` [INFO] [stderr] | | | no `S_IWUSR` in `sys::stat` [INFO] [stderr] | | no `S_IRUSR` in `sys::stat` [INFO] [stderr] | no `S_IFBLK` in `sys::stat` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nix::errno::EEXIST` [INFO] [stderr] --> src/thin.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use nix::errno::EEXIST; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no `EEXIST` in `errno` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `ioctl!` in this scope [INFO] [stderr] --> src/util.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | ioctl!(read blkgetsize64 with 0x12, 114; u64); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blkgetsize64` in this scope [INFO] [stderr] --> src/util.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | match unsafe { blkgetsize64(file.as_raw_fd(), &mut val) } { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use devicemapper::util::blkgetsize64; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | #[macro_use] extern crate nix; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types.rs:172:32 [INFO] [stderr] | [INFO] [stderr] 172 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/raid.rs:310:18 [INFO] [stderr] | [INFO] [stderr] 310 | x @ 1...REDUNDANCY => RaidStatus::Degraded(x), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `errno` found for type `&nix::Error` in the current scope [INFO] [stderr] --> src/types.rs:152:72 [INFO] [stderr] | [INFO] [stderr] 152 | FroyoError::Nix(ref err) => write!(f, "Nix error: {}", err.errno().desc()), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `errno` found for type `&nix::Error` in the current scope [INFO] [stderr] --> src/types.rs:166:45 [INFO] [stderr] | [INFO] [stderr] 166 | FroyoError::Nix(ref err) => err.errno().desc(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `path` found for type `devicemapper::Device` in the current scope [INFO] [stderr] --> src/dmdevice.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | let pathbuf = self.dev.path().unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `errno` found for type `nix::Error` in the current scope [INFO] [stderr] --> src/thin.rs:399:18 [INFO] [stderr] | [INFO] [stderr] 399 | if e.errno() != EEXIST { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `froyo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "afe8a6c4fa8bca67a1a3803c14c5aadba0b7d88a34c1fbd6d3c3a194c8b75895"` [INFO] running `"docker" "rm" "-f" "afe8a6c4fa8bca67a1a3803c14c5aadba0b7d88a34c1fbd6d3c3a194c8b75895"` [INFO] [stdout] afe8a6c4fa8bca67a1a3803c14c5aadba0b7d88a34c1fbd6d3c3a194c8b75895