[INFO] crate olaf2 0.0.3 is already in cache [INFO] testing olaf2-0.0.3 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate olaf2 0.0.3 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate olaf2 0.0.3 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 crates.io crate olaf2 0.0.3 [INFO] finished tweaking crates.io crate olaf2 0.0.3 [INFO] tweaked toml for crates.io crate olaf2 0.0.3 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 6978dab688f04116a57ec7726116de6f2e5f625a44d27c860605bdddc614b9d3 [INFO] running `"docker" "start" "-a" "6978dab688f04116a57ec7726116de6f2e5f625a44d27c860605bdddc614b9d3"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling canonical-path v0.1.1 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling v_escape v0.7.4 [INFO] [stderr] Compiling abscissa_derive v0.0.2 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling abscissa v0.0.4 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling oauth2 v2.0.0 [INFO] [stderr] Compiling olaf2 v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0252]: the name `Serialize` is defined multiple times [INFO] [stderr] --> src/msgs.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 2 | use serde::{de::DeserializeOwned, Serialize}; [INFO] [stderr] | --------- previous import of the macro `Serialize` here [INFO] [stderr] 3 | use serde_derive::{Deserialize, Serialize}; [INFO] [stderr] | ^^^^^^^^^ `Serialize` reimported here [INFO] [stderr] | [INFO] [stderr] = note: `Serialize` must be defined only once in the macro namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `actix_web::server::Server` [INFO] [stderr] --> src/client.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | server::{self, Server}, [INFO] [stderr] | ^^^^^^ no `Server` in `server` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta 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 import: `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] warning: unused import: `Serialize` [INFO] [stderr] --> src/msgs.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | use serde_derive::{Deserialize, Serialize}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0252, E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0252`. [INFO] [stderr] error: could not compile `olaf2`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6978dab688f04116a57ec7726116de6f2e5f625a44d27c860605bdddc614b9d3"` [INFO] running `"docker" "rm" "-f" "6978dab688f04116a57ec7726116de6f2e5f625a44d27c860605bdddc614b9d3"` [INFO] [stdout] 6978dab688f04116a57ec7726116de6f2e5f625a44d27c860605bdddc614b9d3