[INFO] crate kg-lang 0.1.1 is already in cache
[INFO] checking kg-lang-0.1.1 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389
[INFO] extracting crate kg-lang 0.1.1 into /workspace/builds/worker-9/source
[INFO] validating manifest of crates.io crate kg-lang 0.1.1 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f
[INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate kg-lang 0.1.1
[INFO] finished tweaking crates.io crate kg-lang 0.1.1
[INFO] tweaked toml for crates.io crate kg-lang 0.1.1 written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] 6dbfa59073b5053b67b3f823cb15bf4e0cb982434d7b556a5184443efc30cee1
[INFO] running `"docker" "start" "-a" "6dbfa59073b5053b67b3f823cb15bf4e0cb982434d7b556a5184443efc30cee1"`
[INFO] [stderr] Compiling nodrop v0.1.14
[INFO] [stderr] Compiling static_assertions v0.3.4
[INFO] [stderr] Compiling syn v0.15.44
[INFO] [stderr] Checking rlibc v1.0.0
[INFO] [stderr] Compiling nom v5.0.1
[INFO] [stderr] Checking lock_api v0.2.0
[INFO] [stderr] Compiling heapsize v0.4.2
[INFO] [stderr] Compiling lexical-core v0.4.6
[INFO] [stderr] Compiling parking_lot_core v0.5.0
[INFO] [stderr] Compiling parking_lot v0.8.0
[INFO] [stderr] Checking kg-utils v0.3.1
[INFO] [stderr] Compiling synstructure v0.5.2
[INFO] [stderr] Compiling kg-js v0.1.1
[INFO] [stderr] Compiling backtrace-sys v0.1.32
[INFO] [stderr] Compiling arrayvec v0.4.12
[INFO] [stderr] Compiling backtrace v0.3.40
[INFO] [stderr] Compiling kg-utils v0.2.4
[INFO] [stderr] Compiling heapsize_derive v0.1.4
[INFO] [stderr] Checking kg-symbol v0.1.10
[INFO] [stderr] Checking kg-display v0.1.2
[INFO] [stderr] Compiling synstructure v0.11.0
[INFO] [stderr] Compiling kg-display-derive v0.1.1
[INFO] [stderr] Compiling kg-diag v0.2.7
[INFO] [stderr] Compiling kg-diag-derive v0.2.3
[INFO] [stderr] Checking kg-tree v0.1.7
[INFO] [stderr] Checking kg-lang v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `ParseResult` in this scope
[INFO] [stderr] --> src/lexer/prog.rs:809:56
[INFO] [stderr] |
[INFO] [stderr] 809 | fn exec(&mut self, reader: &mut dyn ByteReader) -> ParseResult