[INFO] updating cached repository https://github.com/creativcoder/roger [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] b77b023c44dc349d4bae29db5f7fedf573a96041 [INFO] testing creativcoder/roger against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcreativcoder%2Froger" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/creativcoder/roger 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/creativcoder/roger [INFO] finished tweaking git repo https://github.com/creativcoder/roger [INFO] tweaked toml for git repo https://github.com/creativcoder/roger written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/creativcoder/roger 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] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-6/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] Updating git repository `https://github.com/nickel-org/nickel.rs.git` [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] e7756e9327aa14ca07faf0cb062399e304193a09c594806613b6b6fbb220ce3f [INFO] running `"docker" "start" "-a" "e7756e9327aa14ca07faf0cb062399e304193a09c594806613b6b6fbb220ce3f"` [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling nickel v0.11.0 (https://github.com/nickel-org/nickel.rs.git#b8fe4f4c) [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling inotify v0.7.0 [INFO] [stderr] Compiling roger v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `inotify::INotify` [INFO] [stderr] --> src/server_events.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use inotify::INotify; [INFO] [stderr] | ^^^^^^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `inotify` [INFO] [stderr] | no `INotify` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `inotify::ffi` [INFO] [stderr] --> src/server_events.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | use inotify::ffi::*; [INFO] [stderr] | ^^^ could not find `ffi` in `inotify` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IN_MODIFY` in this scope [INFO] [stderr] --> src/server_events.rs:7:48 [INFO] [stderr] | [INFO] [stderr] 7 | ino.add_watch(Path::new("/home/someuser"), IN_MODIFY | IN_CREATE | IN_DELETE).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IN_CREATE` in this scope [INFO] [stderr] --> src/server_events.rs:7:60 [INFO] [stderr] | [INFO] [stderr] 7 | ino.add_watch(Path::new("/home/someuser"), IN_MODIFY | IN_CREATE | IN_DELETE).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IN_DELETE` in this scope [INFO] [stderr] --> src/server_events.rs:7:72 [INFO] [stderr] | [INFO] [stderr] 7 | ino.add_watch(Path::new("/home/someuser"), IN_MODIFY | IN_CREATE | IN_DELETE).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `inotify::ffi::*` [INFO] [stderr] --> src/server_events.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use inotify::ffi::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/file_op.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | f.write_all(timestamp); [INFO] [stderr] | ^^^^^^^^^ expected &[u8], found struct `chrono::DateTime` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[u8]` [INFO] [stderr] found type `chrono::DateTime` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `roger`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e7756e9327aa14ca07faf0cb062399e304193a09c594806613b6b6fbb220ce3f"` [INFO] running `"docker" "rm" "-f" "e7756e9327aa14ca07faf0cb062399e304193a09c594806613b6b6fbb220ce3f"` [INFO] [stdout] e7756e9327aa14ca07faf0cb062399e304193a09c594806613b6b6fbb220ce3f