[INFO] updating cached repository https://github.com/Celti/zero-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bc2d872c008c8c6fea0859179ed86837ff12b868 [INFO] testing Celti/zero-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FCelti%2Fzero-rs" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Celti/zero-rs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Celti/zero-rs [INFO] finished tweaking git repo https://github.com/Celti/zero-rs [INFO] tweaked toml for git repo https://github.com/Celti/zero-rs written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Celti/zero-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 65185e3407c8db8fe07709138ca5ba0d3d0556c13b8619d5870ea3415ee849a6 [INFO] running `"docker" "start" "-a" "65185e3407c8db8fe07709138ca5ba0d3d0556c13b8619d5870ea3415ee849a6"` [INFO] [stderr] Compiling magic-sys v0.2.0 [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Compiling slice-deque v0.1.13 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling log-panics v2.0.0 [INFO] [stderr] Compiling mustache v0.8.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling tiny_http v0.6.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tungstenite v0.6.0 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling magic v0.12.2 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling nickel v0.10.1 [INFO] [stderr] Compiling buf_redux v0.7.1 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling pretty_env_logger v0.2.4 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling hyper v0.12.11 [INFO] [stderr] Compiling multipart v0.15.3 [INFO] [stderr] Compiling warp v0.1.4 [INFO] [stderr] Compiling zero v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(int_to_from_bytes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(tool_lints)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/model.rs:166:57 [INFO] [stderr] | [INFO] [stderr] 166 | self.filename = String::from(self.label.trim_left_matches('~')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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 `zero`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "65185e3407c8db8fe07709138ca5ba0d3d0556c13b8619d5870ea3415ee849a6"` [INFO] running `"docker" "rm" "-f" "65185e3407c8db8fe07709138ca5ba0d3d0556c13b8619d5870ea3415ee849a6"` [INFO] [stdout] 65185e3407c8db8fe07709138ca5ba0d3d0556c13b8619d5870ea3415ee849a6