[INFO] updating cached repository tureus/inquisitor [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tureus/inquisitor [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tureus/inquisitor" "work/ex/beta-1.38-1/sources/1.37.0/gh/tureus/inquisitor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tureus/inquisitor'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tureus/inquisitor" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tureus/inquisitor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tureus/inquisitor'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e127c77a10a41e4240db1c85d395600d42d155f5 [INFO] sha for GitHub repo tureus/inquisitor: e127c77a10a41e4240db1c85d395600d42d155f5 [INFO] validating manifest of tureus/inquisitor 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 tureus/inquisitor 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 tureus/inquisitor [INFO] finished frobbing tureus/inquisitor [INFO] frobbed toml for tureus/inquisitor written to work/ex/beta-1.38-1/sources/1.37.0/gh/tureus/inquisitor/Cargo.toml [INFO] started frobbing tureus/inquisitor [INFO] finished frobbing tureus/inquisitor [INFO] frobbed toml for tureus/inquisitor written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tureus/inquisitor/Cargo.toml [INFO] crate tureus/inquisitor 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tureus/inquisitor 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-5/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/tureus/inquisitor:/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] f73ce76264e6d79f10ffc64e77e3b940e1f4dcdaa2998699dc31697239373a8b [INFO] running `"docker" "start" "-a" "f73ce76264e6d79f10ffc64e77e3b940e1f4dcdaa2998699dc31697239373a8b"` [INFO] [stderr] Compiling encoding_rs v0.8.13 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling unbytify v0.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling hashbrown v0.1.7 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling pretty-bytes v0.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling hyper v0.12.18 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling inquisitor v0.1.0 (/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(slice_concat_ext)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/responses/bulk_response.rs:486:32 [INFO] [stderr] | [INFO] [stderr] 486 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/client/responses/bulk_response.rs:503:16 [INFO] [stderr] | [INFO] [stderr] 503 | 200...299 => Ok(MaybeOkResponse::ok(body)), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/client/responses/bulk_response.rs:512:16 [INFO] [stderr] | [INFO] [stderr] 512 | 200...299 => Ok(MaybeOkResponse::ok(body)), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/client/responses/parsing.rs:270:16 [INFO] [stderr] | [INFO] [stderr] 270 | 200...299 => Ok(MaybeOkResponse::ok(body)), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `inquisitor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f73ce76264e6d79f10ffc64e77e3b940e1f4dcdaa2998699dc31697239373a8b"` [INFO] running `"docker" "rm" "-f" "f73ce76264e6d79f10ffc64e77e3b940e1f4dcdaa2998699dc31697239373a8b"` [INFO] [stdout] f73ce76264e6d79f10ffc64e77e3b940e1f4dcdaa2998699dc31697239373a8b