[INFO] crate olaf2 0.0.3 is already in cache [INFO] testing olaf2-0.0.3 against 1.44.0 for beta-1.45-1 [INFO] extracting crate olaf2 0.0.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate olaf2 0.0.3 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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 /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 39295c0fbbd7bec597666d6e31e2faf6c167557da066bd587248998fe1664bac [INFO] running `"docker" "start" "-a" "39295c0fbbd7bec597666d6e31e2faf6c167557da066bd587248998fe1664bac"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling canonical-path v0.1.1 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling v_escape v0.7.4 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling abscissa_derive v0.0.2 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling abscissa v0.0.4 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling actix-web v0.7.19 [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 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 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; 5 warnings emitted [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "39295c0fbbd7bec597666d6e31e2faf6c167557da066bd587248998fe1664bac"` [INFO] running `"docker" "rm" "-f" "39295c0fbbd7bec597666d6e31e2faf6c167557da066bd587248998fe1664bac"` [INFO] [stdout] 39295c0fbbd7bec597666d6e31e2faf6c167557da066bd587248998fe1664bac