[INFO] updating cached repository vickenty/roids [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/vickenty/roids [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/vickenty/roids" "work/ex/beta-1.37-6/sources/1.36.0/gh/vickenty/roids"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/vickenty/roids'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vickenty/roids" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vickenty/roids"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vickenty/roids'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6e986152e25ccabfda51e5eef45fee2efef0acbe [INFO] sha for GitHub repo vickenty/roids: 6e986152e25ccabfda51e5eef45fee2efef0acbe [INFO] validating manifest of vickenty/roids on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vickenty/roids on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing vickenty/roids [INFO] finished frobbing vickenty/roids [INFO] frobbed toml for vickenty/roids written to work/ex/beta-1.37-6/sources/1.36.0/gh/vickenty/roids/Cargo.toml [INFO] started frobbing vickenty/roids [INFO] finished frobbing vickenty/roids [INFO] frobbed toml for vickenty/roids written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vickenty/roids/Cargo.toml [INFO] crate vickenty/roids already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/vickenty/roids/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing vickenty/roids against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/vickenty/roids:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 23a51f98b0fffed7c988c599b192bb339305c7c7b61e2a0c4fde5ecb714ef144 [INFO] running `"docker" "start" "-a" "23a51f98b0fffed7c988c599b192bb339305c7c7b61e2a0c4fde5ecb714ef144"` [INFO] [stderr] Compiling xml-rs v0.2.2 [INFO] [stderr] Compiling draw_state v0.4.0 [INFO] [stderr] Compiling dylib v0.0.1 [INFO] [stderr] Compiling osmesa-sys v0.0.5 [INFO] [stderr] Compiling cgmath v0.7.0 [INFO] [stderr] Compiling x11-dl v2.3.1 [INFO] [stderr] Compiling gfx_core v0.2.1 [INFO] [stderr] Compiling gl_generator v0.4.2 [INFO] [stderr] Compiling glutin v0.4.9 [INFO] [stderr] Compiling gfx_device_gl v0.9.0 [INFO] [stderr] Compiling gfx v0.10.2 [INFO] [stderr] Compiling gfx_window_glutin v0.10.0 [INFO] [stderr] Compiling roids v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `$crate` may not be imported [INFO] [stderr] --> src/render.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / gfx_pipeline!{ [INFO] [stderr] 35 | | main_pline { [INFO] [stderr] 36 | | vbuf: gfx::VertexBuffer = (), [INFO] [stderr] 37 | | color: gfx::Global<[f32; 4]> = "shape_color", [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `use $crate;` was erroneously allowed and will become a hard error in a future release [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] 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(non_ascii_idents)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `entity::Entity` [INFO] [stderr] --> src/main.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | use entity::Entity; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [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 `roids`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "23a51f98b0fffed7c988c599b192bb339305c7c7b61e2a0c4fde5ecb714ef144"` [INFO] running `"docker" "rm" "-f" "23a51f98b0fffed7c988c599b192bb339305c7c7b61e2a0c4fde5ecb714ef144"` [INFO] [stdout] 23a51f98b0fffed7c988c599b192bb339305c7c7b61e2a0c4fde5ecb714ef144