[INFO] updating cached repository https://github.com/tomc1998/rs-proc-gen-experiment [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] cda6dfbc593366a9f339dbaa9ca484f8d97326d2 [INFO] testing tomc1998/rs-proc-gen-experiment against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomc1998%2Frs-proc-gen-experiment" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomc1998/rs-proc-gen-experiment on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tomc1998/rs-proc-gen-experiment [INFO] finished tweaking git repo https://github.com/tomc1998/rs-proc-gen-experiment [INFO] tweaked toml for git repo https://github.com/tomc1998/rs-proc-gen-experiment written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/tomc1998/rs-proc-gen-experiment already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] c4f4137b21c0944955432c7ebe55950c24d2ea98dd21401144b275ab72d7ebe7 [INFO] running `"docker" "start" "-a" "c4f4137b21c0944955432c7ebe55950c24d2ea98dd21401144b275ab72d7ebe7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling stb_truetype v0.2.2 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling x11-dl v2.18.1 [INFO] [stderr] Compiling smallvec v0.6.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling approx v0.2.0 [INFO] [stderr] Compiling shred-derive v0.5.0 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Compiling glutin v0.16.0 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling rusttype v0.6.2 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling gfx_core v0.8.2 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling specs-derive v0.2.0 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling shred v0.7.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling hibitset v0.5.0 [INFO] [stderr] Compiling winit v0.15.1 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling specs v0.12.0 [INFO] [stderr] Compiling gfx_device_gl v0.15.3 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_window_glutin v0.24.0 [INFO] [stderr] Compiling proc-gen-experiment v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/renderer/paint_sys/mod.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 2 | use specs::*; [INFO] [stderr] | -------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 86 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/comp/coll.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | (vec.nor() * (combined_r - dis)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/sys_control/slime_ai.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 2 | use specs::*; [INFO] [stderr] | -------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 23 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/sys_control/mod.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 9 | use specs::*; [INFO] [stderr] | -------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 34 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/sys_phys.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::*; [INFO] [stderr] | -------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 38 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `ParJoin` is imported redundantly [INFO] [stderr] --> src/sys_anim.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 3 | use specs::*; [INFO] [stderr] | -------- the item `ParJoin` is already imported here [INFO] [stderr] ... [INFO] [stderr] 16 | use specs::ParJoin; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/sys_lifetime.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 2 | use specs::*; [INFO] [stderr] | -------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 14 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Builder` is imported redundantly [INFO] [stderr] --> src/main.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 50 | use specs::*; [INFO] [stderr] | -------- the item `Builder` is already imported here [INFO] [stderr] ... [INFO] [stderr] 150 | use specs::Builder; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renderer/tex_key.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | /// This shouldn't really be accessed directly, except for in the [INFO] [stderr] 8 | | /// asset_loader module, where it is first initially written to. [INFO] [stderr] 9 | | pub static ref ASSET_NAME_MAP : RwLock> [INFO] [stderr] 10 | | = RwLock::new(BTreeMap::new()); [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/item/mod.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / lazy_static! { [INFO] [stderr] 123 | | /// The item register is a list of all the stats of all the items. Items [INFO] [stderr] 124 | | /// should be referenced by their index in this list. This list will be [INFO] [stderr] 125 | | /// loaded from a configuration file at game startup, and will be accessed [INFO] [stderr] ... | [INFO] [stderr] 128 | | RwLock::new(ItemRegister::new()); [INFO] [stderr] 129 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 10 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `proc-gen-experiment`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c4f4137b21c0944955432c7ebe55950c24d2ea98dd21401144b275ab72d7ebe7"` [INFO] running `"docker" "rm" "-f" "c4f4137b21c0944955432c7ebe55950c24d2ea98dd21401144b275ab72d7ebe7"` [INFO] [stdout] c4f4137b21c0944955432c7ebe55950c24d2ea98dd21401144b275ab72d7ebe7