[INFO] fetching crate esplugin 3.2.0... [INFO] testing esplugin-3.2.0 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate esplugin 3.2.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate esplugin 3.2.0 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate esplugin 3.2.0 [INFO] finished tweaking crates.io crate esplugin 3.2.0 [INFO] tweaked toml for crates.io crate esplugin 3.2.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 684df1c038ea62af706084acf51cb28a5bfcaa2fdc1aead41b8895967f61f019 [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" "684df1c038ea62af706084acf51cb28a5bfcaa2fdc1aead41b8895967f61f019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "684df1c038ea62af706084acf51cb28a5bfcaa2fdc1aead41b8895967f61f019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "684df1c038ea62af706084acf51cb28a5bfcaa2fdc1aead41b8895967f61f019", kill_on_drop: false }` [INFO] [stdout] 684df1c038ea62af706084acf51cb28a5bfcaa2fdc1aead41b8895967f61f019 [INFO] running `Command { std: "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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ca80098ee36da78509d2191e869d62563f5ab6a5ca0bb06f213e1a3a2215970 [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" "9ca80098ee36da78509d2191e869d62563f5ab6a5ca0bb06f213e1a3a2215970", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Compiling esplugin v3.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:75:40 [INFO] [stdout] | [INFO] [stdout] 75 | Error::IoError(ref x) => x.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.28s [INFO] running `Command { std: "docker" "inspect" "9ca80098ee36da78509d2191e869d62563f5ab6a5ca0bb06f213e1a3a2215970", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ca80098ee36da78509d2191e869d62563f5ab6a5ca0bb06f213e1a3a2215970", kill_on_drop: false }` [INFO] [stdout] 9ca80098ee36da78509d2191e869d62563f5ab6a5ca0bb06f213e1a3a2215970 [INFO] running `Command { std: "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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a603429d834b0b18525af7d83bb7bec2718d72842aca6640c7f03f473645432 [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" "1a603429d834b0b18525af7d83bb7bec2718d72842aca6640c7f03f473645432", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:75:40 [INFO] [stdout] | [INFO] [stdout] 75 | Error::IoError(ref x) => x.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling esplugin v3.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/group.rs:168:14 [INFO] [stdout] | [INFO] [stdout] 168 | &include_bytes!("../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm")[0x56..]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/group.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esm")[0x1004C..0x10114]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Morrowind/Data Files/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/plugin.rs:1558:13 [INFO] [stdout] | [INFO] [stdout] 1558 | include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x20].to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Morrowind/Data Files/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/plugin.rs:1579:13 [INFO] [stdout] | [INFO] [stdout] 1579 | include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x1B].to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Morrowind/Data Files/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/plugin.rs:1597:13 [INFO] [stdout] | [INFO] [stdout] 1597 | include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x140].to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Morrowind/Data Files/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:442:18 [INFO] [stdout] | [INFO] [stdout] 442 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x144]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Morrowind/Data Files/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:456:18 [INFO] [stdout] | [INFO] [stdout] 456 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[0x144..0x16F]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Morrowind/Data Files/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:466:18 [INFO] [stdout] | [INFO] [stdout] 466 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[..0x144]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Morrowind/Data Files/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | &include_bytes!("../testing-plugins/Morrowind/Data Files/Blank.esm")[0x144..0x16F]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Oblivion/Data/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:689:25 [INFO] [stdout] | [INFO] [stdout] 689 | let data = &include_bytes!("../testing-plugins/Oblivion/Data/Blank.esm")[..0x144]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Oblivion/Data/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:704:25 [INFO] [stdout] | [INFO] [stdout] 704 | let data = &include_bytes!("../testing-plugins/Oblivion/Data/Blank.esm")[0x4C..0x70]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Oblivion/Data/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:713:25 [INFO] [stdout] | [INFO] [stdout] 713 | let data = &include_bytes!("../testing-plugins/Oblivion/Data/Blank.esm")[0x4C..0x70]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:732:18 [INFO] [stdout] | [INFO] [stdout] 732 | &include_bytes!("../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank.esp: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:750:25 [INFO] [stdout] | [INFO] [stdout] 750 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esp")[0x53..0xEF]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank.esp: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:759:25 [INFO] [stdout] | [INFO] [stdout] 759 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esp")[0x53..0xEF]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:770:14 [INFO] [stdout] | [INFO] [stdout] 770 | &include_bytes!("../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm")[..0x56]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:781:14 [INFO] [stdout] | [INFO] [stdout] 781 | &include_bytes!("../testing-plugins/Skyrim/Data/Blank - Master Dependent.esm")[..0x56]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:791:21 [INFO] [stdout] | [INFO] [stdout] 791 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esm")[..0x1004C]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testing-plugins/Skyrim/Data/Blank.esm: No such file or directory (os error 2) [INFO] [stdout] --> src/record.rs:801:21 [INFO] [stdout] | [INFO] [stdout] 801 | let data = &include_bytes!("../testing-plugins/Skyrim/Data/Blank.esm")[..0x1004C]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:75:40 [INFO] [stdout] | [INFO] [stdout] 75 | Error::IoError(ref x) => x.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `esplugin` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "1a603429d834b0b18525af7d83bb7bec2718d72842aca6640c7f03f473645432", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a603429d834b0b18525af7d83bb7bec2718d72842aca6640c7f03f473645432", kill_on_drop: false }` [INFO] [stdout] 1a603429d834b0b18525af7d83bb7bec2718d72842aca6640c7f03f473645432