[INFO] crate latexcompile 0.1.0 is already in cache [INFO] extracting crate latexcompile 0.1.0 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/latexcompile/0.1.0 [INFO] extracting crate latexcompile 0.1.0 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/latexcompile/0.1.0 [INFO] validating manifest of latexcompile-0.1.0 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of latexcompile-0.1.0 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing latexcompile-0.1.0 [INFO] finished frobbing latexcompile-0.1.0 [INFO] frobbed toml for latexcompile-0.1.0 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/latexcompile/0.1.0/Cargo.toml [INFO] started frobbing latexcompile-0.1.0 [INFO] finished frobbing latexcompile-0.1.0 [INFO] frobbed toml for latexcompile-0.1.0 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/latexcompile/0.1.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking latexcompile-0.1.0 against master#39401465da4ce27aeeb2c2a26133ac35c63aa515 for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-3/master#39401465da4ce27aeeb2c2a26133ac35c63aa515:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/latexcompile/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e83ece1878f9fce37ca7da2682962ab934880c688de50f6f00eb51f10df5b4a9 [INFO] running `"docker" "start" "-a" "e83ece1878f9fce37ca7da2682962ab934880c688de50f6f00eb51f10df5b4a9"` [INFO] [stderr] Checking latexcompile v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: couldn't read src/../assets/main.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:351:19 [INFO] [stderr] | [INFO] [stderr] 351 | let buf = include_bytes!("../assets/main.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/main.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:362:19 [INFO] [stderr] | [INFO] [stderr] 362 | let buf = include_bytes!("../assets/main.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/main.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:373:20 [INFO] [stderr] | [INFO] [stderr] 373 | let buf1 = include_bytes!("../assets/main.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/logo.png: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:374:20 [INFO] [stderr] | [INFO] [stderr] 374 | let buf2 = include_bytes!("../assets/logo.png"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/test.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:375:20 [INFO] [stderr] | [INFO] [stderr] 375 | let buf3 = include_bytes!("../assets/test.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/card.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:376:20 [INFO] [stderr] | [INFO] [stderr] 376 | let buf4 = include_bytes!("../assets/card.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/nested/main.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:377:20 [INFO] [stderr] | [INFO] [stderr] 377 | let buf5 = include_bytes!("../assets/nested/main.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/main.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:397:19 [INFO] [stderr] | [INFO] [stderr] 397 | let buf = include_bytes!("../assets/main.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/test.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:410:19 [INFO] [stderr] | [INFO] [stderr] 410 | let buf = include_bytes!("../assets/test.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../assets/main.tex: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:411:24 [INFO] [stderr] | [INFO] [stderr] 411 | let expected = include_bytes!("../assets/main.tex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `latexcompile`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e83ece1878f9fce37ca7da2682962ab934880c688de50f6f00eb51f10df5b4a9"` [INFO] running `"docker" "rm" "-f" "e83ece1878f9fce37ca7da2682962ab934880c688de50f6f00eb51f10df5b4a9"` [INFO] [stdout] e83ece1878f9fce37ca7da2682962ab934880c688de50f6f00eb51f10df5b4a9