[INFO] cloning repository https://github.com/IcyDefiance/rust_uilc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IcyDefiance/rust_uilc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIcyDefiance%2Frust_uilc"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIcyDefiance%2Frust_uilc'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 913d37ff9e56e3c1ccb3477cab38678d65730de4 [INFO] checking IcyDefiance/rust_uilc against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIcyDefiance%2Frust_uilc" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/IcyDefiance/rust_uilc on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/IcyDefiance/rust_uilc [INFO] finished tweaking git repo https://github.com/IcyDefiance/rust_uilc [INFO] tweaked toml for git repo https://github.com/IcyDefiance/rust_uilc written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/IcyDefiance/rust_uilc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 5e5a3795c8f8344de92b05c65890d2a702e18bf1f5245d4d9e7c72e6c35d0bb3 [INFO] running `"docker" "start" "-a" "5e5a3795c8f8344de92b05c65890d2a702e18bf1f5245d4d9e7c72e6c35d0bb3"` [INFO] [stderr] Checking uilc v0.1.0 (https://github.com/IcyDefiance/uilc#48ab2904) [INFO] [stderr] Checking rust_uilc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rustc::middle::const_val` [INFO] [stderr] --> src/rust_uilc.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::middle::const_val::{ConstInt, ConstVal}; [INFO] [stderr] | ^^^^^^^^^ could not find `const_val` in `middle` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::mir::Literal` [INFO] [stderr] --> src/rust_uilc.rs:4:28 [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::mir::{Constant, Literal, Place, Operand, Rvalue, StatementKind, TerminatorKind}; [INFO] [stderr] | ^^^^^^^ no `Literal` in `mir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::ty::TypeVariants` [INFO] [stderr] --> src/rust_uilc.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::ty::{TyCtxt, TypeVariants}; [INFO] [stderr] | ^^^^^^^^^^^^ no `TypeVariants` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_data_structures::indexed_vec` [INFO] [stderr] --> src/rust_uilc.rs:6:28 [INFO] [stderr] | [INFO] [stderr] 6 | use rustc_data_structures::indexed_vec::Idx; [INFO] [stderr] | ^^^^^^^^^^^ could not find `indexed_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc_driver::driver`, `rustc_driver::CompilerCalls` [INFO] [stderr] --> src/main.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | use rustc_driver::{driver, CompilerCalls}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ no `CompilerCalls` in the root [INFO] [stderr] | | [INFO] [stderr] | no `driver` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust_uilc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `rustc::middle::const_val` [INFO] [stderr] --> src/rust_uilc.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::middle::const_val::{ConstInt, ConstVal}; [INFO] [stderr] | ^^^^^^^^^ could not find `const_val` in `middle` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::mir::Literal` [INFO] [stderr] --> src/rust_uilc.rs:4:28 [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::mir::{Constant, Literal, Place, Operand, Rvalue, StatementKind, TerminatorKind}; [INFO] [stderr] | ^^^^^^^ no `Literal` in `mir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::ty::TypeVariants` [INFO] [stderr] --> src/rust_uilc.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::ty::{TyCtxt, TypeVariants}; [INFO] [stderr] | ^^^^^^^^^^^^ no `TypeVariants` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_data_structures::indexed_vec` [INFO] [stderr] --> src/rust_uilc.rs:6:28 [INFO] [stderr] | [INFO] [stderr] 6 | use rustc_data_structures::indexed_vec::Idx; [INFO] [stderr] | ^^^^^^^^^^^ could not find `indexed_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc_driver::driver`, `rustc_driver::CompilerCalls` [INFO] [stderr] --> src/main.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | use rustc_driver::{driver, CompilerCalls}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ no `CompilerCalls` in the root [INFO] [stderr] | | [INFO] [stderr] | no `driver` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust_uilc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5e5a3795c8f8344de92b05c65890d2a702e18bf1f5245d4d9e7c72e6c35d0bb3"` [INFO] running `"docker" "rm" "-f" "5e5a3795c8f8344de92b05c65890d2a702e18bf1f5245d4d9e7c72e6c35d0bb3"` [INFO] [stdout] 5e5a3795c8f8344de92b05c65890d2a702e18bf1f5245d4d9e7c72e6c35d0bb3