[INFO] cloning repository https://github.com/HotQ/litu [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HotQ/litu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHotQ%2Flitu"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHotQ%2Flitu'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f0e841210dd5b399d16392a2b0d325e24c210daf [INFO] checking HotQ/litu against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHotQ%2Flitu" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HotQ/litu on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/HotQ/litu [INFO] removed path dependency proc from git repo https://github.com/HotQ/litu [INFO] finished tweaking git repo https://github.com/HotQ/litu [INFO] tweaked toml for git repo https://github.com/HotQ/litu written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (proc) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3ed68a5c4be08311a1e90e1cc3b43c629b14997c5f01b5ad2301cd5359126fba [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" "3ed68a5c4be08311a1e90e1cc3b43c629b14997c5f01b5ad2301cd5359126fba"` [INFO] [stderr] warning: dependency (proc) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking proc v0.1.4 [INFO] [stderr] Checking litu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `super::time` [INFO] [stderr] --> src/uptime.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | use super::time; [INFO] [stderr] | ^^^^^^^^^^^ no `time` in `uptime` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `i_` in this scope [INFO] [stderr] --> src/lib.rs:52:39 [INFO] [stderr] | [INFO] [stderr] 52 | debug!("concat: {} {}", ab_c, i_!(a b _ c)); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `i_` in this scope [INFO] [stderr] --> src/lib.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | let i_!(a b _ c) = 123456; [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `time` in module `crate::uptime` [INFO] [stderr] --> src/ntp.rs:77:50 [INFO] [stderr] | [INFO] [stderr] 77 | let result = request(addr, || crate::uptime::time().unwrap())?; [INFO] [stderr] | ^^^^ not found in `crate::uptime` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use libc::time; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `time` in module `crate::uptime` [INFO] [stderr] --> src/ntp.rs:102:72 [INFO] [stderr] | [INFO] [stderr] 102 | (chrono::Utc::now().timestamp_millis() as u64 - crate::uptime::time().unwrap()) as i64 [INFO] [stderr] | ^^^^ not found in `crate::uptime` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use libc::time; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `time` in module `crate::uptime` [INFO] [stderr] --> src/time.rs:25:47 [INFO] [stderr] | [INFO] [stderr] 25 | get_mill_offset() as u64 + crate::uptime::time().unwrap() [INFO] [stderr] | ^^^^ not found in `crate::uptime` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use libc::time; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `time` in module `crate::uptime` [INFO] [stderr] --> src/ntp.rs:77:50 [INFO] [stderr] | [INFO] [stderr] 77 | let result = request(addr, || crate::uptime::time().unwrap())?; [INFO] [stderr] | ^^^^ not found in `crate::uptime` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use libc::time; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `time` in module `crate::uptime` [INFO] [stderr] --> src/ntp.rs:102:72 [INFO] [stderr] | [INFO] [stderr] 102 | (chrono::Utc::now().timestamp_millis() as u64 - crate::uptime::time().unwrap()) as i64 [INFO] [stderr] | ^^^^ not found in `crate::uptime` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use libc::time; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `time` in module `crate::uptime` [INFO] [stderr] --> src/time.rs:25:47 [INFO] [stderr] | [INFO] [stderr] 25 | get_mill_offset() as u64 + crate::uptime::time().unwrap() [INFO] [stderr] | ^^^^ not found in `crate::uptime` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use libc::time; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ab_c` in this scope [INFO] [stderr] --> src/lib.rs:52:33 [INFO] [stderr] | [INFO] [stderr] 52 | debug!("concat: {} {}", ab_c, i_!(a b _ c)); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `proc::*` [INFO] [stderr] --> src/lib.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | use proc::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `litu`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `litu`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ed68a5c4be08311a1e90e1cc3b43c629b14997c5f01b5ad2301cd5359126fba"` [INFO] running `"docker" "rm" "-f" "3ed68a5c4be08311a1e90e1cc3b43c629b14997c5f01b5ad2301cd5359126fba"` [INFO] [stdout] 3ed68a5c4be08311a1e90e1cc3b43c629b14997c5f01b5ad2301cd5359126fba