[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] checking creativcoder/roger against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcreativcoder%2Froger" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/creativcoder/roger on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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-12/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-12/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/nickel-org/nickel.rs.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b2d7d25810fea0f83b732d1ade8e40e2c3ba75c7a439fdf289868c5b2ab104ac [INFO] running `"docker" "start" "-a" "b2d7d25810fea0f83b732d1ade8e40e2c3ba75c7a439fdf289868c5b2ab104ac"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking groupable v0.2.0 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking memchr v2.3.3 [INFO] [stderr] Checking bitflags v1.2.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking plugin v0.2.6 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking mustache v0.9.0 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking inotify v0.8.2 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking nickel v0.11.0 (https://github.com/nickel-org/nickel.rs.git#f1388afc) [INFO] [stderr] Checking 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[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] [stderr] warning: build failed, waiting for other jobs to finish... [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" "b2d7d25810fea0f83b732d1ade8e40e2c3ba75c7a439fdf289868c5b2ab104ac"` [INFO] running `"docker" "rm" "-f" "b2d7d25810fea0f83b732d1ade8e40e2c3ba75c7a439fdf289868c5b2ab104ac"` [INFO] [stdout] b2d7d25810fea0f83b732d1ade8e40e2c3ba75c7a439fdf289868c5b2ab104ac