[INFO] crate punch-web 0.1.0 is already in cache [INFO] testing punch-web-0.1.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate punch-web 0.1.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate punch-web 0.1.0 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 crates.io crate punch-web 0.1.0 [INFO] finished tweaking crates.io crate punch-web 0.1.0 [INFO] tweaked toml for crates.io crate punch-web 0.1.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 16ca59585e1fbbdec622ca475ac3a4b5ab520221eaa8e5f2bb4715b45ef2ea59 [INFO] running `"docker" "start" "-a" "16ca59585e1fbbdec622ca475ac3a4b5ab520221eaa8e5f2bb4715b45ef2ea59"` [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling libsqlite3-sys v0.12.0 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling blowfish v0.4.0 [INFO] [stderr] Compiling askama_shared v0.7.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.2 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling askama_derive v0.7.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling bcrypt v0.2.2 [INFO] [stderr] Compiling parking_lot v0.7.1 [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 r2d2 v0.8.5 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling diesel-derive-enum v0.4.4 [INFO] [stderr] Compiling diesel v1.4.2 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling askama v0.7.2 [INFO] [stderr] Compiling punch-web v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling migrations_internals v1.4.0 [INFO] [stderr] Compiling migrations_macros v1.4.0 [INFO] [stderr] Compiling diesel_migrations v1.4.0 [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:90:1 [INFO] [stderr] | [INFO] [stderr] 90 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `rand` is imported redundantly [INFO] [stderr] --> src/db.rs:179:16 [INFO] [stderr] | [INFO] [stderr] 179 | use rand::{self, Rng, XorShiftRng}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | extern crate rand; [INFO] [stderr] | ------------------ the item `rand` is already imported here [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `models::Config: std::clone::Clone` is not satisfied in `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]` [INFO] [stderr] --> src/server.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | actix_web::server::new(move || { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ within `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]`, the trait `std::clone::Clone` is not implemented for `models::Config` [INFO] [stderr] | [INFO] [stderr] = note: required because it appears within the type `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]` [INFO] [stderr] = note: required by `actix_web::server::new` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `punch-web`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "16ca59585e1fbbdec622ca475ac3a4b5ab520221eaa8e5f2bb4715b45ef2ea59"` [INFO] running `"docker" "rm" "-f" "16ca59585e1fbbdec622ca475ac3a4b5ab520221eaa8e5f2bb4715b45ef2ea59"` [INFO] [stdout] 16ca59585e1fbbdec622ca475ac3a4b5ab520221eaa8e5f2bb4715b45ef2ea59