[INFO] updating cached repository axiom-micro/recorder [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/axiom-micro/recorder [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/axiom-micro/recorder" "work/ex/clippy-test-run/sources/stable/gh/axiom-micro/recorder"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/axiom-micro/recorder'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/axiom-micro/recorder" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/axiom-micro/recorder"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/axiom-micro/recorder'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3f859372dffcd5fbb606c60d667bab1b1a854e86 [INFO] sha for GitHub repo axiom-micro/recorder: 3f859372dffcd5fbb606c60d667bab1b1a854e86 [INFO] validating manifest of axiom-micro/recorder on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of axiom-micro/recorder on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing axiom-micro/recorder [INFO] finished frobbing axiom-micro/recorder [INFO] frobbed toml for axiom-micro/recorder written to work/ex/clippy-test-run/sources/stable/gh/axiom-micro/recorder/Cargo.toml [INFO] started frobbing axiom-micro/recorder [INFO] finished frobbing axiom-micro/recorder [INFO] frobbed toml for axiom-micro/recorder written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/axiom-micro/recorder/Cargo.toml [INFO] crate axiom-micro/recorder has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on the registry index [INFO] linting axiom-micro/recorder against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/axiom-micro/recorder:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f0d4eb92b479b3c4d7aaee60c60ff8d6675e979d0b2b13ed300853276ee4498b [INFO] running `"docker" "start" "-a" "f0d4eb92b479b3c4d7aaee60c60ff8d6675e979d0b2b13ed300853276ee4498b"` [INFO] [stderr] Checking atomic-option v0.1.2 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling cmake v0.1.34 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.6 [INFO] [stderr] Checking parking_lot_core v0.3.0 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking euclid v0.19.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Checking bus v2.0.0 [INFO] [stderr] Checking flame v0.2.2 [INFO] [stderr] Compiling expat-sys v2.1.5 [INFO] [stderr] Compiling servo-freetype-sys v4.0.3 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking lyon_geom v0.12.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.20.12 [INFO] [stderr] Checking lyon_path v0.12.0 [INFO] [stderr] Checking wayland-commons v0.20.12 [INFO] [stderr] Checking wayland-client v0.20.12 [INFO] [stderr] Checking wayland-protocols v0.20.12 [INFO] [stderr] Checking smithay-client-toolkit v0.2.6 [INFO] [stderr] Checking smithay-client-toolkit v0.3.0 [INFO] [stderr] Checking freetype v0.4.1 [INFO] [stderr] Checking winit v0.16.2 [INFO] [stderr] Checking winit v0.17.2 [INFO] [stderr] Checking glutin v0.17.0 [INFO] [stderr] Checking glutin v0.18.0 [INFO] [stderr] Checking servo-fontconfig v0.4.0 [INFO] [stderr] Checking font-kit v0.1.0 [INFO] [stderr] Checking recorder v0.1.0 (/opt/crater/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(type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `recorder`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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(type_ascription)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `recorder`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f0d4eb92b479b3c4d7aaee60c60ff8d6675e979d0b2b13ed300853276ee4498b"` [INFO] running `"docker" "rm" "-f" "f0d4eb92b479b3c4d7aaee60c60ff8d6675e979d0b2b13ed300853276ee4498b"` [INFO] [stdout] f0d4eb92b479b3c4d7aaee60c60ff8d6675e979d0b2b13ed300853276ee4498b