[INFO] crate gb-io 0.4.0 is already in cache [INFO] extracting crate gb-io 0.4.0 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/gb-io/0.4.0 [INFO] extracting crate gb-io 0.4.0 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/gb-io/0.4.0 [INFO] validating manifest of gb-io-0.4.0 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 gb-io-0.4.0 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 gb-io-0.4.0 [INFO] finished frobbing gb-io-0.4.0 [INFO] frobbed toml for gb-io-0.4.0 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/gb-io/0.4.0/Cargo.toml [INFO] started frobbing gb-io-0.4.0 [INFO] finished frobbing gb-io-0.4.0 [INFO] frobbed toml for gb-io-0.4.0 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/gb-io/0.4.0/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 gb-io-0.4.0 against master#e305df1846a6d985315917ae0c81b74af8b4e641 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-5/master#e305df1846a6d985315917ae0c81b74af8b4e641:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/gb-io/0.4.0:/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] 4a18b57f5429aee804946da9becba0abf951a0f3e02055bb44adf89f1587aad4 [INFO] running `"docker" "start" "-a" "4a18b57f5429aee804946da9becba0abf951a0f3e02055bb44adf89f1587aad4"` [INFO] [stderr] Compiling bio v0.25.0 [INFO] [stderr] Checking circular v0.2.0 [INFO] [stderr] Compiling bv v0.10.0 [INFO] [stderr] Compiling gb-io v0.4.0 (/opt/crater/workdir) [INFO] [stderr] Checking bio-types v0.5.1 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Checking string_cache v0.7.3 [INFO] [stderr] error: couldn't read src/../tests/mg1655.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | let ecoli = include_bytes!("../tests/mg1655.gb"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/circ.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:88:32 [INFO] [stderr] | [INFO] [stderr] 88 | let circ = parse_slice(include_bytes!("../tests/circ.gb")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/circ.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:95:32 [INFO] [stderr] | [INFO] [stderr] 95 | let circ = parse_slice(include_bytes!("../tests/circ.gb")).unwrap().pop().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/biopython_tests/ls_orchid.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:114:25 [INFO] [stderr] | [INFO] [stderr] 114 | parse_slice(include_bytes!("../tests/biopython_tests/ls_orchid.gb")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `gb-io`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read benches/../tests/mg1655.gb: No such file or directory (os error 2) [INFO] [stderr] --> benches/parse.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | const ECOLI: &[u8] = include_bytes!("../tests/mg1655.gb"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gb-io`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4a18b57f5429aee804946da9becba0abf951a0f3e02055bb44adf89f1587aad4"` [INFO] running `"docker" "rm" "-f" "4a18b57f5429aee804946da9becba0abf951a0f3e02055bb44adf89f1587aad4"` [INFO] [stdout] 4a18b57f5429aee804946da9becba0abf951a0f3e02055bb44adf89f1587aad4