[INFO] updating cached repository https://github.com/samscott89/olaf2 [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] 0a664605fc11021e2f6ceb9fed0c678da73925c4 [INFO] testing samscott89/olaf2 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamscott89%2Folaf2" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/samscott89/olaf2 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/samscott89/olaf2 [INFO] finished tweaking git repo https://github.com/samscott89/olaf2 [INFO] tweaked toml for git repo https://github.com/samscott89/olaf2 written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/samscott89/olaf2 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 744438d6af90343bb87ae2c3850e39b3e6f6dd401107c6e6b05b0082dff6059b [INFO] running `"docker" "start" "-a" "744438d6af90343bb87ae2c3850e39b3e6f6dd401107c6e6b05b0082dff6059b"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Compiling canonical-path v0.1.1 [INFO] [stderr] Compiling open v1.2.2 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling encoding_rs v0.8.7 [INFO] [stderr] Compiling libz-sys v1.0.23 [INFO] [stderr] Compiling curl-sys v0.4.12 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tokio-io v0.1.9 [INFO] [stderr] Compiling toml v0.4.7 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling abscissa_derive v0.0.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.7 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling simplelog v0.5.2 [INFO] [stderr] Compiling serde_qs v0.4.1 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.1 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-signal v0.2.5 [INFO] [stderr] Compiling trust-dns-proto v0.4.0 [INFO] [stderr] Compiling tokio v0.1.10 [INFO] [stderr] Compiling abscissa v0.0.4 [INFO] [stderr] Compiling hyper v0.12.10 [INFO] [stderr] Compiling trust-dns-resolver v0.9.1 [INFO] [stderr] Compiling hyper-tls v0.3.0 [INFO] [stderr] Compiling curl v0.4.17 [INFO] [stderr] Compiling actix v0.7.4 [INFO] [stderr] Compiling reqwest v0.9.2 [INFO] [stderr] Compiling oauth2 v2.0.0-alpha.2 (https://github.com/ramosbugs/oauth2-rs#f0cf5da5) [INFO] [stderr] Compiling actix-web v0.7.8 [INFO] [stderr] Compiling olaf2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | #![feature(uniform_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `lazy_static::lazy_static` [INFO] [stderr] --> src/client.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use lazy_static::lazy_static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_derive::Deserialize` [INFO] [stderr] --> src/client.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use serde_derive::Deserialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::util::*` [INFO] [stderr] --> src/client.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | use crate::util::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `FutureResponse`, `HttpRequest` [INFO] [stderr] --> src/proxy.rs:20:44 [INFO] [stderr] | [INFO] [stderr] 20 | use actix_web::{http, server, App, Either, FutureResponse, HttpRequest, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_web::middleware::session::RequestSession` [INFO] [stderr] --> src/proxy.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | use actix_web::middleware::session::RequestSession; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `lazy_static::lazy_static` [INFO] [stderr] --> src/proxy.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use lazy_static::lazy_static; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `AuthUrl`, `TokenUrl` [INFO] [stderr] --> src/proxy.rs:32:27 [INFO] [stderr] | [INFO] [stderr] 32 | use oauth2::{AccessToken, AuthUrl, ClientId, ClientSecret, RedirectUrl, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 33 | Scope, TokenUrl}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Deserialize` [INFO] [stderr] --> src/proxy.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | use serde::{Deserialize, de::DeserializeOwned, Serialize}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Serialize` [INFO] [stderr] --> src/proxy.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | use serde_derive::{Deserialize, Serialize}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Serialize`, `de::DeserializeOwned` [INFO] [stderr] --> src/msgs.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use serde::{de::DeserializeOwned, Serialize}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ [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 `olaf2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "744438d6af90343bb87ae2c3850e39b3e6f6dd401107c6e6b05b0082dff6059b"` [INFO] running `"docker" "rm" "-f" "744438d6af90343bb87ae2c3850e39b3e6f6dd401107c6e6b05b0082dff6059b"` [INFO] [stdout] 744438d6af90343bb87ae2c3850e39b3e6f6dd401107c6e6b05b0082dff6059b