[INFO] updating cached repository https://github.com/akatechis/handmade-rs [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] e1ce3f613be7f21cab4e66cfc21d70d55b61e47e [INFO] testing akatechis/handmade-rs against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakatechis%2Fhandmade-rs" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/akatechis/handmade-rs on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/akatechis/handmade-rs [INFO] finished tweaking git repo https://github.com/akatechis/handmade-rs [INFO] tweaked toml for git repo https://github.com/akatechis/handmade-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/akatechis/handmade-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 232e347359c07a833b0e6a805cfd40e75eb033df7fbc13ae710df618c6a67863 [INFO] running `"docker" "start" "-a" "232e347359c07a833b0e6a805cfd40e75eb033df7fbc13ae710df618c6a67863"` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling vulkano v0.10.0 [INFO] [stderr] Compiling vk-sys v0.3.3 [INFO] [stderr] Compiling half v1.2.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling tempfile v3.0.4 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling lock_api v0.1.4 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling smallvec v0.6.5 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling smithay-client-toolkit v0.3.0 [INFO] [stderr] Compiling winit v0.17.2 [INFO] [stderr] Compiling vulkano-win v0.10.0 [INFO] [stderr] Compiling vulkano-shaders v0.10.0 [INFO] [stderr] Compiling vulkano-shader-derive v0.10.0 [INFO] [stderr] Compiling handmade-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in favor of `#![register_tool]` and `#![register_attr]` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `handmade-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "232e347359c07a833b0e6a805cfd40e75eb033df7fbc13ae710df618c6a67863"` [INFO] running `"docker" "rm" "-f" "232e347359c07a833b0e6a805cfd40e75eb033df7fbc13ae710df618c6a67863"` [INFO] [stdout] 232e347359c07a833b0e6a805cfd40e75eb033df7fbc13ae710df618c6a67863