[INFO] fetching crate radiant-rs 0.13.1... [INFO] checking radiant-rs-0.13.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate radiant-rs 0.13.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate radiant-rs 0.13.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate radiant-rs 0.13.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate radiant-rs 0.13.1 [INFO] tweaked toml for crates.io crate radiant-rs 0.13.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=allow" "-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-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] acc1ae7242b02fce5b5dd5dd4ec50ab75690615c075b02cf21223222f3695029 [INFO] running `"docker" "start" "-a" "acc1ae7242b02fce5b5dd5dd4ec50ab75690615c075b02cf21223222f3695029"` [INFO] [stderr] Checking avec v0.1.0 [INFO] [stderr] Checking base64 v0.1.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking wayland-sys v0.20.12 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Checking rusttype v0.5.2 [INFO] [stderr] Checking wayland-commons v0.20.12 [INFO] [stderr] Checking tiled v0.4.0 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.7 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking servo-fontconfig v0.4.0 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Checking font-loader v0.6.0 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling palette v0.3.0 [INFO] [stderr] Checking smithay-client-toolkit v0.2.6 [INFO] [stderr] Checking winit v0.16.2 [INFO] [stderr] Checking radiant-rs v0.13.1 [INFO] [stderr] Checking radiant-rs v0.13.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking radiant-utils v0.3.0 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/sprite.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `black` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | display.clear_frame(Color::black()); [INFO] [stderr] | ^^^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:22:53 [INFO] [stderr] | [INFO] [stderr] 22 | sprite.draw(&layer, i, (320., 200.), Color::white()); [INFO] [stderr] | ^^^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:23:49 [INFO] [stderr] | [INFO] [stderr] 23 | sprite.draw(&layer, i, (0., 0.), Color::red()); [INFO] [stderr] | ^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:29:57 [INFO] [stderr] | [INFO] [stderr] 29 | sprite.draw(&layer, i, (320., 200.), Color::white()); [INFO] [stderr] | ^^^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:30:53 [INFO] [stderr] | [INFO] [stderr] 30 | sprite.draw(&layer, i, (0., 0.), Color::red()); [INFO] [stderr] | ^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `black` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:45:32 [INFO] [stderr] | [INFO] [stderr] 45 | display.clear_frame(Color::black()); [INFO] [stderr] | ^^^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:49:53 [INFO] [stderr] | [INFO] [stderr] 49 | sprite.draw(&layer, i, (320., 200.), Color::white()); [INFO] [stderr] | ^^^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:50:49 [INFO] [stderr] | [INFO] [stderr] 50 | sprite.draw(&layer, i, (0., 0.), Color::red()); [INFO] [stderr] | ^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:56:69 [INFO] [stderr] | [INFO] [stderr] 56 | sprite.draw_transformed(&layer, i, (320., 200.), Color::white(), 1.23, (2.34, 3.45)); [INFO] [stderr] | ^^^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope [INFO] [stderr] --> benches/sprite.rs:57:65 [INFO] [stderr] | [INFO] [stderr] 57 | sprite.draw_transformed(&layer, i, (0., 0.), Color::red(), 2.34, (0.67, 0.79)); [INFO] [stderr] | ^^^ function or associated item not found in `radiant_rs::Color` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `radiant-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "acc1ae7242b02fce5b5dd5dd4ec50ab75690615c075b02cf21223222f3695029"` [INFO] running `"docker" "rm" "-f" "acc1ae7242b02fce5b5dd5dd4ec50ab75690615c075b02cf21223222f3695029"` [INFO] [stdout] acc1ae7242b02fce5b5dd5dd4ec50ab75690615c075b02cf21223222f3695029