[INFO] cloning repository https://github.com/totem3/rustr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/totem3/rustr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotem3%2Frustr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotem3%2Frustr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dcb88d1c9ef2e8b7688a978704016832e28e192a [INFO] checking totem3/rustr against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotem3%2Frustr" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/totem3/rustr on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/totem3/rustr [INFO] finished tweaking git repo https://github.com/totem3/rustr [INFO] tweaked toml for git repo https://github.com/totem3/rustr written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/totem3/rustr already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: the lock file /workspace/builds/worker-2/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 `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d822f5541414f6a279cb1e08f3b758d37117a20bf6b495c1e2abcfa71ca2cb91 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d822f5541414f6a279cb1e08f3b758d37117a20bf6b495c1e2abcfa71ca2cb91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d822f5541414f6a279cb1e08f3b758d37117a20bf6b495c1e2abcfa71ca2cb91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d822f5541414f6a279cb1e08f3b758d37117a20bf6b495c1e2abcfa71ca2cb91", kill_on_drop: false }` [INFO] [stdout] d822f5541414f6a279cb1e08f3b758d37117a20bf6b495c1e2abcfa71ca2cb91 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c31923218c65fb9cfcd663bc7747088fdcabac4ac1a4a6d33041b80b441263c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5c31923218c65fb9cfcd663bc7747088fdcabac4ac1a4a6d33041b80b441263c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Checking mio v0.7.7 [INFO] [stderr] Checking inotify-sys v0.1.4 [INFO] [stderr] Checking inotify v0.9.2 [INFO] [stderr] Checking rustr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `inotify::INotify` [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use inotify::INotify; [INFO] [stdout] | ^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Inotify` [INFO] [stdout] | no `INotify` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `inotify::wrapper` [INFO] [stdout] --> src/main.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use inotify::wrapper::Event; [INFO] [stdout] | ^^^^^^^ could not find `wrapper` in `inotify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `inotify::ffi` [INFO] [stdout] --> src/main.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | use inotify::ffi::*; [INFO] [stdout] | ^^^ could not find `ffi` in `inotify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IN_MODIFY` in this scope [INFO] [stdout] --> src/main.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | ino.add_watch(f, IN_MODIFY|IN_CREATE|IN_DELETE).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IN_CREATE` in this scope [INFO] [stdout] --> src/main.rs:59:36 [INFO] [stdout] | [INFO] [stdout] 59 | ino.add_watch(f, IN_MODIFY|IN_CREATE|IN_DELETE).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IN_DELETE` in this scope [INFO] [stdout] --> src/main.rs:59:46 [INFO] [stdout] | [INFO] [stdout] 59 | ino.add_watch(f, IN_MODIFY|IN_CREATE|IN_DELETE).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `inotify::INotify` [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use inotify::INotify; [INFO] [stdout] | ^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Inotify` [INFO] [stdout] | no `INotify` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `inotify::wrapper` [INFO] [stdout] --> src/main.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use inotify::wrapper::Event; [INFO] [stdout] | ^^^^^^^ could not find `wrapper` in `inotify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `inotify::ffi` [INFO] [stdout] --> src/main.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | use inotify::ffi::*; [INFO] [stdout] | ^^^ could not find `ffi` in `inotify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IN_MODIFY` in this scope [INFO] [stdout] --> src/main.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | ino.add_watch(f, IN_MODIFY|IN_CREATE|IN_DELETE).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IN_CREATE` in this scope [INFO] [stdout] --> src/main.rs:59:36 [INFO] [stdout] | [INFO] [stdout] 59 | ino.add_watch(f, IN_MODIFY|IN_CREATE|IN_DELETE).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IN_DELETE` in this scope [INFO] [stdout] --> src/main.rs:59:46 [INFO] [stdout] | [INFO] [stdout] 59 | ino.add_watch(f, IN_MODIFY|IN_CREATE|IN_DELETE).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustr` [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] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5c31923218c65fb9cfcd663bc7747088fdcabac4ac1a4a6d33041b80b441263c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c31923218c65fb9cfcd663bc7747088fdcabac4ac1a4a6d33041b80b441263c", kill_on_drop: false }` [INFO] [stdout] 5c31923218c65fb9cfcd663bc7747088fdcabac4ac1a4a6d33041b80b441263c