[INFO] updating cached repository https://github.com/minijackson/indie_spinner [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] 092ef142d913d9aa11f446c2f431aa2286beafb0 [INFO] testing minijackson/indie_spinner against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fminijackson%2Findie_spinner" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/minijackson/indie_spinner 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/minijackson/indie_spinner [INFO] finished tweaking git repo https://github.com/minijackson/indie_spinner [INFO] tweaked toml for git repo https://github.com/minijackson/indie_spinner written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/minijackson/indie_spinner 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 6df70241581c87c3a41b65656cba8887355d8cef9fdcc6a91179933b71fd0155 [INFO] running `"docker" "start" "-a" "6df70241581c87c3a41b65656cba8887355d8cef9fdcc6a91179933b71fd0155"` [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling khronos_api v2.1.0 [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Compiling fixedbitset v0.1.8 [INFO] [stderr] Compiling serde v1.0.29 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling x11-dl v2.17.3 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling stb_truetype v0.2.2 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling conrod_derive v0.1.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling petgraph v0.4.11 [INFO] [stderr] Compiling rusttype v0.3.0 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Compiling dlib v0.4.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling glutin v0.11.0 [INFO] [stderr] Compiling glium v0.19.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling daggy v0.5.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde_derive_internals v0.20.0 [INFO] [stderr] Compiling serde_derive v1.0.29 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling wayland-window v0.13.2 [INFO] [stderr] Compiling winit v0.9.0 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling conrod v0.57.0 [INFO] [stderr] Compiling indie_spinner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/colors.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref COLOR_SCHEMES: HashMap<&'static str, ColorScheme> = { [INFO] [stderr] 13 | | let mut m = HashMap::new(); [INFO] [stderr] 14 | | [INFO] [stderr] ... | [INFO] [stderr] 30 | | }; [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `init_speed` [INFO] [stderr] --> src/components/wheel.rs:73:29 [INFO] [stderr] | [INFO] [stderr] 73 | let Wheel { labels, init_speed, spin_drag, .. } = self; [INFO] [stderr] | ^^^^^^^^^^ help: try ignoring the field: `init_speed: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | let mut ui = &mut ui.set_widgets(); [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.49s [INFO] running `"docker" "inspect" "6df70241581c87c3a41b65656cba8887355d8cef9fdcc6a91179933b71fd0155"` [INFO] running `"docker" "rm" "-f" "6df70241581c87c3a41b65656cba8887355d8cef9fdcc6a91179933b71fd0155"` [INFO] [stdout] 6df70241581c87c3a41b65656cba8887355d8cef9fdcc6a91179933b71fd0155 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 652ff9f0e6eb8cec190fae4ce0a866f08ad7d0de74edf9ad731472821dfd29fb [INFO] running `"docker" "start" "-a" "652ff9f0e6eb8cec190fae4ce0a866f08ad7d0de74edf9ad731472821dfd29fb"` [INFO] [stderr] Compiling pulldown-cmark v0.0.15 [INFO] [stderr] Compiling quine-mc_cluskey v0.2.4 [INFO] [stderr] Compiling clippy v0.0.187 [INFO] [stderr] Compiling if_chain v0.1.2 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling semver v0.6.0 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.11 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling clippy_lints v0.0.187 [INFO] [stderr] Compiling cargo_metadata v0.2.3 [INFO] [stderr] Compiling regex v0.2.7 [INFO] [stderr] error[E0463]: can't find crate for `rustc_const_eval` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.187/src/lib.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | extern crate rustc_const_eval; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `clippy_lints`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "652ff9f0e6eb8cec190fae4ce0a866f08ad7d0de74edf9ad731472821dfd29fb"` [INFO] running `"docker" "rm" "-f" "652ff9f0e6eb8cec190fae4ce0a866f08ad7d0de74edf9ad731472821dfd29fb"` [INFO] [stdout] 652ff9f0e6eb8cec190fae4ce0a866f08ad7d0de74edf9ad731472821dfd29fb