[INFO] crate evtx 0.1.6 is already in cache [INFO] extracting crate evtx 0.1.6 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/evtx/0.1.6 [INFO] extracting crate evtx 0.1.6 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/evtx/0.1.6 [INFO] validating manifest of evtx-0.1.6 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of evtx-0.1.6 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing evtx-0.1.6 [INFO] finished frobbing evtx-0.1.6 [INFO] frobbed toml for evtx-0.1.6 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/evtx/0.1.6/Cargo.toml [INFO] started frobbing evtx-0.1.6 [INFO] finished frobbing evtx-0.1.6 [INFO] frobbed toml for evtx-0.1.6 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/evtx/0.1.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking evtx-0.1.6 against master#e305df1846a6d985315917ae0c81b74af8b4e641 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-4/master#e305df1846a6d985315917ae0c81b74af8b4e641:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/evtx/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] af465fff663bc6088c14bd22496ce72e9db5682f9d19d78c0936fbe2b6e1e710 [INFO] running `"docker" "start" "-a" "af465fff663bc6088c14bd22496ce72e9db5682f9d19d78c0936fbe2b6e1e710"` [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking evtx v0.1.6 (/opt/crater/workdir) [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_parser.rs:201:25 [INFO] [stderr] | [INFO] [stderr] 201 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/system.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_parser.rs:207:25 [INFO] [stderr] | [INFO] [stderr] 207 | let evtx_file = include_bytes!("../samples/system.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_parser.rs:228:25 [INFO] [stderr] | [INFO] [stderr] 228 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_parser.rs:249:25 [INFO] [stderr] | [INFO] [stderr] 249 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_parser.rs:269:25 [INFO] [stderr] | [INFO] [stderr] 269 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/new-user-security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_parser.rs:288:25 [INFO] [stderr] | [INFO] [stderr] 288 | let evtx_file = include_bytes!("../samples/new-user-security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_parser.rs:297:25 [INFO] [stderr] | [INFO] [stderr] 297 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/binxml/../../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/binxml/deserializer.rs:304:25 [INFO] [stderr] | [INFO] [stderr] 304 | let evtx_file = include_bytes!("../../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/binxml/../../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/binxml/deserializer.rs:318:25 [INFO] [stderr] | [INFO] [stderr] 318 | let evtx_file = include_bytes!("../../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/binxml/../../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/binxml/tokens.rs:504:25 [INFO] [stderr] | [INFO] [stderr] 504 | let evtx_file = include_bytes!("../../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_chunk.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_chunk.rs:392:25 [INFO] [stderr] | [INFO] [stderr] 392 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/evtx_file_header.rs:92:25 [INFO] [stderr] | [INFO] [stderr] 92 | let evtx_file = include_bytes!("../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `evtx`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read src/benches/../../samples/security.evtx: No such file or directory (os error 2) [INFO] [stderr] --> src/benches/benchmark.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | let evtx_file = include_bytes!("../../samples/security.evtx"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `evtx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "af465fff663bc6088c14bd22496ce72e9db5682f9d19d78c0936fbe2b6e1e710"` [INFO] running `"docker" "rm" "-f" "af465fff663bc6088c14bd22496ce72e9db5682f9d19d78c0936fbe2b6e1e710"` [INFO] [stdout] af465fff663bc6088c14bd22496ce72e9db5682f9d19d78c0936fbe2b6e1e710