[INFO] updating cached repository hillst/bamreadfilt [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/hillst/bamreadfilt [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/hillst/bamreadfilt" "work/ex/beta-1.38-1/sources/1.37.0/gh/hillst/bamreadfilt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/hillst/bamreadfilt'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hillst/bamreadfilt" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hillst/bamreadfilt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hillst/bamreadfilt'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fbcf1d13b49dd648b7e51756c9b66987d9176b0c [INFO] sha for GitHub repo hillst/bamreadfilt: fbcf1d13b49dd648b7e51756c9b66987d9176b0c [INFO] validating manifest of hillst/bamreadfilt on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hillst/bamreadfilt on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hillst/bamreadfilt [INFO] finished frobbing hillst/bamreadfilt [INFO] frobbed toml for hillst/bamreadfilt written to work/ex/beta-1.38-1/sources/1.37.0/gh/hillst/bamreadfilt/Cargo.toml [INFO] started frobbing hillst/bamreadfilt [INFO] finished frobbing hillst/bamreadfilt [INFO] frobbed toml for hillst/bamreadfilt written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hillst/bamreadfilt/Cargo.toml [INFO] crate hillst/bamreadfilt already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hillst/bamreadfilt/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hillst/bamreadfilt against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hillst/bamreadfilt:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 622bd5897b92a527fc8da126097dac64208fe1ede0792c3278373465bb5370e7 [INFO] running `"docker" "start" "-a" "622bd5897b92a527fc8da126097dac64208fe1ede0792c3278373465bb5370e7"` [INFO] [stderr] Compiling bindgen v0.32.3 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling clang-sys v0.21.2 [INFO] [stderr] Compiling fs-utils v1.1.1 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling rust-htslib v0.16.0 [INFO] [stderr] Compiling bamreadfilt v0.1.1 (/opt/crater/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(rand)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `StoreFalse`, `StoreOption` [INFO] [stderr] --> src/lib.rs:10:50 [INFO] [stderr] | [INFO] [stderr] 10 | use argparse::{ArgumentParser, StoreTrue, Store, StoreFalse, StoreOption}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashSet` [INFO] [stderr] --> src/lib.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use std::collections::HashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/lib.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `bamreadfilt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "622bd5897b92a527fc8da126097dac64208fe1ede0792c3278373465bb5370e7"` [INFO] running `"docker" "rm" "-f" "622bd5897b92a527fc8da126097dac64208fe1ede0792c3278373465bb5370e7"` [INFO] [stdout] 622bd5897b92a527fc8da126097dac64208fe1ede0792c3278373465bb5370e7