[INFO] updating cached repository https://github.com/creativcoder/roger [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] b77b023c44dc349d4bae29db5f7fedf573a96041 [INFO] testing creativcoder/roger against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcreativcoder%2Froger" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/creativcoder/roger on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.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 /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/creativcoder/roger already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/nickel-org/nickel.rs.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 22d71496429e64176176accd1b3c578f25ea29388748e608903b6950bcab82ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "22d71496429e64176176accd1b3c578f25ea29388748e608903b6950bcab82ef"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling groupable v0.2.0 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling inotify v0.8.3 [INFO] [stderr] Compiling nickel v0.11.0 (https://github.com/nickel-org/nickel.rs.git#f1388afc) [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] 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 reference `&[u8]` [INFO] [stderr] found struct `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" "22d71496429e64176176accd1b3c578f25ea29388748e608903b6950bcab82ef"` [INFO] running `"docker" "rm" "-f" "22d71496429e64176176accd1b3c578f25ea29388748e608903b6950bcab82ef"` [INFO] [stdout] 22d71496429e64176176accd1b3c578f25ea29388748e608903b6950bcab82ef