[INFO] crate vhdl_parser 0.13.0 is already in cache [INFO] checking vhdl_parser-0.13.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate vhdl_parser 0.13.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate vhdl_parser 0.13.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate vhdl_parser 0.13.0 [INFO] finished tweaking crates.io crate vhdl_parser 0.13.0 [INFO] tweaked toml for crates.io crate vhdl_parser 0.13.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate vhdl_parser 0.13.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] dbf856935d9500cf99ed0e985b49c978110856e32dac652efbf62f1456feba12 [INFO] running `"docker" "start" "-a" "dbf856935d9500cf99ed0e985b49c978110856e32dac652efbf62f1456feba12"` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking smallvec v1.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking dunce v1.0.0 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking pad v0.1.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking vhdl_parser v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/analysis/tests/../../../../vhdl_libraries/std/standard.vhd: No such file or directory (os error 2) [INFO] [stderr] --> src/analysis/tests/util.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | &Latin1String::new(include_bytes!( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 89 | | "../../../../vhdl_libraries/std/standard.vhd" [INFO] [stderr] 90 | | )) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/analysis/tests/../../../../vhdl_libraries/std/textio.vhd: No such file or directory (os error 2) [INFO] [stderr] --> src/analysis/tests/util.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | &Latin1String::new(include_bytes!("../../../../vhdl_libraries/std/textio.vhd")).to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/analysis/tests/../../../../vhdl_libraries/std/env.vhd: No such file or directory (os error 2) [INFO] [stderr] --> src/analysis/tests/util.rs:99:28 [INFO] [stderr] | [INFO] [stderr] 99 | &Latin1String::new(include_bytes!("../../../../vhdl_libraries/std/env.vhd")).to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/syntax/tokens/tokenizer.rs:1264:46 [INFO] [stderr] | [INFO] [stderr] 1264 | for (keyword, kind) in keywords_init.into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `vhdl_parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dbf856935d9500cf99ed0e985b49c978110856e32dac652efbf62f1456feba12"` [INFO] running `"docker" "rm" "-f" "dbf856935d9500cf99ed0e985b49c978110856e32dac652efbf62f1456feba12"` [INFO] [stdout] dbf856935d9500cf99ed0e985b49c978110856e32dac652efbf62f1456feba12